Re: [Flashcoders] extends MovieClip

2007-02-17 Thread T. Michael Keesey
Look into the [Inspectable] metadata tag. If you place it before a class variable or property, then setting the class under the component definition will automatically populate the parameters. class MyClass { //... [Inspectable(defaultValue=default)] public var myVar:String;

Re: [Flashcoders] extends MovieClip

2007-02-17 Thread Muzak
Also, leave the Parameters in the Component Definition window blank, it's there for backwards compatibility and will be filled in automatically if you use [Inspectable] metadata in your class. But for that to work you need to fill in the class (including package) in the AS 2.0 Class field -

[Flashcoders] Re: _lockroot resetting

2007-02-17 Thread Hans Wichman
So, any ideas anyone? This 'feature' kinda messes up the whole system atm ... thanks in advance JC On 2/14/07, Hans Wichman [EMAIL PROTECTED] wrote: Hi, in an application I am working on, I was 'forced' to use _lockroot (until the architecture can be reevaluated:))). So assume main loads

Re: [Flashcoders] Re: _lockroot resetting

2007-02-17 Thread eka
Hello :) you can try _root._lockroot = true ; ? EKA+ :) 2007/2/17, Hans Wichman [EMAIL PROTECTED]: So, any ideas anyone? This 'feature' kinda messes up the whole system atm ... thanks in advance JC On 2/14/07, Hans Wichman [EMAIL PROTECTED] wrote: Hi, in an application I am working

[Flashcoders] Action Script editor

2007-02-17 Thread pedr browne
Hi, Just wondering what AS editors people were using? I love sepy but can't get it to run without errors on my intel mac. Does anyone have a good alternative? Thanks ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

Re: [Flashcoders] Action Script editor

2007-02-17 Thread dr.ache
Hi Pedr. My editor of choice is FlashDevelop[www.flashdevelop.org]. Its absolutely easy to install and handle. Give it a try! dr.ache pedr browne schrieb: Hi, Just wondering what AS editors people were using? I love sepy but can't get it to run without errors on my intel mac. Does

Re: [Flashcoders] Action Script editor

2007-02-17 Thread eka
Hello :) flashDevelop work in Mac ? For me the best Flash Editor is Eclipse + FDT but fdt is free only if you develop an OpenSource projet... EKA+ :) 2007/2/17, dr.ache [EMAIL PROTECTED]: Hi Pedr. My editor of choice is FlashDevelop[www.flashdevelop.org]. Its absolutely easy to install and

Re: [Flashcoders] Action Script editor

2007-02-17 Thread Chris Mitchell
Hello; FlashDevelop IDE is the best thing out there. Its easy to set up for AS3 and AS2 comes ready to roll. www.flashdevelop.org . don't wait another minute. I will be using this forever :) chris; eka [EMAIL PROTECTED] wrote: Hello :) flashDevelop work in Mac ? For me the best

[Flashcoders] Re: Flashcoders Digest, Vol 25, Issue 53

2007-02-17 Thread David Cohn
Thanks, [Inspectable] metadata does the trick! Where would people go for overview documentation on this stuff? Flash (8) Help shows nothing for metadata nor Inspectable. I found info on the adobe site once I knew what to look for, but is there a good summary available? (if possible,

RE: [Flashcoders] Re: Flashcoders Digest, Vol 25, Issue 53

2007-02-17 Thread Keith Reinfeld
Dave, I often get a 'Help Topic Not Found' result when I use search. Even when I know it's in there! In this case, it's in there: Using Components Creating Components Creating the ActionScript class file Adding component metadata Metadata tags HTH -Keith

[Flashcoders] Looking for Freelancer for Flash Development

2007-02-17 Thread Phil Dupré
Hello, My name is Phil Dupre' and I'm a designer looking to work with a flash developer. If you're interested, please send me an email and we can talk about projects needing some good flash code. Thanks. Looking forward to hearing back from you. Kind regards, Phil

[Flashcoders] TabNavigator customized; weird button(tab) refresh glitch

2007-02-17 Thread Guillaume Malartre
I'll start this message with the problem: My chat application: http://ded692cale.maximumasp.com/NetMaths111/SWF/ExplorationsBeta/NMChat.swf When I open a client by double-clicking in the list(in order to work you need to login 2 user) and then I close it with a removeChildren() I'll get a glitch

Re: [Flashcoders] What do you think are the best Flash projects andRIA's

2007-02-17 Thread Guillaume Malartre
I'm working full-time on one www.NetMaths.net We are almost living from it :P On 2/15/07, Steven Sacks | BLITZ [EMAIL PROTECTED] wrote: Looks like they're using DENG or something like it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Glen Pike

Re: [Flashcoders] Action Script editor

2007-02-17 Thread Muzak
check the archives http://muzakdeezign.com/flashcoders/?q=actionscript%20editor Muzak - Original Message - From: pedr browne [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Saturday, February 17, 2007 3:14 PM Subject: [Flashcoders] Action Script editor Hi, Just

[Flashcoders] TabNavigator customized; weird button(tab) refresh glitch

2007-02-17 Thread Guillaume Malartre
I'll start this message with the problem: My chat application: http://ded692cale.maximumasp.com/NetMaths111/SWF/ExplorationsBeta/NMChat.swf When I open a client by double-clicking in the list(in order to work you need to login 2 user) and then I close it with a removeChildren() I'll get a

Re: [Flashcoders] Re: Flashcoders Digest, Vol 25, Issue 53

2007-02-17 Thread Muzak
Flash (8) Help shows nothing for metadata nor Inspectable. It does here, for both words. http://livedocs.macromedia.com/flash/8/main/3033.html I found info on the adobe site once I knew what to look for, but is there a good summary available?

Re: [Flashcoders] TabNavigator customized; weird button(tab) refresh glitch

2007-02-17 Thread Guillaume Malartre
Sorry just updated the .swf online :P the glitch is now online On 2/17/07, Guillaume Malartre [EMAIL PROTECTED] wrote: I'll start this message with the problem: My chat application: http://ded692cale.maximumasp.com/NetMaths111/SWF/ExplorationsBeta/NMChat.swf When I open a client by

Re: [Flashcoders] Action Script editor

2007-02-17 Thread eric dolecki
Intel Mac = XP possibilities. I run the PC version of SEPY on my Mac from time to time using Parallels and XP. Eric On 2/17/07, Muzak [EMAIL PROTECTED] wrote: check the archives http://muzakdeezign.com/flashcoders/?q=actionscript%20editor Muzak - Original Message - From: pedr browne