Jump to content

where are the Trayfunctions?


Recommended Posts

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?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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)

Link to comment
Share on other sites

  • 1 month later...

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 :P

- Dan [Website]

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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