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 

How to SendMessage into other app address space (Flash GUI)?

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Tester



Joined: 06 Jul 2006
Posts: 48
Location: Poland

PostPosted: Sun Dec 23, 2007 3:33 am    Post subject: How to SendMessage into other app address space (Flash GUI)? Reply with quote

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
View user's profile Send private message
ahklerner



Joined: 26 Jun 2006
Posts: 1205
Location: USA

PostPosted: Sun Dec 23, 2007 3:59 am    Post subject: Reply with quote

looks possible
_________________
Back to top
View user's profile Send private message
Tester



Joined: 06 Jul 2006
Posts: 48
Location: Poland

PostPosted: Sat Jan 12, 2008 3:52 am    Post subject: Reply with quote

ok, but how?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group