| Author |
Message |
Topic: GDI+ standard library 1.45 by tic |
dominique dutoit
Replies: 918
Views: 139942
|
Forum: Scripts & Functions Posted: Mon Mar 09, 2009 7:30 pm Subject: Gdip and ie4AHK |
Hello,
I think about include the main window of IE4AHK (not the menu, not the tool bar, not the status, only the included content: a web page with its viewer) into Gdip.ahk form , for instance the ... |
Topic: IE4AHK and Gdip.ahk |
dominique dutoit
Replies: 0
Views: 289
|
Forum: Ask for Help Posted: Mon Mar 09, 2009 7:24 pm Subject: IE4AHK and Gdip.ahk |
Hello,
I think about include the main window of IE4AHK (not the menu, not the tool bar, not the status, only the included content: a web page with its viewer) into Gdip.ahk form (see topic Example ... |
Topic: thread, and stop curiously |
dominique dutoit
Replies: 0
Views: 328
|
Forum: Ask for Help Posted: Sun Feb 22, 2009 6:46 pm Subject: thread, and stop curiously |
Hi,
I have read the limitation of autohotkey concerning thread, multithreads, and so on.
Well, I understand them but I assume that something else (one error from me) breaks the program below.
Thi ... |
Topic: BUG? OR HELP? StringTrimRight, OutputVar, %A_WScriptName% |
dominique dutoit
Replies: 14
Views: 478
|
Forum: Ask for Help Posted: Sun Feb 22, 2009 4:40 pm Subject: BUG? OR HELP? StringTrimRight, OutputVar, %A_WScriptName% |
You are right, and... I dont know what error I made during a coupe of hours
Well. It 's the way to learn a bit. And to remenber. Thank you again. |
Topic: BUG? OR HELP? StringTrimRight, OutputVar, %A_WScriptName% |
dominique dutoit
Replies: 14
Views: 478
|
Forum: Ask for Help Posted: Sun Feb 22, 2009 4:05 pm Subject: BUG? OR HELP? StringTrimRight, OutputVar, %A_WScriptName% |
Why this does happen to me allways? sorry its a copy and paste error:
SplitPath, A_ScriptFullPath, , , , ScriptNameNoExt
MsgBox %ScriptNameNoExt%
Oh! It works nicely, exactly as I h ... |
Topic: BUG? OR HELP? StringTrimRight, OutputVar, %A_WScriptName% |
dominique dutoit
Replies: 14
Views: 478
|
Forum: Ask for Help Posted: Sun Feb 22, 2009 3:37 pm Subject: BUG? OR HELP? StringTrimRight, OutputVar, %A_WScriptName% |
If I try you code,
SplitPath, A_ScriptFullPath, , , , ScriptFullPathNoExt
MsgBox %ScriptNameNoExt%
???[/quote]
I obtain an empty message box.
My script containing your code was truc. ... |
Topic: BUG? OR HELP? StringTrimRight, OutputVar, %A_WScriptName% |
dominique dutoit
Replies: 14
Views: 478
|
Forum: Ask for Help Posted: Sun Feb 22, 2009 3:05 pm Subject: BUG? OR HELP? StringTrimRight, OutputVar, %A_WScriptName% |
But it does not merge my need :
Splitpath needs :
---> Name of the variable containing the file name to be analyzed.
And I have not clearly this name. The process knows itself that ... |
Topic: BUG? OR HELP? StringTrimRight, OutputVar, %A_WScriptName% |
dominique dutoit
Replies: 14
Views: 478
|
Forum: Ask for Help Posted: Sun Feb 22, 2009 2:56 pm Subject: BUG? OR HELP? StringTrimRight, OutputVar, %A_WScriptName% |
It 's very nice! Thank you very much.
Dominique |
Topic: BUG? OR HELP? StringTrimRight, OutputVar, %A_WScriptName% |
dominique dutoit
Replies: 14
Views: 478
|
Forum: Ask for Help Posted: Sun Feb 22, 2009 2:34 pm Subject: BUG? OR HELP? StringTrimRight, OutputVar, %A_WScriptName% |
I needed only to get the name of the current script without extension...
I called disaster the filename used to make the match.
In need because I 'm working of some attempt to generate thousands s ... |
Topic: BUG? OR HELP? StringTrimRight, OutputVar, %A_WScriptName% |
dominique dutoit
Replies: 14
Views: 478
|
Forum: Ask for Help Posted: Sun Feb 22, 2009 1:33 pm Subject: BUG? OR HELP? StringTrimRight, OutputVar, %A_WScriptName% |
A_WScriptName = OneProblem.ahk
StringTrimRight, OutputVar, A_WScriptName, 4
msgbox, %OutputVar%
Oh... it does not work with or without percent signs...
If you do the same with A_username, ... |
Topic: BUG? OR HELP? StringTrimRight, OutputVar, %A_WScriptName% |
dominique dutoit
Replies: 14
Views: 478
|
Forum: Ask for Help Posted: Sun Feb 22, 2009 12:03 pm Subject: BUG? OR HELP? StringTrimRight, OutputVar, %A_WScriptName% |
Hi,
Consider A_WScriptName equals to OneProblem.ahk
Then, try
StringTrimRight, OutputVar, %A_WScriptName%, 4
to delete the extension in the result.
You get a formal error.
Else, I'm wro ... |
Topic: allow a end-user to change the hotkey of an exe file |
dominique dutoit
Replies: 1
Views: 276
|
Forum: Ask for Help Posted: Fri Feb 20, 2009 12:26 am Subject: allow a end-user to change the hotkey of an exe file |
Hi,
Often, when you offered hotkeys to end-users, some of them have yet reserved the hot-key to a softare or a preference.
Then, it should usefull to let the end-use (real end-user, not a technician ... |
| |