If you take out the catch and alert, do you get the error thrown? ________________________________ From: flexcoders@yahoogroups.com...
92485
Alex Harui
alex_harui
Nov 1, 2007 4:15 pm
You have to replace all uses of mx:SWFLoader with local:MySWFLoader and define xmlns:local="*" in your application tag. You will probably find answers to...
92486
Alex Harui
alex_harui
Nov 1, 2007 4:16 pm
I responded several days ago. It is a player idiosyncracy. We use callLater to wait until after the text has rendered. ________________________________ From:...
92487
Alex Harui
alex_harui
Nov 1, 2007 4:18 pm
Can you create a simple test case? ________________________________ From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of toofah_gm...
92488
Kevin
jeff_lacer
Nov 1, 2007 4:19 pm
Thank you. I will try this. However, I am wondering is this a common problem with Mac browsers? It seems that the FileReference.upload() method is very...
92489
Tom Chiverton
tom.chiverton
Nov 1, 2007 4:39 pm
... My guess is that with (maybe hardware accelerated) tri-axis transforms in the player once PaperVision 3D is updated to use them, it'll *really* fly. -- Tom...
92490
Tom Chiverton
tom.chiverton
Nov 1, 2007 4:39 pm
... Use a function that returns Boolean instead. -- Tom Chiverton Helping to ambassadorially administrate exceptional synergies on:...
92491
Jon Bradley
jonpixelpusher
Nov 1, 2007 4:39 pm
... Four corner distortions that are driven by lower-level code I believe (ie, not intrinsic AS). It's a big deal to designers mostly and will definitely be...
92492
Tracy Spratt
nts333rd
Nov 1, 2007 4:44 pm
To solve that, have each db call increemt an instance variable counter, and have the result handler decrement it (the faoult handler too). When the counter is...
92493
Mark Ingram
skuteboarding
Nov 1, 2007 4:59 pm
Nope, I've done a search for the term "ResizeEvent" in all projects and I don't get a single match. I've tested it on a colleague's computer (which works fine)...
92494
Andriy Panas
apanas_2000
Nov 1, 2007 5:09 pm
Hi Alex, I am on Flex 2.0.1 SDK Actually when I look into the source file of mx:TextArea I can see in line 2232 the following piece of code: private function...
92495
Mark Ingram
skuteboarding
Nov 1, 2007 5:18 pm
I have the following code: private function browseButton_clickHandler(event:MouseEvent):void { var uiEvent:UploadDialogEvent = new ...
92496
Kevin Aebig
keslabs
Nov 1, 2007 5:20 pm
Hey all, I've seen all kinds of posts and suggestions from people online suggesting various ways to connect to an AMFPHP service, but I want to do it the ...
92497
Matt Chotin
m_chotin
Nov 1, 2007 5:30 pm
For most of our customers the general expectation is that all SWFs in your Flex application (including modules, runtime CSS and sub-applications) are all...
92498
booleanbetrayal
Nov 1, 2007 5:39 pm
Change your angle to the "amount.value * 100 / 50", and you should be good ... private function doSlide( event:Event ):void { var distance:Number =...
92499
toofah_gm
Nov 1, 2007 5:43 pm
Here is a simple app that shows this problem. I'd be glad to send you my TTF file if you need it in order to reproduce the problem. <?xml version="1.0"...
92500
ben.clinkinbeard
ben.clinkinb...
Nov 1, 2007 6:03 pm
Does UploadDialogEvent.SELECT_FILES evaluate to a string that has a MouseEvent listener assigned to it? Ben...
92501
Richard Rodseth
rcrodseth
Nov 1, 2007 6:06 pm
Fixing the certs did in fact do the trick. Uploads are working for us now. We're looking forward to having the cookies issue fixed, and perhaps the IOError...
92502
lrdvadersith
Nov 1, 2007 6:16 pm
I hadn't considered that, thanks. I changed my xmlns:model to xmlns:mdl, and things worked fine - for a while. Now I get that same verify error, but in an...
92503
Malik Al-Arfaj
m.arfaj
Nov 1, 2007 6:24 pm
No, everything works fine except that the flex won't interact with the flash movie in the second instance....
92504
coder3
joan_mtnview
Nov 1, 2007 6:25 pm
i created an application using <mx:HttpService>, it works fine on my machine, but after i copy the .swf to the machine that has a web application, the swf ...
92505
coder3
joan_mtnview
Nov 1, 2007 6:25 pm
i created an application using <mx:HttpService>, it works fine on my machine, but after i copy the .swf to the machine that has a web application, the swf ...
92506
workmichal
Nov 1, 2007 6:26 pm
Hi there, I am trying to prevent my Flex application from capturing any mouse events within the app. I tried mouseChildren, mouseEnabled but my application is...
92507
workmichal
Nov 1, 2007 6:26 pm
Hi, is there a way to control mouse position within Flex application? Something like: mouseX = 100 and mouseY = 200 for example. And actually move mouse cursor...
92508
Alex Harui
alex_harui
Nov 1, 2007 6:29 pm
I would also make sure you are running a 'good' player. I'd uninstall and re-install everything Flex and Flash related. I don't remember seeing verify errors...
92509
Alex Harui
alex_harui
Nov 1, 2007 6:32 pm
If you aren't getting a failure on connect, do you get one on send? ________________________________ From: flexcoders@yahoogroups.com...
92510
lrdvadersith
Nov 1, 2007 6:34 pm
Did you mean a debug build of the flash player? If so, where would I get one? I did run my app in the debugger, and I don't even get inside the deleteHandler,...
92511
Alex Harui
alex_harui
Nov 1, 2007 6:34 pm
You would do a search for "resize" not "resizeEvent". It appears that someone is listening to "resize" on the systemManager by accident. ...
92512
Alex Harui
alex_harui
Nov 1, 2007 6:35 pm
That's why I'm surprised you are having a problem. ________________________________ From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On ...
92513
Richard Rodseth
rcrodseth
Nov 1, 2007 6:36 pm
Any suggestions for the best way to do a datagrid-like object with a variable data-driven number of rows *and* columns? I see that the the columns array can...