[flexcoders] Re: My swf application does not get input focus on startup.... why?

2007-06-08 Thread mjharris73
PROTECTED] On Behalf Of mjharris73 Sent: Tuesday, June 05, 2007 2:24 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] My swf application does not get input focus on startup why? We are developing a web appliation using flex builder 2. Our initial flex page has a single TextInput

[flexcoders] Validator focus color bug??

2007-06-08 Thread mjharris73
I have a number validator tied to a TextInput component watching the change triggerEvent. When the user enters an invalid number, like 47a, the focus color remains blue and the border color turns red. If the user hits tab, then shft-tab to get back to the entry field -- the focus halo changes to

[flexcoders] My swf application does not get input focus on startup.... why?

2007-06-05 Thread mjharris73
We are developing a web appliation using flex builder 2. Our initial flex page has a single TextInput field for login. It gets focus (ie, it is highlighted in blue, the cursor is not active nor can we type into the field until we click somewhere in the app. Until then, the focus is in the

[flexcoders] Re: Browser Print - Print Preview for Flex apps

2007-03-19 Thread mjharris73
Player. Probably, hook for text-size from Browser etc. -abdul On 16 Mar 2007 19:49:02 -0700, mjharris73 [EMAIL PROTECTED] wrote: We are developing a flex webapp -- ie, an HTML page containing only a swf file. While running our app, if the user selects the Browser's File | Print

[flexcoders] Browser Print - Print Preview for Flex apps

2007-03-16 Thread mjharris73
We are developing a flex webapp -- ie, an HTML page containing only a swf file. While running our app, if the user selects the Browser's File | Print Preview option, all you see is the blank (parent) HTML page. The current status of the SWF is not displayed. Is there a way to print the current

[flexcoders] Detecting a repeat key operation

2007-02-23 Thread mjharris73
Does anyone know how to detect when the user holds down a key desiring repeating key entries? In the KeyboardEvent, I see KEY_UP and KEY_DOWN -- but no KEY_REPEAT.

[flexcoders] HTTPServlet response formatting -- unwanted type detection/conversion

2007-01-23 Thread mjharris73
The HTTPServlet has a property called resultFormat to allow the programmer to control how the data is formatted in the response. The default, object, causes the response XMLNode to be parsed into a flex object tree. GREAT. But it also converts the strings in the XML into known types. Thus the