[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 wrote: > Hi All, > Can anybody

[flex_india:23987] Problem with DataGrid Combo Box

2009-07-27 Thread jayapal
hi all.. i have problem,. I have a Datagrid in that dataGrid have combo box as itereditor. when i am changing combo box value that value is not updated to list of DataGrid. please send me code that is how to update that value into datagrid.. thanks in advance --~--~-~--~~--

[flex_india:23988] HTML component question

2009-07-27 Thread Vivian Richard
Hi as I load a page in my html component using component, how do I call a javascript function that is in the html content. for example http://www.google.com"/> in loaded. Now as I see in the source page in google.com there is a javascript function called SS(). I want to call that using actio

[flex_india:23989] Help needed

2009-07-27 Thread chandu
Hi friends, i would like to know how the Array collection result data comming from server ,how can i convert this data into any of the form XML or XMLList or XML Collection. kindly give me the detailed links that are helpful for my query. regards, chandu --~--~-~--~~-

[flex_india:23991] Re: Flex Freelancer

2009-07-27 Thread raj
Hi, I am a flex / java programmer. Having 2 yrs exp. in flex. I am interested into this. Plz let me know abt the kind of job On Jun 12, 3:43 pm, h4fun wrote: > Hello everybody, > > I need a freelancer flex developer for a little project . > > Who wants to participate and gain extra money, send

[flex_india:23990] Open all tabs in Accordion

2009-07-27 Thread Anoop Max
Hi All, One quick doubt. Is there any way to open all tabs in the accordion control. I am able to open only one tab at a time. Is there some work around I can do. Please help. thanks in advance, Anoop --~--~-~--~~~---~--~~ You received this message because you a

[flex_india:23992] Siam Flex framework | Preview

2009-07-27 Thread julotlafrite
Siam Flex framework aims to provide usability and rapid application development changes to the existing Flex data representation support. Siam is a lightweight framework that enables you to quickly represent your application data models regardless of their type or origin. This preview introduces

[flex_india:23994] Re: HTML component question

2009-07-27 Thread rohit
use externalInterface method of actionscript OR u can get the javascript variable like this var document:Object = e.currentTarget.window.document; //(private function onHTMLLoadComplete(e:Event):void) Rohit Bhatia On Jul 27, 2:03 pm, Vivian Richard wrote: > Hi as I

[flex_india:23995] Re: graph error

2009-07-27 Thread Akhil Agrawal
I checke it and not got any problem. And this error is produced only if there is only one datapoint in dataprovider and grph is also displyed well after showing the error On Jul 27, 11:07 am, Anish Kumar wrote: > Hi Akhil, > > Your error message seems pretty straight forward. It says you are > t

[flex_india:23996] Re: Help needed

2009-07-27 Thread HISSAM
private function setDataProvider(value:ArrayCollection):XML { var xml:XML=; var item:XML;//var i:int=0; for (var i:Number=0;i wrote: > > Hi friends, > >i would like to know how the Array collection result data comming > from server ,how ca

[flex_india:23993] Re: Video Chat application

2009-07-27 Thread santosh
On Thu, Jul 23, 2009 at 11:04 AM, sankar swaroop wrote: > Hi shyam > i found this code > i attached it > check it out. > It needs flash media server > > Thanks > Shankar Swaroop > > On 7/22/09, Shyam wrote: > > > > Is there possibility of anyone developing a Video Chat application. > > For More d

[flex_india:23997] problem of struts and flex3

2009-07-27 Thread karima aissaoui
hi all, i want to create a web application based on flex3 and struts, but i have a problem to do this. when i want to include a flex tag in a jsp page i find prblems (Exception in the line where i wrote this : ) plz help me it's urgent and thank you very much. --~--~-~--~~

[flex_india:23998] Re: maximum limit to upload file in flex

2009-07-27 Thread Arti Hikmatullah Perbawana Sakti Buana
hehehe, I'm using vertrigo as my localhost server, I did change the maximum allowed for upload in php.ini, the thing is I set the vertrigo as service, and that's makes the vertrigo need tobe restarted from the service, not from the vertrigo application, that's why I was cannot upload higher, but n

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

2009-07-27 Thread Ravi M
If you are binding the value in itemeditor's combobox it will definitely change . Do you have like Ravi On Sun, Jul 26, 2009 at 1:07 PM, jayapal wrote: > > hi all.. > i have problem,. > I have a Datagrid in that dataGrid have combo box as itereditor. > when i am changing combo box value tha

[flex_india:24000] Flex - QTP Issue

2009-07-27 Thread Shameer Salim
Hi All, I am trying to do automation testing my Flex Application using QTP. I am able to record and playback tests successfully. But I am not able to insert checkpoints and view objects using Object Spy. The Object Spy recognises the Flex application as a webelement. Any help will be appreciated.

[flex_india:24001] Re: generate PDF in flex

2009-07-27 Thread VN
Look at this http://derby.faratasystems.com/fxReporter/presentation/presentation.html On Jul 24, 2:28 pm, ArthurMagno wrote: > Hi man... > > try AlivePDF > > On Jul 24, 5:09 am, Ganesh r wrote: > > > > > Hi All > > > Im trying to design pdf template from flex using sql mapping fields, drag > >

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

2009-07-27 Thread vrathore
Hey you cannot include mxml tag in your jsp page , you need to compile the flex code into swf and embed the swf in the jsp file. There is no way to compile the mxml code directly in jsp. You can compile the mxml code with flex builder or you can use command promt and compile it using flex sdk Ch