I wouldn't say "voodoo" but if you drag an item from tree 1 to tree 2 the dataprovider should not contain the item you've dragged to the other tree... am i...
This was just an example i got on adobe website so i can show what i need. On my project i use XML. I just think if i find a solution for whatever i use as...
If im moving the object i would assume it will not be in the tree 1 anymore... anyone would help me how do i drag from tree 1, drop on tree 2 and after i drop...
It makes sense to me that you would. Drag and drop is a visual operation, not a data operation, and in no way does it always mean that you're removing ...
Hi, I was wondering if anyone could point me at how to archive the folloing. I make some boxes in Flex as a time line. But use a label component on top... The...
... You can either set the mouseEnabled property of the label object to false, or you can handle the roll over/out on the label by checking the event object's...
We can't read Flex-created local shared objects from Flash applications. When I compare .sol files, it looks like Flash and Flex use a different file format -...
That's fine, I again figured something out a short while ago while experimenting with importing the text documents. Turns out you can't have the special...
Hi All, in our application we are using 'gif' animated images as item renderer. we are able to renderer the image but it is not showing animated behaviour. ...
Hi Borek, Are you talking of Shared Objects written by AS2 applications not being able to read in Flex? Is your Flash app built in pre Flash CS3? (i.e. In AS2)...
Hi All, As I continue my Flex education I've come across an issue in my first production application. I'm using ROR along with Flex and passing XML back and...
I have some code that was created a couple years ago, when flex data services was young. I am trying to use it now, but can't seem to get the java files...
Hi Raghu, It's the other way around - we CAN store shared object in a Flash (AS2) app and then read it in a Flex app, we CAN'T store the shared object in a...
I believe the as2 app will be using the AMF1 style, and flex the AMF3 style of encoding. I'm not sure if you can set the encoding used for shared objects in ...
I just had to know. http://livedocs.adobe.com/flex/201/langref/flash/net/SharedObject.html#o bjectEncoding Looks like you can set the encoding used, so I'd try...
How do I extend the Alert class such that the new class cannot be created using MXML tags? Taking it a step further is it possible to create an ActionScript...
I'm using messaging with blazeds and I can send a message with a producer from flex, but I don't know how to read its contents in my java ServiceAdapter. I...
Thank you very much, we will try this. Didn't know of this encoding thing! Borek ... registered in England and Wales with registration No. 02622298 and ...
Having some weirdness with the Flex Profiler. Using Eclipse, current stable builds of everything. Profiler was working a couple months ago, haden't used it...
Can you make sure you are using the debugger version of the player in IE? Also do you see anything in the console of the Flex Profiling perspective? Thanks, ...
Why do you need to prevent usage through MXML? MXML is compiled down to ActionScript, so it's essentially just syntactic sugar. That is, by preventing using...
Maciek Sakrejda
msakrejda@...
May 1, 2008 2:56 pm
111890
I had a similar problem: Turns out our newly installed firewall decided to be helpful and get in the way. Have you guys updated your security settings...
Hi I need to use a bubblechart with the button as its itemrenderer. So I should get buttons insted of circles. Now if I update the dataprovider during runtime...
I believe this is a restriction brought on by the Adobe developers. You cannot do this in MXML: <mx:Panel id="panel"> <mx:Alert> </mx:Alert> </mx:Panel> If you...
... Adobe's answer will probably be that with constraint based layout you don't need H or V boxes any more - they were originally going to be deprecated in ...
I ran across this anomaly and wonder if anyone else has encountered it and what a possible solution would be. I am trying to create a scenario whereby when a...