Re: [flexcoders] Re: Flex alternatives

2012-01-16 Thread Rajan Jain
Hi   I have been working with Flex and related technologies for last 7 -10 yrs. Recently, in my project I came across this technology   http://eclipse.org/rap/   and it converts all your SWT Java components into Qooxdoo Javascript which finally runs on the browser. But here everything is Java.

Re: [flexcoders] Reflection does not provide information of Array Objects

2010-05-04 Thread Rajan Jain
Hi Oleg Thanks for the pointers. Regards Rajan From: Oleg Sivokon olegsivo...@gmail.com To: flexcoders@yahoogroups.com Sent: Tue, May 4, 2010 2:31:04 PM Subject: Re: [flexcoders] Reflection does not provide information of Array Objects   That's just a tag

Re: [flexcoders] Parser Error | Itemrender

2009-08-20 Thread Rajan Jain
Hi Alex Thanks ilikeflex From: Alex Harui aha...@adobe.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Thursday, August 20, 2009 1:44:50 AM Subject: RE: [flexcoders] Parser Error | Itemrender mx:Component defines a sub-document within

Re: [flexcoders] Re: Java/Flex questions answered by James Ward

2009-08-17 Thread Rajan Jain
Hi Mete You are 100% correct that i am using AMF Channel. I do not want to use HTTP Channel because then data has to be in XML format and it will make the request/response slow. At the same time i am using Remote Binding which will not be possible if i use HTTP Channel. But i put some time lag

Re: [flexcoders] Getting session in Flex

2009-06-09 Thread Rajan Jain
Use FlexContext.getHttpRequest or something is above lines. thanks ilikeflex From: nhid nhi...@gmail.com To: flexcoders@yahoogroups.com Sent: Monday, June 8, 2009 5:07:33 PM Subject: [flexcoders] Getting session in Flex Hello, How do I get an

Re: [flexcoders] Label is npt displayed for LinButton as Itemrenderer

2009-05-25 Thread Rajan Jain
Hi Jeff You are right. I worked for me after your pointer. Thanks ilikeflex From: Jeffry Houser j...@farcryfly.com To: flexcoders@yahoogroups.com Sent: Monday, May 25, 2009 8:30:22 AM Subject: Re: [flexcoders] Label is npt displayed for LinButton as

Re: [flexcoders] BindingUtils question.

2009-05-22 Thread Rajan Jain
Try using BindingUtils.bindSetter and create function. From: markflex2007 markflex2...@yahoo.com To: flexcoders@yahoogroups.com Sent: Friday, May 22, 2009 5:07:21 PM Subject: [flexcoders] BindingUtils question. I read a demo BindingUtils. bindProperty(

Re: [flexcoders] Adobe Bug | http://bugs.adobe.com/jira/browse/SDK-17299

2009-04-15 Thread Rajan Jain
Hi Igor Thanks for your help. Actually i have a pop up in which i am using lot of components like Checkbox,Tree control, couple of text controls and few others. Everytime i create popup the new instance of the components are created. I wanted that if i can remove these components from memory

Re: [flexcoders] ModuleLoader does not load module when instance is created as ModuleLoader()

2008-11-12 Thread Rajan Jain
Hi Alex It worked . Thanks Rajan From: Alex Harui [EMAIL PROTECTED] To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Saturday, November 8, 2008 11:59:22 PM Subject: RE: [flexcoders] ModuleLoader does not load module when instance is created as

Re: [flexcoders] Icons are not displayed in menuItem

2008-09-16 Thread Rajan Jain
Of Rajan Jain Sent: Monday, September 15, 2008 1:49 PM To: [EMAIL PROTECTED] ups.com Subject: Re: [flexcoders] Icons are not displayed in menuItem   I looked into function itemToIcon in ListBase.as   if(data is XML) { try { if(data[iconField] .length() != 0) { icon = String(data[ iconField] ); if(icon

[flexcoders] UI Prototype Tool

2008-09-16 Thread Rajan Jain
Hi All   I just wanted to know which tool do you use to prototyping the application before actually start coding in flex?   Thanks Rajan

Re: [flexcoders] Icons are not displayed in menuItem

2008-09-15 Thread Rajan Jain
are not on the document.  Try defining TestComponent in mxml and see if that makes a differenc.e   From:[EMAIL PROTECTED] ups.com [mailto:[EMAIL PROTECTED] ups.com] On Behalf Of Rajan Jain Sent: Sunday, September 14, 2008 9:52 PM To: [EMAIL PROTECTED] ups.com Subject: Re: [flexcoders] Icons

Re: [flexcoders] Icons are not displayed in menuItem

2008-09-14 Thread Rajan Jain
:[EMAIL PROTECTED] ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of Rajan Jain Sent: Saturday, September 13, 2008 8:55 PM To: [EMAIL PROTECTED] ups.com Subject: [flexcoders] Icons are not displayed in menuItem   Hi All   I am trying to display icon in the menu. I am using example from livedocs

[flexcoders] Icons are not displayed in menuItem

2008-09-13 Thread Rajan Jain
Hi All I am trying to display icon in the menu. I am using example from livedocs language reference. I have added icon attribute to dataprovider myMenu.iconField=@icon but icons are not displayed. Any pointers are highly appreciated. Thanks Rajan

[flexcoders] AdvancedDataGrid | totals | Hierachicalata

2008-08-01 Thread Rajan Jain
Hi Is mx:rendererProviders tag  inside mx:AdvancedDatagrid can be used with HierarchicalData only? I don't have HierarchicalData  and i want to show the totals in the grid. I have the xml in the format. But if i use the piece of code at bottom end  then render is never executed. Can anybody

Re: [flexcoders] flex testing

2008-07-16 Thread Rajan Jain
Try http://code.google.com/p/visualflexunit/ - Original Message From: phil swenson [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, July 16, 2008 12:59:56 AM Subject: [flexcoders] flex testing Any thoughts on testing the Flex UI?  I tried FunFX, but it crashed

Re: [flexcoders] Cast XMLList with 1 child to XML

2008-07-14 Thread Rajan Jain
Hi I think it is better to use XMLList.length(). IF you one child it will be 1. Hope this helps. Thanks ilikeflex - Original Message From: Sergey Kovalyov [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, July 14, 2008 1:50:26 AM Subject: [flexcoders] Cast XMLList with 1