Rüdiger Herrmann schrieb:
> Hi all,
>
> I get the following error
>
> ERROR: qx.ui.layout.BoxLayout[772]: Could not layout child [object
> qx.ui.layout.CanvasLayout] through layout handler: Error - Widget
> [object qx.ui.layout.CanvasLayout]: having horizontal flex size
> (width=1*) but parent l
Hello,
I also have this bug in rev.7821.
There is stacktrace in firebug:
*old is not defined*
*(no name)(undefined)Property.js (line 605)*
__unwrapFunctionFromCode(qx.ui.basic.Label _hashCode=79 __dbKey=61
_layoutChanges=Object, qx.ui.basic.Label classname=qx.ui.basic.Label
name=qx.ui.basic.Labe
I would suggest this article:
http://qooxdoo.org/documentation/user_manual/settings
Oops, just found out that this is qx 0.7 and not qx 0.6 relevant. In
0.6 this is a lot more complicated. Mhh, ok, you can define a map
structure before loading qooxdoo like this:
qx = {
Settings :
{
Sorry, the trunk may always be unstable. Can you tell me which
property is effected? I am a bit lost, because I don't found a non-
working example here.
Sebastian
Am 10.05.2007 um 22:52 schrieb Christian Boulanger:
> Hi,
>
> I am getting
>
> old is not defined
> http://localhost/qooxdoo-tru
On Thursday, 10. May 2007 21:36, Martin Drautzburg wrote:
> When I run the one in the SkeletonDemo/source directory everything is fine,
> but when I run the one in SkeletonDemo I get the following error in
> firebug:
>
> ERROR: qx.io.image.PreloaderSystem[125]: Could not preload:
> widget/splitpan
Hi,
I am getting
old is not defined
http://localhost/qooxdoo-trunk/frontend/framework/source/class/qx/core/Property.js
Line 605
with the current trunk (rev. 7821). Please fix! Which is the last fully
working trunk version?
Thanks,
Christian
---
Hi Sebastian,
Sebastian Werner schrieb:
>> It seems that property inheritance does not override property values
>> from themeing. Is this generally the case?
>
> Yes. This is the way it was thought out. Generally, in 0.7, one would
> not define a font anywhere else than on the ClientDocument,
In this directory structure ...
./qx.js
./resource/
./SkeletonDemo
./SkeletonDemo/index.html <---
./SkeletonDemo/source
./SkeletonDemo/source/index.html <---
./SkeletonDemo/source/class
./SkeletonDemo/source/class/custom
./SkeletonDemo/source/class/custom/Application.js
./SkeletonDemo/source/class
Alex Back escreveu:
> Hi Jonis,
>
> Jonis Maurin Ceará wrote:
>> Alex Back escreveu:
>>> Hi Jonis,
>>>
>>> a took a short look at your code and you commented line #267 out. Is this
>>> the problem?
>>> As far as I see the eventlistener method does only changing a label
>>> contents. No listview ca
Ralf Sternberg schrieb:
> Hi Sebastian,
>
> Sebastian Werner schrieb:
>> in 0.7.x you can use setFont on Buttons, Toolbars, whatever widget. This
>> is possible through the inheritance support of the new property system.
>
> Well, I found the problem that prevented the themeing of the button
>
You might find this helpful, too:
http://qooxdoo.org/documentation/developer_manual/properties#enabling_theme_support
Sebastian
Sebastian Werner schrieb:
> Ralf Sternberg schrieb:
>> Hi Sebastian,
>>
>> Sebastian Werner schrieb:
>>> in 0.7.x you can use setFont on Buttons, Toolbars, whatever wid
Hi Sebastian,
Sebastian Werner schrieb:
> in 0.7.x you can use setFont on Buttons, Toolbars, whatever widget. This
> is possible through the inheritance support of the new property system.
Well, I found the problem that prevented the themeing of the button
font: In the Appearance Theme, a defau
Hi Ralf,
in 0.7.x you can use setFont on Buttons, Toolbars, whatever widget. This
is possible through the inheritance support of the new property system.
Sebastian
Ralf Sternberg schrieb:
> Hi,
>
> to change the font of a button, one must call
>
>button.getLabelObject().setFont()
>
> i
Hi Jonis,
Jonis Maurin Ceará wrote:
> Alex Back escreveu:
> > Hi Jonis,
> >
> > a took a short look at your code and you commented line #267 out. Is this
> > the problem?
> > As far as I see the eventlistener method does only changing a label
> > contents. No listview calls are involved.
>
> This
Hi,
to change the font of a button, one must call
button.getLabelObject().setFont()
instead of
button.setFont()
I think, the fact, that at the button consists of sub-elements is an
internal detail and should be handled internally, not as part of the
API. In fact, I don't know of any wi
Alex Back escreveu:
> Hi Jonis,
>
> a took a short look at your code and you commented line #267 out. Is this the
> problem?
> As far as I see the eventlistener method does only changing a label contents.
> No listview calls are involved.
This line is commented just for testing. The problem is
Hi all,
I get the following error
ERROR: qx.ui.layout.BoxLayout[772]: Could not layout child [object
qx.ui.layout.CanvasLayout] through layout handler: Error - Widget
[object qx.ui.layout.CanvasLayout]: having horizontal flex size
(width=1*) but parent layout [object qx.ui.layout.BoxLayout] do
Hi Jonis,
a took a short look at your code and you commented line #267 out. Is this the
problem?
As far as I see the eventlistener method does only changing a label contents.
No listview calls are involved.
cheers,
Alex
Jonis Maurin Ceará wrote:
> Alex Back escreveu:
> > Hi Jonis,
> >
> > Jo
Alex Back escreveu:
> Hi Jonis,
>
> Jonis Maurin Ceará wrote:
>>> For updating the ListView: take a look at the test file at
>>> http://demo.qooxdoo.org/current/sample/html/test/ListView_7.html
>> Well, i'm using this example but is not working. Did you checkout source
>> code?
> This is the demo
Hi Jonis,
Jonis Maurin Ceará wrote:
> > For updating the ListView: take a look at the test file at
> > http://demo.qooxdoo.org/current/sample/html/test/ListView_7.html
>
> Well, i'm using this example but is not working. Did you checkout source
> code?
This is the demo file of the qooxdoo 0.6.6 re
Alex Back escreveu:
> Hi Jonis,
>
> first of all your application shows up one error. You forgot to define the
> column data map for your ListView (variable "lc2").
:| I forgot to put this again while testing :( it's ok now.
> Just a tip (in case you do not know the tool): FireBug (
> http:/
Thanks, I didn't know it ought to return true.
Sebastian Werner wrote:
>
> The Interface can check infoming values. If all is OK, you can simply
> return true. Corrected in SVN.
>
--
View this message in context:
http://www.nabble.com/New-interface-IResizeable-tf3720509.html#a10412868
Sent
Alexis Nikichine <[EMAIL PROTECTED]> writes:
> I'm looking for a way of displaying tabular, columned, data, with row of
> varying height.
> From browsing the archives, it seems that TableVarRowHeight is not an
> option, and that Table and ListView both being virtual, for the same
> reason, can
Hi Jonis,
first of all your application shows up one error. You forgot to define the
column data map for your ListView (variable "lc2").
Just a tip (in case you do not know the tool): FireBug (
http://www.getfirebug.com ) is wonderful tool for debugging your application
in Firefox.
For updati
The Interface can check infoming values. If all is OK, you can simply
return true. Corrected in SVN.
Sebastian
dperez schrieb:
> Hi,
>
> I've done my 1st interface called IResizeable, that must be implemented when
> including the Mixin MResizeable.
> The problem is that I must comment the imp
Sebastian Werner <[EMAIL PROTECTED]> writes:
>> I Sent an email to Derrell, but shouldn't he be notified about such
>> things automatically?
>> When filing a bug I don't like having to bother who else I need to notify.
Hi Rüdiger,
I read this mailing list, receive the commit message, and receiv
Daniel Haferkorn wrote:
> (...)But there might be issues
> when changing the name of the Application.js file. My own application
> and my experimental applications all had problems with finding external
> resources so far, but I'll have to look into this issue a little further
> until I can say
Jim Hunter wrote:
> Thanks for verifying that for me.
> I have never used my own resources so I can't help you on this. Perhaps
> someone else can help you with this one.
>
Thanks for your concern. :)
I figured this out by staring at the skeleton, apparently I deleted the
following lines withou
Sebastian Werner wrote:
> Also take a look at the presets in framework/tool/presets to get an
> impression to create modules.
>
> The Makefiles wrap the functionality of the generator.py. This script
> has a lot of complex features. For the regular user it is much easier to
> control the script
On Thursday, 10. May 2007 07:04, Jim Hunter wrote:
> Here is a link to everything that you might want to know about the Make
> file:
>
> http://qooxdoo.org/documentation/user_manual/application_mk?s=make%20build
Hey, how did you find this page? It is not listed in the "User Manual" page.
There s
Sebastian Werner wrote:
> Rüdiger Herrmann schrieb:
>> Hi Sebastian,
>>
>> thanks for the response. Please, see my comments below.
>>
>> Cheers,
>> Rüdiger
>>
>> Sebastian Werner wrote:
>>> Rüdiger Herrmann schrieb:
Is calling dispose on an already dispose object allowed?
>>> Yes, but has no f
Martin Drautzburg wrote:
> I recently tried to change "Application" to something more descriptive but
> got
> completely lost. The name application seems to play a role in
>
> ./Makefile
> ./source/index.html
> ./source/class/custom/Application.js
> ./source/script/custom.js
> ./source/class/cus
Thanks for the quick response.
The workaround helped and its finally working :-)
Just one thing i had to change the workaround a little.
Instead of qx.sys.Client.getInstance().isMshtml() i used the following:
--
if (qx.core.Client.getInstance().isMshtml()) {
var originalOnr
From last email from Derrel on the topic
(http://www.nabble.com/Re:-Updated-online-demos---API-browser-to-0.6.6-pre-p9249528.html
), nothing was changed in the SVN so I'm guessing this is not working
better.
However, another idea sprang in my mind: would making the leafs of a
treeview of var
BTW, does anyone know if TableVarRowHeight works?
Alexis Nikichine wrote:
>
> I'm looking for a way of displaying tabular, columned, data, with row of
> varying height.
> From browsing the archives, it seems that TableVarRowHeight is not an
> option, and that Table and ListView both being vi
Maybe this helps:
http://www.nabble.com/IE7-crashing-with-qooxdoo-tf3447770.html#a9615518
gerds wrote:
>
> Hi,
>
> i have a problem using Ajax Requests and Internet Explorer7.0. I want to
> browse my server using a qooxdoo virtual tree. Displaying the root level
> of my server using a qx.io.r
Hello,
I'm looking for a way of displaying tabular, columned, data, with row of
varying height.
From browsing the archives, it seems that TableVarRowHeight is not an
option, and that Table and ListView both being virtual, for the same
reason, can't fit the job. If I drop the virtual requiremen
Hi,
I've done my 1st interface called IResizeable, that must be implemented when
including the Mixin MResizeable.
The problem is that I must comment the implement, because otherwise it fails
when calling the interface method _changeWidth(). See demo Resizer_1.html.
The error is about failing th
Hi,
i have a problem using Ajax Requests and Internet Explorer7.0. I want to
browse my server using a qooxdoo virtual tree. Displaying the root level
of my server using a qx.io.remote.Request and then adding branches to my
tree works fine. After that i´m using the changeSelection event to get the
Hi,
If I open this demo:
frontend/application/sample/source/html/example/Table_1.html
it produces this error:
cellWidget.setState is not a function
updateHeaderCell(Object xPos=0 col=0 name=ID editable=false sorted=false,
qx.ui.basic.Atom _hashCode=347 __dbKey=264
_layoutChanges=Object)DefaultH
Rüdiger Herrmann schrieb:
> Hi Sebastian,
>
> thanks for the response. Please, see my comments below.
>
> Cheers,
> Rüdiger
>
> Sebastian Werner wrote:
>> Rüdiger Herrmann schrieb:
>>> Is calling dispose on an already dispose object allowed?
>> Yes, but has no further effect. There is a boolean
Hi Sebastian,
thanks for the response. Please, see my comments below.
Cheers,
Rüdiger
Sebastian Werner wrote:
> Rüdiger Herrmann schrieb:
>> Is calling dispose on an already dispose object allowed?
>
> Yes, but has no further effect. There is a boolean private flag to mark
> instances as dispo
dperez schrieb:
Hi Dietrich,
It could also be done by attaching an event to the change value of
properties width and height.
With qooxdoo 0.6.x an event could be attached to any property. I think this
properties aren't tagged as "eventable".
Yes but the benefit would be to have one event
Also take a look at the presets in framework/tool/presets to get an
impression to create modules.
The Makefiles wrap the functionality of the generator.py. This script
has a lot of complex features. For the regular user it is much easier to
control the script using some variables like the ones
I only use the makefiles for building the demos and the API viewer.
But for my app I call directly generator.py from an Ant script with custom
settings. It's easy and it works.
I started working with qooxdoo before the skeletons were invented.
Martin Drautzburg wrote:
>
> On Tuesday, 1. May 20
Thanks for verifying that for me.
I have never used my own resources so I can't help you on this. Perhaps
someone else can help you with this one.
Jim
www.D4PHP.org
www.D4PHP-Hosting.com
On 5/10/07, Daniel Haferkorn <[EMAIL PROTECTED]> wrote:
Jim Hunter wrote:
> ...
> I think, others can corre
Hi Dietrich,
It could also be done by attaching an event to the change value of
properties width and height.
With qooxdoo 0.6.x an event could be attached to any property. I think this
properties aren't tagged as "eventable".
Dietrich Streifert wrote:
>
>> would it be possible to have MResize
Jim Hunter wrote:
> ...
> I think, others can correct me if I am wrong on this, that the startup
> JS file/class can be anything you want. It doesn't have to be
> Application.js but in your index.html file you reference the routine
> that you have set as your startup class:
>
> qx.core.Init.get
48 matches
Mail list logo