RE: [flexcoders] Flash Player - Desktop integration... SDK?

2005-11-08 Thread Philippe Maegerman
8 novembre 2005 1:37To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Flash Player - Desktop integration... SDK? Don't know about design view, but Flash for desktop UI has been something I've always enjoyed doing. Worked great for C++ apps, and worked great with VB; both of which used

Re: [flexcoders] Flash Player - Desktop integration... SDK?

2005-11-08 Thread Xavi Beumala
] To: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com Sent: Monday, November 07, 2005 9:04 PM Subject: Re: [flexcoders] Flash Player - Desktop integration... SDK? Hi Jesse, Great to know you've done it... ;) Do you have any idea on how to make a Desktop

RE: [flexcoders] Flash Player - Desktop integration... SDK?

2005-11-08 Thread Nick Weekes
lto:[EMAIL PROTECTED] To: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com Sent: Monday, November 07, 2005 9:04 PM Subject: Re: [flexcoders] Flash Player - Desktop integration... SDK? Hi Jesse, Great to know you've done it... ;) Do you have any idea on how to make a Desktop Flash UI a

Re: [flexcoders] Flash Player - Desktop integration... SDK?

2005-11-07 Thread JesterXL
Don't know about design view, but Flash for desktop UI has been something I've always enjoyed doing. Worked great for C++ apps, and worked great with VB; both of which used XMLSocket. I've used fscommand in the past, simply respecting what C++ told me to do, same with Centura. Now, however,

Re: [flexcoders] Flash Player - Desktop integration... SDK?

2005-11-07 Thread Aldo Bucchi
Hi Jesse, Great to know you've done it... ;) Do you have any idea on how to make a Desktop Flash UI accept drag and drop from an external app... or access the clipboard? best, aldo On 11/7/05, JesterXL [EMAIL PROTECTED] wrote: Don't know about design view, but Flash for desktop UI has been

Re: [flexcoders] Flash Player - Desktop integration... SDK?

2005-11-07 Thread Manuel Saint-Victor
Is there a big advantage to using Visual Basic over on of the projector tools?ManiOn 11/7/05, JesterXL [EMAIL PROTECTED] wrote: Don't know about design view, but Flash for desktop UI has been something I've always enjoyed doing. Worked great for C++ apps, and worked great with VB; both of

Re: [flexcoders] Flash Player - Desktop integration... SDK?

2005-11-07 Thread John C. Bland II
, mProjector does; in Flex, you'd do: var str:String = _global.mSystem.getClipboard(); - Original Message - From: Aldo Bucchi [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, November 07, 2005 9:04 PM Subject: Re: [flexcoders] Flash Player - Desktop integration... SDK

Re: [flexcoders] Flash Player - Desktop integration... SDK?

2005-11-07 Thread JesterXL
a lot of things C could do, only it was easier to write. Now, however, Microsoft is pushing .NET I think, so VB's old. - Original Message - From: Manuel Saint-Victor To: flexcoders@yahoogroups.com Sent: Monday, November 07, 2005 8:38 PM Subject: Re: [flexcoders] Flash Player