Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
AutoIT taskbar icon not wanted
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
pclind@gmail.com  
View profile  
 More options Apr 25 2006, 12:05 am
From: "pcl...@gmail.com" <pcl...@gmail.com>
Date: Tue, 25 Apr 2006 04:05:13 -0000
Local: Tues, Apr 25 2006 12:05 am
Subject: AutoIT taskbar icon not wanted
I have an AutoIT script that I run on all our PCs at login. But, the
AutoIT icon displays while the script is running in the background, and
I don't want users seeing that. I've had some click on it just to see
what it is, and that pauses the script. Is there anyway to make the
icon not show up.
Thanks,
Paul L

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sandel Perieanu  
View profile  
 More options Apr 25 2006, 2:39 am
From: "Sandel Perieanu" <psandu...@gmail.com>
Date: Tue, 25 Apr 2006 09:39:57 +0300
Local: Tues, Apr 25 2006 2:39 am
Subject: Re: AutoIT taskbar icon not wanted

#NoTrayIcon

or

Opt('TrayIconHide',1)

or

Opt('TrayMenuMode',1)

for the last opt:

Extend the behaviour of the script tray icon/menu. This can be done with a
combination (adding) of the following values.
0 = default menu items (Script Paused/Exit) are appended to the usercreated
menu; usercreated checked items will automatically unchecked; if you double
click the tray icon then the controlid is returned which has the
"Default"-style (default).
1 = no default menu
2 = usercreated checked items will not automatically unchecked if you click
it
4 = don't return the menuitemID which has the "default"-style in the main
contextmenu if you double click the tray icon
8 = turn off auto check of radio item groups


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google