Is anything listening for a resize event in either swf? ________________________________ From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com]...
92482
lytvynyuk
Nov 1, 2007 4:03 pm
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?...
92481
Matt Chotin
m_chotin
Nov 1, 2007 4:02 pm
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...
92480
Paul Andrews
pauland2513
Nov 1, 2007 4:01 pm
... From: "Paul Andrews" <paul@...> To: <flexcoders@yahoogroups.com> Sent: Thursday, November 01, 2007 2:53 PM Subject: Re: [flexcoders] Re: Will...
92479
Paul Andrews
pauland2513
Nov 1, 2007 3:57 pm
... From: "Paul Andrews" <paul@...> To: <flexcoders@yahoogroups.com> Sent: Thursday, November 01, 2007 2:53 PM Subject: Re: [flexcoders] Re: Will...
92478
toofah_gm
Nov 1, 2007 3:49 pm
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...
92477
Amy
droponrcll
Nov 1, 2007 3:28 pm
... 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...
92476
Jim Hayes
jim80hayes
Nov 1, 2007 3:06 pm
... From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Anzer Sent: 01 November 2007 14:04 To: flexcoders@yahoogroups.com ...
92475
Paul Andrews
pauland2513
Nov 1, 2007 2:54 pm
... From: "Jason" <jason.merrill@...> To: <flexcoders@yahoogroups.com> Sent: Thursday, November 01, 2007 2:31 PM Subject: [flexcoders] Re: Will...
92474
Anzer
mailtoanzer
Nov 1, 2007 2:44 pm
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...
92473
Amy
droponrcll
Nov 1, 2007 2:41 pm
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:....
92472
Jason
jmerrill_2001
Nov 1, 2007 2:31 pm
... Not in any way as far as I know. Flash player 10 will support displayObject.rotationX,displayObject.rotationY, displayObject.rotationZ But those are the...
92471
Mark Ingram
skuteboarding
Nov 1, 2007 2:22 pm
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...
92470
lytvynyuk
Nov 1, 2007 2:20 pm
Thank you for the link. It works well with player 9 I have installed. (Can't check exact build, just don't know how ;))...
92469
Jack OMelia
jfomelia
Nov 1, 2007 2:17 pm
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....
92468
Jack OMelia
jfomelia
Nov 1, 2007 2:13 pm
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...
92467
Paul Decoursey
lepusmars
Nov 1, 2007 1:40 pm
I thought the price for Flex was dropping today? I don't see any change on Adobes site....
92466
actionscript_czar
actionscript...
Nov 1, 2007 1:30 pm
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...
92465
Paul Decoursey
lepusmars
Nov 1, 2007 1:15 pm
... 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...
92464
markcavins
Nov 1, 2007 12:46 pm
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...
92463
Malik Al-Arfaj
m.arfaj
Nov 1, 2007 12:46 pm
Alex, thanks for replying. May you please explain how can I do that? I tried: try { var myLC:LocalConnection; myLC = new LocalConnection(); ...
92462
Mirko Sabljić
mirkosabljic
Nov 1, 2007 12:44 pm
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...
92461
Paul Andrews
pauland2513
Nov 1, 2007 11:46 am
... From: "johantrax" <johan.temmerman@...> To: <flexcoders@yahoogroups.com> Sent: Thursday, November 01, 2007 11:03 AM Subject: [flexcoders] Re:...
92460
Fabián Brussa
fbrussa
Nov 1, 2007 11:43 am
The documentation shows how to switch between measurements, but not both simultaneously. Any idea? please....
92459
Mark Ingram
skuteboarding
Nov 1, 2007 11:37 am
Hi all, it turns out after some investigation that IE6 does not like "#" symbols in the LocalConnection name. My local connection names looked like...
92458
johantrax
Nov 1, 2007 11:18 am
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...
92457
johantrax
Nov 1, 2007 10:58 am
I doubt this to work correctly. This most propably will work if I only have to make 1 request to a db, however if the canvas makes 3 calls to the...
92456
johantrax
Nov 1, 2007 10:47 am
Nope, I was aiming for pure Flex actually. Currently I'm still at Flex2, if needed a change to Flex3-beta can be made. --Johan...
92455
kramus0
Nov 1, 2007 9:50 am
Hello, can please somebody confirm if this is really a bug? Thanks Markus ... [mailto:flexcoders@yahoogroups.com] On ... <mailto:flexcoders%40yahoogroups.com> ...
92454
Manu Dhanda
manuraj.dhanda
Nov 1, 2007 8:08 am
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...