RE:[Flashcoders] Component and Live Preview problems

2006-02-01 Thread GregoryN
Explore native MM livePreview code to see in details how it works. Also, I think you should check items in "contents", which is the clip you really see in LivePreview, rather then "xch", which manages Preperties/Component inspector. Here's a code I used in similar situation (just to see what you h

RE:[Flashcoders] Component and Live Preview problems

2006-01-31 Thread azsl1326-email
Thanks for the reply. I am using UIComponent. The code that is in the live preview fla is: [code] function onUpdate() { pushBtn.buttonText_txt.text = xch.btnLabel; } [/code] The strange thing is that in the component's FLA I can drag as many instances from the library on the stage an

RE: [Flashcoders] Component and Live Preview problems

2006-01-30 Thread GregoryN
Do you subclass UIComponent or just MovieClip? What code do you use for onUpdate? Try to trace components names etc while in live preview. -- Best regards, GregoryN http://GOusable.com Flash components development. Usability servic

Re: [Flashcoders] Component and Live Preview ~ problems

2006-01-30 Thread judah
f, export a SWF, and point your component to that vs. using the internal Flash MX 2004 component LivePreview-auto-gen. - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Monday, January 30, 2006 11:21 PM Subject: [Flashcoders] Component and Live Preview ~ problems Hello

Re: [Flashcoders] Component and Live Preview ~ problems

2006-01-30 Thread JesterXL
Message - From: <[EMAIL PROTECTED]> To: Sent: Monday, January 30, 2006 11:21 PM Subject: [Flashcoders] Component and Live Preview ~ problems Hello All --- I posted this on FlashNewbie and didn't have much luck getting it resolved. I also found a number of posts on Actionscript.org

RE: [Flashcoders] Component and Live Preview ~ problems

2006-01-30 Thread azsl1326-email
Sorry, using Flash 8. Thanks for any insight. Derek Vadneau flashcoderlist at ThunderUnderground.com wrote: >I remember this happening with my components at one point, but I think the >issue was with MX04 - pre 7.2. I'm not 100% on that but I do remember the >problem occurring. > >Are you u

Re: [Flashcoders] Component and Live Preview ~ problems

2006-01-30 Thread Kevin Jackson
ROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: Monday, January 30, 2006 11:22 PM > To: flashcoders@chattyfig.figleaf.com > Subject: [Flashcoders] Component and Live Preview ~ problems > > > Hello All --- > > I posted this on FlashNewbie and didn't have much luck gett

RE: [Flashcoders] Component and Live Preview ~ problems

2006-01-30 Thread Derek Vadneau
what I did ... record-keeping is not my strong-suit ... Derek Vadneau -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, January 30, 2006 11:22 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Component and Li

[Flashcoders] Component and Live Preview ~ problems

2006-01-30 Thread azsl1326-email
Hello All --- I posted this on FlashNewbie and didn't have much luck getting it resolved. I also found a number of posts on Actionscript.org referencing this same problem, but I couldn't find any solutions, so I thought I would try here. I created a custom button component with live preview ena