jaja714 Posted January 13, 2022 Share Posted January 13, 2022 I'd like one of my scripts to be able to show the last ten lines of its log file in a tool tip. Testing has shown that TraySetToolTip is limited to 128 characters. Is there a way around this? Link to comment Share on other sites More sharing options...
KaFu Posted January 13, 2022 Share Posted January 13, 2022 Not with the standard traytip afaik, maybe you want to try a toast 😋? OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2022-Nov-26) BIC - Batch-Image-Cropper (2019-Dec-11) COP - Color Picker (2009-May-21)HMW - Hide my Windows (2018-Sep-16) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2021-Oct-10) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16) Link to comment Share on other sites More sharing options...
jaja714 Posted January 13, 2022 Author Share Posted January 13, 2022 I did see mention of TOAST in one of the other posts but the link was DOA. Thanks for the updated url. Link to comment Share on other sites More sharing options...
jaja714 Posted January 13, 2022 Author Share Posted January 13, 2022 The example for toast is nice but is there a way to suppress display until the user hovers over the system tray icon? This is how TraySetToolTip works. Link to comment Share on other sites More sharing options...
Nine Posted January 13, 2022 Share Posted January 13, 2022 TraySetOnEvent($TRAY_EVENT_MOUSEOVER, ShowTrayMessage) Should pretty much do what you want... “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector GIF Animation (cached) Screen Scraping 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