| Author |
Message |
Topic: xpath v3 - read and write XML documents with XPath syntax |
squalito
Replies: 416
Views: 57748
|
Forum: Scripts & Functions Posted: Fri Jun 26, 2009 4:08 pm Subject: xpath v3 - read and write XML documents with XPath syntax |
pfff I'm crazy !!
of course as it is a function the % has not to be set !!
xpath(xmlfile, "/AppSettings/ConfigFileName/text()", FileCfg)
works great ! |
Topic: Xpath() : How to set a new value with a variable name ? |
squalito
Replies: 1
Views: 76
|
Forum: Ask for Help Posted: Fri Jun 26, 2009 4:07 pm Subject: Xpath() : How to set a new value with a variable name ? |
pfff I'm crazy !!
of course as it is a function the % has not to be set !!
Hello;
i use a simple Xpath code in a script
I don't know how to set a variable in the xpath() like this
In ... |
Topic: Xpath() : How to set a new value with a variable name ? |
squalito
Replies: 1
Views: 76
|
Forum: Ask for Help Posted: Fri Jun 26, 2009 4:02 pm Subject: Xpath() : How to set a new value with a variable name ? |
Hello;
i use a simple Xpath code in a script
I don't know how to set a variable in the xpath() like this
IniRead, PlaceMintPath, WamSkins.ini, Config, IPlaceMintPath
XmlSrc = %PlaceMint ... |
Topic: xpath v3 - read and write XML documents with XPath syntax |
squalito
Replies: 416
Views: 57748
|
Forum: Scripts & Functions Posted: Fri Jun 26, 2009 4:01 pm Subject: xpath v3 - read and write XML documents with XPath syntax |
Hello;
i use a simple Xpath code in a script
I don't know how to set a variable in the xpath() like this
IniRead, PlaceMintPath, WamSkins.ini, Config, IPlaceMintPath
XmlSrc = %PlaceMint ... |
Topic: GUI: Automaticly Display radio if checkbox is On. Else Hide |
squalito
Replies: 4
Views: 219
|
Forum: Ask for Help Posted: Fri Jun 26, 2009 3:10 pm Subject: GUI: Automaticly Display radio if checkbox is On. Else Hide |
Hmm
Is it possible to hide/show a groupbox and all it contents or do we have to hide/show all controls one by one
For example
Gui, Add, CheckBox, x112 y42 w60 h30 vPlaceMint gOnTick %CPM%,
G ... |
Topic: GUI: Automaticly Display radio if checkbox is On. Else Hide |
squalito
Replies: 4
Views: 219
|
Forum: Ask for Help Posted: Fri Jun 26, 2009 2:50 pm Subject: GUI: Automaticly Display radio if checkbox is On. Else Hide |
Thanks a lot it's exactly what I was looking for
Didn't know the g-label !!
very good ! |
Topic: GUI: Automaticly Display radio if checkbox is On. Else Hide |
squalito
Replies: 4
Views: 219
|
Forum: Ask for Help Posted: Thu Jun 25, 2009 1:50 pm Subject: GUI: Automaticly Display radio if checkbox is On. Else Hide |
Hello
I have a GUI like this one for example
Gui, Add, Text, x12 y12 w100 h20 , Nom du Skin:
Gui, Add, Edit, x92 y12 w170 h20 vSkin, %DSkin%
Gui, Add, Button, x62 y262 w70 h20 , OK
Gui, A ... |
Topic: Pbm with my script (how to test if a window is a first time) |
squalito
Replies: 4
Views: 120
|
Forum: Ask for Help Posted: Tue Jun 23, 2009 6:40 pm Subject: Pbm with my script (how to test if a window is a first time) |
The complete source code is this one
I've added the OnMessage after the
WinWaitActive, %SkinName% - %Langue%,
But the app I launch is a flash soft, and it looks like my script wil never receiv ... |
Topic: Pbm with my script (how to test if a window is a first time) |
squalito
Replies: 4
Views: 120
|
Forum: Ask for Help Posted: Tue Jun 23, 2009 6:37 pm Subject: Pbm with my script (how to test if a window is a first time) |
Ok I've tested this, but I never enter in the function
OnMessage(0x203, "WM_LBUTTONDBLCLK")
return
WM_LBUTTONDBLCLK(wParam, lParam)
{
Process, Exist, WinamaxPo ... |
Topic: Pbm with my script (how to test if a window is a first time) |
squalito
Replies: 4
Views: 120
|
Forum: Ask for Help Posted: Tue Jun 23, 2009 5:40 pm Subject: Pbm with my script (how to test if a window is a first time) |
Thanks,
The OnMEssage is WM_LBUTTONDBLCLK ?
And about GetPos is there an easy way to define a square/rectangle ?
Also :
Is there an easy solution to just test if a soft launch a new window ... |
| |