BatMan22 Posted January 12, 2018 Share Posted January 12, 2018 (edited) I'm just wondering, before I attempt to create something similar to TrayTip, are there any existing alternatives? Tray Tip is way too slow to open and close, I want something that I can use for debugging/user warnings/whatever. Kinda like consolewrite but built in part of the program so a user could see it too if I wanted to use it for that. Also I am looking for a 'TrayTip' kinda popup because I wouldn't want the program to wait for the popup to appear/disappear while it's running, but you could always run it as an exe seperately if you had to. Edited January 12, 2018 by BatMan22 Adding some more reasoning. Link to comment Share on other sites More sharing options...
genius257 Posted January 12, 2018 Share Posted January 12, 2018 Hi @BatMan22. Maybe something like: If you want the toast to be displayed instantly do this: $iToast_Time_Out = 1 $iToast_Time_In = 1 after _Toast_Set and before _Toast_Show in the example in Toast.zip. BatMan22 1 My highlighted topics: AutoIt Package Manager, AutoItObject Pure AutoIt, AutoIt extension for Visual Studio Code Github: AutoIt HTTP Server, AutoIt HTML Parser Link to comment Share on other sites More sharing options...
BatMan22 Posted January 12, 2018 Author Share Posted January 12, 2018 (edited) I asked the question, kinda assuming it didn't exist and I got all excited about creating my own and I ran the toast demo and that idea is out the window. Lol. Thanks and Nicejob @Melba23 Also sidenote.. I'm stealing the code for your popup with the progress bar so.. thanks Edited January 12, 2018 by BatMan22 theft Link to comment Share on other sites More sharing options...
careca Posted January 13, 2018 Share Posted January 13, 2018 Yeah, i ended up grabing that idea and creating my own popup, with an image too, and i just slide it in and out of the desktop. Spoiler Renamer - Rename files and folders, remove portions of text from the filename etc. GPO Tool - Export/Import Group policy settings. MirrorDir - Synchronize/Backup/Mirror Folders BeatsPlayer - Music player. Params Tool - Right click an exe to see it's parameters or execute them. String Trigger - Triggers pasting text or applications or internet links on specific strings. Inconspicuous - Hide files in plain sight, not fully encrypted. Regedit Control - Registry browsing history, quickly jump into any saved key. Time4Shutdown - Write the time for shutdown in minutes. Power Profiles Tool - Set a profile as active, delete, duplicate, export and import. Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes. NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s. IUIAutomation - Topic with framework and examples Au3Record.exe Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now