[flexcoders] Re: Suggestion to enable adobe TV to be more effective

2009-04-10 Thread Nicolas Noben
Brad, I believe some of Adobe TV are already available as podcasts. Look for Adobe under podcasts in iTunes. I found Adobe Developer Connection. cheers nic -- Nicolas Noben P http://noben.org B http://idletogether.com T http://twitter.com/keyle --- In flexcoders@yahoogroups.com, Brad Bueche

[flexcoders] Re: TextArea textHeight with HTMl text?

2009-03-29 Thread Nicolas Noben
--- In flexcoders@yahoogroups.com, Sascha sbal...@... wrote: 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.

[flexcoders] Re:ViewStack uninitialise

2009-03-27 Thread Nicolas Noben
If these components had a large footprint , think mini application for each view, would it be possible to uninitialise a child (and thus release any memory associated with it and its childern) when the component was hidden? Then if viewStack.selectedIndex was set back to the same

[flexcoders] Re:how to override multiselect in a datagrid

2009-03-27 Thread Nicolas Noben
Have you tried simply ... mx:DataGrid allowMultipleSelection={trueorfalsehere} / Which I'm pretty sure you can flip at runtime. HTH

Re: [flexcoders]Where does my SWF gain it's weight?

2009-03-27 Thread Nicolas Noben
. Unless you've added plenty of custom components who extend default ones.. HTH -- Nicolas Noben P http://noben.org B http://idletogether.com T http://twitter.com/keyle --- In flexcoders@yahoogroups.com, dorkie dork from dorktown dorkiedorkfromdorkt...@... wrote: Is there a tool or a way

[flexcoders] Re: Change dataProvider at runtime?

2008-08-21 Thread Nicolas Noben
I might not understand the problem properly, but what is wrong about combobox.dataProvider = anotherone? at runtime. Nicolas. --- In flexcoders@yahoogroups.com, cox.blair [EMAIL PROTECTED] wrote: Does anyone have experience with changing a dataprovider at runtime? Scenerio: a grocery

[flexcoders] Re: Custom Container component and drag 'n drop support

2008-08-18 Thread Nicolas Noben
(); } This has limitations. Hope this helps, Nicolas Noben http://noben.org/ http://idletogether.com/

[flexcoders] Re: SecurityError: Error #2060: Security sandbox violation-what is the real solu

2008-08-18 Thread Nicolas Noben
Hi Either try to use navigateToURL (open blank) instead of a javascript popup or go with the modal approach, using lightbox js or similar? As I said, You would get popup blockers stopping you in most cases anyway. HTH Nicolas Noben http://noben.org/ http://idletogether.com/ --- In flexcoders

[flexcoders] Re: Problem with Subclipse...

2008-08-18 Thread Nicolas Noben
I had the same problem, with Google Code Hosting I shall add. I ended up doing the bin with SCP (mac) or tortoise (win). Nicolas Noben http://noben.org/ http://idletogether.com/ --- In flexcoders@yahoogroups.com, Rob Kunkle [EMAIL PROTECTED] wrote: Hello all - I'm having a problem

[flexcoders] Re:SecurityError: Error #2060: Security sandbox violation-what is the r

2008-08-16 Thread Nicolas Noben
Hi Either try to use navigateToURL instead of a javascript popup or go with the modal approach, using lightbox js or similar? HTH Nicolas Noben http://noben.org/ http://idletogether.com/