Thanks Tracy. This was indeed helpful. From last few weeks, I was struggling with REPEATERS while developing some custom components and the way, you suggested...
Hello, can please somebody confirm if this is really a bug? Thanks Markus ... [mailto:flexcoders@yahoogroups.com] On ... <mailto:flexcoders%40yahoogroups.com> ...
I think this is rather what I was doing, The canvas raises the creationComplete-event and contains info about what children should be instantiated. Then this...
So basically all i have to do is place the code you gave me inside MYSWFLoader.as for example and use "include" in my main .mxml to include that code? I don't...
I am looking to find some examples to create a clock that counts down from 3 minutes to zero and when the clock hits zero it will refresh the application. I...
... I blogged about something like that at one point, http:// www.devilsworkbook.com/workbookroot/2007/03/clock-digital-in-nature- in-fle.html This shows the...
In cases where I have run into that problem I use the flash.events.DataEvent.UPLOAD_COMPLETE_DATA event instead. It seems to work all the time. So perhaps...
here's the stack trace, and it points to line 506 in Listbase.as,"return listContent.visibleData": TypeError: Error #1009: Cannot access a property or method...
That's the odd thing, it's not the function that's tripping it up, that I can see. When I debug it, the error pops up before the function is called....
Hi, I'm getting this odd error when trying to load a Flex application inside a parent Flex application: TypeError: Error #1034: Type Coercion failed: cannot...
... Not in any way as far as I know. Flash player 10 will support displayObject.rotationX,displayObject.rotationY, displayObject.rotationZ But those are the...
When I pass XML with this string in it ^img src="../images/a.gif"> through an ExternalInterface, I get this error Error #2044: Unhandled IOErrorEvent:....
How can I give && condition in mxml tag. For example <mx:Button label="Browse " id="btnBrowse" enabled="{ i==1 && j==2}" /> I am getting compilation error for...
... From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Anzer Sent: 01 November 2007 14:04 To: flexcoders@yahoogroups.com ...
... error ... from ... Never mind. I looked at the path in the docs for htmlText and tried to duplicate that, but it was wrong for my structure. When I got...
I am embedding TTF fonts into my application. We have included most of the European character sets in these fonts. Now the problem. The fonts show up...
Turns out we made some promises that our system couldn't meet. We expect the e-store to have the new prices on 11/8. From: flexcoders@yahoogroups.com...
I have difficulties to send array of string over RPC. At server side I always receiving Object[]. Is any special ways to get at Java end array of certain type?...
Is anything listening for a resize event in either swf? ________________________________ From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com]...