klamsi Posted June 29, 2006 Posted June 29, 2006 Hey guys! I just recodnized that there where some more TrayFunctions in the old AutoIT v2. Like TrayCreateMenu() and TrayCreateItem() etc. Why are these functions gone? Cause I'm looking for a TrayMenu where I can put more Functions in, not just "Pause Script" and "Exit". Is this possible?
Valuater Posted June 29, 2006 Posted June 29, 2006 (edited) just "search" the word "tray" in the help file there are lots of great examples at the bottom of each page 8) Edited June 29, 2006 by Valuater
Xenobiologist Posted June 29, 2006 Posted June 29, 2006 HI, they are there. Maybe only in beta. So long, Mega Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
klamsi Posted June 29, 2006 Author Posted June 29, 2006 I allready tried to search "tray"... But there is only the TrayTip() Function. All other functions are not implemented. But why? If somebody nows the Functionname please tell me ^^ (I'm working with Autoit v3.1.1)
Valuater Posted June 29, 2006 Posted June 29, 2006 as th.meger statedbeta is required... its herehttp://www.autoitscript.com/forum/index.php?showtopic=197178)
klamsi Posted June 29, 2006 Author Posted June 29, 2006 as th.meger statedbeta is required... its herehttp://www.autoitscript.com/forum/index.php?showtopic=197178)Okay....got it ^^Thanks guys ^^
dandymcgee Posted August 18, 2006 Posted August 18, 2006 (edited) woops double post... see next. Edited August 18, 2006 by dandymcgee - Dan [Website]
dandymcgee Posted August 18, 2006 Posted August 18, 2006 $TRAY_EVENT_PRIMARYDOUBLE variable used without being declared. WHERE ARE ALL OF THE TRAY FUNCTIONS??? - Dan [Website]
dandymcgee Posted August 18, 2006 Posted August 18, 2006 I finally found where they put those darn tray functions. Right-Click GUIConstants.au3 and select Properties Uncheck read-only and Apply Open GUIConstants.au3 add:#include<Constants.au3> to the list of #includes Save GUIConstants.au3 Use #include<GUIConstants.au3> at the beginning of your scripts as usual. TIP: Might want to reapply the read-only attribute to this file just in case of and accidental edit - Dan [Website]
xcal Posted August 18, 2006 Posted August 18, 2006 Not really a secret. All the tray examples show #Include <Constants.au3> right in them. How To Ask Questions The Smart Way
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