Search the web
Sign In
New User? Sign Up
flexcoders · RIA Development with Adobe Flex
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 111866 - 111895 of 153731   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
111866
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...
Rafael Faria
rafaelrfc00
Offline Send Email
May 1, 2008
7:00 am
111867
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...
Rafael Faria
rafaelrfc00
Offline Send Email
May 1, 2008
7:04 am
111868
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...
Rafael Faria
rafaelrfc00
Offline Send Email
May 1, 2008
7:24 am
111869
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 ...
Josh McDonald
brucethebruiser
Offline Send Email
May 1, 2008
7:27 am
111870
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...
James Gardiner
jamieg_au
Offline Send Email
May 1, 2008
8:21 am
111871
... 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...
Manish Jethani
manish_jethani
Offline Send Email
May 1, 2008
10:26 am
111872
Hi, When I use compc or mxmlc with -compiler.mxml.compatibility-version. Can use swc libraries (e.g. framework.swc) from flex SDK 2.0.1? VELO...
VELO
velobr
Offline Send Email
May 1, 2008
11:03 am
111873
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 -...
Borek
borekbe
Offline Send Email
May 1, 2008
11:35 am
111874
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...
bredwards358
Offline Send Email
May 1, 2008
12:13 pm
111875
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. ...
moonrchand
Offline Send Email
May 1, 2008
12:41 pm
111876
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)...
rrao
raghuonflex
Offline Send Email
May 1, 2008
12:41 pm
111877
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...
Tom Armstrong
tomwarmstrong
Offline Send Email
May 1, 2008
12:41 pm
111878
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...
strykker75
Offline Send Email
May 1, 2008
12:43 pm
111879
This has been asked before. Flash Player doesn't support animated GIF natively. There are a couple of ways to get this functionality (AFAIK): ...
valdhor
Offline Send Email
May 1, 2008
12:53 pm
111880
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...
Borek
borekbe
Offline Send Email
May 1, 2008
1:09 pm
111881
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 ...
Jim Hayes
jim80hayes
Offline Send Email
May 1, 2008
2:02 pm
111882
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...
Jim Hayes
jim80hayes
Offline Send Email
May 1, 2008
2:07 pm
111883
Thanks for pointing that out Manish, it wasn't something I was aware of! --G ... ...
caffeinewabbit
Offline Send Email
May 1, 2008
2:21 pm
111884
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...
climbfar
Offline Send Email
May 1, 2008
2:23 pm
111885
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...
netdeep
Offline Send Email
May 1, 2008
2:24 pm
111886
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 ...
Borek
borekbe
Offline Send Email
May 1, 2008
2:24 pm
111887
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...
myspivey2
Online Now Send Email
May 1, 2008
2:30 pm
111888
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, ...
Gaurav. Jain
gjain_work
Offline Send Email
May 1, 2008
2:37 pm
111889
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@...
Send Email
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...
Mike Krotscheck
krotscheck
Offline Send Email
May 1, 2008
3:01 pm
111891
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...
hworke
Offline Send Email
May 1, 2008
3:03 pm
111892
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...
climbfar
Offline Send Email
May 1, 2008
3:13 pm
111893
... 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 ...
Tom Chiverton
tom.chiverton
Offline Send Email
May 1, 2008
3:51 pm
111894
I have the following: * <mx:HTTPService id="getMajorsVisitdates" url="ServiceServlet"> <mx:List id="majorsList" width="342" ...
Justin Stanczak
javadmanx
Offline Send Email
May 1, 2008
3:54 pm
111895
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...
mrvx23
Offline Send Email
May 1, 2008
4:00 pm
Messages 111866 - 111895 of 153731   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help