Re: Opening custom files by Drag and Drop in standalone application

2005-01-21 Thread Alejandro Tejada
Hi Developers, Before sending an attachment to bugzilla, i want to recap the whole issue, for your additions, confirmations and corrections: Begin Report Problem: When i drag and drop a Rev or MC stack to a Windows standalone i had created, it opens the application and the stack dropped over the

Re: Opening custom files by Drag and Drop in standalone application

2005-01-19 Thread Jan Schenkel
--- Ken Ray <[EMAIL PROTECTED]> wrote: > On 1/18/05 11:55 AM, "Alejandro Tejada" > <[EMAIL PROTECTED]> wrote: > > > I have read this useful Programming tip in your > > website, and TRY to use it in an standalone > > player to OPEN ONLY the custom documents of that > > application. > > > > But whe

Re: Opening custom files by Drag and Drop in standalone application

2005-01-19 Thread Ken Ray
On 1/19/05 8:30 AM, "Frank D. Engel, Jr." <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I'd imagine you can fix this on a Mac by intercepting the apple event > which is sent to the stack. You're right about that... and you can intercept the event *before* the s

Re: Opening custom files by Drag and Drop in standalone application

2005-01-19 Thread Frank D. Engel, Jr.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'd imagine you can fix this on a Mac by intercepting the apple event which is sent to the stack. Under Windows, you would need to check the $1 variable when starting the standalone, or check the openStacks or some such, and if a stack is specified,

Re: Opening custom files by Drag and Drop in standalone application

2005-01-18 Thread Ken Ray
On 1/18/05 11:55 AM, "Alejandro Tejada" <[EMAIL PROTECTED]> wrote: > on Mon, 17 Jan 2005 > Ken Ray wrote: > >> When you launch an MC/Rev app, any command line >> information is sent to the >> application and is retrievable via *environment >> variables* numbered $0 on up. > > Hi Ken, > > I have

Opening custom files by Drag and Drop in standalone application

2005-01-18 Thread Alejandro Tejada
on Mon, 17 Jan 2005 Ken Ray wrote: > When you launch an MC/Rev app, any command line > information is sent to the > application and is retrievable via *environment > variables* numbered $0 on up. Hi Ken, I have read this useful Programming tip in your website, and TRY to use it in an standalon