AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 489 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Changing the value of an edit control which is taken over
automaticman

Replies: 11
Views: 223

PostForum: Ask for Help   Posted: Wed Mar 17, 2010 5:25 pm   Subject: Changing the value of an edit control which is taken over
I tried it and it works also nicely, I should use this instead. Thanks for your help Guest.
  Topic: Changing the value of an edit control which is taken over
automaticman

Replies: 11
Views: 223

PostForum: Ask for Help   Posted: Wed Mar 17, 2010 1:20 pm   Subject: Changing the value of an edit control which is taken over
Now I am using following code, which works nicely:

SetKeyDelay, 0, 10

Add1(CurrentStep)
{
ControlGetText, ValueEdit , %CurrentStep%, - + ÷ x
NewValueEdit := Value ...
  Topic: Changing the value of an edit control which is taken over
automaticman

Replies: 11
Views: 223

PostForum: Ask for Help   Posted: Wed Mar 17, 2010 1:11 pm   Subject: Changing the value of an edit control which is taken over
Well, my last statement seems not to be true, the same problem still exists even with ControlClick. The line below seems not to be reliable enough.

ControlSend, %CurrentStep%, {Home}+ ...
  Topic: Changing the value of an edit control which is taken over
automaticman

Replies: 11
Views: 223

PostForum: Ask for Help   Posted: Wed Mar 17, 2010 1:04 pm   Subject: Changing the value of an edit control which is taken over
You need the ControlClick? I removed it, cuz in my tests, it added nothing (however, for your program, I understand if it really does something/help)...I need ControlClick, as it increases the reliabi ...
  Topic: Changing the value of an edit control which is taken over
automaticman

Replies: 11
Views: 223

PostForum: Ask for Help   Posted: Wed Mar 17, 2010 12:19 pm   Subject: Changing the value of an edit control which is taken over
Thanks Guest, I tried the shorter code below, which works great.

Add1(CurrentStep)
{
ControlGetText, ValueEdit , %CurrentStep%, - + ÷ x
NewValueEdit := ValueEdit + 1
Cont ...
  Topic: Changing the value of an edit control which is taken over
automaticman

Replies: 11
Views: 223

PostForum: Ask for Help   Posted: Wed Mar 17, 2010 1:54 am   Subject: Changing the value of an edit control which is taken over
I am using below code e.g. to increase the pitch for 1, which works, but having a more direct and faster method would be better:

CurrentStep := "Edit49"
SleepTime = 200

Add1(C ...
  Topic: Text Editor: Moving cursor by clicking on ANY (x,y) coordin.
automaticman

Replies: 2
Views: 93

PostForum: Ask for Help   Posted: Thu Feb 25, 2010 4:13 pm   Subject: Text Editor: Moving cursor by clicking on ANY (x,y) coordin.
Are there any text editors which support following:

No matter where you click with the mouse, even if on a new empty line a few lines below, it should move the cursor there ready to write there any ...
  Topic: General drag and drop emulation
automaticman

Replies: 1
Views: 82

PostForum: Ask for Help   Posted: Thu Feb 11, 2010 1:50 pm   Subject: General drag and drop emulation
Is it possible to emulate "a drag and drop action of a file from Windows Explorer to a given applications specific window coordinates"?

My idea is to copy that file* into the Clipboard, t ...
  Topic: VST plugin shell extension
automaticman

Replies: 22
Views: 5256

PostForum: Scripts & Functions   Posted: Sat Jan 30, 2010 4:37 am   Subject: Re: How do you USE your VST player, Majkinetor?
... what is it going to do to my system?Nothing, majkinetor is a good guy, if not the best. Very Happy
  Topic: MIDI input library
automaticman

Replies: 61
Views: 8197

PostForum: Scripts & Functions   Posted: Wed Jan 27, 2010 3:06 am   Subject: MIDI input library
I added "program change" events support to the midi input library, unfortunately I could not install Visual C++ 2008 Express Edition successfully here, in the middle of the installation I ge ...
  Topic: Forms Framework 0.61
automaticman

Replies: 28
Views: 2075

PostForum: Scripts & Functions   Posted: Wed Jan 27, 2010 12:48 am   Subject: Forms Framework 0.61
Well, anything what majkinetor does is outstanding, or not? Smile

Big respects to majkinetor and friends.
  Topic: Forms Framework 0.61
automaticman

Replies: 28
Views: 2075

PostForum: Scripts & Functions   Posted: Tue Jan 19, 2010 1:48 pm   Subject: Forms Framework 0.61
I see, would it make sense to combine Forms Framework with [url=http://www.autohotkey.com/forum/viewtopic.php?p=322425#322425]Jucer.
  Topic: Forms Framework 0.61
automaticman

Replies: 28
Views: 2075

PostForum: Scripts & Functions   Posted: Tue Jan 19, 2010 12:14 pm   Subject: Forms Framework 0.61
Does this replace LilBuilder?
  Topic: AHK MouseRecorder (MoRe)
automaticman

Replies: 27
Views: 7993

PostForum: Scripts & Functions   Posted: Mon Jan 11, 2010 3:23 pm   Subject: AHK MouseRecorder (MoRe)
It would be cool to have in the same way a Wacom pen movement recorder, e.g. supporting ten "recording slots", then you could select one of those and replay them whenever you want again.

...
  Topic: Interfacing with Wacom device? Or Simulating a Wacom device?
automaticman

Replies: 4
Views: 261

PostForum: Ask for Help   Posted: Mon Jan 11, 2010 2:20 pm   Subject: Interfacing with Wacom device? Or Simulating a Wacom device?
Could [url=http://www.autohotkey.com/forum/viewtopic.php?t=43638wacom]this help for 2 from the first posting?

I am also interested in the topic 2, together with recording the move mo ...
 
Page 1 of 33 Goto page 1, 2, 3 ... 31, 32, 33  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group