[flexcoders] Re: company branding in flex??

2006-06-27 Thread dandiodati
Has any one had to do company branding? Is there not a way to change the external style sheet dynamically? --- In flexcoders@yahoogroups.com, "Dan Diodati" <[EMAIL PROTECTED]> wrote: > > I need to dynamically change the loaded external css script in within a > flex application. It appears that the

[flexcoders] Re: setFocus is evil

2005-11-10 Thread dandiodati
I tried this but the carat is not being placed in the textinput. The textInput gets focus, but I have to click somewhere to place the carat in the textInput before being able to type. How do I get it to give focus and place the carat in the textinput so I can just start typing the user name immedi

[flexcoders] How to prevent events from passing through upper components

2005-11-05 Thread dandiodati
I have a TitleWindow object that is not a popup window, but is in a canvas and floating over other content. When I click on parts of the TitleWindow it appears that mouse events get passed through the TitleWindow to components behind it. Is this correct behavior or a bug? And is there a way to pre