Re: [flexcoders] IconItemRenderer to show image??

2012-06-08 Thread Srinivas Sandur Madhu Murthy
Use SWFLoader instead of BitmapImage and see whether it works Sent from my iPhone On Jun 8, 2012, at 11:21 AM, markflex2007 markflex2...@yahoo.com wrote: Hi, I am doing a flex mobile project project. I want to show a image list with the code , why I can not show the images in the

Re: [flexcoders] Moving my command-line development to FlashBuilder4.6 - confused.

2012-01-30 Thread Srinivas Sandur Madhu Murthy
Rishi, Please read the complete email before you ask for something. I understand you like to help, but please read-up completely, understand problem then ask for things to help more. Dan, Whether you use Command-line or Flex Builder it doesn't matter, you always will try to compile 1

Re: [flexcoders] Moving my command-line development to FlashBuilder4.6 - confused.

2012-01-30 Thread Srinivas Sandur Madhu Murthy
container for any content that you add to your application. In IntegratedEncoder.mxml, the s:Application is the root tag, whereas IntegratedEncoderController.as is extending the mx: Application. Regards, Rishi Tandon From: Srinivas Sandur Madhu Murthy s.m.srini...@gmail.com

Re: [flexcoders] Pb with List

2011-11-20 Thread Srinivas Sandur Madhu Murthy
Christophe, Until unless you post some code, nobody would help you. Post sample or extracted code which you think is not working, so that people can go through and help you Regards Srinivas On Nov 20, 2011, at 6:44 AM, cjacquel73 wrote: Hello, I have a s:List with images inside. There

Re: [flexcoders] Automatically flip through 3 charts

2011-09-07 Thread Srinivas Sandur Madhu Murthy
Rishi did you understand what Wesley's question was? Anyways, I guess wesley wants the view stack to show those charts one after the other every 5 seconds automatically! if this is correct then Wesley, you could change the viewstack's selectedIndex every 5 seconds once to other one. Below is a

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

2011-08-29 Thread Srinivas Sandur Madhu Murthy
Nice advice TH! I hope lot of people in Flex development understands this. Since from introduction of Flex 1.5 I have seen lot of people using this kind of calls or accessing method using global application object. Thanks On Aug 28, 2011, at 9:50 AM, turbo_vb wrote: That's bad advice Rishi;

Re: [flexcoders] BrokenImageSkin

2011-08-16 Thread Srinivas Sandur Madhu Murthy
.. Thanks, with Regards, Jitendra Jain Software Engineer 91-9979960798 From: Srinivas Sandur Madhu Murthy s.m.srini...@gmail.com To: flexcoders@yahoogroups.com Sent: Tue, 16 August, 2011 11:28:48 AM Subject: Re: [flexcoders] BrokenImageSkin Did you try scaleContent? and also

Re: [flexcoders] BrokenImageSkin

2011-08-15 Thread Srinivas Sandur Madhu Murthy
Did you try scaleContent? and also try using verticalAlign horizontalAlign [both css properties] along with scaleContent. Srinivas On Aug 15, 2011, at 10:51 PM, jitendra jain wrote: Hi Coders, Iam using some Image Halo as well as Spark Image Controls. Whenever I am using Halo

Re: [flexcoders] FilterFunction creating duplicate items in the list

2009-05-31 Thread Srinivas Sandur Madhu Murthy
Longtime back I did face similar issue. I probably believe, you have binded the array collection with data grid or list directly applying filter on this binded array collection. If it is true, then trying not binding them using {}, use flags and commitProperties() method and apply filter