[flexcoders] please escape your characters as lt; and your characters as gt; in flex..

2008-05-29 Thread bhaskar M
Hi I want to escape html tags in tooltip for a given string. is there any core function to escape and for a given string in flex? or should I have to write a new function .. please escape your characters as lt; and your characters as gt;. Thanks in Advance Baskar.

[flexcoders] please escape your characters as lt; and your characters as gt;.

2008-05-29 Thread bhaskar M
Hi I want to escape html tags in tooltip for a given string. is there any core function to escape and for a given string in flex? or should I have to write a new function .. please escape your characters as lt; and your characters as gt;. Thanks in Advance Baskar.

[flexcoders] How to create a new file and write the contents to it.

2008-04-01 Thread bhaskar M
Hi I am new to flex environment... I have a requirement to create a new file in flex and write some contents to it then promt the user to save the file. in Java we can create a file using new file(); and write the data into it.. is there any mechanism in flex similar to

Re: [flexcoders] Re: How to create a new file and write the contents to it.

2008-04-01 Thread bhaskar M
since its a browser plugin. You could build an AIR application with Flex that would meet your needs. HTH, Ben --- In flexcoders@yahoogroups.com, bhaskar M [EMAIL PROTECTED] wrote: Hi I am new to flex environment... I have a requirement to create a new file in flex and write some contents

[flexcoders] Export To Outlook. in flex

2008-03-14 Thread bhaskar M
Hi I need to implement Export To Outlook feature in flex application. . I got data from response which I need to export to Outlook Calendar. could anyone give tips. Thanks Bhaskar. - Be a

RE: [flexcoders] Export To outlook in flex...

2008-03-13 Thread bhaskar M
] On Behalf Of bhaskar M Sent: Wednesday, March 12, 2008 12:46 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Export To outlook in flex... Hi I need to implement Export To Outlook feature in flex application.. could anyone give tips

[flexcoders] Export To outlook in flex...

2008-03-12 Thread bhaskar M
Hi I need to implement Export To Outlook feature in flex application.. could anyone give tips. Thanks Bhaskar. - Looking for last minute shopping deals? Find them fast with Yahoo! Search.

[flexcoders] How to get the reference of each element in a TileList ?

2008-02-03 Thread bhaskar M
Hi I am replacing Repeater with TileList in my Application as performance concerns.. I got struck in getting the reference of each element in TileList. How to get the reference of each element in a TileList ? Thanks in Advance. Bhaskar

[flexcoders] How to get the reference of each element in TileList ?

2008-02-03 Thread bhaskar M
Hi I am replacing Repeater with TileList in my Application as performance concerns.. I got struck in getting the reference of each element in TileList. How to get the reference of each element in a TileList ? Thanks in Advance. Bhaskar

RE: [flexcoders] How to get the reference of each element in a TileList ?

2008-02-03 Thread bhaskar M
, as the TileList itself uses a repeater to layout it's children. But it does offer layout capabilities that you'd have to roll on your own with a repeater and that could get messy. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bhaskar M

[flexcoders] What is Flex Object History ????

2007-12-19 Thread bhaskar M
Hi.. What is a Flex History Object ?? How it needs to be implemented in the flex applications ? Thanks in Advance. Bas. - Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.

[flexcoders] Refresh[update the parameters] in the component data dynamically

2007-12-13 Thread bhaskar M
Hi .. I have a component ServiceSelector which will render services based on the it's servicedata parameter, which is of ArrayCollection type. So My requirement is I will be calling serviceselector in multiple time with updated service data. First time it works fine..since

[flexcoders] Refresh[update the parameters] in the component data dynamically

2007-12-12 Thread bhaskar M
Hi .. I have a component ServiceSelector which will render services based on the it's servicedata parameter, which is of ArrayCollection type. So My requirement is I will be calling serviceselector in multiple time with updated service data. First time it works fine..since