JeffAllenNJ Posted January 13, 2022 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?
KaFu Posted January 13, 2022 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 (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2024-Oct-20) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16)
JeffAllenNJ Posted January 13, 2022 Author 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.
JeffAllenNJ Posted January 13, 2022 Author 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.
Nine Posted January 13, 2022 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 Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
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