| View previous topic :: View next topic |
| Author |
Message |
Tester
Joined: 06 Jul 2006 Posts: 48 Location: Poland
|
Posted: Sun Dec 23, 2007 3:33 am Post subject: How to SendMessage into other app address space (Flash GUI)? |
|
|
Hello,
It is possible to make Flash GUI for desktop applications with using mProjector application (commercial).
It would be a great extension to AHK. Now we can make custom Flash-based GUIs for our scripts.
But communication between mProjector and external applications have some restrictions on SendMessage functions - the (WPARAM) param must be a pointer to your string, as UTF8 or a standard "c" string, which must the allocated in the address space of the application RECEIVING the message. NOT YOUR OWN APPLICATION ADDRESS SPACE.
All is described in details (with C example) here: http://forums.screentime.com/viewtopic.php?t=442
So question is: there is a way to send this specific Messages in AHK language?
-edit-
If someone wants to do some test there is a example Flash-based application made with mProjector capable of receiving Messages: http://www.screentime.com/software/mprojector/flas.html#parentChildCommunication
And there is a video tutorial for making this app (look for a parameter value that is expected in onMessage event): http://www.screentime.com/software/mprojector/parentChild.html |
|
| Back to top |
|
 |
ahklerner
Joined: 26 Jun 2006 Posts: 1205 Location: USA
|
Posted: Sun Dec 23, 2007 3:59 am Post subject: |
|
|
looks possible _________________
 |
|
| Back to top |
|
 |
Tester
Joined: 06 Jul 2006 Posts: 48 Location: Poland
|
Posted: Sat Jan 12, 2008 3:52 am Post subject: |
|
|
| ok, but how? |
|
| Back to top |
|
 |
|