[flexcoders] It's about time (zones)...

2009-11-09 Thread Andy
that you may want to vote for. https://bugs.adobe.com/jira/browse/FP-175 https://bugs.adobe.com/jira/browse/FP-1170 Hopefully if enough people take the time to point out how lacking this is, Adobe will dedicate some time to improving this. Thanks! Andy

[flexcoders] interpolateValues with minimum and maximum

2008-10-21 Thread Andy
be the same zig zag form with the tops removed, not a straight line. The code below illustrates what i am trying to describe. Is there a simple solution for this that I am missing? Or do I have to create my own LineRenderer? Any direction is appreciated. Thanks, Andy ?xml version=1.0

Re: [flexcoders] Hiding lineseries in a chart

2008-10-21 Thread Andy Buttaro
Try using a filter function on the ArrayCollection. http://livedocs.adobe.com/flex/3/langref/mx/collections/ListCollectionView.html#filterFunction - Original Message From: Richard Rodseth [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, October 21, 2008 10:49:12 AM

Re: [flexcoders] BitmapData- the quality of image degrades when rotating bitmapImage

2008-02-02 Thread Andy Milam
This isn't a Flex issue as much as it is a Flash embed issue. Add this to your html container: 'quality','best' This affects the quality rendered from the local Flash player. Your rotated bitmaps will thank you for it. (this assumes you are using AC_RunActiveContent.js to embed your flash file)

[flexcoders] Is there a way to make the AIR release version show stack traces?

2007-11-02 Thread Andy Goldstein
applications show stack traces when errors occur? Thanks, Andy

[flexcoders] Newbie needs advice with writing data

2007-10-17 Thread Andy Gaffney
this, but since I am making a Kiosk application, I think Iwill need to use localhost with some scripting. I haven't done any back-end work since CGI/Perl so I am looking for a solution that will be easy to learn and implement. Thanks for your thoughts. Andy

[flexcoders] Adding Flash Library items to a Flex App

2007-03-23 Thread Andy Parker
Ok, this should be simple but like all things critical to my flash projects they end up being hacks or major work-arounds. Essentially, I need to add a Flash Library item (set to export as a default class in Flash 9 Preview) - to my Flex application. I won't go into why but just consider the need

[flexcoders] Help with Resource Bundle with Embedding Imgs

2006-10-13 Thread Andy
I've been trying to use the Resource Bundle Class in Flex 2 to create a Localitzation of IMGs and CSS. Now i've been stuck on the IMG portion for a few days. I have followed the many examples given by Adobe's Live Docs @

[flexcoders] another screwing from microsoft

2006-03-29 Thread Andy Johnston
Anyone care to comment on this little gem? http://www.eweek.com/article2/0,1895,1943847,00.asp how will this affect RIA's in general, swf in particular? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] TextEvents

2006-03-01 Thread Andy
will display just 'a' Also, the TextEvent.TEXT_INPUT only gets called when text is added, and I can't find any callback for when text is added, deleted, or changed in any way. Does such a thing exist, or do I need a completely new approach? thanks, -andy -- Flexcoders Mailing List FAQ: http

[flexcoders] virus warning!!!!

2006-02-06 Thread Andy Johnston
yo all got a virus warning on: Incoming email '[flexcoders] Re: SetEventHandler Limitations?' From: pim [EMAIL PROTECTED] Win32:VB-CD2 [Wrm] Virus/Worm 0606-1, 06/02/2006 -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] release date for flex 2?

2006-01-15 Thread Andy Johnston
the finished product, by which time I will have thoroughly forgoten all this stuff. Will there be the opportunity to get the beta version? cheers andy -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders

Re: [flexcoders] release date for flex 2?

2006-01-15 Thread Andy Johnston
I was hoping that would be the case. Are you sure it will be public though? I saw the online form to sign up as a beta tester, nothing about public beta.. Will there be the opportunity to get the beta version? Yes! They have stated that a new public beta will be issued before the alpha

[flexcoders] Flex Builder 2 panel align

2006-01-13 Thread Andy Johnston
Hey all just wondering with this constraints based layout for Flex Builder 2 is it possible to simply align a Panel to centre of a liquid layout? Why can't you set x and y values to a %? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

[flexcoders] Re: Scrollbar placement

2005-11-17 Thread Andy
Hi, Have you tried placing the form inside a box? That way when the form is too large for the box its in it should scroll by default. Without mocking up your problem yet that would be my first attempt at it. cheers Andy -- Andy Rayne Senior Consultant Macromedia Consulting (EMEA) [EMAIL

Re: [flexcoders] Accordian Header Colors

2005-06-23 Thread Andy Goodfellow
Does anyone know how to change the font color of the selected accordion header? I can get things like the background and fill color to change fine using either actionscript skinning or a swc theme file, I just can't seem to find any documentation on how to change the font color of a selected

Re: [flexcoders] Flex.NET Alpha/Beta Registration Where? How?

2005-05-11 Thread Andy Goodfellow
Yes yes! I'd like to be a part of that as well! -Andy On 5/11/05, Tolulope Olonade [EMAIL PROTECTED] wrote: Came across a blog coupla days ago where someone was directing another to where to register for Flex.NET testing from Macromedia. Anybody knows where or how I can join

Re: [flexcoders] More Competition

2005-05-04 Thread Andy Goodfellow
I went to download the trial and saw this at the bottom: Snapp MX uses a Flash Remoting Gateway to communicate with web services. If you do not have this product, a trial version can be obtained from Macromedia. So much for this quote from the press release, For the first time, developers can

Re: [flexcoders] htmlText and embedded fonts

2005-04-13 Thread Andy Goodfellow
Has this been answered anywhere? I'm having the same issues with embedded fonts not being displayed in the htmlText of an mx:TextArea field. -Andy On 1/19/05, jayar_flexer [EMAIL PROTECTED] wrote: Hi, i have a textarea with htmltext and want to rotate it 180 degree. Therefor i have

RE: [flexcoders] Passing an array to titlewindow

2005-04-06 Thread Andy Rayne
, initObj ); cheers Andy -- Andy Rayne Development Consultant iteration::two [EMAIL PROTECTED] Office: +44 (0)131 338 6902 This e-mail and any associated attachments transmitted with it may contain confidential information and must not be copied, or disclosed, or used by anyone other than

RE: [flexcoders] Passing an array to titlewindow

2005-04-06 Thread Andy Rayne
Have a variable in your titleWindow called fileTypes when the window loads it will be populated with what you set in your initobj cheers Andy -- Andy Rayne Development Consultant iteration::two [EMAIL PROTECTED] Office: +44 (0)131 338 6902 This e-mail and any associated attachments