[flexcoders] Memory Leak with removePopup

2006-08-20 Thread Sascha Balkau
Hi list, I got a nasty memory leak in my Flex app. I got a Menu Class that creates TitleWindows like this ... window = NewWindow(PopUpManager.createPopUp(main, NewWindow, false)); On the currents Window's close event all EventListeners of it are removed and then I call removePopup(this) in the

[flexcoders] How to set EventListeners to undrawn components on a ViewStack?

2006-08-18 Thread Sascha Balkau
Hi list, I'm using a LinkBar with a ViewStack and on any of the ViwStack contents I have a button that needs to get a MouseEvent listener. When I start the app, I get an exception : Cannot access a property or method of a null object reference. Because all the buttons on the VieStacks that have

RE: [flexcoders] How to set EventListeners to undrawn components on a ViewStack?

2006-08-18 Thread Sascha Balkau
simply put an mouseDown or whatever event atttribute on your content item in MXML, it should work fine; addEventListener() will get called for you when the content item gets created. - Gordon From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Sascha Balkau

RE: [flexcoders] Custom Window Component - Is this possible?

2006-07-11 Thread Sascha Balkau
here and we'll help you out. - Original Message - From: Sascha Balkau [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, July 10, 2006 1:40 PM Subject: [flexcoders] Custom Window Component - Is this possible? I'm trying to create a custom component in Flex2 based

[flexcoders] Using custom StyleSheet with TextArea?

2006-07-11 Thread Sascha Balkau
Hi, I'm trying to use a Flex2 TextArea component to display dynamic text that can have different color and fontWeight for every line of text. If I'm setting up a StyleSheet object and use it for the TextArea, it uses the colors etc. from the StyleSheet object but the text is totally messing up,

[flexcoders] Custom Window Component - Is this possible?

2006-07-10 Thread Sascha Balkau
I'm trying to create a custom component in Flex2 based on TitleWindow that should be the base for a couple of windows that all have more or less different controls but also have several parts in common like an 'Ok' and a 'Cancel' Button that are at the bottom of every window. I've created a

RE: [flexcoders] Flex2 Beta3: Mystic installation

2006-05-09 Thread Sascha Balkau
It kept telling me that I'm not admin when I tried to install Beta3 (though I was logged in as admin). I finally managed to install it in SAFE MODE (gah)! Sascha -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Rühl

[flexcoders] Two Flex 2 Components Questions

2006-05-02 Thread Sascha Balkau
Hi list, Could somebody give me a hint how to disable the roll-out delay for Menu- and Tree List Flex 2 Components? I'd like to get the menu/list contents appearing immediately without any tween/easing effect. The second question I got is how to decrease the vertical size for Menu items? I

RE: [flexcoders] Two Flex 2 Components Questions

2006-05-02 Thread Sascha Balkau
On 5/2/06, Sascha Balkau [EMAIL PROTECTED] wrote: Could somebody give me a hint how to disable the roll-out delay for Menu- and Tree List Flex 2 Components? I'd like to get the menu/list contents appearing immediately without any tween/easing effect. Set openDuration to 0

RE: [flexcoders] Two Flex 2 Components Questions

2006-05-02 Thread Sascha Balkau
The opendelay is gone but the rowHeight hasn't changed. Is there anything else I need to take into account to make this work? I think rowHeight is a property (not a style). Manish It seems not! If I try to use it as a property on the MenuBar tag I get an error. Sascha --

RE: [flexcoders] New to Flex, couple of questions

2006-04-30 Thread Sascha Balkau
I just had the chance to read the replies to my questions now! Thanks a lot Dirk and Tracy! Though this is overdue since about a week! Sascha -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Eismann Sent: Monday, 24. April, 2006

RE: [flexcoders] New to Flex, couple of questions

2006-04-24 Thread Sascha Balkau
Ive checked through the block and found 3 Ant build files, but none of them mention the Flex compiler anywhere (compc.exe), not sure if this is helpful. Thanks anyway for the link! Sascha From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf

RE: [flexcoders] New to Flex, couple of questions

2006-04-24 Thread Sascha Balkau
Hi Tracy, An example would be great if you got any. Even if it's in 1.5 I think it will be helpful to understand how AS and Flex works together. Thanks, Sascha -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Saturday,

[flexcoders] New to Flex, couple of questions

2006-04-21 Thread Sascha Balkau
Hi list, I'm familiar with ActionScript 2.0 but new to Flex and just started learning Flex 2.0 and AS3.0. I'm amazed how easy and flexible components can be used with Flex but I got a few questions about it... So far I have only seen MXML code with embedded ActionScript. But I prefer to write