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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 70141 - 70170 of 149599   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
70141
This is the function I've been working on. public function toWords():void{ var str:String = myRTA.text; var pattern:RegExp = /\b[A-Za-z0-9'-]+\b/gi; var...
jmfillman
Offline Send Email
Apr 1, 2007
7:46 am
70142
Has anyone seen a 'OS X spotlight' style list component on net? Not a full window style but the mini list that results are loaded to in OS X (cmd+space). It's...
sgrace99
Offline Send Email
Apr 1, 2007
12:59 pm
70143
http://192.168.0.200:8200/sap/bc/srt/rfc/sap/zGet_Alert_Number? sap-client=800 you cannot use IP address to access the webservice. SAP system requires you to...
athavan_raja
Offline Send Email
Apr 1, 2007
1:00 pm
70144
Are you looking for something that extends the List control?...
Simon Barber
spbarber101
Online Now Send Email
Apr 1, 2007
1:07 pm
70145
Alex, using E4x from there on sounds good but I still haven't figured it out complety. Here's something similar to the XML I'm using for my menu .. private var...
Sascha
sbalkau@...
Send Email
Apr 1, 2007
3:15 pm
70146
Yes, something that extends the list component....
sgrace99
Offline Send Email
Apr 1, 2007
8:16 pm
70147
Hi list, Is there a way to access nested children of the Application object programatically? I have an app: Application object and inside I have HDividededBox...
Alen Balja
b_alen
Offline Send Email
Apr 1, 2007
10:06 pm
70148
... Has anyone got any suggestions?...
ajudah987
Offline Send Email
Apr 1, 2007
10:13 pm
70149
I favour events. I have just spent the weekend switching from a (solely) central controller model to an event driven model and here's why. Every time anything...
simonjpalmer
Offline Send Email
Apr 1, 2007
10:25 pm
70150
I want to put a data value alongside the bubbles on my bubble chart. Anyone know how? Ideally I would have something that was a cross between a tooltip and...
simonjpalmer
Offline Send Email
Apr 1, 2007
10:37 pm
70151
hi, i'm kinda noob at coding in general, but i'm trying to work my way to get a image that is loaded in a Canvas to center to it after it has been loaded to...
herklano
Offline Send Email
Apr 1, 2007
10:40 pm
70152
Hi everyone, I'm a newbie programmer in Flex and I need your help to fix an issue that I face regarding XML reading. It seems that I've got a problem accessing...
ivansebastiansurya
ivansebastia...
Offline Send Email
Apr 2, 2007
12:14 am
70153
Hi Ivan, Take a look here: http://tech.groups.yahoo.com/group/flexcoders/message/67928 Hilary -- On 01 Apr 2007 17:14:05 -0700, ivansebastiansurya < ... -- ...
Hilary Bridel
hblists@...
Send Email
Apr 2, 2007
12:34 am
70154
try this override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void { super.updateDisplayList( unscaledWidth,...
Bjorn Schultheiss
bjorn.schult...
Offline Send Email
Apr 2, 2007
1:03 am
70155
What about using a VBox or a HBox instead of Canvas and using the horizontalAlign="center" attribute? horizontalAlign isn't available for canvas, but it is for...
Doug McCune
dougmccune
Offline Send Email
Apr 2, 2007
1:20 am
70156
A filesystem swf cannot load files or data via localhost. A Security issue. You need to put your swf on your localhost or set up the flash player security...
Bjorn Schultheiss
bjorn.schult...
Offline Send Email
Apr 2, 2007
1:34 am
70157
That would align the image container but not its contents. the Image object is essentially a container for its content....
Bjorn Schultheiss
bjorn.schult...
Offline Send Email
Apr 2, 2007
1:37 am
70158
Type it as a Container Object. Can DisplayObject even contain children???...
Bjorn Schultheiss
bjorn.schult...
Offline Send Email
Apr 2, 2007
1:42 am
70159
when you dispatch an Event that way does your handler still fire? You may have to manually switch the normalskin to the value of the overskin. This would be...
Bjorn Schultheiss
bjorn.schult...
Offline Send Email
Apr 2, 2007
1:58 am
70160
So this is a little shady, but should work. You can set the phase attribute of a button with Actionscript. It's marked as mx_internal, so the usual disclaimer...
Doug McCune
dougmccune
Offline Send Email
Apr 2, 2007
2:55 am
70161
Hi Tracy, thanks very much. Sorry for the delayed response, my server is in the shop. It seems Windows Server 2003SBS didn't like my PNY Quadro, so now I gotta...
shawn.gibson
Offline Send Email
Apr 2, 2007
3:17 am
70162
Hey guys, I'm a bit lost with Flex Data Management Services with Coldfusion. I understand client set up with fill() to pull data down from the server using...
Steve Gilchrist
gilchrist_steve
Offline Send Email
Apr 2, 2007
4:23 am
70163
Hello everyone, I am experiencing some very strange behavior regarding data binding. First off, would anyone know why the following XMLListCollection does not...
iko_knyphausen
Offline Send Email
Apr 2, 2007
5:26 am
70164
I'm trying to figure out how the "slide in slide out" effect is done. Here is an example in an apollo app: http://www.finetune.com/desktop/ (pretty cool app by...
Nate Pearson
napearson99
Offline Send Email
Apr 2, 2007
5:28 am
70165
Nate How about this: http://www.quietlyscheming.com/blog/components/tutorial-displayshelf-component/ ... -- ... Andrew Muller http://www.webqem.com linkedin:...
Andrew Muller
daemon_rebel
Offline Send Email
Apr 2, 2007
5:34 am
70166
I did not want to install the app, but I have done some sliding in and out... I used a combination of MOVE effects and RESIZE in some cases. So for example if...
iko_knyphausen
Offline Send Email
Apr 2, 2007
5:41 am
70167
We fake events all of the time w/o much trouble. The Automated Testing feature does some things like this. However, you have to know which event to fake. In...
Alex Harui
alex_harui
Offline Send Email
Apr 2, 2007
6:12 am
70168
Same here... I am wondering whether its VISTA related (which I am running on my box)? Basically, if there is a trigger for a runtime error, such as e.g....
iko_knyphausen
Offline Send Email
Apr 2, 2007
6:12 am
70169
thanks for the reply. Will that clip the canvas if it goes outside of it's parent container? I.E. Parent is 400 pix wide. Child that you want to slide is...
Nate Pearson
napearson99
Offline Send Email
Apr 2, 2007
6:13 am
70170
Not sure what the next step is, but if I had a "Next" button I would bind its enabled property to the selected property of the checkbox, or when Next is...
Alex Harui
alex_harui
Offline Send Email
Apr 2, 2007
6:19 am
Messages 70141 - 70170 of 149599   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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