Jump to content

Recommended Posts

Posted

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]

Posted

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.
Posted

Maybe, This will do the trick???

#notrayicon

8)

<{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]

Posted

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)

NEWHeader1.png

Posted

opt("trayAutoPause", 0)
; and if you want to disable the menu altogether:
traySetClick(0)

Posted (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 by B3TA_SCR1PT3R

[right][font="Courier New"]...Run these streets all day, I can sleep when I die.[/font] [/right]

Posted (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 by Josbe

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...