| Author |
Message |
Topic: Duplicate a window? |
qtmspin
Replies: 2
Views: 96
|
Forum: Ask for Help Posted: Sat Apr 19, 2008 6:15 pm Subject: Duplicate a window? |
| Thanks for idea... it is a child window... I edited my origional post to mention that as well. |
Topic: Duplicate a window? |
qtmspin
Replies: 2
Views: 96
|
Forum: Ask for Help Posted: Sat Apr 19, 2008 5:23 pm Subject: Duplicate a window? |
Is there a way to duplicate a child window?
I have an application that allows only one instance of a child window. If I try to open another instance of that window it gives the previously opened w ... |
Topic: AHK DDE FUNCTIONS. (Including a/sync,batch,multi-channel) |
qtmspin
Replies: 12
Views: 1638
|
Forum: Scripts & Functions Posted: Wed Feb 06, 2008 2:35 am Subject: Not sure how to do this... |
I have done a few different 'permutations' of the code to get the prices, however I am not getting past the connection.
msgbox % DDE_Connect("MT4","QUOTE") --> this works
... |
Topic: ??? i=Ignored because it was generated by an AHK script ??? |
qtmspin
Replies: 3
Views: 211
|
Forum: Ask for Help Posted: Tue Jan 02, 2007 11:01 pm Subject: ??? i=Ignored because it was generated by an AHK script ??? |
| Where do I put the modifier in this case, I tried a few variations... none worked... in the manual, it seems the modifiers are for remaping keys. I would like to send a key just as I would if I were ... |
Topic: ??? i=Ignored because it was generated by an AHK script ??? |
qtmspin
Replies: 3
Views: 211
|
Forum: Ask for Help Posted: Tue Jan 02, 2007 10:37 pm Subject: ??? i=Ignored because it was generated by an AHK script ??? |
| I have a program that I would like to trigger an event by holding down the 'j' key. When I hold down the key the event is triggered, when I tell autohotkey to hold it down I get the message it was i ... |
Topic: Client & Server Script for TCP/IP Network Communication |
qtmspin
Replies: 98
Views: 12805
|
Forum: Scripts & Functions Posted: Sat Dec 30, 2006 7:24 pm Subject: Client & Server Script for TCP/IP Network Communication |
Great work, I love it! Have you tried hooking telnet up to the server, its easy and gives great feedback - although I am not sure if it's 100% accurate...
Im sure you know this already but...
st ... |
Topic: Client & Server Script for TCP/IP Network Communication |
qtmspin
Replies: 98
Views: 12805
|
Forum: Scripts & Functions Posted: Sat Dec 30, 2006 2:21 pm Subject: newish received data |
| I have two sub-routines work with the data now. If the subroutines are working with the data while more data is received, will the received data be ignored? Or are the surroutines treated seperatetl ... |
Topic: Client & Server Script for TCP/IP Network Communication |
qtmspin
Replies: 98
Views: 12805
|
Forum: Scripts & Functions Posted: Sat Dec 30, 2006 1:16 am Subject: Is telnet accurate? |
I've noticed that when I hook telnet up to the server I get different data then what seems to be delivered to my client.
I tested it out w/ Zed's original script and I get the same thing. Here i ... |
Topic: Client & Server Script for TCP/IP Network Communication |
qtmspin
Replies: 98
Views: 12805
|
Forum: Scripts & Functions Posted: Fri Dec 29, 2006 7:24 am Subject: Client & Server Script for TCP/IP Network Communication |
| It's definatetly the receiving part (my client). I did like you said and hooked up telnet, wow that was easy and cool too! The server is sending everything, however the client is only getting the fi ... |
Topic: onMessage data lost (tcpip client/server) |
qtmspin
Replies: 0
Views: 296
|
Forum: Ask for Help Posted: Thu Dec 28, 2006 7:08 pm Subject: onMessage data lost (tcpip client/server) |
| I am sending information very fast (10 ms) from one computer to several computers over the net. When I send the info at fast speeds, some of the info is lost. If I tell the app to sleep for 200 ms b ... |
Topic: Client & Server Script for TCP/IP Network Communication |
qtmspin
Replies: 98
Views: 12805
|
Forum: Scripts & Functions Posted: Thu Dec 28, 2006 4:57 am Subject: Im stuck... |
I've run into a limitation and annoying 'bug' It seems if I send messages too fast, ie in a loop like the one below... only the first two get to the client, the other 3 are lost in cyberspace...
I ... |
Topic: Client & Server Script for TCP/IP Network Communication |
qtmspin
Replies: 98
Views: 12805
|
Forum: Scripts & Functions Posted: Tue Nov 14, 2006 7:07 pm Subject: problem solved |
| Thanks Zed. Taking out the FD_CLOSE was enough to stop the client from closing the server. For my purposes (only 3 users) that was enough. I am ok with the server killing the clients because its go ... |
Topic: is it possible to preload .exe file? |
qtmspin
Replies: 6
Views: 272
|
Forum: Ask for Help Posted: Wed Nov 08, 2006 4:34 pm Subject: is it possible to preload .exe file? |
| Great idea PhiLho |
Topic: is it possible to preload .exe file? |
qtmspin
Replies: 6
Views: 272
|
Forum: Ask for Help Posted: Tue Nov 07, 2006 7:34 pm Subject: is it possible to preload .exe file? |
The exe I am running is a recording and playback of mouse clicks.
It is actually faster then executing the mouse clicks through autohotkey with all the speed tweeks in autohotkey.
I am measuri ... |
Topic: Client & Server Script for TCP/IP Network Communication |
qtmspin
Replies: 98
Views: 12805
|
Forum: Scripts & Functions Posted: Tue Nov 07, 2006 6:33 pm Subject: Client & Server Script for TCP/IP Network Communication |
Here is my ~solution~ to sending one message to multiple clients.
I changed this
Loop ; Wait for incomming connections
{
; accept requests that are in the pipeline of the socket
co ... |
| |