The function below works great for passing the email address but I'd like to also pass the subject also. Any ideas how to include the subject in this function?...
I think you append ?subject=foo but it only works in MSIE... It's been a while tho so I could be very wrong! -J ... -- "Therefore, send not to know For whom...
mx.effects.tween. In the function called at the end of the tween, use reverse(). Paul ... From: Sherif Abdou To: flexcoders@yahoogroups.com Sent: Sunday, June...
Right. Image is a UIComponent, and TextArea is a UIComponent. UIComponent's can't contain other UIComponents without being a subclass of Container or...
Damn. Sorry the last paragraph should read: "Since the bitmap is not apart of the document in the TextArea you aren't going to get clipping or scrolling of...
Dear All, Thank you very much. Then I need to learn Linux + PHP + MySQL. I would like to ask one more questions since I never use Linux stuff before. I only...
... From: Laila Towailib <layla.towailib@...> Date: Sat, May 31, 2008 at 8:37 PM Subject: dataGrid and checkBox To: flexcoders@yahoogroups.com *what is...
Laila Towailib
layla.towailib@...
Jun 1, 2008 3:30 pm
114723
Hi, I am having an issue with the application currently I am developing, the issue after dropping object to the canvas and if i try to zoom (in-out) the...
Use itemRenderer, inline or custom For example: this is your datagridcolumn <mx:AdvancedDataGridColumn dataField="aircon" headerText="AC" width="50" ...
I don't think anyone said you have to learn linux. Use Windows. If you're comfortable with IIS use that. Try and follow some basic tutorials - they often...
I took a quick look at your sample. and it looks like you are doing something strange with your scaleX/scaleY - they aren't being set uniformly. You'll only...
I'm a huge fan of Tweener (http://code.google.com/p/tweener/). It gives you a real fine grained approach in visual effects. Paul's suggestion will give you a...
Also consider TweenLite - http://blog.greensock.com/tweenliteas3/ since were going off-Adobe-piste.. ! ... From: Rick Winscot To: flexcoders@yahoogroups.com ...
It crossed my mind that you might be doing something like this. can I recommend an alternate solution? Use a canvas/container to host your plan _and_ all of...
Actually it is a canvas, and I am placing the objects on the canvas, I tried setting the plan image as background of canvas also. And if I change only the...
I think you're asking what's the best UI metaphor for displaying hierarchal data from a dataGrid. While popup windows are cheap and easy. This work well if...
Hi, I am trying to upload files to share.adobe.com using the share apis. But on uploading the file I am getting the following error IOErrorEvent type="ioError"...
I've sold a Windows based shareware application using a FoxPro database for years and now it's time to give it much needed RIA. I was excited to hear when...
Of course! I knew the answer was simple, man that was bugging me. Thanks Charlie. ... _______________________________________________________________________ ...
I've tried a few possible solutions. First I tried using LocalConnection to get the Flex app to speak to an AS2 wrapper. This works, but it's got the...
I know this has been said, but if you want a panel without any borders then you really probably want a Canvas not a Panel. The only real difference between...
Here you go: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Paul ... From: "rdebled" <rdebled@...> To: <flexcoders@yahoogroups.com> Sent:...
Hey guys, I think maybe I've missed the point of something, or there's a class I need to use that I don't know exists :) I have an ArrayCollection we'll call...