[flexcoders] Re: Generated code not working when app is loaded as module

2009-08-21 Thread poweribo
Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of poweribo Sent: Tuesday, August 18, 2009 12:09 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Generated code not working when

[flexcoders] Re: Generated code not working when app is loaded as module

2009-08-18 Thread poweribo
anyone with idea? --- In flexcoders@yahoogroups.com, poweribo power...@... wrote: I used Flexbuilder to generated the proxy code for my webservices and my app works perfectly as standalone swf file but when I load it as a module (loaded from another main swf file), it throws these kind

[flexcoders] Generated code not working when app is loaded as module

2009-08-17 Thread poweribo
I used Flexbuilder to generated the proxy code for my webservices and my app works perfectly as standalone swf file but when I load it as a module (loaded from another main swf file), it throws these kind of errors (see below). I tried declaring and instantiating the objects in question, also

[flexcoders] updating display of GroupingCollection on AdvancedDataGrid with refresh

2008-11-04 Thread poweribo
Hi All, I have an AdvancedDataGrid, a GroupingCollection and an ArrayCollection as a source of GroupingCollection. I update the display by setting a filter on arraycollection and calling refresh. But the AdvancedDataGrid doesnt reflect the changes unless I call GroupingCollection.refresh().

[flexcoders] how to prevent a displayobject from being clipped?

2008-10-15 Thread poweribo
I have extended the checkbox component and set rotation property to 45 degree angle on the text field. During rendering, the text gets truncated. for example if I have a label This is a long title, will appear something like This is a long I like it to be displayed w/o caring about