RE: [Flashcoders] Zinc issues

2006-10-24 Thread Mike Mountain
42 > To: flashcoders@chattyfig.figleaf.com > Subject: [Flashcoders] Zinc issues > > We just purchased a license for Zinc since we had to quickly > pick a 3rd party projector with file load/save for a project. > I'm using it with flex 2 framework / flash 9. > > It's ki

[Flashcoders] Zinc issues

2006-10-23 Thread Stan Vassilev
We just purchased a license for Zinc since we had to quickly pick a 3rd party projector with file load/save for a project. I'm using it with flex 2 framework / flash 9. It's kinda a letdown, first thing, it has a bad conflict with TortoiseSVN which caused it to crash right on startup. After rese

Re: [Flashcoders] zinc issues with AS2

2006-06-14 Thread Manuel Saint-Victor
Not sure if this is relevant but -are you using the intrinsic classes in Zinc. If you include them in your library you're able to compile with MTASC I believe M On 6/13/06, Andreas Rønning <[EMAIL PROTECTED]> wrote: Whenever i try to use mdm.* methods in AS2 classes they refuse to work, mostl

RE: [Flashcoders] zinc issues with AS2

2006-06-13 Thread Lee McColl-Sylvester
r PPC to rest, too. ;-) Hooray for open source :) Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cedric Muller Sent: 13 June 2006 11:37 To: Flashcoders mailing list Subject: Re: [Flashcoders] zinc issues with AS2 I know fatally, I am look

Re: [Flashcoders] zinc issues with AS2

2006-06-13 Thread Cedric Muller
capabilities than Zinc with less effort. At least when it matures. Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cedric Muller Sent: 13 June 2006 11:27 To: Flashcoders mailing list Subject: Re: [Flashcoders] zinc issues with AS2 var mdm:Object

Re: [Flashcoders] zinc issues with AS2

2006-06-13 Thread Arul
Dear Andreas, Can you try _global.mdm.* instead? Regards, Arul - Original Message - From: "Andreas R?nning" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Tuesday, June 13, 2006 6:27 PM Subject: [Flashcoders] zinc issues with AS2 Whenever i t

Re: [Flashcoders] zinc issues with AS2

2006-06-13 Thread Andreas Rønning
ovide more capabilities than Zinc with less effort. At least when it matures. Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cedric Muller Sent: 13 June 2006 11:27 To: Flashcoders mailing list Subject: Re: [Flashcoders] zinc issues with AS2

RE: [Flashcoders] zinc issues with AS2

2006-06-13 Thread Lee McColl-Sylvester
June 2006 11:27 To: Flashcoders mailing list Subject: Re: [Flashcoders] zinc issues with AS2 var mdm:Object = _global.mdm; what a shitty way to code, but, hey this is Zinc :)) Cedric > Whenever i try to use mdm.* methods in AS2 classes they refuse to > work, mostly because mdm is an unde

Re: [Flashcoders] zinc issues with AS2

2006-06-13 Thread Cedric Muller
sorry, don't reference, just target _global.mdm (dumber than what we deserve) _global.mdm.System.exec('C:/runacrobat.exe'); Cedric Whenever i try to use mdm.* methods in AS2 classes they refuse to work, mostly because mdm is an undeclared property. Declaring it with var mdm:Object doesn't

Re: [Flashcoders] zinc issues with AS2

2006-06-13 Thread Cedric Muller
var mdm:Object = _global.mdm; what a shitty way to code, but, hey this is Zinc :)) Cedric Whenever i try to use mdm.* methods in AS2 classes they refuse to work, mostly because mdm is an undeclared property. Declaring it with var mdm:Object doesn't do much either. Super frustrating, anyon

[Flashcoders] zinc issues with AS2

2006-06-13 Thread Andreas Rønning
Whenever i try to use mdm.* methods in AS2 classes they refuse to work, mostly because mdm is an undeclared property. Declaring it with var mdm:Object doesn't do much either. Super frustrating, anyone got a workaround for this? I work with FlashDevelop+mtasc - Andreas SJ _