Yes, DGLIR can do HTML as well.

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Iko Knyphausen
Sent: Wednesday, March 14, 2007 6:36 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Combobox erases typed text when tabing away or
closing the dropdown list

 

Thanks for that...

 

The VISTA keyboard issues could be reproduced by approx. 20 Vista
machines, even by 2 or 3 other list members that logged in to the sample
application... So I am afraid its not a spyware issue - I wish it was -
the only thing I can say, is that it does not happen when you load the
SWF file directly, without the default loading HTML....it could be
something in the JS code, maybe a timer, or what have you...

 

Looking forward to the new scroll in Datagrid... until then I'll do the
canvas around it and leave the horizontal scroll up to it...

 

Can the DataGridListItemRenderer do html? I am using the TEXT control
because it has a HTML property... 

 

Thanks much

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Alex Harui
Sent: Wednesday, March 14, 2007 5:51 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Combobox erases typed text when tabing away or
closing the dropdown list

 

Definitely interesting...

 

Not sure what to tell you about the Vista keyboard issues.  Sounds like
most couldn't replicate the problem.  Is it only one machine?  Could it
have spyware on it?

 

There are known bugs in horizontal scrolling in DG.  There are updates
due out soon that should address several issues, but we never did the
auto-scroll while dragging thing.

 

I wouldn't use Text as a renderer.  It is too slow and heavy.  Just
subclass DataGridListItemRenderer, set multiLine and wordWrap to true
and you should have better luck.

 

-Alex

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Iko Knyphausen
Sent: Wednesday, March 14, 2007 5:02 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Combobox erases typed text when tabing away or
closing the dropdown list

 

Ok thanks. Filed a bug report... Now that I have your attention ;-)
would you mind also taking a quick glance at the following issues:

 

http://tech.groups.yahoo.com/group/flexcoders/message/66817
<http://tech.groups.yahoo.com/group/flexcoders/message/66817> 

 

and 

 

http://tech.groups.yahoo.com/group/flexcoders/message/67765
<http://tech.groups.yahoo.com/group/flexcoders/message/67765> 

 

and

 

http://tech.groups.yahoo.com/group/flexcoders/message/67630
<http://tech.groups.yahoo.com/group/flexcoders/message/67630> 

 

I think they are all somewhat interesting...

 

Thanks much

Iko

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Alex Harui
Sent: Wednesday, March 14, 2007 4:41 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Combobox erases typed text when tabing away or
closing the dropdown list

 

Sounds like a bug.  Please file a bug at www.adobe.com/go/wish

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of iko_knyphausen
Sent: Wednesday, March 14, 2007 4:03 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Combobox erases typed text when tabing away or
closing the dropdown list

 


Hi everyone,

I have an editable combobox. When I enter text while the dropdown is
open and then use the tab key to move to the next input field, the
entered text gets erased. The same happens when I close the dropdown
list - any previously entered text is gone.

The only way my input is kept, is when I enter text while the dropdown
is closed and don't touch the dropdown...

This does not seem right. Are there any options/switches that I am
missing? The combobox has a e4x dataprovider.

Thanks much

 

Reply via email to