[flexcoders] Re: TextInputs - no cursor

2008-07-11 Thread Sid Maskit
Well, without seeing more code, I don't think I can say any more than I already have. As a sidenote, having proved myself capable of idiocy in infinite ways when coding, I would advise against ever seriously saying something like, I cannot imagine that there is an error in this code. --- In

[flexcoders] Re: TextInputs - no cursor

2008-07-10 Thread Sid Maskit
After copying and pasting your code, I initially got error messages for things like / where there cannot be a space between the two characters. However, once I fixed all of those, it seemed to work fine in terms of being able to type into each of the text input fields. I got the same results

[flexcoders] Re: TextInputs - no cursor

2008-07-10 Thread markgoldin_2000
My code does not have / anywhere as far as I can see. Can you please post your code as well? Thanks --- In flexcoders@yahoogroups.com, Sid Maskit [EMAIL PROTECTED] wrote: After copying and pasting your code, I initially got error messages for things like / where there cannot be a space

[flexcoders] Re: TextInputs - no cursor

2008-07-10 Thread Sid Maskit
I have been noticing extra spaces in a lot of posts. I'm suspecting this is a feature of Yahoo groups, or maybe just of the Yahoo mail reader that I am using to read the group. Anyway, here is the flex/web version I used (perhaps with a whole bunch of extra spaces inserted by the time you see it):

[flexcoders] Re: TextInputs - no cursor

2008-07-10 Thread nathanpdaniel
Are you by chance reskinning the TextInput control? I had a similar issue tied to that... --- In flexcoders@yahoogroups.com, Sid Maskit [EMAIL PROTECTED] wrote: I have been noticing extra spaces in a lot of posts. I'm suspecting this is a feature of Yahoo groups, or maybe just of the Yahoo

[flexcoders] Re: TextInputs - no cursor

2008-07-10 Thread markgoldin_2000
Yes, running it as a stand alone app. works fine, but in the way I am using this code it does not work properly. I have a cursor for the SKU field only. I cannot imagine that there is an error in this code. All text fields are declared in exactly same way. Strange. --- In