[flexcoders] Tooltip shows on tree node

2010-01-05 Thread Tejas Patel
how to display tooltip details on the each node of Tree component? tree structure is displayed by data fetch from database. each node has different detail to show as tooltip. any idea please? Thank you. The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo

[flexcoders] TabNavigator Problem.

2010-01-19 Thread Tejas Patel
I've used TabNavigator control in my flex application. When I run my application, looks perfect. But when i select any tab from TabNavigator control, Application URL having some strange text. when i select second tab, it looks like this.. http://localhost/TestingControls-debug/TestingControls.html

Re: [flexcoders] TabNavigator Problem.

2010-01-19 Thread Tejas Patel
the TabNavigator' s historyManagementEn abled property to false. Tibor. www.tiborballai. com Tejas Patel wrote: > > I've used TabNavigator control in my flex application. > When I run my application, looks perfect. > But when i select any tab from TabNavigator control, Ap

Re: [flexcoders] TabNavigator Problem.

2010-01-19 Thread Tejas Patel
Done. historyManagementEnabled property set to false has solve my problem. Thanks Tibor. From: Tejas Patel To: flexcoders@yahoogroups.com Sent: Wed, 20 January, 2010 12:00:41 AM Subject: Re: [flexcoders] TabNavigator Problem. Thanks Tibor Ballai. I set

[flexcoders] file saving problem

2010-02-03 Thread Tejas Patel
is it possible to create file (.csv / .xls) using actionscript and asked to save it to local hard drive? with which flex sdk, it is possible & how? currently I am using SDK 3. The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/

[flexcoders] dynamic data load problem with OLAPDatagrid

2010-09-05 Thread Tejas Patel
Single OLAPDatagrid component is not used for dynamic arraycollection data. Initially data displayed perfectly and also itemClicked event working perfectly. But after data changed dynamically and fetch from DB, data is not displayed perfectly and also itemClicked event not working properly. any