Sebastian Werner <[EMAIL PROTECTED]> writes:
> You can call the modifier at init time when executing initPropertyName ()
> somewhere in the constructor. This function has no parameter if the property
> was defined with an init value. For further details please take a look at
> the online documenta
Am 28.04.2007 um 00:01 schrieb Philipp Wabinski:
>
>
>
> Sebastian Werner wrote:
>>
>> Changing appearance themes is a lot more complex than switching color
>> themes. I don't think this will ever work in 0.6.x. But it will be
>> supported with 0.7 if all went well.
>>
>> Sebastian
>>
>>
>
> Than
Sebastian Werner wrote:
>
> Changing appearance themes is a lot more complex than switching color
> themes. I don't think this will ever work in 0.6.x. But it will be
> supported with 0.7 if all went well.
>
> Sebastian
>
>
Thanks a lot for the quick answer! I will stop tying it ;)
Is
You can call the modifier at init time when executing initPropertyName
() somewhere in the constructor. This function has no parameter if
the property was defined with an init value. For further details
please take a look at the online documentation.
Sebastian
Am 27.04.2007 um 19:06 schrie
That was exactly what I meaned. Thank you.
Sebastian
Am 27.04.2007 um 20:03 schrieb [EMAIL PROTECTED]:
> Sebastian Werner <[EMAIL PROTECTED]> writes:
>
>> Yes the better way would be to check for an Interface. But this
>> interface is
>> not yet available. If you wanna help out ;)
>
> That
Changing appearance themes is a lot more complex than switching color
themes. I don't think this will ever work in 0.6.x. But it will be
supported with 0.7 if all went well.
Sebastian
Am 27.04.2007 um 22:55 schrieb Philipp Wabinski:
>
> Hi,
>
> is it possible to change the appearance theme
Hi,
is it possible to change the appearance theme at runtime?
I tried the following:
mb1_01.addEventListener("execute",function(ev)
{
qx.manager.object.AppearanceManager.getInstance().set({appearanceTheme:
new qx.theme.appearance.Custom()});
},this);
and got
Hello,
I'm trying to make a widget that contains a label with a corresponding
widget. I'm extending the HorizontalBoxLayout and everything is fine
but the width on the label is just being ignored. Am I doing something
wrong?
qx.Class.define("custom.widget.form.LabeledWidget",
{
extend : qx
Sebastian Werner <[EMAIL PROTECTED]> writes:
> Yes the better way would be to check for an Interface. But this interface is
> not yet available. If you wanna help out ;)
That was easy. :-) Done.
Derrell
-
This SF.net emai
If you look at the Table_1.html example with trunk, you'll notice that the
column visibility button in the top-right corner is missing. Although I
haven't tracked the exact reason yet, the problem is that the method specified
by "apply" in the columnVisibilityButtonVisible property is not being ca
Sebastian Werner <[EMAIL PROTECTED]> writes:
> Yes the better way would be to check for an Interface. But this interface is
> not yet available. If you wanna help out ;)
Why don't you describe in a bit more detail what you envision, and maybe I'll
look into implementing it. Are you saying that
Yes the better way would be to check for an Interface. But this
interface is not yet available. If you wanna help out ;)
Sebastian
Am 27.04.2007 um 17:31 schrieb [EMAIL PROTECTED]:
> I've defined my own Range class for use with the Spinner. This worked
> previously, but now Spinner has a ch
Leander Hanwald <[EMAIL PROTECTED]> writes:
> Sorry, this isn't any help, only a question from my side:
> Why do you wrote an own class for controll, that did you class do?
One example is a time selector widget, with spinners for the hours, minutes,
and am/pm selector. The getter for the hours a
Hi
Sorry, this isn't any help, only a question from my side:
Why do you wrote an own class for controll, that did you class do?
Did you class based in qx.type.Range?
[EMAIL PROTECTED] schrieb:
> I've defined my own Range class for use with the Spinner. This worked
> previously, but now Spinner
I've defined my own Range class for use with the Spinner. This worked
previously, but now Spinner has a check constraint to ensure that the provided
manager is, explicitly, qx.type.Range. For applications that want to use
their own range manager, how does one modify a the Spinner's check constrai
Thanks Alex! It's exactly what I meant.
S.
Alex Back wrote:
> Hello Siarhei,
>
> On Friday 27 April 2007 Siarhei Barysiuk wrote:
>
>> Hello!
>>
>> Now we're working at support of ListView in QxTransformer and I have one
>> question.
>> As far as I understand when we create qx.ui.listview.ListV
Hello Siarhei,
On Friday 27 April 2007 Siarhei Barysiuk wrote:
> Hello!
>
> Now we're working at support of ListView in QxTransformer and I have one
> question.
> As far as I understand when we create qx.ui.listview.ListView we must to
> pass data and
> columns data to constructor. After creation
Hello!
Now we're working at support of ListView in QxTransformer and I have one
question.
As far as I understand when we create qx.ui.listview.ListView we must to
pass data and
columns data to constructor. After creation we can't change this data (I
mean set other) because
ListView hasn't setters
Siarhei Barysiuk schrieb:
> Does anybody know which libraries are used in this project?
>
> Somebody asked how create XP (or Vista Theme) and as far as I remember
> developers answered that qooxdoo would support it in version 0.7. Is it
> possible now?
> Or UI on this project was created on another
Does anybody know which libraries are used in this project?
Somebody asked how create XP (or Vista Theme) and as far as I remember
developers answered that qooxdoo would support it in version 0.7. Is it
possible now?
Or UI on this project was created on another library?
Siarhei Barysiuk
Leander
> Unfortunately during the
> disposal an error is thrown:
> 069041 ERROR: qx.ui.table.TablePaneScroller[1039]: Modification of
> property "parent" failed with exception: TypeError - this._states has
> no properties
This might help you:
http://www.nabble.com/Problem-disposing-of-a-dialog-on-%22
> [26/Apr/2007:22:26:41] "GET
> /qooxdoo-0.6.6-sdk/frontend/framework/source/class/qx/ui/menubar/MenuB
> ar.js
What is very interesting is that I also see MenuBar.js being requested even
though it should be cached. I guess Gecko must decide to never cache it. Weird.
> And it takes about 8 seco
22 matches
Mail list logo