[flexcoders] OS detect

2006-12-12 Thread chrislee943
Does anybody know how to detect OS version on which Flash Player run? Thanks for any advance. Dmitry.

[flexcoders] IMenuItemRenderer position in Menu

2006-11-24 Thread chrislee943
Hi all, I've some problem with IMenuItemRenderer, I can't get it position in Menu, not index only X, Y coordinates. I've override it and get my itemRenderer: MyMenuItemRenderer: public class MyMenuItemRenderer extends UIComponent implements IDataRenderer, IListItemRenderer,

[flexcoders] Re: how to initialize all accordion tabs?

2006-10-26 Thread chrislee943
--- In flexcoders@yahoogroups.com, Luis Eduardo [EMAIL PROTECTED] wrote: i am needing to set up some components of a closed tab on an accordion, but it appears that only the openned tab is well initialized. the components on the closed tabs remain all with NULL values until i open the

[flexcoders] List itemRenderer

2006-08-29 Thread chrislee943
Hi all, I need some help with List and itemRenderer I need to create new component which can expand items when the user click on it. I've found an example: Peter Ent's blog http://weblogs.macromedia.com/pent/archives/2006/04/a_list_itemrend.cfm When the dataProvider have less data (do not showing

[flexcoders] Scrollbars

2006-08-01 Thread chrislee943
Hi all, Is there any solutions to determine if scrollbar showing at the component or not? Thanks, With best regards Dmitry -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] catching FLEX errors

2006-07-25 Thread chrislee943
Hi all, I need to catch all errors and warning which generate Flex application, but not using try ... catch flow control structure. For example, Division by zero error have been occured - I need to catch and log it and if it possible do not show Flex error dialog with this error. Thanks, Best

[flexcoders] How can I get an object instance ...

2006-07-14 Thread chrislee943
Hi all, How can I get an object instance having Object id property value only as it done in javascript function : getElementById()? Regards, Dmitry. Thanks Yahoo! Groups Sponsor ~-- Check out the new improvements in Yahoo! Groups email.

[flexcoders] Re: Menu - handle sub-menu clicks

2006-07-07 Thread chrislee943
--- In flexcoders@yahoogroups.com, Deepa Subramaniam [EMAIL PROTECTED] wrote: What build of Flex are you using? I see MenuEvent.ITEM_CLICK being dispatched for sub-menu selections as well as root menu selections. Basically I need to get CategoryID after click on sub-menu item on any level,

[flexcoders] Menu - handle sub-menu clicks

2006-07-05 Thread chrislee943
Hello all, There is a need to handle MenuEvent.ITEM_CLICK for sub-menus of the standard Menu component. Basically I need this for a case when there is a huge amount of data to show in the menu and click on sub-menu would show a new menu from the current level. So event must contain at least id of