Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

flexcoders · RIA Development with Adobe Flex

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 12335
  • Category: Development
  • Founded: Mar 17, 2004
  • Language: English
? 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.

Messages

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

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