| View previous topic :: View next topic |
| Author |
Message |
Thalon
Joined: 12 Jul 2005 Posts: 640
|
Posted: Fri Mar 31, 2006 10:15 am Post subject: |
|
|
| Quote: | 1) Do you find my Communication effective? (not Grammar!) ?
2) Will the info be easily understood by a New user (Newbie) ? | If a newbie is common enough with AHK to do simply things by himself and not only retyping (or copying) what another user wrote he can easily use your tips!
They are well explained (If all scripts could be at this standard.. ) | Quote: | | 3) Is the Layout of my post "Viewer Friendly" ? | I like the design of your posts.
I think the clock.ico-error has to be found in the file itself. I am not able to view it with software! It can't be opened with Paint (can't open ico's, but maybe it isn't a really icon) and also not with an icon-viewer. Also trying to extract any icons show only the normal standard "no programm assigned to this format" icon. Maybe you could check if anything is corrupt there...
Thalon _________________ AHK-Icon-Changer
AHK-IRC
deutsches Forum
SacredVault |
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6721 Location: France (near Paris)
|
Posted: Fri Mar 31, 2006 10:26 am Post subject: |
|
|
I haven't tested this script, I using the link you gave, I could download the icon: Firefox displayed it OK, and after a Save As..., I got a regular icon displayable with IrfanView.
Did you tried to download it again? _________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")
Last edited by PhiLho on Fri Mar 31, 2006 11:40 am; edited 1 time in total |
|
| Back to top |
|
 |
Thalon
Joined: 12 Jul 2005 Posts: 640
|
Posted: Fri Mar 31, 2006 11:19 am Post subject: |
|
|
It seems the "UrlDownloadToFile" does something strange at my pc!
I have downloaded the clock.ico by using the link specified an I got a 766 Byte File which can be used well in script (no error).
With "UrlDownloadToFile" I get a 2.384 ByteFile of unknown format...
Could someone test this behaviour at his pc, too? I am using Version 1.0.42.07.
Thalon _________________ AHK-Icon-Changer
AHK-IRC
deutsches Forum
SacredVault |
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6721 Location: France (near Paris)
|
Posted: Fri Mar 31, 2006 11:41 am Post subject: |
|
|
I ran the line you gave:
URLDownloadToFile,http://file.autohotkey.net/goyyah/Tips-N-Tricks/TaskBar/Clock.ico,Clock.ico
I got that 766 byte file, displayed OK.
Isn't that you that have IE7beta? URLDownloadToFile is based on IE code, so a bug in IE may mean a but in the command. _________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2") |
|
| Back to top |
|
 |
Thalon
Joined: 12 Jul 2005 Posts: 640
|
Posted: Fri Mar 31, 2006 12:13 pm Post subject: |
|
|
I am using IE 6.0.2900.2180 and normally I am using Firefox...
Seems not to be a general bug. I think I'll test it at home. Maybe there is some problem with our router or something like this...
Thalon _________________ AHK-Icon-Changer
AHK-IRC
deutsches Forum
SacredVault |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 5790
|
Posted: Fri Mar 31, 2006 12:48 pm Post subject: |
|
|
| Thalon wrote: | | Quote: | 1) Do you find my Communication effective? (not Grammar!) ?
2) Will the info be easily understood by a New user (Newbie) ? | If a newbie is common enough with AHK to do simply things by himself and not only retyping (or copying) what another user wrote he can easily use your tips!
They are well explained (If all scripts could be at this standard.. ) | Quote: | | 3) Is the Layout of my post "Viewer Friendly" ? | I like the design of your posts.
I think the clock.ico-error has to be found in the file itself. I am not able to view it with software! It can't be opened with Paint (can't open ico's, but maybe it isn't a really icon) and also not with an icon-viewer. Also trying to extract any icons show only the normal standard "no programm assigned to this format" icon. Maybe you could check if anything is corrupt there...
Thalon |
Thank you very much for the feedback Thalon ..
| Quote: | It seems the "UrlDownloadToFile" does something strange at my pc!
I have downloaded the clock.ico by using the link specified an I got a 766 Byte File which can be used well in script (no error).
With "UrlDownloadToFile" I get a 2.384 ByteFile of unknown format...
Could someone test this behaviour at his pc, too? I am using Version 1.0.42.07.
I am using IE 6.0.2900.2180 and normally I am using Firefox...
Seems not to be a general bug. I think I'll test it at home. Maybe there is some problem with our router or something like this... |
I tested with WIN XP Pro and IE 6.0.2600.0000 and still not able to reproduce the error.
Is the errorlevel 0 after successful download ?
Also trying the following:
| Code: | | URLDownloadToFile, http://file.autohotkey.net/goyyah/Tips-N-Tricks/TaskBar/Clock.bmp, Clock.ico |
and please revert back. I want to know whether this makes any difference!
Regards , 
Last edited by SKAN on Mon Jun 16, 2008 7:26 am; edited 1 time in total |
|
| Back to top |
|
 |
Thalon
Joined: 12 Jul 2005 Posts: 640
|
Posted: Fri Mar 31, 2006 4:45 pm Post subject: |
|
|
I have tested it at home now (same AHK-Version) and it works without any problems. I think it's some problem of our high security (software-development).
All fine
Thalon _________________ AHK-Icon-Changer
AHK-IRC
deutsches Forum
SacredVault |
|
| Back to top |
|
 |
Dippy46
Joined: 06 Jul 2004 Posts: 171 Location: Manchester, England.
|
Posted: Fri Mar 31, 2006 7:07 pm Post subject: |
|
|
Hi Goyyah,
sorry about that, been v.busy. As the other posts say
"Keep 'em coming": excellent work !
Regards Dave _________________ Simple ideas lie within reach, only of complex minds |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 5790
|
Posted: Sun Apr 02, 2006 9:07 am Post subject: |
|
|
| Dippy46 wrote: | "Keep 'em coming": excellent work !  |
Thank you very much Dave - Regards, 
Last edited by SKAN on Mon Jun 16, 2008 7:26 am; edited 3 times in total |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 5790
|
Posted: Sun Apr 02, 2006 9:13 am Post subject: |
|
|
Last edited by SKAN on Mon Jun 16, 2008 7:27 am; edited 1 time in total |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 5790
|
Posted: Mon Apr 03, 2006 10:40 am Post subject: |
|
|
Last edited by SKAN on Mon Jun 16, 2008 7:27 am; edited 1 time in total |
|
| Back to top |
|
 |
evl
Joined: 24 Aug 2005 Posts: 1238
|
Posted: Mon Apr 03, 2006 1:06 pm Post subject: |
|
|
The countdown display is a good idea - I'm almost tempted to switch to the Windows XP theme for the wider start button As I recall, someone else made use of an extra toolbar in the taskbar (like the Quicklaunch bar) to reserve space for their display, so I might give that a try too. |
|
| Back to top |
|
 |
Thalon
Joined: 12 Jul 2005 Posts: 640
|
Posted: Mon Apr 03, 2006 6:58 pm Post subject: |
|
|
Thx to Goyyah for posting it
I am using it for several notifications and I think it will be extended soon.
Also Thx to Laszlo for the core-code of the Countdown-Timer.
Thalon _________________ AHK-Icon-Changer
AHK-IRC
deutsches Forum
SacredVault |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 5790
|
Posted: Tue Apr 04, 2006 9:46 am Post subject: |
|
|
| evl wrote: | The countdown display is a good idea - I'm almost tempted to switch to the Windows XP theme for the wider start button As I recall, someone else made use of an extra toolbar in the taskbar (like the Quicklaunch bar) to reserve space for their display, so I might give that a try too. |
Dear evl,
Thats Interesting.. Please share it with us once done.
Dear Thalon,
Please make any corrections to your code that I have posted on your behalf & PM me. I will update it.
I Thank you both for showing interest in this topic. Regards, 
Last edited by SKAN on Mon Jun 16, 2008 7:27 am; edited 1 time in total |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 5790
|
Posted: Wed Apr 05, 2006 3:06 pm Post subject: |
|
|
| Quote: | How to Refresh " Icons Display " in System Tray ?
http://www.autohotkey.com/forum/viewtopic.php?p=55641#55641
From a script - we can Terminate a Process through Process Close, command.
However, the Icon of the terminated process is displayed on the "Tray Notification Area"
unless the mouse is hovered over the Icon.
I post the following code that should handle the Mouse-Over-SystemTray for "any size" and "any position" taskbar
But, I feel that this is NOT a perfect work around. ImageSearch is a powerful command that should
be used for this purpose but unfortunately I could not make a working script (till this date of posting).
It will be very useful if the script is modifed using ImageSearch. Any takers?
Related Topics for Reference :
|
Last edited by SKAN on Mon Jun 16, 2008 7:27 am; edited 2 times in total |
|
| Back to top |
|
 |
|