.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
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
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
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,
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
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
[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)
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:
--
| | |
| |
[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,
>
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.
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,
>
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
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
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
-
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
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
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
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
18 matches
Mail list logo