| Author |
Message |
Forum: Support Topic: Exiting a window with a variable name... |
| Maelgwyn |
|
Posted: May 15th, 2006, 11:02 am
|
|
Replies: 1 Views: 510
|
| I have a GUI which creates an inputbox named according to a text file. Is there a neat way to delete this input box while leaving the GUI open? |
|
 |
Forum: Support Topic: Checkbox makes Edit ReadOnly [Solved] |
| Maelgwyn |
|
Posted: May 15th, 2006, 9:46 am
|
|
Replies: 2 Views: 586
|
| Thank you very much PhiLho, this does the trick. |
|
 |
Forum: Support Topic: Checkbox makes Edit ReadOnly [Solved] |
| Maelgwyn |
|
Posted: May 14th, 2006, 9:10 am
|
|
Replies: 2 Views: 586
|
Hey,
Is it possible to have it so that when the user clicks on a Checkbox, the Edit in the same GUI is made ReadOnly. Something like:
Code: Gui, Add, Edit, v1 Gui, Add, Checkbox, gSubmit, Readonly Gui, Show
return
Submit:
Gui, Submit, NoHide ---
Thanks |
|
 |
Forum: Support Topic: Edit Box in Refreshing GUI |
| Maelgwyn |
|
Posted: March 4th, 2006, 11:53 pm
|
|
Replies: 7 Views: 654
|
| Is Ctrl-End supposed to take you to the bottom of the Edit? I don't think it works. I'll clarify for your sake Peter. I have an edit that I continually append text into. Eventually it fills up and the scroll bar becomes active. I am constantly refreshing and each time I do this, it moves to the top ... |
|
 |
Forum: Support Topic: Edit Box in Refreshing GUI |
| Maelgwyn |
|
Posted: March 4th, 2006, 11:49 pm
|
|
Replies: 7 Views: 654
|
| Thanks for the quick reply, thats a good workaround. |
|
 |
Forum: Scripts Topic: yay 2 scrips can now talk over tcpip! |
| Maelgwyn |
|
Posted: March 4th, 2006, 11:32 pm
|
|
Replies: 19 Views: 7943
|
| I got it to work using a MsgBox. The only problem was that the msgbox wasn't filled. What is the variable, %1% in caller.exe and what do I have to change in command.txt to fill it. |
|
 |
Forum: Support Topic: Edit Box in Refreshing GUI |
| Maelgwyn |
|
Posted: March 4th, 2006, 11:14 pm
|
|
Replies: 7 Views: 654
|
Hi, I have a GUI which is constantly refreshing itself...
When the GUI is refreshed, the EditBox scrolls back to the top. This is particularly annoying and I can't really find a way to overcome it. Is there something I have missed in the Help Files? |
|
 |
Forum: Scripts Topic: yay 2 scrips can now talk over tcpip! |
| Maelgwyn |
|
Posted: February 22nd, 2006, 9:53 am
|
|
Replies: 19 Views: 7943
|
| I had another play around but still couldn't work it out. |
|
 |
Forum: Support Topic: Messenger Program (Possibly using DLLCall or WinSock) |
| Maelgwyn |
|
Posted: February 20th, 2006, 10:11 am
|
|
Replies: 10 Views: 6270
|
| I tried the response in Scripts and Functions, "yay! Two scripts can now talk using Tc/Icp". I didnt ever work it out so ill just finish this on that post. Thanks for you help. |
|
 |
Forum: Scripts Topic: QWERTY remapped as DVORAK |
| Maelgwyn |
|
Posted: February 19th, 2006, 8:18 am
|
|
Replies: 11 Views: 7778
|
| Hmm... well I re-arranged an old keyboard and rewrote the script: *q::Send, ' +q::Send, {"} *w::Send, , +w::Send, {<} *e::Send, . +e::Send, {>} *r::Send, p *t::Send, y *y::Send, f *u::Send, g *i::Send, c *o::Send, r *p::Send, l *a::Send, a *s::Send, o *d::Send, e *... |
|
 |
Forum: Scripts Topic: yay 2 scrips can now talk over tcpip! |
| Maelgwyn |
|
Posted: February 19th, 2006, 6:22 am
|
|
Replies: 19 Views: 7943
|
So once the ports are open... how do I SendMessage to the other comp?
This is what I have for my sendmessage:
Code: SendMessage, 0xC, 0, &chat, Edit4, CC3.ahk
And CC3.AHK is on the other computer
Any help would be appreciated.
Thanks,
Maelgwyn. |
|
 |
Forum: Scripts Topic: yay 2 scrips can now talk over tcpip! |
| Maelgwyn |
|
Posted: February 19th, 2006, 12:10 am
|
|
Replies: 19 Views: 7943
|
| That appears to be working. So i would create a script on computer A and somehow have computer B send a message using PostMessage or SendMessage? |
|
 |
Forum: Scripts Topic: yay 2 scrips can now talk over tcpip! |
| Maelgwyn |
|
Posted: February 18th, 2006, 1:25 pm
|
|
Replies: 19 Views: 7943
|
That is a very nice little script... However, the message, 'No port[s] to connect to' still appears.
Do I have to open or create them somehow?
Thanks again,
Mael. |
|
 |
Forum: Support Topic: TAB as a variable? (Newbie) |
| Maelgwyn |
|
Posted: February 18th, 2006, 8:26 am
|
|
Replies: 4 Views: 840
|
| I'm hardly an expert but I'll do what I can. Yes you do need a loop. To set one up is simple. TabVar = 15 ;Sets a variable called tabvar to 15 Loop ;Starts your loop { ;Anything between the braces is what is looped Send, {TAB %TabVar%} ;Sends 15 Tabs because TabVar = 15 Tabvar := Tabv... |
|
 |
Forum: Scripts Topic: QWERTY remapped as DVORAK |
| Maelgwyn |
|
Posted: February 18th, 2006, 8:15 am
|
|
Replies: 11 Views: 7778
|
| Whipped this small script together when I decided I wanted to learn to type on a DVORAK keyboard, but didn't want to order one through the net. I hope it helps somebody. Just a note, I put little sticky labels over the keys of the old QWERTY. http://www.klippert.com/tcc/blog/pics/Dvorak.jpg The layo... |
|
 |
| Sort by: |