|
04/25/2007, 12:57 PM
#68
 Originally Posted by zbop
Well here's the rub. Underneath, this is really a hack, it isn't an API or message passing interface where they can "call" functionality. If MortScript were extendable (extensible), that might be easy to do. Right now, to make things callable would require an additional command-line utility which would not be very efficient for frequent updates. Or did I completely miss what you were suggesting?
Z.
Well, I was snooping around on Mort's forum last night and guess what, I found out that he implemented a "back door" type of interface to applications in 4.01. 
You can send a windows message (WM_COMMAND) to applications directly, although the mechanism only allows for a single integer to be passed (no strings in other words).
Still, this could be useful later on, hmmm...
|
|
|