Skip to search.
flexcoders · RIA Development with Adobe Flex

Group Information

  • Members: 9019
  • Category: Development
  • Founded: Mar 17, 2004
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 66394 - 66423 of 165211   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
66394 marcel.panse Offline Send Email Mar 1, 2007
8:02 am
... a new ... correct ... Tunneling FDS over port 80 would be nice, any idea where to look? What do you mean with reverse web proxy.. if you have 3 ...
66395 gunadi bowo
gunsan_w Offline Send Email
Mar 1, 2007
8:35 am
please somebody tell me how to connecting bluetooth with flex. i just want send text with my handphone to computer with flex. thanks before.. ...
66396 vigen2000 Offline Send Email Mar 1, 2007
8:50 am
Hi, It seems that the only way to change the legendItem behavior and look is to inherit from it. but what i found out that the nameLabel(UITextField) property...
66397 leds usop
rptlead Offline Send Email
Mar 1, 2007
8:54 am
Aware of that. like I said, you cnt directly; but using flashinterface you can make them talk to each other. think of it as localconnection on steroids. check...
66398 Tom Chiverton
tom.chiverton Offline Send Email
Mar 1, 2007
11:09 am
... On what O/S ? I would *imagine* your bluetooth input device will just appear to the O/S as a keyboard, and so not care if it's Flex or a HTML form. -- Tom...
66399 Tom Chiverton
tom.chiverton Offline Send Email
Mar 1, 2007
11:21 am
... What if you send <a b="1"/> ? If you create the finial parameter in a temp. var., and inspect it in the debugger, is it valid XML ? -- Tom Chiverton ...
66400 Alex
al77_t@... Send Email
Mar 1, 2007
12:03 pm
Create a temporary array, add data there using push() and then assign in to fields property. tmpArray:Array = new Array(); tmpArray.push(sfSortField); ...
66401 qnotemedia Offline Send Email Mar 1, 2007
12:27 pm
How I did this for anyone interested... Made a component based on VBox that contains one Text. The Text's text is set to a function that passes a bound...
66402 qnotemedia Offline Send Email Mar 1, 2007
12:29 pm
Of course, I'm moving on now. My solution as of now has been to do a bit of both. I'm passing the all of needed objects (four of them) through a custom...
66403 Sajid Hussain
enchanter_saj Offline Send Email
Mar 1, 2007
12:42 pm
Wow :) leds usop <rptlead@...> wrote: Great work as always! ... ...
66404 Sajid Hussain
enchanter_saj Offline Send Email
Mar 1, 2007
12:53 pm
Wow :) leds usop <rptlead@...> wrote: Great work as always! ... ...
66405 DANIEL CREDIDIO - INF...
danielcredidio Offline Send Email
Mar 1, 2007
12:56 pm
Wow 2 times, this is great i wish i could do these things :D congrats this is so cool i loved the super tabBar ________________________________ De:...
66406 Webdevotion
webdevotion@... Send Email
Mar 1, 2007
1:36 pm
This fires the event I want: var collection : Array = model.downloads.toArray(); collection.push( newDownloadVO ); model.downloads = new ArrayCollection(...
66407 Matt Chotin
m_chotin Offline Send Email
Mar 1, 2007
1:48 pm
If you can provide an example XML and the example deserialization technique you would use we can use that in a Player testcase and see what we can do about it....
66408 Gordon Smith
gsmithsf Offline Send Email
Mar 1, 2007
1:48 pm
Adobe has donated the basic AS3 runtime to mozilla.org as the "Tamarin" project. http://www.mozilla.org/projects/tamarin/ ...
66409 Ely Greenfield
flattomato Offline Send Email
Mar 1, 2007
1:48 pm
Attached. Ely. ________________________________ From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of fsawitzki Sent: Tuesday,...
66410 Stephen Gilson
stephenmartin2 Offline Send Email
Mar 1, 2007
1:48 pm
There is a section in the doc on creating and accessing properties in MXML components: http://livedocs.adobe.com/flex/201/html/mxmlcomponents_advanced_145_03.h...
66411 Michael Schmalle
teotigraphix Offline Send Email
Mar 1, 2007
1:48 pm
BTW, You could put an else statement on that to throw() an error if you really cared about the currentTarget not setting the style correctly. I think this is...
66412 Michael Schmalle
teotigraphix Offline Send Email
Mar 1, 2007
1:49 pm
Hi, Is it an SWC file? If so, you need to go CurrentProject -> right click, Properties -> Flex Build Path -> Library Path Tab; Then either choose, Add SWC...
66413 Jeff Vroom
jeffjvroom Offline Send Email
Mar 1, 2007
1:49 pm
ActionScript (like javascript) is an asynchronous programming language so each RPC call you make does not block while the code fetches the results. Because of...
66414 Jeff Vroom
jeffjvroom Offline Send Email
Mar 1, 2007
1:50 pm
I have a couple of comments on this. First off, there is nothing to say you can't run RTMP on port 80 so if it is just a port number issue, you can get around...
66415 Troy Gilbert
thirtyfivemph Offline Send Email
Mar 1, 2007
1:50 pm
I'd imagine its throwing a SecurityError that the DragManager is handling on your behalf. When you begin the drag, you are probably creating a proxy image to...
66416 Troy Gilbert
thirtyfivemph Offline Send Email
Mar 1, 2007
1:51 pm
Many apologies for the subject line, it should have been "E4X descendant operator doesn't work for XML object?" ... the original subject line related to just...
66417 - FI / Jonas Eliasson +
jonas.eliasson@... Send Email
Mar 1, 2007
1:52 pm
Sorry didn't mean to slash Adobe or FlexBuilder. I was extremely frustrated atm :-). We do really enjoy AS3 and the Flex API. It's pretty hard to find ...
66418 Mikhail Shevchuk
mikhailshevchuk Offline Send Email
Mar 1, 2007
1:52 pm
As far as I can see, it can draw only two axis max. I need three axes, like in this link(http://www.infosoftglobal.com ... How can I implement *real*...
66419 Ben Marchbanks
pdflibpilot Offline Send Email
Mar 1, 2007
1:52 pm
Actually I want an XML formatted result from the server. What I don't want is for the rich text to be interpreted as an XML string when applying it to the text...
66420 Mark Robinson
mark_c_robinson Online Now Send Email
Mar 1, 2007
1:52 pm
I installed the stand alone Flex Builder and all the highlighting came back. I tried reinstalling the eclipse plugin but that didn't make any difference. ...
66421 Daniel Freiman
FreimanCQ@... Send Email
Mar 1, 2007
1:52 pm
First, double check to make sure that verticalScrollPosition and horizontalScrollPosition won't work even if you hide the scrollbars (I don't think they will...
66422 Igor Costa
igorfrombrazil Offline Send Email
Mar 1, 2007
1:53 pm
Hi there Thierry you can you this http://labs.adobe.com/wiki/index.php/Flex_2_Tag_Library_for_JSP Regards. ... -- ... Igor Costa www.igorcosta.org ...
66423 Cutter (Flex Related)
cutterbl Offline Send Email
Mar 1, 2007
1:54 pm
This is outstanding, but I do wonder why you don't use Ray Camden's RIAForge (http://www.riaforge.org) to host a project of this nature, since it is specific...
Messages 66394 - 66423 of 165211   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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