... If you post your test case code here people will be more able to help. -- Tom Chiverton Helping to vitalistically differentiate internet customers on:...
Try: trace("t3=" + opt.toXmlString()); (I think it's tracing the actual value of each node, which is "") The toXmlString() value is a much bigger help when...
... Congrats, you are now an open relay for spammers :-) If anyone puts code like this in production, please remember to lock it to only one destination...
My developers are also complaining that their 'and my' applications have broken since Beta 3 to the Final release. This has hit me unexpectedly as I did not...
I haven't used RSLs enough to have experienced this problem but this sounds suspiciously similar to problems I've been having loading SWFs that have been...
Hi, I have a problem on the ObjectProxy object. I saw a lot of posts which talk about Objectproxy, but they don't help me to solve my problem. I develop using...
xavixxxx
xavier_pujalte@...
Apr 1, 2008 9:53 am
108399
Hello All, I am going through the internet but i cannot get an answer to my question. I want to add a ResourceBundle at run-time. That is, I will get the name...
this is how I did it. create a new project in 3 final. then copy the code I'd written in 3 beta and assets into new project. the problem I had was with the...
the bitmapdata in loader wll only be valid when the loaders contentLoaderInfo Complete event fires. So add a listener for it and only then access the data. ......
And don't exists a solution to load an image that I need a complete event? Thk. Giro. ... De: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] En...
Not as far as I know, if anyone can tell me one then I'd love to know also! ... From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf...
I second this. The problems I had all went away after I got rid of the config files for prior versions of FB. You might also try starting FB with the -clean...
Worth noting - that the profiler image that I sent you shows that the total consumption of memory to be around 9ish mb for the single running instance with the...
No, the Flash Player does not have access to the local filesystem since its a browser plugin. You could build an AIR application with Flex that would meet your...
Hi dear all I have a datagrid with information from web service. Each row of the datagrid fulfill the screen, so each time only one row will represent in the...
Hi, you may override the method scrollVertically from the dataGrid. When you scroll the mouse, it dispatch an even with the "delta", telling you how "fast" was...
Luciano Manerich Junior
luciano.manerich@...
Apr 1, 2008 1:26 pm
108409
... From: "bigbb_kimo" <bigbb@...> To: <flexcoders@yahoogroups.com> Sent: Tuesday, April 01, 2008 2:00 PM Subject: [flexcoders] How to change the mouse...
I new to Flex, so please excuse the newbie question. Within my ServiceLocator.mxml file, I have a listing of HTTPServices. Each one of them has the URL hard...
I third this the only way i got up and running correctly was to purge my old workspace (rename it before opening FB) - that way it builds a new workspace and...
We came across this when doing our own migration. It's when you have comma separated lists in the ant task. If there is a space between them (which Flex 2 was...
Since the load method is asynchronous, it relies on a completion (or any other of the supported events). You can't block on a load call. ... know ... ...
... It depends on how modular you want it to be or how you want to configure it. myService = ServiceLocator.getInstance().getService( "loginService" ); ...
Yes, that I know! What I am wondering and have yet to find out for myself is whether there is, somewhere, a function that synchronously converts a bytearray...
FYI: I've got no code handlers setup just creating the GUI so i can demo a basic gui to my boss and yet the basic gui with no actionscript locks up the browser...
Jim, thanks a lot, that really helped me. So apparently this problem is due to differences between the output of toString() (the default) and toXMLString()...
This is generally done in one of two ways. 1) Load a config file at startup that holds urls or url stubs and store them on your model. Have your ServiceLocator...