Re: New script command: tooltip
Posted: 29 Aug 2018 16:59
Thanks but can you please remove the additional system tray icon once the tooltip disappeared? Otherwise it'll stay there until XY is closed oO
Forum for XYplorer Users and Developers
https://www.xyplorer.com/xyfc/
I had no entry there. Though I probably could have made the entry and set it to "1" to see if that worked...instead...admin wrote:You can turn it off somewhere. Check this key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\EnableBalloonTips
In case someone else has the issue I had...it's working now.Enable balloon notifications in Windows 10 and disable toasts:
Windows 10 comes with a new feature - it shows all app and system notifications as toasts. Gone are the balloon notifications which were there since Windows 2000, you will not see a single balloon tooltip notification from software you are using! Instead, you will see a toast notification in Windows 8 style, which, probably, will work along with the new Notification Center in Windows 10. However, if you like balloon notifications and are not happy with toasts, you can restore balloon notifications back in Windows 10. Windows 10 Pro users can follow this instruction:
Press Win + R shortcut keys together on the keyboard to open the Run dialog. See the list of Win key shortcuts and new global hotkeys in Windows 10.
Type the following in the Run box:
gpedit.msc
Go to the following path in the left pane of Group Policy Editor:
User Configuration \ Administrative Templates \ Start Menu and Taskbar
Locate and modify the following setting: Disable showing balloon notifications as toasts.
Set it to Enabled as shown below.
Open Registry Editor.
Go to the following Registry key:
HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer
Tip: You can access any desired Registry key with one click.
If you have no such Registry key, then just create it.
Create a new 32-bit DWORD value named EnableLegacyBalloonNotifications. Note: If you are running 64-bit Windows 10, you still need to create a 32-bit DWORD value. Set its value data to 1.
Code: Select all
trayballoon "Don't even think about it!", "Last Warning", 2;
trayballoon "Don't even think about it!", "Last Warning", 34; //BIG warning iconMy XYplorer tray icon remains in the tray even after the balloon is popped / disappears on its own. The only time it goes away is if I hit the "X" on the balloon, otherwise it's there until I close XY and restart it. If I right or left click the icon nothing happens though I wouldn't expect something to happen since it shouldn't be there. If I click somewhere on the balloon but not on the "X", the balloon disappears but the icon remains (instead of being on the tray and visible, it becomes a hidden icon - where you have to hit the up arrow to see it).v19.10.0212 - 2018-08-29 20:00
* SC TrayBalloon: Now the tray icon is automatically removed when the
balloon comes down.
Yeah Don, in version .0211 If you didn't interact with the balloon the messages they all got queued in Action Center with the time they arrived and then you could look over them all before clearing them all, I also thought this behavior was preferred in some situations, so could you make that behavior work like that again but without the tray icon showing still, maybe by a flag so the default is how it is now they are disposable but also have an option to make them sticky like they were in .0211.Filehero wrote:Q: Windows 10 (Windows 8 I don't remember anymore) has this notification center history (where the balloon message content gets stored for later inspection after the balloon itself has disappeared). This would be very useful for some of my use cases where a suite of scripts could put a (disposable) entry for each script's run result at the system default place.
Is there a way to add this?
1) Refresh issue of the taskbar in Win10?klownboy wrote:With betaMy XYplorer tray icon remains in the tray even after the balloon is popped / disappears on its own. The only time it goes away is if I hit the "X" on the balloon, otherwise it's there until I close XY and restart it. If I right or left click the icon nothing happens though I wouldn't expect something to happen since it shouldn't be there. If I click somewhere on the balloon but not on the "X", the balloon disappears but the icon remains (instead of being on the tray and visible, it becomes a hidden icon - where you have to hit the up arrow to see it).v19.10.0212 - 2018-08-29 20:00
* SC TrayBalloon: Now the tray icon is automatically removed when the
balloon comes down.
I poked around a bit to improve it. Once again the docs could be better... ( Microsoft.Explorer.Notification... huh?jupe wrote:Yeah Don, in version .0211 If you didn't interact with the balloon the messages they all got queued in Action Center with the time they arrived and then you could look over them all before clearing them all, I also thought this behavior was preferred in some situations, so could you make that behavior work like that again but without the tray icon showing still, maybe by a flag so the default is how it is now they are disposable but also have an option to make them sticky like they were in .0211.Filehero wrote:Q: Windows 10 (Windows 8 I don't remember anymore) has this notification center history (where the balloon message content gets stored for later inspection after the balloon itself has disappeared). This would be very useful for some of my use cases where a suite of scripts could put a (disposable) entry for each script's run result at the system default place.
Is there a way to add this?
Also something I noticed is that if you issue the command, and then run it again before the first one has disappeared then the tooltip slides into the screen weird for me (sometimes) and then has this extra Microsoft.Explorer.Notification... text, no big deal just mentioning it FYI, if you run it again the 3rd time it is normal and then the 4th time it is back to having the extra text, rinse repeat.
2018-08-30_114530.png
PS: loving this new command