[flexcoders] dynamic data load problem with OLAPDatagrid
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 idea OR guess?
[flexcoders] file saving problem
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/
Re: [flexcoders] TabNavigator Problem.
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 historyManagementEn abled to false. So text (app=e41e&7a01- selectedIndex= 0) is removed from URL. But still '#' character is appear with application URL. From: Tibor Ballai To: flexcod...@yahoogro ups.com Sent: Tue, 19 January, 2010 10:59:18 PM Subject: Re: [flexcoders] TabNavigator Problem. Hi Tejas, What you are seeing is Flex's default history management. You can read about it here: http://livedocs. adobe.com/ flex/3/html/ help.html? content=deep_ linking_8. html To disable it, you can set 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, Application URL > having some strange text. > when i select second tab, it looks like this.. > http://localhost/ TestingControls- debug/TestingCon trols.html# app=e41e& > 7a01-selectedInd ex=1 > <http://localhost/ TestingControls- debug/TestingCon trols.html# app=e41e& > 7a01-selectedInd ex=1> > > when i again select first tab, it looks like this.. > http://localhost/ TestingControls- debug/TestingCon trols.html# app=e41e& > 7a01-selectedInd ex=0 > <http://localhost/ TestingControls- debug/TestingCon trols.html# app=e41e& > 7a01-selectedInd ex=0> > > Why this (#app=e41e&7a01- selectedIndex= 0) text comes with application URL? > How to stop displaying this text? > > > > - - - - - - > The INTERNET now has a personality. YOURS! See your Yahoo! Homepage > <http://in.rd. yahoo.com/ tagline_yyi_ 1/*http:/ /in.yahoo. com/>. > The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/
Re: [flexcoders] TabNavigator Problem.
Thanks Tibor Ballai. I set historyManagementEnabled to false. So text (app=e41e&7a01- selectedIndex= 0) is removed from URL. But still '#' character is appear with application URL. From: Tibor Ballai To: flexcoders@yahoogroups.com Sent: Tue, 19 January, 2010 10:59:18 PM Subject: Re: [flexcoders] TabNavigator Problem. Hi Tejas, What you are seeing is Flex's default history management. You can read about it here: http://livedocs. adobe.com/ flex/3/html/ help.html? content=deep_ linking_8. html To disable it, you can set 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, Application URL > having some strange text. > when i select second tab, it looks like this.. > http://localhost/ TestingControls- debug/TestingCon trols.html# app=e41e& > 7a01-selectedInd ex=1 > <http://localhost/ TestingControls- debug/TestingCon trols.html# app=e41e& > 7a01-selectedInd ex=1> > > when i again select first tab, it looks like this.. > http://localhost/ TestingControls- debug/TestingCon trols.html# app=e41e& > 7a01-selectedInd ex=0 > <http://localhost/ TestingControls- debug/TestingCon trols.html# app=e41e& > 7a01-selectedInd ex=0> > > Why this (#app=e41e&7a01- selectedIndex= 0) text comes with application URL? > How to stop displaying this text? > > > > - - - - - - > The INTERNET now has a personality. YOURS! See your Yahoo! Homepage > <http://in.rd. yahoo.com/ tagline_yyi_ 1/*http:/ /in.yahoo. com/>. > The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/
[flexcoders] TabNavigator Problem.
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#app=e41e&7a01-selectedIndex=1 when i again select first tab, it looks like this.. http://localhost/TestingControls-debug/TestingControls.html#app=e41e&7a01-selectedIndex=0 Why this (#app=e41e&7a01-selectedIndex=0) text comes with application URL? How to stop displaying this text? The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/
[flexcoders] Tooltip shows on tree node
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.com/