[flexcoders] How do I set a focus property on a TextInput that is built using AddChild?

2009-05-12 Thread huu...@ymail.com
Does anyone have an idea how to resolve this issue that I posted on StackOverflow? http://stackoverflow.com/questions/853835/how-do-i-set-a-focus-property-\ on-a-textinput-that-is-built-using-addchild

[flexcoders] Re: MaskedTextInput

2009-02-27 Thread huu...@ymail.com
When you deploy, you need to mirror this code in the HTML file that users will access to reach the SWF file. One thought is to simply copy the file in its entirety and make that your index.html for your website. Does that make sense? --- In flexcoders@yahoogroups.com, markgoldin_2000

[flexcoders] Re: MaskedTextInput

2009-02-25 Thread huu...@ymail.com
Not true. The solution I outlined above definitely works in Firefox (I'm using it now) and I'm fairly certain it works in IE. --- In flexcoders@yahoogroups.com, Tom Chiverton tom.chiver...@... wrote: On Tuesday 24 Feb 2009, stldvd wrote: Last I heard you cannot set the focus to a textfield

[flexcoders] Re: MaskedTextInput

2009-02-25 Thread huu...@ymail.com
I've confirmed that this works in Internet Explorer (7.0) as well. As for the comments on ActionScripts.org, send them the link to my post. It's fairly straightforward, IMO. --- In flexcoders@yahoogroups.com, Tom Chiverton tom.chiver...@... wrote: On Wednesday 25 Feb 2009, huu...@... wrote:

[flexcoders] Re: MaskedTextInput

2009-02-24 Thread huu...@ymail.com
This *is* possible. In your html-template directory, locate the index.template.html file. In the file, locate these lines of code (should be around Lines 90-thru-100, assuming you haven't modified this file): == CODE === } else { // flash is too old or we can't detect the plugin

[flexcoders] Re: HTML editor for Flex Builder 3?

2009-02-18 Thread huu...@ymail.com
Sam, how do I select a Europa-only update site? I added this URL (http://download.eclipse.org/webtools/updates/), but I'm confused about how to select a Europa-compatible update. --- In flexcoders@yahoogroups.com, Sam Lai samuel@... wrote: That's definitely an option - go to Help -

[flexcoders] Component needed: A Combobox that has selectable items with checkboxes

2009-02-18 Thread huu...@ymail.com
I was about to begin creating a Combobox component that would allow the user to select multiple items via checkboxes next to each item. However, I didn't want to reinvent the wheel in case someone else had already dreamed this up. With that being said, has anyone seen this type of component? If

[flexcoders] Re: HTML editor for Flex Builder 3?

2009-02-18 Thread huu...@ymail.com
Got it working. And my apologies -- I completely overlooked Europa Site from the listing in my previous post. --- In flexcoders@yahoogroups.com, Mayur mayur_r...@... wrote: Hi Go to Flex Builder - windows - install / update... - here you can select Europa Discovery site - and press

[flexcoders] Re: HTML editor for Flex Builder 3?

2009-02-17 Thread huu...@ymail.com
Thanks Alan. I appreciate the response. Unfortunately, I'd prefer to use Flex Builder stand-alone and augment it via plugins rather than download Eclipse and augment it with the Flex Builder plugin. Any other suggestions? --- In flexcoders@yahoogroups.com, Alan K ultr...@... wrote: Download

[flexcoders] HTML editor for Flex Builder 3?

2009-02-13 Thread huu...@ymail.com
I'm really enjoying using Flex Builder 3, however, I'd like to have an integrated HTML editor. I tried installing Aptana, but the Message Center is a major annoyance. Does any have a recommendation for a plugin that integrates easily with FB3?