tparker24
Max Output Level: -80 dBFS
- Total Posts : 544
- Joined: 2003/11/06 02:42:14
- Status: offline
Bring back key press indicators, for Scroll Lock, Pause, and Num Lock
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:
post edited by tparker24 - 2015/02/20 14:58:13
|
scook
Forum Host
- Total Posts : 24146
- Joined: 2005/07/27 13:43:57
- Location: TX
- Status: offline
Re: Bring back key press indicators, for Scroll Lock, Pause, and Num Lock
2015/02/20 14:42:58
(permalink)
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.
|
glaxy
Max Output Level: -90 dBFS
- Total Posts : 1
- Joined: 2015/02/24 04:42:36
- Status: offline
Re: Bring back key press indicators, for Scroll Lock, Pause, and Num Lock
2015/02/24 04:44:37
(permalink)
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
post edited by glaxy - 2015/03/11 02:14:57
|
KPerry
Max Output Level: -44 dBFS
- Total Posts : 3120
- Joined: 2011/04/26 15:13:15
- Location: London, UK
- Status: offline
Re: Bring back key press indicators, for Scroll Lock, Pause, and Num Lock
2015/02/24 05:36:24
(permalink)
And the way everyone else does is..?
|
panup
Max Output Level: -50 dBFS
- Total Posts : 2538
- Joined: 2006/05/23 09:34:35
- Status: offline
Re: Bring back key press indicators, for Scroll Lock, Pause, and Num Lock
2015/02/25 15:18:21
(permalink)
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)
|