Re: [flexcoders] Re: What happened to the Flex Style Explorer?

2013-02-14 Thread Rishi Tandon
Please Find Attached :) Sent from my iPhone On Feb 14, 2013, at 10:25 PM, Gohlke, Greg greg.goh...@edictsystems.com wrote: Sorry for my ignorance but what is PFA? Thanks, Greg This message may contain confidential information only for the use of the intendedrecipient.

Re: [flexcoders] Copy Support in Adobe Flex 4.6

2012-08-10 Thread Rishi Tandon
Hi Balinder, You can create a CUSTOMISED UI control where the selectable is always TRUE. Later you can replace all LABEL component with the custom UI control. You can apply same approach to other component as well. Sent from my iPad On 10-Aug-2012, at 8:28 PM, Balinder Ahuja gfl...@yahoo.com

Re: [flexcoders] different handling of mouseWheelEvents in internet explorer and firefox/Chrome

2012-02-09 Thread Rishi Tandon
Have u checked the version of flash player plugin installed for IE? Sent from my iPad On 09-Feb-2012, at 5:26 PM, Wouter Schreuders wschreud...@gmail.com wrote: Hi All I've been having problems with the amount of scrolling that happens when you use the mouse-wheel with VScrollBar. I

Re: [flexcoders] Re: Flex alternatives

2012-01-12 Thread Rishi Tandon
that are so beautifully created using adobe air. My personal thought is that some people are trying to take advantage of this bad rumours and advertising the dead tools which were existed for years. Please be patience and watch the change. N Stop spreading the rumours. Regards Rishi Tandon Software

Re: [flexcoders] FlashVar

2011-11-24 Thread Rishi Tandon
http://livedocs.adobe.com/flex/3/html/help.html?content=passingarguments_3.html Sent from my iPad On 24-Nov-2011, at 12:48 PM, Sreeja I sreejaharish8...@yahoo.in wrote: how to pass values using flashVar in flex?

Re: [flexcoders] passing Data

2011-11-24 Thread Rishi Tandon
Use http object for the same. Sent from my iPad On 24-Nov-2011, at 12:46 PM, Sreeja I sreejaharish8...@yahoo.in wrote: how to pass data from flex applications to a ne tab through url?

Re: [flexcoders] flex time-out Issue...????

2011-09-07 Thread Rishi Tandon
http://www.flashdevelop.org/community/viewtopic.php?f=9t=2881 Sent from my iPhone On Sep 7, 2011, at 9:06 AM, Varun varun8...@gmail.com wrote: Hi, I actually want to increase the flex timeout from 15sec to max 60sec. I have tried the following ways. 1)By adding -default-script-timelimit

Re: [flexcoders] Regarding a book

2011-09-07 Thread Rishi Tandon
Go through the video tutorial first and then live documentIon by adobe is the complete and best learning material. Also install tour de flex for quick demos. Sent from my iPhone On Sep 7, 2011, at 5:59 PM, Adarsh adarsh...@gmail.com wrote: Hi all i am very new to flex please suggest me which

Re: [flexcoders] Automatically flip through 3 charts

2011-09-06 Thread Rishi Tandon
Use a timer and set the rotation angle in some global variable. Whenever user clicks on the viewstack, use apply the hlabal variable to the corresponding chart. Sent from my iPhone On Sep 6, 2011, at 7:42 PM, chinwesley wesleyc...@hotmail.com wrote: Hi everyone, I am using Flex 4.5. I

Re: [flexcoders] adding and managing children dynamically - accordion

2011-08-30 Thread Rishi Tandon
R u adding the datagrid after the accordian layout been created. Might be you have to check the sequence of events for the same. Sent from my iPhone On Aug 31, 2011, at 1:07 AM, Michael Sumner msum...@nationsbestsports.com wrote: I was trying to build a component that would dynamically

Re: [flexcoders] How to call container's method into component file

2011-08-27 Thread Rishi Tandon
Use object oriented best practice. Mxml I'd nothing but a actionscript class. If u r initializing the custom component inside the other component, then u can directly access the method or else use the Application.application.componentiD.methodName if u are Where are u initializing globally.

Re: [flexcoders] Re: Spark Datagrid selectedItem question

2011-08-24 Thread Rishi Tandon
Make a pop up window which include the searchable row based on some unique ID and then display the row field and data inside a form. After changing the field value, update the grid data provider with the changed row value. Sent from my iPhone On Aug 24, 2011, at 10:56 PM, Amy

Re: [flexcoders] how to make a class can be iterated by for each/in

2011-08-11 Thread Rishi Tandon
for each works for collection. If you have an instance of the collections consist of your class object then u can retrieve each item as class object using for each iterator. Sent from my iPhone On Aug 11, 2011, at 2:25 PM, j2me_soul j2me_s...@163.com wrote: How to custom a class can by

Re: [flexcoders] PopUpAnchor in the Hierarchy

2011-08-10 Thread Rishi Tandon
Jitendra can you share the solution too. Sent from my iPhone On Aug 10, 2011, at 11:24 AM, jitendra jain jitendra_jain_2...@yahoo.com wrote: Alex.. Thanks I have resolved my problem, but want to ask you a question...(may be sounds funny for u ;) )..How to know that a specific component is

Re: [flexcoders] Re: AdvancedDataGrid Performance Issue

2011-08-09 Thread Rishi Tandon
You mean that using a adg with 20 columns degrade the performance? My question How many adg are u using? What's the no of rows for each adg? Have u used paging? Sent from my iPhone On Aug 9, 2011, at 10:33 PM, Alex Harui aha...@adobe.com wrote: Use the profiler to see what is going on.

Re: [flexcoders] Flex e4X escape quote in flex text input

2011-08-08 Thread Rishi Tandon
Before assigning the text use the replace method of the string class and replace the square to quote back Sent from my iPhone On Aug 9, 2011, at 4:09 AM, isa_loyer isa_lo...@yahoo.fr wrote: Dear Flexer, I use httpservice to query my database. when xml data is loaded on text input quote is

Re: [flexcoders] Form Item Multiline

2011-08-03 Thread Rishi Tandon
Have you tried using the StackedFormItem akin You might have to do some skin modifications Sent from my iPhone On Aug 3, 2011, at 3:46 PM, isa_loyer isa_lo...@yahoo.fr wrote: I try to do a beautiful form on my AIR app. But with s:FormItem, I don't find how to place label in two lines. Can

Re: [flexcoders] HTTPService timeout?

2011-08-02 Thread Rishi Tandon
Have you check the network monitor in flash builder 4? Sent from my iPhone On Aug 2, 2011, at 5:16 PM, georgemeng2011 georgemeng2...@gmail.com wrote: Hello, I have very simple code to call a simple PHP page. PHP page will insret 2000 records to mysql table, takes about 2 minutes. On

Re: [flexcoders] Halo and Spark Scroll bar problem

2011-08-01 Thread Rishi Tandon
The scroller will only apply to the container such as group which implements IViewport. Rishi Sent from my iPhone On Aug 2, 2011, at 10:46 AM, jitendra jain jitendra_jain_2...@yahoo.com wrote: Thanks Alex.. Yes the component is the child of the scroller. But i want its layout to be