| View previous topic :: View next topic |
| Author |
Message |
garry
Joined: 19 Apr 2005 Posts: 1033 Location: switzerland
|
Posted: Wed Feb 08, 2006 8:41 am Post subject: |
|
|
bonjour Basile,
| Code: | | I'm leaving in france |
leave=quitter
o.k., je peux seulement un peux français, anglais
very nice program from toralf |
|
| Back to top |
|
 |
Whitespliff
Joined: 09 Feb 2006 Posts: 33
|
Posted: Thu Feb 09, 2006 1:44 pm Post subject: |
|
|
I get this error when I try to start it:
Error at line 128.
Line text: {
Error: The first character above is illegal in an expresssion.
The program will exit.
Strange b/c it seems to work with everybody else. _________________ In a world without walls and fences, who needs Windows and Gates? |
|
| Back to top |
|
 |
Basile
Joined: 28 Jun 2005 Posts: 8 Location: FRANCE
|
Posted: Thu Feb 09, 2006 1:46 pm Post subject: |
|
|
| well i had the same problem.... my solution was to install the last version of Autohotkey and then it worked wonderful! |
|
| Back to top |
|
 |
Whitespliff
Joined: 09 Feb 2006 Posts: 33
|
Posted: Thu Feb 09, 2006 3:15 pm Post subject: |
|
|
Yep, that works, tnx!
Now if Belgium gets to be included I'm very happy  _________________ In a world without walls and fences, who needs Windows and Gates? |
|
| Back to top |
|
 |
Basile
Joined: 28 Jun 2005 Posts: 8 Location: FRANCE
|
Posted: Thu Feb 09, 2006 3:24 pm Post subject: |
|
|
| well, see the FRANCE section and you'll find RTBF. That's the only one channel that I know for Belgium! |
|
| Back to top |
|
 |
Whitespliff
Joined: 09 Feb 2006 Posts: 33
|
Posted: Thu Feb 09, 2006 4:58 pm Post subject: |
|
|
Yeah, but I'm from the Dutch speaking part of Belgium.
Still a very nice script! _________________ In a world without walls and fences, who needs Windows and Gates? |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3842 Location: Bremen, Germany
|
|
| Back to top |
|
 |
kapege.de
Joined: 07 Feb 2005 Posts: 186 Location: Munich, Germany
|
Posted: Sun Feb 12, 2006 10:20 am Post subject: |
|
|
To save width and height of the GUI also the line 163 need to enhanced to this:
| Code: | IniWrite, x%PosX% y%PosY% W%SizeW% H%SizeH%, %A_ScriptName%.ini, Settings, GuiPos1
|
Great stuff anyway!
Thanx _________________ Peter
Wisenheiming for beginners: KaPeGe (German only, sorry) |
|
| Back to top |
|
 |
knightnet Guest
|
Posted: Thu Aug 17, 2006 8:41 am Post subject: Doesn't work behind proxy |
|
|
Sadly this doesn't work from behind the secure proxy at work.
I think that this is an AHK limitation - maybe it ignores the IE proxy settings? Or maybe it doesn't like having a different browser as default?
Jules. |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3842 Location: Bremen, Germany
|
Posted: Wed Aug 23, 2006 8:17 am Post subject: Re: Doesn't work behind proxy |
|
|
Hi Jules,
| knightnet wrote: | Sadly this doesn't work from behind the secure proxy at work.
I think that this is an AHK limitation - maybe it ignores the IE proxy settings? Or maybe it doesn't like having a different browser as default? | As far as I know (Chris gave once a 3 line source code example) AHK just opens an internet connections, which is a Windows API call. An this connection should obey the IE proxy settings. But since I do not have a proxy I can't test. Maybe Chris can put some more light on this. _________________ Ciao
toralf  |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1718
|
Posted: Wed Aug 23, 2006 10:17 am Post subject: |
|
|
hi toralf,
do you think support for south-asia could be added? _________________
 |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3842 Location: Bremen, Germany
|
Posted: Wed Aug 23, 2006 10:30 am Post subject: |
|
|
| Rajat wrote: | | do you think support for south-asia could be added? | Take a look on the yahoo pages if thes data is available (links are in the source code). If so, then it should be possible. _________________ Ciao
toralf  |
|
| Back to top |
|
 |
rajat as guest Guest
|
Posted: Wed Aug 23, 2006 4:09 pm Post subject: |
|
|
| i'll check and post here. |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1718
|
Posted: Wed Aug 23, 2006 11:50 pm Post subject: |
|
|
i don't think its supported  _________________
 |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Thu Aug 24, 2006 1:28 am Post subject: Re: Doesn't work behind proxy |
|
|
| toralf wrote: | | ...this connection should obey the IE proxy settings. But since I do not have a proxy I can't test. | As far as I know, that is the case: UrlDownloadtoFile should obey whatever proxy settings you have configured within MS Internet Explorer. |
|
| Back to top |
|
 |
|