Re: [qooxdoo-devel] Setting foreground color on a Label widget

2007-05-22 Thread Jim Hunter
.7 completely fixed the color issues and many other visual issues. But for .6.6 this is the easiest way to control color of labels. You can control it with an appearance but that would control all labels not just one. That is the drawback to themes, it's global. Jim On 5/22/07, James A. Pyri

[qooxdoo-devel] Shrinking then Restoring a div

2007-05-22 Thread FrozenDice
I know this isn't exactly a qooxdoo widget question but please bear with me. I have a which I want to shrink then restore to it's origional height whenever this code is executed. The div's id is Panel1_outer. if(Panel1_outer.style.overflow != "hidden") { oldHeight = Panel1_outer.style.h

Re: [qooxdoo-devel] Improved ComboBoxEx in trunk

2007-05-22 Thread Nick Glencross
Hi All! On 15/05/07, dperez <[EMAIL PROTECTED]> wrote: > > Hi, > > Apart from solving some bugs (expecting not having introduced new ones), I > have added new features in ComboBoxEx: The ComboBoxEx has always been really neat! There seem to be a few niggles though, and I just wanted to check i

Re: [qooxdoo-devel] Setting foreground color on a Label widget

2007-05-22 Thread James A. Pyrich
Thanks Jim. I'm curious, is there no way to do this through a theme? I suppose I could create a subclass if I absolutely must. I hope this is fixed in 0.7. ;) James Jim Hunter wrote: > >From a previous message: > > myLabel.setStyleProperty('color', '#FF0') > > > Jim > > > On 5/22/07,

Re: [qooxdoo-devel] Setting foreground color on a Label widget

2007-05-22 Thread Jim Hunter
From a previous message: myLabel.setStyleProperty('color', '#FF0') Jim On 5/22/07, James A. Pyrich <[EMAIL PROTECTED]> wrote: I know this had to have been asked before, but I'm using qooxdoo 0.6.6 and I'm having a problem with the Label widget. I want to set the color, and .setColor() is

[qooxdoo-devel] Setting foreground color on a Label widget

2007-05-22 Thread James A. Pyrich
I know this had to have been asked before, but I'm using qooxdoo 0.6.6 and I'm having a problem with the Label widget. I want to set the color, and .setColor() is not working, nor does creating my own theme seem to work, either (via setAppearance()). What am I doing wrong? I want some labels

Re: [qooxdoo-devel] Selection of table cells

2007-05-22 Thread derrell . lipman
[EMAIL PROTECTED] writes: > as seen in the examples for the table widget, I would like to have one > column for checkboxes. Therefore using: > qx.ui.table.BooleanDataCellRenderer() works fine. Now i would like to > change those Datacells whenever clicking them (using them like a normal > checkbox)

[qooxdoo-devel] SplitPanes: strange names

2007-05-22 Thread Siarhei Barysiuk
Hello! I noticed funny thing about a SplitPane. We have two: HorizontalSplitPane and VerticalSplitPane. Let's try to instantiate horizontal one and we will have something like: -- | | | | |

Re: [qooxdoo-devel] tree column resize behavior

2007-05-22 Thread derrell . lipman
[EMAIL PROTECTED] writes: > Hello, > > I would like to know how to set a fixed column width in a virtual tree. I > first add the tree like this: > -- > var tree = new qx.ui.treevirtual.TreeVirtual("Tree"); > with (tree) > { set({ > left : 550, >

Re: [qooxdoo-devel] Change selection color in TextFields

2007-05-22 Thread Ralf Sternberg
Hi Sebastian, Sebastian Werner schrieb: > some browsers support pseudo classes to change these colors. This is > however currently not supported in qooxdoo. I currently don't have > details available. You could try to google for "pseudo classes > selection" whatever :) Thanks for the hint.

Re: [qooxdoo-devel] Change selection color in TextFields

2007-05-22 Thread Sebastian Werner
some browsers support pseudo classes to change these colors. This is however currently not supported in qooxdoo. I currently don't have details available. You could try to google for "pseudo classes selection" whatever :) Sebastian Am 22.05.2007 um 15:20 schrieb Alex Back: > Hi Ralf, >

[qooxdoo-devel] Selection of table cells

2007-05-22 Thread gerds
Hi, as seen in the examples for the table widget, I would like to have one column for checkboxes. Therefore using: qx.ui.table.BooleanDataCellRenderer() works fine. Now i would like to change those Datacells whenever clicking them (using them like a normal checkbox). How can i do this? Setting the

Re: [qooxdoo-devel] Change selection color in TextFields

2007-05-22 Thread Alex Back
Hi Ralf, as far as I know this is controlled by the browser itself. It's not possible to manipulate this setting. I think the browser just uses the system colors. cheers, Alex Ralf Sternberg wrote: > Hi, > > is there any way to change the color of selected text in TextFields, > TextAreas, etc

[qooxdoo-devel] Change selection color in TextFields

2007-05-22 Thread Ralf Sternberg
Hi, is there any way to change the color of selected text in TextFields, TextAreas, etc.? I don't a way to do so neither with qooxdoo nor CSS, but however i'd like to align that color with the current themeing. Any ideas on this? Thanks, Ralf -

Re: [qooxdoo-devel] Scrollbars show through other windows in Firefox on Mac OS X

2007-05-22 Thread Rüdiger Herrmann
Andreas, thanks for the prompt answer (event though I don't like the outcome;) Should have searched bugzilla first. Thanks Rüdiger Andreas Junghans wrote: > Hi, > > Am 22.05.2007 um 09:47 schrieb Rüdiger Herrmann: > >> the RAP project got this bug report. The scrollbars in question are >> no

Re: [qooxdoo-devel] Scrollbars show through other windows in Firefox on Mac OS X

2007-05-22 Thread Andreas Junghans
Hi, Am 22.05.2007 um 09:47 schrieb Rüdiger Herrmann: > the RAP project got this bug report. The scrollbars in question are > not > the 'built-in' ones, but of type qx.ui.core.ScrollBar. > > Their parent is a CanvasLayout and they are constructed like this: >horzScrollBar = new qx.ui.core.Sc

[qooxdoo-devel] tree column resize behavior

2007-05-22 Thread gerds
Hello, I would like to know how to set a fixed column width in a virtual tree. I first add the tree like this: -- var tree = new qx.ui.treevirtual.TreeVirtual("Tree"); with (tree) { set({ left : 550, top: 30, wi

[qooxdoo-devel] Scrollbars show through other windows in Firefox on Mac OS X

2007-05-22 Thread Rüdiger Herrmann
Hi, the RAP project got this bug report. The scrollbars in question are not the 'built-in' ones, but of type qx.ui.core.ScrollBar. Their parent is a CanvasLayout and they are constructed like this: horzScrollBar = new qx.ui.core.ScrollBar( true ); horzScrollBar.setMergeEvents( true ); t