[flexcoders] Re: Loading animation between LCDS page fetched

2010-07-08 Thread Aasim
I think i found the answer, need to look at the ItemPendingError -Aasim --- In flexcoders@yahoogroups.com, Aasim aasimmo...@... wrote: Hi, I need to show a loading animation while scrolling in a LCDS paging enabled datagrid. Is there a way to know when a new page is requested in flex

[flexcoders] Loading animation between LCDS page fetched

2010-07-07 Thread Aasim
Hi, I need to show a loading animation while scrolling in a LCDS paging enabled datagrid. Is there a way to know when a new page is requested in flex while scrolling? and when data is returned back? Regards, Aasim

[flexcoders] Re: ComboBox dropdown position

2008-03-05 Thread Aasim
have got a workaround temporarily by changing the position of the dropdown.x on the open event, had to sacrifice on the open and close transition though. -Aasim --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: There is no official API to do that. Feel free to file

[flexcoders] ComboBox dropdown position

2008-03-04 Thread Aasim
is getting truncated since it has a larger width specified than the combobox control. regards, Aasim

[flexcoders] Re: Datagrid headers without separators

2008-02-20 Thread Aasim
Thanks Peeyush and Tom. It works now. -Aasim --- In flexcoders@yahoogroups.com, Peeyush Tuli [EMAIL PROTECTED] wrote: The way you are doing it will do it only once, then the view is refreshed to original. You need to override the protected method updateDisplayList and then call

[flexcoders] Horizontal Menu??

2008-02-20 Thread Aasim
Hi, Have you come across a horizontal menu? The menu should have items stacked horizontally next to each other rather than being stacked vertically. -Aasim

[flexcoders] Horizontal Menu?

2008-02-20 Thread Aasim
Hi, Has anyone made a horizontal menu componnet which has the items arranged horizontally rather than stacked vertically? -Aasim

[flexcoders] Datagrid headers without separators

2008-02-19 Thread Aasim
Hi, I need to create a Datagrid without the separators in the datagrid headers. I have seen that there is a protected function clearSeparators() Can this be used? I am a novice at extending components How should i be using this function? Regards, Aasim

[flexcoders] Re: Datagrid headers without separators

2008-02-19 Thread Aasim
function CustomDG() { super(); } public function clearSep():void { clearSeparators(); } } } Could you tell me where I am going wrong? -Aasim --- In flexcoders

[flexcoders] Duplicating controls dynamically

2006-06-13 Thread Aasim
Hi, I am new to Flex. I would like develop an application which has a number of radio buttons. How could i possibly duplicate them dynamically? Is there anyhing like duplicateMovieClip (as in Flash IDE). Please suggest. Regards, Aasim Yahoo! Groups Sponsor

RE: [flexcoders] Duplicating controls dynamically

2006-06-13 Thread Aasim Momin
I achieved that but how do I assign unique IDs to each of them. Could you demonstrate this via a small snippet of code. Regards, Aasim From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Lu Sent: Tuesday, June 13, 2006 5:47 PM To: flexcoders