B3TA_SCR1PT3R Posted August 4, 2005 Posted August 4, 2005 how do you make the context menu or watever when your script is minimized how do u make the pause script and exit go away or can you make it not show up in your compiled script? [right][font="Courier New"]...Run these streets all day, I can sleep when I die.[/font] [/right]
Josbe Posted August 4, 2005 Posted August 4, 2005 how do you make the context menu or watever when your script is minimized how do u make the pause script and exit go away or can you make it not show up in your compiled script?<{POST_SNAPBACK}>Read in the helpfile(beta version): Tray functions. AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
B3TA_SCR1PT3R Posted August 4, 2005 Author Posted August 4, 2005 Read in the helpfile(beta version): Tray functions.<{POST_SNAPBACK}>http://www.autoitscript.com/forum/index.php?showtopic=14095is there any other way? [right][font="Courier New"]...Run these streets all day, I can sleep when I die.[/font] [/right]
Josbe Posted August 4, 2005 Posted August 4, 2005 http://www.autoitscript.com/forum/index.php?showtopic=14095is there any other way?<{POST_SNAPBACK}>Appropriate like that, perhaps no.Sorry, but you have problems with these files? AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
B3TA_SCR1PT3R Posted August 4, 2005 Author Posted August 4, 2005 Maybe, This will do the trick???#notrayicon8)<{POST_SNAPBACK}>no i want there to be a tray icon i just dont want you to be able to pause the script or unpause it using that [right][font="Courier New"]...Run these streets all day, I can sleep when I die.[/font] [/right]
FuryCell Posted August 4, 2005 Posted August 4, 2005 (edited) Try this at the top of your script. Break(0) Edited August 4, 2005 by SolidSnake HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
Valuater Posted August 4, 2005 Posted August 4, 2005 found this in ver 3.1 TrayIconHide Hides the AutoIt tray icon. Note: The icon will still initially appear ~750 milliseconds. 0 = show icon (default) 1 = hide icon #NoTrayIcon MsgBox(4096,"Click OK","Show the tray icon for 5 seconds...") Opt("TrayIconHide", 0);un-hide the icon Sleep(5000) 8)
LxP Posted August 4, 2005 Posted August 4, 2005 opt("trayAutoPause", 0) ; and if you want to disable the menu altogether: traySetClick(0)
B3TA_SCR1PT3R Posted August 4, 2005 Author Posted August 4, 2005 (edited) If $t = 1 Then Opt("TrayIconHide",1) Else Opt("TrayMenuMode",1) EndIf i tried this and i have the beta version but it says unknown option or bad parameter specified for tray menu mode ...i copied it from the helpfile..? and $t = 0 Edited August 4, 2005 by B3TA_SCR1PT3R [right][font="Courier New"]...Run these streets all day, I can sleep when I die.[/font] [/right]
Josbe Posted August 4, 2005 Posted August 4, 2005 (edited) i tried this and i have the beta version but it says unknown option or bad parameter specified for tray menu mode ...i copied it from the helpfile..?and $t = 0<{POST_SNAPBACK}>TrayMenuMode option it's part from the beta. Read the helpfile. If you have the beta installed, read about Tray functions. Edited August 4, 2005 by Josbe AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
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