Jump to content

Recommended Posts

Posted

Hello,

when i create a button, i can easily hide it with

GUICtrlSetState($-1, $GUI_HIDE)

When it comes to tray items, i can use

TrayItemSetState(-1, $TRAY_DISABLE)

but there is no $TRAY_HIDE (or is there?).

Is there an easy way to hide tray items?

  • Developers
Posted
  On 1/18/2019 at 2:59 PM, Allow2010 said:

When it comes to tray items, i can use

TrayItemSetState(-1, $TRAY_DISABLE)

but there is no $TRAY_HIDE (or is there?).

Expand  

What is wrong with the statement you listed?

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted (edited)

I guess you must be looking for

 
TraySetState($TRAY_ICONSTATE_HIDE)
 

Instead of TrayItemSetState

Edited by careca
  Reveal hidden contents

IUIAutomation - Topic with framework and examples

Au3Record.exe

  • 2 weeks later...
Posted

I want to hide one TrayItem, not the complete trayIcon

Compared to a normal GUI: I want to hide one button, not the complete GUI :-)

When my Tray Menu has the following options

Option1

Option2

Option3

Exit

I would like to be able to hide some of the options like i can hide a button on a gui

 

Posted (edited)

Oh, my bad, then maybe this: TrayItemSetState ( controlID, state )

Thing is, there's no hide option. But there's TrayItemDelete ( controlID )

Edited by careca
  Reveal hidden contents

IUIAutomation - Topic with framework and examples

Au3Record.exe

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