On openStack ... send mouseUp to btn startup

2003-07-29 Thread Joeri Paeleman
When I open my project, only the second line of the openStack-script gets sent (the first line returns true, does not give an error, but just simply doesn't do a thing). If I then close my stack and open it again, both lines work (so I get two answers). Am I missing something here? Joeri Paeleman

Re: Extracting From Excel and Access

2003-07-24 Thread Joeri Paeleman
never encounter myself). Joeri Paeleman _ ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: checking if there's a CD (windows) (Shao Sean)

2003-07-11 Thread Joeri Paeleman
Sean, This is great! But on my system (a compaq notebook) the status cdaudio media present returns false, even though there is a cd-player, and even more: the set cdaudio door open works. Where can I find more of those strings? Joeri

RE: Equivalence to the SuperCard function call via object

2003-07-09 Thread Joeri Paeleman
Hi, This was the script which gave an error: on mouseUp put Hello Ken Ray into tMyVar -- HERE IS THE MODIFICATION ! put Goodbye into tAnotherVar answer value(getSomeData(1,the date, tMyVar , tAnotherVar ),btn 2) end mouseUp I think the problem lies in Hello Ken Ray, since it makes

Re: Externals problem - Windows Messages

2003-07-03 Thread Joeri Paeleman
Finally got it running. As it turns out, there are some commands to communicate with Revolution in XCmdGlue (which comes with the external framework). So all the messages that are sent by the Taskbar-icon are now handled by an invisible window (created in the DLL), and passed to revolution with