• Features & Ideas
  • Bring back key press indicators, for Scroll Lock, Pause, and Num Lock
2015/02/20 12:47:42
tparker24
In previous SONARs, there were little indicators S, P, and N that displayed when Scroll Lock, Pause, and/or Num Lock were pressed.  I've looked around in Platinum, but I couldn't find similar indicators.  The indicators were helpful in diagnosing problems (like choppy playback because the Pause key was on).
 
Here's a screenshot from 8.5.3, that shows the SPN indicators, when all three keys were on:
 

2015/02/20 14:42:58
scook
There is no status bar anymore but a control bar module with the letters vertically aligned would be about as wide as a collapsed module.
2015/02/24 04:44:37
glaxy
Bounce, erm bump even.
Just implement this the way everyone else does. It's a GoodThing(tm), people will use it if it's available, a lot.
 
 
 
 
 
 
________________________________________________
 
Sign up with [class="font5"] [class="font0"]ccna for getting incredible online test king courses [class="font5"] [class="font0"]and [class="font6"] [class="font0"]We also provide best and selftestengine with guaranteed success in
2015/02/24 05:36:24
KPerry
And the way everyone else does is..?
2015/02/25 15:18:21
panup
The "good old status bar" is hidden in SONAR X & newer but with a little tweaking you can show it:

Status Bar in SONAR X3e
 
There is a small black area in the right end of the status bar but otherwise it's working just as in SONAR 8.5.
 
To show statusbar in Duckbar: click the rightmost icon shown in the image above ("44.1").
You can also send yourself these commands to SONAR by using the Windows API:
SetWindowLongPtr(SonarHandles.StatusBar, WindowLongFlags.GWL_STYLE, New IntPtr(&H5400014E))
SetWindowLongPtr(SonarHandles.StatusBar, WindowLongFlags.GWL_EXSTYLE, New IntPtr(0))
SetWindowPos(SonarHandles.StatusBar, tmp, 0, 0, Screen.PrimaryScreen.Bounds.Width, 19, CType(SetWindowPosFlags.DrawFrame + SetWindowPosFlags.ShowWindow, SetWindowPosFlags))
ShowWindow(SonarHandles.StatusBar, WindowShowStyle.Show)


 
 
© 2024 APG vNext Commercial Version 5.1

Use My Existing Forum Account

Use My Social Media Account