| Author |
Message |
Topic: xpath v3 - read and write XML documents with XPath syntax |
diesalher
Replies: 416
Views: 57782
|
Forum: Scripts & Functions Posted: Fri Jul 10, 2009 11: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: 57782
|
Forum: Scripts & Functions Posted: Fri Jul 10, 2009 8: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: 57782
|
Forum: Scripts & Functions Posted: Thu Jul 09, 2009 8: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: 161
|
Forum: Ask for Help Posted: Wed Jul 01, 2009 8:10 pm Subject: Problem with Titan's xpath |
| nobody? |
Topic: xpath v3 - read and write XML documents with XPath syntax |
diesalher
Replies: 416
Views: 57782
|
Forum: Scripts & Functions Posted: Tue Jun 30, 2009 1: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: 161
|
Forum: Ask for Help Posted: Tue Jun 30, 2009 9: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: 327
|
Forum: Ask for Help Posted: Mon Jun 22, 2009 8: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: 327
|
Forum: Ask for Help Posted: Mon Jun 22, 2009 12:17 pm 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: 679
|
Forum: Ask for Help Posted: Thu Jun 18, 2009 3: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: 186
|
Forum: Ask for Help Posted: Sat Jun 06, 2009 2: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: 186
|
Forum: Ask for Help Posted: Fri Jun 05, 2009 10: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: 186
|
Forum: Ask for Help Posted: Fri Jun 05, 2009 9: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 ... |
Topic: Detect time since last release of left button |
diesalher
Replies: 6
Views: 186
|
Forum: Ask for Help Posted: Fri Jun 05, 2009 8:41 pm Subject: Detect time since last release of left button |
Hi, i've tried to do this, but i'm not finding a working solution
I need a script that do something when i release the left button of the mouse but only if some time passes without another click. L ... |
Topic: AutoHotFile - Automated Keyword Launcher 1.0.0.14 |
diesalher
Replies: 117
Views: 24533
|
Forum: Scripts & Functions Posted: Wed May 06, 2009 3:40 pm Subject: AutoHotFile - Automated Keyword Launcher 1.0.0.14 |
Can you please check:
- Launchy does not apply "" to the parameters automatically! (version 2.1.2)
- Actually some programs will have problems with this, e.g. MSOutlook, using quotes i ... |
Topic: AutoHotFile - Automated Keyword Launcher 1.0.0.14 |
diesalher
Replies: 117
Views: 24533
|
Forum: Scripts & Functions Posted: Tue May 05, 2009 3:43 pm Subject: AutoHotFile - Automated Keyword Launcher 1.0.0.14 |
i've downloaded AutoHotfile.ahk.
Now, my program is receiving 1 parameter "param1,param2,param3" not 3 separate parameters.
It could be useful to define a universal parameter separato ... |
| |