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...
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...
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...
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@...
Apr 1, 2007 3:15 pm
70146
Yes, something that extends the list component....
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...
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...
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...
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...
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...
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@...
Apr 2, 2007 12:34 am
70154
try this override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void { super.updateDisplayList( unscaledWidth,...
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...
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...
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...
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...
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...
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...
Hello everyone, I am experiencing some very strange behavior regarding data binding. First off, would anyone know why the following XMLListCollection does not...
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 How about this: http://www.quietlyscheming.com/blog/components/tutorial-displayshelf-component/ ... -- ... Andrew Muller http://www.webqem.com linkedin:...
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...
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...
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....
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...
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...