[flexcoders] Re: Footer row with a DataGrid

2008-12-04 Thread Marielle Lange
--- In flexcoders@yahoogroups.com, Guy Morton [EMAIL PROTECTED] wrote: Does anyone here have a different solution that they would recommend for some reason? Given that no-one has suggested an alternative, I think the answer to that might be No. It is possible of having a datagrid for

[flexcoders] Re: Alert.show - Detect when closed from another mxml component

2008-10-22 Thread Marielle Lange
In addition of Application.application.method(), you should be able to have in your Alert component (or the component that is aware of the Alert box and can detect a close event), something like this Application.application.dispatchEvent(new Event(MyAlertEvent.ALERT_CLOSED)) and in the other

[flexcoders] Re: Is It possible to use ressources in a CustomPreloader

2008-10-11 Thread Marielle Lange
On this specific question: Is It possible to use ressources in a CustomPreloader You will find an answer in that excellent presentation by Michael Labriola a href=http://blogs.digitalprimates.net/codeslinger/index.cfm? mode=entryentry=923040ED-FFF8-98FF-6D01B7FE243E8FC9Dense and Hot @ webDu by

[flexcoders] Re: Refresh Flex Navigator's Projects in Flex Builder

2008-10-11 Thread Marielle Lange
On Windows, press F5. This refreshes the files in the active project the same way as F5 refresh your File Explorer. --- In flexcoders@yahoogroups.com, itdanny2002 [EMAIL PROTECTED] wrote: Dear All, How to refresh all projects in flex builder ? I delete some files in corresponding

[flexcoders] Re: Complete event error for Image control within Repeater

2008-10-03 Thread Marielle Lange
Humm, correction on my previous post. Listening to an image component should be possible. This: http://livedocs.adobe.com/flex/3/langref/mx/controls/Image.html#eventSummary confirms that mx.controls. Image components dispatch a creationComplete event. Livedocs

[flexcoders] Re: Complete event error for Image control within Repeater

2008-10-03 Thread Marielle Lange
Check out this presentation: http://www.ananth.info/files/54923-48191/FlexEventDataManagement10April2007.ppt slide 10 * Every object in the display list can trace its class inheritance to DisplayObject class * The DisplayObject class inherits from EventDispatcher * EventDispatcher is the base

[flexcoders] Re: extend titlewindow ?

2008-10-02 Thread Marielle Lange
i am looking to add a minimize button. I was trying to do something similar today with a Panel. I came across these demos: http://blog.olivermerk.ca/index.cfm/2007/6/17/Flex-Adding-Icons-to-the-Panel http://yussi.net/tt/97

[flexcoders] Re: Flex Books - Detailed/Nitty-Gritty

2008-09-27 Thread Marielle Lange
Note that there is a book called AdvancED Flex Application Development: Building Rich Media X http://www.friendsofed.com/book.html?isbn=1590598962 I skimmed through at the bookstore, reading a few pages here and there. In my opinion, it didn't deliver on the promise of the title. It didn't