Ah, yes, okay. You need to place all that code inside a function which you bind to the Application tag's initialize handler. So: <?xml version="1.0"...
Robert Stuttaford
robert@...
Jan 1, 2005 9:41 am
7446
... 17 secs over here, but that's on an old Athlon 1600 machine. I'll check times on my new laptop as well... cheers, Martijn....
Let me rephrase the question as I inject more caffiene into my battered morning mind and am more capable of typing: I found thet Alert.show still returns a...
Oh yeah, there's no IDE that I've found to create XUL compared to things like Flex Builder/Flash/GDE/the one the Gnome crew has, etc. ... From: "JesterXL"...
Ok, Will do. Thank you so much! Like I said I'm trying really hard to learn, but all of this OO stuff is new to me. Now that you explained it, I get it. Chris...
FINALLY, I can repeat this bug... took me all frikin' day, but I got it. If I do: a =Alert.show And later do: a.deletePopUp(); The background doesn't get...
Update: The ghost background rect is residing at a negative depth f -52874, so it's no wonder any removeMovieClip would fail pathetically. However, if I bring...
I have object inspection question. They say you can do in Director. I am for something like a cfdump equivalent. So far I am importing some classes like this ...
function showProps(o):Void { for(var p in o) { trace(p + ": " + o) } } showProps(this); showProps(mx.core.Application); etc. ... From: Dan Plesse To:...
I believe I got myConnection: [object Object] // or more objects rosterItems: [object Object] // are these methods? I used showProps(roster); Is there a to...
Have you tried calling deletePopUp in a doLater? This has been a known issue that I thought we had worked out but maybe we still needed some workarounds in...
Well, the validateCombo method in the change handler isn't doing anything because you haven't passed any parameters through. But that's fine, you shouldn't...
What the heck!? That fixes it. But, what is doLater doing that waiting 2 seconds is not? I don't understand how shoving something into a methodTable, and...
Yes I think that's it. Also "Object-Oriented Programming with ActionScript 2.0", (in chapter 17) called "Building a Dump Class" "One limitation of the trace...
... BTW, I should mention that, as of the current version, Application.alert() simply does the same thing as Alert.show(), so you wouldn't be any better off...
Sup ladies. This is what I spent my vacation doing. It's a Tic Tac Toe game using Flex, Flashcom, & Central. I've included to the source which includes the...
Hi I have a canvas with width and height set to 100% of the parent container, for example. And I would like to get the actual width and height of the canvas in...
Hi, i have a java pojo like this ... private String cdc_art; private Vector taglie; private Vector qty; ...... My vector taglie contains "dressed size". (.. xl...
hi, do I clearly understand that, from a Flex perspective: "taglie" is an Array that should fill a DataGrid columnHeaders (so if you have 3 rows of data you'll...
I know there exists a workaround for this by launching an external JSP to upload your file...and I'm using said workaround but I was just curious, from the...
hi yes it's ok i have one vector/array for dataHeader and one vector/array for row in the same DataGrid. The vector taglie fill only column for examples: S M...