| Author |
Message |
Topic: Help Opening 2 tabs with the browser closed |
diesalher
Replies: 5
Views: 167
|
Forum: Ask for Help Posted: Thu Nov 04, 2010 11:20 am Subject: Help Opening 2 tabs with the browser closed |
RunWait, c:\path-to-chrome\chrome.exe -newtab www.google.com
or maybe
Runwait, c:\path-to-chrome\chrome.exe www.google.com www.autohotkey.com
The command line options are where the so ... |
Topic: Help Opening 2 tabs with the browser closed |
diesalher
Replies: 5
Views: 167
|
Forum: Ask for Help Posted: Wed Nov 03, 2010 6:30 pm Subject: Help Opening 2 tabs with the browser closed |
| note that i'm not running Chrome directly, but the url's. The command works with the browser running or not running, but i think the RunWait is not waiting the page to load to launch the second url... ... |
Topic: Help Opening 2 tabs with the browser closed |
diesalher
Replies: 5
Views: 167
|
Forum: Ask for Help Posted: Wed Nov 03, 2010 6:17 pm Subject: Help Opening 2 tabs with the browser closed |
With the browser closed, i try to open 2 tabs with a hotkey, but it open allways 2 browsers. How can i open the sites in 2 tabs?
The browser i use is Chrome
Thanks
#k::
site = w ... |
Topic: xpath v3 - read and write XML documents with XPath syntax |
diesalher
Replies: 416
Views: 78385
|
Forum: Scripts & Functions Posted: Fri Jul 10, 2009 10:17 am Subject: xpath v3 - read and write XML documents with XPath syntax |
Well,
I'm developing a Remember the milk API done entirely in Autohotkey, so ...potentially the xml colud be very big, as long as the task list of the user
Example from my own tasks...:
& ... |
Topic: xpath v3 - read and write XML documents with XPath syntax |
diesalher
Replies: 416
Views: 78385
|
Forum: Scripts & Functions Posted: Fri Jul 10, 2009 7:14 am Subject: xpath v3 - read and write XML documents with XPath syntax |
im gonna try it, one question..
is better to have an xml loaded all the script's lifetime? or just load it everytime i need to retrieve data from it.(refering to speed, memory consumption..)
I'm ... |
Topic: xpath v3 - read and write XML documents with XPath syntax |
diesalher
Replies: 416
Views: 78385
|
Forum: Scripts & Functions Posted: Thu Jul 09, 2009 7:23 am Subject: xpath v3 - read and write XML documents with XPath syntax |
@Tuncay.
Thanks for trying
I tried too with ".." with little exit.
i'm gonna try the loop route but i don't know if it's gonna be fast enough for my needs as my xml could be pretty ... |
Topic: Problem with Titan's xpath |
diesalher
Replies: 1
Views: 328
|
Forum: Ask for Help Posted: Wed Jul 01, 2009 7:10 pm Subject: Problem with Titan's xpath |
| nobody? |
Topic: xpath v3 - read and write XML documents with XPath syntax |
diesalher
Replies: 416
Views: 78385
|
Forum: Scripts & Functions Posted: Tue Jun 30, 2009 12:11 pm Subject: xpath v3 - read and write XML documents with XPath syntax |
(i've post this message in "ask for help" too, dont know exactly where is the right place)
if i have this xml
<data>
<a id="a1"></a>
<a id=&quo ... |
Topic: Problem with Titan's xpath |
diesalher
Replies: 1
Views: 328
|
Forum: Ask for Help Posted: Tue Jun 30, 2009 8:01 am Subject: Problem with Titan's xpath |
if i have this xml
<data>
<a id="a1"></a>
<a id="a2">
<b id="b1"></b>
<b id="b2"></b&g ... |
Topic: Autohotkey Api for remember the milk? |
diesalher
Replies: 2
Views: 743
|
Forum: Ask for Help Posted: Mon Jun 22, 2009 7:40 pm Subject: Autohotkey Api for remember the milk? |
thanks, i'm a newcomer to Autohotkey and i didntn know the existence of this.
i'll give it a try |
Topic: Autohotkey Api for remember the milk? |
diesalher
Replies: 2
Views: 743
|
Forum: Ask for Help Posted: Mon Jun 22, 2009 11:17 am Subject: Autohotkey Api for remember the milk? |
Hi, first of all sorry for my english, not my main lang
Some time ago i developed a .NET program wich uses Ironcow (remember the milk .NEt Api package) to get, delete, add, etc... rtm tasks and li ... |
Topic: GUI: Dynamically generated buttons' gosubs |
diesalher
Replies: 8
Views: 885
|
Forum: Ask for Help Posted: Thu Jun 18, 2009 2:53 pm Subject: GUI: Dynamically generated buttons' gosubs |
| Im trying the same with one difference, i need the buttons to have the same text (i have a list of to-do things and i want a delete button at one side) How can i determine the button pressed and the l ... |
Topic: Detect time since last release of left button |
diesalher
Replies: 6
Views: 379
|
Forum: Ask for Help Posted: Sat Jun 06, 2009 1:20 am Subject: Detect time since last release of left button |
| Thanks, [learning mode on] |
Topic: Detect time since last release of left button |
diesalher
Replies: 6
Views: 379
|
Forum: Ask for Help Posted: Fri Jun 05, 2009 9:51 pm Subject: Detect time since last release of left button |
Why does i need a timer?
This code has not the same behaviour?
~LButton Up::
KeyWait, LButton, D T3
If ErrorLevel
MsgBox, You have not pressed the LButton in 3 seconds.
;send so ... |
Topic: Detect time since last release of left button |
diesalher
Replies: 6
Views: 379
|
Forum: Ask for Help Posted: Fri Jun 05, 2009 8:40 pm Subject: Detect time since last release of left button |
| %A_TimeSincePriorHotkey% detects how much time has passed since last click, but doesnt make the execution of an event x seconds since the last click, or at least i dont see how...i'm a bit newbie so m ... |
| |