sosimple Posted March 24, 2007 Posted March 24, 2007 Hi. sorry for my bad English. I will try to explaine what i want to do. When I run an automate script, until its done , there is the icon of automate in the system tray. Can I have this icon to prin in the screen a messege? for example to write : "the script is working" after to print "the script will now end". It would be perfect if it could popup a window , like msn messenger when you have a male to give you the idea. If this is posiple ,please give me an ansuer . thanks
Developers Jos Posted March 24, 2007 Developers Posted March 24, 2007 Hi. sorry for my bad English. I will try to explaine what i want to do. When I run an automate script, until its done , there is the icon of automate in the system tray. Can I have this icon to prin in the screen a messege? for example to write : "the script is working" after to print "the script will now end". It would be perfect if it could popup a window , like msn messenger when you have a male to give you the idea. If this is posiple ,please give me an ansuer . thanksYou mean TrayTip() ? 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.
BrettF Posted March 24, 2007 Posted March 24, 2007 Hi. sorry for my bad English. I will try to explaine what i want to do. When I run an automate script, until its done , there is the icon of automate in the system tray. Can I have this icon to prin in the screen a messege? for example to write : "the script is working" after to print "the script will now end". It would be perfect if it could popup a window , like msn messenger when you have a male to give you the idea. If this is posiple ,please give me an ansuer . thanksLike this? TrayTip ("Title", "Text", 5) Sleep (2000) Exit 12 DAYS!! Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
sosimple Posted March 24, 2007 Author Posted March 24, 2007 Like this? TrayTip ("Title", "Text", 5) Sleep (2000) Exit 12 DAYS!! It doesnt do anything when I run this.. Why?
BrettF Posted March 24, 2007 Posted March 24, 2007 (edited) It doesnt do anything when I run this.. Why? Try: From the Helpfile: TrayTip("I'm a title", "I'm the message", 5, 1) MsgBox(4096,"", "Press OK to see another tip.") TrayTip("clears any tray tip","",0) TrayTip("", "A different tray tip.", 5) Sleep(5000) Edited March 24, 2007 by bert Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
sosimple Posted March 24, 2007 Author Posted March 24, 2007 Try:From the Helpfile:It stil doesnt do anything. It works the msgbox printing "Press OK to see another tip." , but nothing before and after pressing tha Ok button . I quess the icon in the tray should write "I'm a title", "I'm the message" and after the Ok "A different tray tip." , but nothing hapens... I downloaded the latest version of autoit, because a had 2-3 months old, tried again, nothing, did a reboot to the pc , still nothing ... Any ideas why?Thanks for the help anyway, I think this is what i was searching, but for some reason doesnt work to my pc..
sosimple Posted March 24, 2007 Author Posted March 24, 2007 Ok I tried to my second pc and it works ok, it does what i wanted. I dont know why it doesnt work in this pc, perhaps any problem with XP service pack 2? ...
Valuater Posted March 24, 2007 Posted March 24, 2007 It's NOT Xp service pack 2, I have been using that for a long time 8)
herewasplato Posted March 24, 2007 Posted March 24, 2007 Ok I tried to my second pc and it works ok, it does what i wanted. I dont know why it doesnt work in this pc, perhaps any problem with XP service pack 2? ...I just ran into this problem this week - I had a user that could not see TrayTips on a system running XP Pro SP2. I logged onto that system as another user and it worked as expected... so it was something unique to his setup. I never did find out what caused it. Anyone know? [size="1"][font="Arial"].[u].[/u][/font][/size]
sosimple Posted March 24, 2007 Author Posted March 24, 2007 (edited) Ok thanks for the info.. Then perhaps any problem with my Greek win Xp ?.... Any other Greek in here using autoit ? a bit dificult i think... ! (the other PC has English Xp..) Edited March 24, 2007 by sosimple
sosimple Posted March 24, 2007 Author Posted March 24, 2007 I just ran into this problem this week - I had a user that could not see TrayTips on a system running XP Pro SP2. I logged onto that system as another user and it worked as expected... so it was something unique to his setup. I never did find out what caused it. Anyone know?Ok thanks , I'll try this also.
herewasplato Posted May 26, 2007 Posted May 26, 2007 ...I had a user that could not see TrayTips on a system running XP Pro SP2. I logged onto that system as another user and it worked as expected... so it was something unique to his setup. I never did find out what caused it. Anyone know?See http://www.autoitscript.com/forum/index.ph...st&p=348375 [size="1"][font="Arial"].[u].[/u][/font][/size]
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