[flexcoders] Re: addChild creationCompleteEffect

2007-10-25 Thread johantrax
What I have done is setting a breakpoint on the line of the move-effect-tag in which both width and height are 0. So Now I have added some 'debugging-alerts' (1) one in the creationcomplete-event of the popupwindowcomponent, before the inner form is added (2) one in the creationcomplete-event

[flexcoders] Re: addChild creationCompleteEffect

2007-10-18 Thread johantrax
Nobody with any tips? :( --Johan --- In flexcoders@yahoogroups.com, johantrax [EMAIL PROTECTED] wrote: Hi all, I create a TitleWindow with the PopupManager. The titlewindow should dynamically contain a canvas. So how did I do that. I gave the titlewindow a property called 'contentForm'

RE: [flexcoders] Re: addChild creationCompleteEffect

2007-10-18 Thread Joan Lafferty
, 2007 8:16 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: addChild creationCompleteEffect Nobody with any tips? :( --Johan --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , johantrax [EMAIL PROTECTED] wrote: Hi all, I create a TitleWindow

RE: [flexcoders] Re: addChild creationCompleteEffect

2007-10-18 Thread Joan Lafferty
, 2007 10:06 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: addChild creationCompleteEffect Maybe try your effect on the showEffect rather than the creationCompleteEffect? I haven't tried this to see if it works... just a suggestion. Joan

[flexcoders] Re: addChild creationCompleteEffect

2007-10-18 Thread johantrax
: [flexcoders] Re: addChild creationCompleteEffect Maybe try your effect on the showEffect rather than the creationCompleteEffect? I haven't tried this to see if it works... just a suggestion. Joan