On Mon, 12 Aug 2013 12:10:27 +0200
thron7 <[email protected]> wrote:

> 
> On 08/12/2013 10:40 AM, Micha wrote:
> 
> >   I didn't found a "none" selection mode.
> 
> Right, that's probably the problem. Please open an enhancement bug for this.

ok

> You could handle it on the ListItem level by calling .setEnabled(false) 
> when adding each. But this would change the styling to the "disabled" 
> state and you would need to fix this in the theme to get the old look 
> back. Probably a bit tedious.


I tried this, and yes, it changes the styling which I don't want.
 

Your example works. I thought I tried checking the empty selection too, but 
somehow overlooked that.

Maybe I have to change that part of my gui  since there is another issue:
My item seems to contain too much text (some html list for structuring the log 
content).
When you want to select the text only of a listitem with the browser, the item 
is positioned so that the top of the item is visible, so it's not possible to 
select the text more downward in the item.

Maybe I switch to a scrolling vbox with html-embeded elements.

But the list seemed to be a good choice for doing that. Every ListItem is 
connected to a websocket which sends the log data to it. So every item is 
logging messages for one task, all updating async....


Thanks,
 Michael

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to