[flex_india:24422] Re: Date

2009-08-11 Thread hsivaramakrish...@gmail.com
Bind the Label to {currentTime} call the following method in a timer. currentTime = new Date(); Harish Evangelist, Adobe India On Aug 11, 1:04 pm, sankar swaroop sankaras...@gmail.com wrote: Hi vivek, look at this

[flex_india:24397] Re: Itemrender with mx:text on datagrid, i am unable to set height dynamically to text

2009-08-10 Thread hsivaramakrish...@gmail.com
are you setting variableRowHeight property and wordWrap property to true? Harish Evangelist, Adobe India On Aug 10, 11:53 am, bhaskar bhaskarpe...@gmail.com wrote: Hi All, Could anybody help me to assign dynamic height for text depened on data, i am unable to assign the dynamic height to

[flex_india:24400] Re: How to insert image in Flex Rich Text Editor

2009-08-10 Thread hsivaramakrish...@gmail.com
an img src ... should work - but it is known to have issues with text wrapping. On Aug 6, 5:24 pm, rajh rajh...@gmail.com wrote: I want to insert a image(url image ) in the rich text editor .How to do it.Is there any sample code --~--~-~--~~~---~--~~ You

[flex_india:24261] Re: how to edit existing swf

2009-08-05 Thread hsivaramakrish...@gmail.com
Check the documentation for SWFLoader / ModuleLoader components. Harish Evangelst, Adobe India On Aug 5, 5:52 am, cholid ridwan choli...@gmail.com wrote: start from the beginning, or if it just an image, make it with mx:Image source=image1 / mx:Image source=image2/ if you give your file

[flex_india:24262] Hackr Challenges http://flashahead.adobe.com/challenges/

2009-08-05 Thread hsivaramakrish...@gmail.com
Dear All, If you all feel upto taking a small challenge, then do check out http://flashahead.adobe.com/challenges/ Just anwer a few quizzes and win some cool goodies from Adobe. Harish Evangelist, Adobe India --~--~-~--~~~---~--~~ You received this message

[flex_india:24119] Re: dispatch event explicitly

2009-07-30 Thread hsivaramakrish...@gmail.com
that means I have to add state to the item renderer, that means lots of changes :( On Thu, Jul 30, 2009 at 11:01 AM, hsivaramakrish...@gmail.com hsivaramakrish...@gmail.com wrote: Hissam I presume, you are accessing the itemRenderer of the List just to get access to the data Object

[flex_india:24120] Re: 3000 + members

2009-07-30 Thread hsivaramakrish...@gmail.com
This is fantastic! a very proud moment for the flex india community indeed. Harish On Jul 30, 10:37 am, Anish Kumar anishkuma...@gmail.com wrote: Its exciting to see congratulation message pouring in for hitting 100/200 members earlier to the strong 3000 members now. Congratulations to all

[flex_india:24122] Re: dispatch event explicitly

2009-07-30 Thread hsivaramakrish...@gmail.com
strategy. A programmer have to play with the set data then it works smoothly. Thanks Harish for your kind views. Hissam. On Thu, Jul 30, 2009 at 2:06 PM, hsivaramakrish...@gmail.com hsivaramakrish...@gmail.com wrote: Hissam: IMHO - using the renderer instance itself might lead to a lot

[flex_india:24047] Re: Embed Webpage within Flex Web Application

2009-07-29 Thread hsivaramakrish...@gmail.com
Please take a look at the Sample Implementation here - http://raghuonflex.wordpress.com/2006/12/07/flex-i-frame/ Harish Evangelist, Adobe India On Jul 28, 4:12 pm, sankar swaroop sankaras...@gmail.com wrote: Hi Himadri, U can solve ur problem using IFrame in flex. Study about it and then

[flex_india:24048] Re: Ajuda/Help - NumericStepper StepSize customization

2009-07-29 Thread hsivaramakrish...@gmail.com
Ajuda: Setting a stepSize to any precision value should just work . for instance stepSize = 0.01 will increment / decrement by that factor. Harish Evangelist, Adobe India On Jul 28, 2:34 am, Arthur Magno chucr...@gmail.com wrote: (Portugues): É possível fazer o NumericStepper ter um

[flex_india:24061] Re: Flex at Beach @ Chennai

2009-07-29 Thread hsivaramakrish...@gmail.com
Hi Devaraj: This is a great initiative. Wish you all the very best and a great success in this event. Thanks Harish On Jul 29, 2:13 pm, Devaraj nsdeva...@gmail.com wrote: Thanks for your wishes. Regards, Devaraj On Jul 29, 12:41 pm, Debabrata Acharjee deb.fl...@gmail.com wrote:

[flex_india:24062] Re: dispatch event explicitly

2009-07-29 Thread hsivaramakrish...@gmail.com
A good way would be to use data binding. whenever the selectedIndex is set using a bindable variable, the binding would trigger and you could do your magic on the right list. Take a look at BindingUtils Class documentation. Harish Evangelist, Adobe India. On Jul 29, 3:49 pm, Amol Pandhare

[flex_india:24063] Re: How to handle HTTP Request

2009-07-29 Thread hsivaramakrish...@gmail.com
There are multiple ways of solving this. Simplest is to do a null check before assigning. Even when you get a single non null ObjectProxy in your result, you will get a coercion error while Assigning to ArrayCollection. Do something like this if(event.result.node is ArrayCollection) {

[flex_india:24077] Re: Need help on Flex LineChart

2009-07-29 Thread hsivaramakrish...@gmail.com
I am unable to (visually) see the error. Everytime I click on the showAmount, I pretty much see the same line series. Am I missing something here? Harish Evangelist, Adobe India On Jul 29, 2:59 pm, Liang Ma libra.mali...@gmail.com wrote: Hi, Folks: I am using Flex Line Chart to represent some

[flex_india:24078] Re: Graphs with different colours for different frequency

2009-07-29 Thread hsivaramakrish...@gmail.com
Take a look at the following article, This should pretty much solve your problem http://livedocs.adobe.com/flex/3/html/help.html?content=charts_displayingdata_09.html Harish Evangelist, Adobe India On Jul 29, 10:29 am, kalavati singh kalavati.si...@gmail.com wrote: Hi,       According to my

[flex_india:24079] Re: hslider with panel movement

2009-07-29 Thread hsivaramakrish...@gmail.com
Not sure if I understand your question, can you elaborate? Harish Evangelist, Adobe India On Jul 29, 12:44 pm, yuva rani yuva...@gmail.com wrote: Hi All,      I'm beginner with Flex. Any one can help me regarding hslider with panel movement (container) for size 500 above to move it

[flex_india:24082] Re: Upload Image File

2009-07-29 Thread hsivaramakrish...@gmail.com
Ramya: Did you get a chance to look at this example? http://livedocs.adobe.com/flex/3/html/help.html?content=17_Networking_and_communications_7.html Harish Evangelist, Adobe India On Jul 29, 5:21 pm, Ganesh r gan...@gmail.com wrote: Hi In flex 3.0 directly you can not upload. using web

[flex_india:24094] Re: Upload Image File

2009-07-29 Thread hsivaramakrish...@gmail.com
or not please tell me this think On Wed, Jul 29, 2009 at 5:55 PM, hsivaramakrish...@gmail.com hsivaramakrish...@gmail.com wrote: Ramya: Did you get a chance to look at this example? http://livedocs.adobe.com/flex/3/html/help.html?content=17_Networking... Harish Evangelist, Adobe India

[flex_india:24097] Re: Upload Image File

2009-07-29 Thread hsivaramakrish...@gmail.com
or not please tell me this think On Wed, Jul 29, 2009 at 5:55 PM, hsivaramakrish...@gmail.com hsivaramakrish...@gmail.com wrote: Ramya: Did you get a chance to look at this example? http://livedocs.adobe.com/flex/3/html/help.html?content=17_Networking... Harish Evangelist, Adobe India

[flex_india:24114] Re: dispatch event explicitly

2009-07-29 Thread hsivaramakrish...@gmail.com
...@gmail.com hsivaramakrish...@gmail.com wrote: If I understood your problem correctly, The following code should solve your problem. It is indeed solved using BindingUtils. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical

[flex_india:24044] Re: Default date in dateFiled control

2009-07-28 Thread hsivaramakrish...@gmail.com
The following code would just work ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:DateField selectedDate={new Date()} / /mx:Application Thanks Harish On Jul 29, 10:20 am, vrathore vrathor...@gmail.com wrote: Hello, To set

[flex_india:24045] Re: Problem with DataGrid Combo Box

2009-07-28 Thread hsivaramakrish...@gmail.com
Dear Jayapal: Posting a sample code that demostrates your problem would help. Thanks Harish On Jul 27, 5:59 pm, Ravi M flashr...@gmail.com wrote: If you are binding the value in itemeditor's combobox it will definitely change . Do you have like mx:itemEditor mx:Component mx:Combox

[flex_india:24046] Re: problem of struts and flex3

2009-07-28 Thread hsivaramakrish...@gmail.com
You could take a look at http://code.google.com/p/fxstruts/ by Anirudh Sasikumar. This is an implementation of Flex with Struts. Thanks Harish On Jul 27, 7:02 pm, himz himadri...@gmail.com wrote: Hi Karima, You can't use MXML tag directly inside JSP, you need the .swf file (compiled version

[flex_india:23986] Re: Displaying Image with Selected label in combobox

2009-07-27 Thread hsivaramakrish...@gmail.com
set the dropDownFactory property of the ComboBox to a List with an itemRenderer. If you want a pre-implemented solution, check Alex's blog - http://blogs.adobe.com/aharui/2007/04/icons_in_combobox.html Harish http://blog.flexgeek.in On Jul 23, 4:07 pm, Hema Passi hema.pa...@gmail.com wrote: Hi