| Author |
Message |
Topic: StringReplace - convert FilePath to URLPath |
dragonfly
Replies: 3
Views: 107
|
Forum: Ask for Help Posted: Tue Oct 18, 2011 5:18 pm Subject: RegExReplace as an alternative to StringReplace |
The earlier idea from "guest" did not work for me.
I found that RegExReplace gives the result I'm looking for ..
URLPath := RegExReplace("C:\Program Files\Apache Sof ... |
Topic: StringReplace - convert FilePath to URLPath |
dragonfly
Replies: 3
Views: 107
|
Forum: Ask for Help Posted: Mon Oct 17, 2011 8:09 pm Subject: StringReplace - convert FilePath to URLPath |
2005 .. but not contiguous years!
I've been away from this for a long time .. learning other things.
I'm rusty .. like Tin Man in the Wizard of Oz.
Thanks. |
Topic: StringReplace - convert FilePath to URLPath |
dragonfly
Replies: 3
Views: 107
|
Forum: Ask for Help Posted: Mon Oct 17, 2011 7:40 pm Subject: StringReplace - convert FilePath to URLPath |
Convert file path to local host URL
I'm passing into an AHK script a FilePath from an editor (EditPlus) .. as argument %1%
I now need to parse this FilePath string to a local host URL by stripp ... |
Topic: Get status of Search & Replace radio buttons |
dragonfly
Replies: 7
Views: 936
|
Forum: Ask for Help Posted: Fri Jun 17, 2005 3:54 pm Subject: ControlGet |
Chris:-
I was able to capture control status in EditPlus Replace window using this script:-
SetTitleMatchMode, 2 ; partial match
WinActivate, EditPlus
; open replace window
Send, ^h
... |
Topic: Get status of Search & Replace radio buttons |
dragonfly
Replies: 7
Views: 936
|
Forum: Ask for Help Posted: Thu Jun 16, 2005 5:50 pm Subject: Get status of Search & Replace radio buttons |
Thanks .. but I am not trying to replace the existing GUI window
.. saves the last input ..
the question is .. what is the original input at start, since only toggle can apply?
Perhaps they ... |
Topic: Get status of Search & Replace radio buttons |
dragonfly
Replies: 7
Views: 936
|
Forum: Ask for Help Posted: Thu Jun 16, 2005 5:20 pm Subject: Get status of Search & Replace radio buttons |
Correct .. identical problem there ...
e.g. toggle radio button "Startup Task Pane"
how to detect if there is a tick or no tick in box? |
Topic: Get status of Search & Replace radio buttons |
dragonfly
Replies: 7
Views: 936
|
Forum: Ask for Help Posted: Thu Jun 16, 2005 3:51 pm Subject: Get status of Search & Replace radio buttons |
I am writing a script to automate entry of search strings in the fields
in a typical Search & Replace window in an editor ..
e.g.
Find What:
Replace With:
I can deal with the above ... |
Topic: Multiline (word-wrapped) MsgBox possible? |
dragonfly
Replies: 6
Views: 1190
|
Forum: Ask for Help Posted: Wed Jun 15, 2005 10:17 pm Subject: Multiline (word-wrapped) MsgBox possible? |
| Multiline MsgBox now working. Thank you. |
Topic: Multiline (word-wrapped) MsgBox possible? |
dragonfly
Replies: 6
Views: 1190
|
Forum: Ask for Help Posted: Wed Jun 15, 2005 7:17 pm Subject: Multiline (word-wrapped) MsgBox possible? |
Thanks .. I understand (and already use) that MsgBox format ..
but it is not very friendly for text which extends over quite a number of lines ..
I have tried this I guess that true word wrap is ... |
Topic: CMDret - Capture Output from Console [CMD] |
dragonfly
Replies: 22
Views: 9386
|
Forum: Utilities & Resources Posted: Wed Jun 15, 2005 4:13 pm Subject: CMDret - Capture Output from Console [CMD] |
| Got it now .. thanks .. |
Topic: Multiline (word-wrapped) MsgBox possible? |
dragonfly
Replies: 6
Views: 1190
|
Forum: Ask for Help Posted: Wed Jun 15, 2005 3:21 pm Subject: Multiline (word-wrapped) MsgBox possible? |
In MsgBox help ..
If Text is long, it can be broken up into several shorter lines by means of a continuation section, which might improve readability and maintainability.
I can see how to "split a ... |
Topic: CMDret - Capture Output from Console [CMD] |
dragonfly
Replies: 22
Views: 9386
|
Forum: Utilities & Resources Posted: Wed Jun 15, 2005 10:00 am Subject: CMDret - Capture Output from Console [CMD] |
This link at top of thread seems to be broken (today)
http://home.cogeco.ca/~icorrupt/cmdret.zip
Has the new dll version of CMDret replaced the above?
I downloaded the dll version o.k. (found ... |
Topic: Switching focus from external GUI button to target window |
dragonfly
Replies: 2
Views: 618
|
Forum: Ask for Help Posted: Tue Jun 14, 2005 4:09 pm Subject: Switching focus from external GUI button to target window |
Thanks for the suggestion .. I'm still learning the subtle use of other Commands.
....
I got the script to work by using this preamble ....
; preamble
#SingleInstance force
SetTitleMatc ... |
Topic: Switching focus from external GUI button to target window |
dragonfly
Replies: 2
Views: 618
|
Forum: Ask for Help Posted: Mon Jun 13, 2005 9:08 pm Subject: Switching focus from external GUI button to target window |
I have a GUI (not created in AHK) which has an array of buttons to pass different parameters into an AHK script.
Example: to cut highlighted text from an editor and parse the text and return to edi ... |
Topic: Illegal character in RunWait .. command line |
dragonfly
Replies: 5
Views: 812
|
Forum: Ask for Help Posted: Mon Jun 13, 2005 6:19 pm Subject: Illegal character in RunWait .. command line |
| thanks! now working .. that was puzzling me .. |
| |