[flexcoders] How do you enable wmodes in an AIR app?

2009-06-22 Thread Sascha
Ok, I've search the web up and down for this ... I know for the standalone Flash Player there is no option to enable wmodes like gpu or direct for testing but how do you enable them in an AIR app? Or are they actually somehow enabled or configured automatically in an AIR desktop app? Sascha

[flexcoders] Best way to defer sub-component initialization?

2009-04-20 Thread Sascha
these two ways are sub-optimal so I was wondering how others solve this problem and what works best in every situation? Thanks for any advice! Sascha

RE: [flexcoders] Best way to defer sub-component initialization?

2009-04-20 Thread Sascha
to archieve this. Sascha From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Tracy Spratt Sent: Tuesday, April 21, 2009 11:48 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Best way to defer sub-component initialization? What is your issue

RE: [flexcoders] Re: Making ComboBox stay open after item select?

2009-04-16 Thread Sascha
. By default the ComboBox is only firing this event after it closes. However listening to the dropdown (the List component in the ComboBox) property's ListEvent.CHANGE seems not to cut it. It would be great if you would have a workaorund for this! Best, Sascha From: flexcoders

[flexcoders] Making ComboBox stay open after item select?

2009-04-15 Thread Sascha
the header is visible but that method is rather suboptimal, especially for skinning. Would be great if somebody has a workaround for this! Thanks in advance! Sascha

[flexcoders] verticalLineScrollSize not working?

2009-04-15 Thread Sascha
If I try to make a Panel's vertical scroll speed faster by setting verticalLineScrollSize nothing changes! It seems it's broken?! Any ideas?

RE: [flexcoders] Re: Making ComboBox stay open after item select?

2009-04-15 Thread Sascha
I've made a short test and that seems to work so far. Thanks for the hint Ben! I almost started to try writing a custom component from a Button and a List wrapped into a UIComponent as Alex Harui suggested in a message I've found but seems that that's not necessary. Sascha From

RE: [flexcoders] Re: Increasing the Panel scroll speed?

2009-04-13 Thread Sascha
to change this? It would be also interesting if this would have an effect on scrolling with the mouse wheel instead. Best, Sascha From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Michael Schmalle Sent: Monday, April 13, 2009 19:03 To: flexcoders

[flexcoders] Increasing the Panel scroll speed?

2009-04-12 Thread Sascha
to be no property or style which could control the speed. Sascha

[flexcoders] Creating a SWc without the Flex classes?

2009-04-09 Thread Sascha
Hi List, I'm trying to compile a SWC with compc (Flex 3.3) from my source code library but the compiler always includes all the default Flex classes which makes the SWC quite large. Is there a way to exlude all the Flex classes from being in the resulting SWC or is this a necessity? Sascha

RE: [flexcoders] Creating a SWc without the Flex classes?

2009-04-09 Thread Sascha
...@inps.co.uk _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Sascha Sent: 09 April 2009 13:42 To: flexcoders@yahoogroups.com Subject: [flexcoders] Creating a SWc without the Flex classes? Hi List, I'm trying to compile a SWC with compc (Flex 3.3

[flexcoders] TextArea textHeight with HTMl text?

2009-03-28 Thread Sascha
I assume this is not supported by Flex but is there a method to get the correct text height from a TextArea that uses HTML text? If I try this I never get the correct height to fit the TextArea's height to it's text content, i.e. the TextArea is always smaller.

[flexcoders] Adding symbols to Flex Panel skin?

2009-03-27 Thread Sascha
to add features to the panels 'skin' (chrome) anymore. Sascha

RE: [flexcoders] Adding symbols to Flex Panel skin?

2009-03-27 Thread Sascha
Nevermind, I've wrapped the Panel into a Canvas and put the tabs into the canvas too. The Panel does not need to be resized once it is instantiated so that's an ok solution I think. Thanks anyway. Sascha From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf

[flexcoders] moxie beta2 - what happened to borderStyles?

2007-10-03 Thread Sascha
When using alternative borderStyles (e.g. solid) on a Panel or TitleWindow things now get totally messed up. Anyone know what's going on there? Sascha

RE: [flexcoders] Toggling Menu Item?

2007-04-02 Thread Sascha
PROTECTED] On Behalf Of Sascha Sent: Sunday, April 01, 2007 8:16 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Toggling Menu Item? Alex, using E4x from there on sounds good but I still haven't figured it out complety. Here's something similar to the XML I'm using for my menu .. private

RE: [flexcoders] Toggling Menu Item?

2007-04-01 Thread Sascha
to toggle the item to false via the dataDescriptor? Thanks a lot for your help! Sascha From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Sunday, April 01, 2007 15:50 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Toggling Menu Item

RE: [flexcoders] Re: RegExp Help

2007-03-31 Thread Sascha
I recommend RegExBuddy . http://www.regexbuddy.com/ . not free but very useful if you have to deal with RE's a lot. Sascha From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul Whitelock Sent: Sunday, April 01, 2007 07:50 To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] Toggling Menu Item?

2007-03-31 Thread Sascha
Thanks for pointing me in the right direction Alex! But how do you access the specific menu item from there on? I can't figure out how the menu item in the XML is reached by the isToggled or setToggled method. Would be great if you can give me a small example. Sascha From

[flexcoders] Toggling Menu Item?

2007-03-30 Thread Sascha
with ActionScript? I don't see any way to reach the specific item via MenuBar properties. Thanks in advance for any tips! Sascha

RE: [flexcoders] Multiple Selection Menu?

2007-03-24 Thread Sascha
? Thanks for any help, Sascha -- [EMAIL PROTECTED] http://hiddenresource.corewatch.net/ http://hiddenresource.corewatch.net/ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Saturday, March 24, 2007 09:09 To: flexcoders@yahoogroups.com

[flexcoders] Toggling Check MenuItem from within AS?

2007-03-22 Thread Sascha
to access the items, is there? Sascha -- http://hiddenresource.corewatch.net/

RE: [flexcoders] flex2ant

2007-01-09 Thread Sascha
a new Project, I just had to create a build.xml, hit the init task and it would prepare stuff like default classes etc. Plus a build number was saved (buildnumber task) and a class was created everytime that stores version and build number among some copyright tags etc. Cheers, Sascha

RE: [flexcoders] flex2ant

2007-01-08 Thread Sascha
project here. With the Run… it takes 1-2 seconds, after doing changes and I have auto saving checked so the build is being compiled and not just started. How fast is your Ant build going and do you have any hints on making it faster? Thanks, Sascha _ From: flexcoders

RE: [flexcoders] How to clear a TileList of its items?

2007-01-07 Thread Sascha
try setting the dataprovider to a new object instead of setting it too null? You could also try: yourTileListID.dataProvider.removeAll(); On 1/6/07, Sascha [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] com wrote: Thanks Clint, but all of them result in the same exception. Any other ideas

RE: [flexcoders] How to clear a TileList of its items?

2007-01-07 Thread Sascha
hints! Sascha _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Webdevotion Sent: Sunday, 07 January, 2007 21:56 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] How to clear a TileList of its items? Oh yes, To remove all items from a tilelist you

RE: [flexcoders] How to clear a TileList of its items?

2007-01-07 Thread Sascha
! But if you choose Close from the menu and then choose Open, you get the exception: Error #2007: Parameter child must be non-null. Also I'm hanging over this problem since a couple of days now and closed and opened Flex several times so there's no issue with the Debugger. Thanks for any help! Sascha

RE: [flexcoders] Lines in a TextArea

2007-01-07 Thread Sascha
textArea.textHeight for the whole textheight in pixels or textArea.getLineMetrics(0).height would only return the height of line nr. 0. Hth, Sascha _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of richmcgillicuddy Sent: Monday, 08 January

RE: [flexcoders] flex2ant

2007-01-07 Thread Sascha
build number and store in an auto generated AppInfo class) and then call the Flex builder build process from Ant. I'm not Ant magican but is this possible? Sascha _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Lance Linder Sent: Monday, 08 January, 2007

RE: [flexcoders] Automatically scrolling a TextArea to the very bottom?

2007-01-06 Thread Sascha
validateNow() at the beginning in the triggered method. Hth, Sascha _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Anderson Sent: Saturday, 06 January, 2007 16:52 To: flexcoders@yahoogroups.com Subject: [flexcoders] Automatically scrolling a TextArea

RE: [flexcoders] Docs included in 2.0.1 are broken

2007-01-06 Thread Sascha
No, these are templates for ASDoc which seems to be now included in Flex. I believe the Flex docs are packed in jars in the Eclipse PlugIn folder (on plugin version that is, no clue about the full builder version). Sascha _ From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] How to clear a TileList of its items?

2007-01-06 Thread Sascha
of its items? I would try any new non-null complex type: new Object(); new Array(); new ArrayCollection(); On 1/5/07, Sascha [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] com wrote: I'm trying to initialize a TileList after items were put into it so that it is empty again and I can load new

RE: [flexcoders] Docs included in 2.0.1 are broken

2007-01-06 Thread Sascha
/plugins/com.adobe.flexbuilder.help_2.0.155577/doc.zip and use a browser. Hth, Sascha _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Collin Peters Sent: Sunday, 07 January, 2007 10:52 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Docs included

RE: [flexcoders] Removing the item gap in a TileList?

2007-01-05 Thread Sascha
, Sascha _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Friday, 05 January, 2007 02:43 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Removing the item gap in a TileList? Remember that the visual elements in a list only

RE: [flexcoders] Flex2 - Where to start

2007-01-05 Thread Sascha
. Whoops! Says June 2006 until release doh! However EAS2.0 is still good to get into the stuff. Cheerrs, Sascha _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of oneproofdk Sent: Friday, 05 January, 2007 16:15 To: flexcoders@yahoogroups.com Subject

RE: [flexcoders]Eclipse 3.2.1 installed now how to install Flex Builder 2.0.1 plugin

2007-01-05 Thread Sascha
, especially when having more than one project is opened. When that happens I have to close and reopen Eclipse. Has anyone experienced similar problems? I do hope that this got fixed in 2.0.1 and they made it more compatible with Eclipse 3.2.x! Sascha _ From: flexcoders@yahoogroups.com

[flexcoders] How to clear a TileList of its items?

2007-01-05 Thread Sascha
would I have to do additionally to properly initialize the TileList? Sascha

RE: [flexcoders] Removing the item gap in a TileList?

2007-01-04 Thread Sascha
a tangible instance? Would be cool if somebody can give me a hint there! In any way, thanks a lot! Sascha _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of paromita dey Sent: Thursday, 04 January, 2007 21:54 To: flexcoders@yahoogroups.com Subject: Re

RE: [flexcoders] Call to a possibly undefined method trace

2007-01-02 Thread Sascha
Why would it be dumb to use trace? It's a neat way of doing a quick debug. The debugger is not always the best choice. Not sure why the trace will not work when called with the whole package name, probably because it's build in globally. Why not just simply use trace()? Sascha

RE: [flexcoders] Getting a Sprite into a Flex Container?

2007-01-01 Thread Sascha
a gap of 4 or so pixels. But I'd like to have no gap between the items. Horizontally there is no gap if I set horizontalGap to 0 but verticalGap seems not to do it and I've alsdo tried various different components for it like Canvas, HBox, VBox etc. Any idea? Thanks Happy new year! Sascha

[flexcoders] Getting a Sprite into a Flex Container?

2006-12-30 Thread Sascha
can use in this situation. Any hints would be appreciated. Thanks in advance, Sascha

[flexcoders] Auto-expand Treenodes

2006-09-27 Thread Sascha
I do to expand the tree? Any info on this would be appreciated! Sascha -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group

RE: [flexcoders] Auto-expand Treenodes

2006-09-27 Thread Sascha
! Sascha From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jonas Windey Sent: Wednesday, 27 September, 2006 21:27 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Auto-expand Treenodes public function expandTree():void { treeTest.selectedIndex = 0

RE: [flexcoders] Re: Auto-expand Treenodes

2006-09-27 Thread Sascha
Thanks Wayne! I will keep your suggestion in mind in case problems occur with the XML loading/init process. Sascha -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of wayneposner Sent: Wednesday, 27 September, 2006 22:25 To: flexcoders

[flexcoders] Datagrid with small font size/rowHeight

2006-09-26 Thread Sascha
anyone know of a way to fix this by for example changing the vertical position of the text? I haven't found any info in the docs. Sascha -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders

[flexcoders] Memory Leak with removePopup

2006-08-20 Thread Sascha Balkau
to dereference the windows object in the Menu object with window = null? The problem about that is that I'm not quite sure how and when to let the Menu know to dereference it. Thanks for any hint on this! Sascha -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files

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

2006-08-18 Thread Sascha Balkau
not yet been drawn are not defined for the AddEventListener. Is there an easy workaround for this situation? Thanks, Sascha -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

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

2006-08-18 Thread Sascha Balkau
Thanks Gordon! Sometimes I dont see the easiest solution by myself! However Im trying to keep MXML code and functionality code separate so Im wondering if there is another workaround for this? Though I can live with your suggestion in this situation. Sascha From

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

2006-07-11 Thread Sascha Balkau
to that in AS and the borderMetrics property is read-only! Thanks, Sascha -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: Tuesday, 11. July, 2006 04:55 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Custom Window Component

[flexcoders] Using custom StyleSheet with TextArea?

2006-07-11 Thread Sascha Balkau
or is it possible to create a new Style Definition (using the StyleManager) for the TextArea that can have custom styles? Sascha Yahoo! Groups Sponsor ~-- Yahoo! Groups gets a make over. See the new email design. http://us.click.yahoo.com/XISQkA/lOaOAA

[flexcoders] Custom Window Component - Is this possible?

2006-07-10 Thread Sascha Balkau
it will fill out the whole window and ignores the boundaries of the HRule and the two buttons. Does somebody know if it possible to get this working differently? Thanks for any advice! Sascha Yahoo! Groups Sponsor ~-- Something is new at Yahoo! Groups. Check

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
can set the font size to 9 (smallest size without getting blur Font) but the size that one menu item takes stays the same. Is there any property to change that? I haven't found any info on these things in the Flex docs so far. Thanks for any help! Sascha -- Flexcoders Mailing List FAQ: http

RE: [flexcoders] Two Flex 2 Components Questions

2006-05-02 Thread Sascha Balkau
need to take into account to make this work? Sascha -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish Jethani Sent: Tuesday, 02. May, 2006 21:40 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Two Flex 2 Components Questions

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 22

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
know of any examples on the web on how to use the compiler in a command line or an example Ant build file for it? Thanks for any help! Sascha -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com

[flexcoders] 3rd Party UI commponents for flex?

2006-02-02 Thread Sascha
Hi all! Are there any usable 3rd party components for Flex? Something like ComponentOne in the .NET World? I need dockable toolbars etc. Thanks in advance Sascha Sigges -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

[flexcoders] Interop between to instances of Flash-Player?

2005-12-21 Thread Sascha
Hi! I am looking for a way that a flex .swf can communicate with another one in a different browser-window Does anybody know about a solution? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

RE: [flexcoders] Plug-ins for Eclipse

2005-12-17 Thread Sascha
Title: Plug-ins for Eclipse Personally I prefer Amateras (unfortunately it does not feature ASP and PHP but it has an extendable taglib). http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=EclipseHTMLEditor From: flexcoders@yahoogroups.com [mailto:[EMAIL