Here is another question in the same vein: Can a textArea be sized to
its contents automatically, or can I get the scroll bar position and set
the size once it's instantiated (or can I do something similar with a
different widget)?
David
johnl wrote:
> I've noticed that the label widget has di
Hi List,
I've found weird bug in 0.6.6 which is connected with ResizeTableColumnModel:
take a look to Table_1.html demo.
It also happens to me in my project. Here is the output given by the logger:
033273 ERROR: qx.ui.table.ResizeTableColumnModel[1230]: Could not dispatch
event of type "visibilit
I've noticed that the label widget has difficulty displaying multiline
text. Does anyone know the easiest way to show a block of text with auto
height?
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C -
Hi all,
I am struggling with the ClientDocumentBlocker. It should lay above all
other Windows and intercept all mouse and key events.
Starting with the code from ClientDocument.block/release I was able to
bring it in front of all other windows and receive mouse events. But
various attempts to
I am back to my qooxdoo development guys.
I am passing 'this' in the event listener. The actual problem is invoking a
non-exisiting method inside my event handler. I am surprised that source
version doesn't catch it, but build version is very strict about. it.
Here is the error.
req.addEventLis
Thank you Sebastian, I updated the wiki:
http://qooxdoo.org/documentation/0.7/snippets/using_fckeditor_as_a_rich_text_editor_in_qooxdoo
Torsten
Sebastian Werner wrote:
>
> Yes, the affected class needs the following:
>
> events : {
>"editor-ready" : "qx.event.type.Event"
> }
>
> All event
Hi Sebastian,
Done! #515.
James
Sebastian Werner wrote:
> Hi James,
>
> can you please open a bug report at bugzilla.qooxdoo.org and add the
> mentioned example code. Thanks.
>
> Sebastian
>
>
>
> James A. Pyrich schrieb:
>> In qooxdoo 0.6.6, I have the following code:
>>
>>var use
Wolfram Kriesing schrieb:
> Hi guys,
>
> I am new with qooxdoo and I was searching the IRC channel for some time,
> until i found some mails on the list that mentioned #qooxdoo.
> Is the #qooxdoo on irc.freenode.org really the only channel?
> If so - its pretty empty.
> Would be nice to see some qo
Yes, the affected class needs the following:
events : {
"editor-ready" : "qx.event.type.Event"
}
All events which are dispatched by a class must be registered in the
qx.Class.define phase.
Sebastian
westor schrieb:
> Hi list,
> today I migrated to 0.7
> One of the thing which didn't run ou
Hi list,
today I migrated to 0.7
One of the thing which didn't run out of box was the FCKEditor integration.
Now it's running for me, but I still get a warning: Objects of class
'address.FCKEditor' do not support the event 'editor-ready'
Any idea or hint?
--
View this message in context:
http:/
Hi guys,
I am new with qooxdoo and I was searching the IRC channel for some time,
until i found some mails on the list that mentioned #qooxdoo.
Is the #qooxdoo on irc.freenode.org really the only channel?
If so - its pretty empty.
Would be nice to see some qooxdoo users and expert there.
--
cu
...besides that this might be a bug (can anyone responsible for it make a
comment on this?), here's my work-around idea:
I had come across this problem a while ago myself. I wanted to have a widget,
that is 20% wide and stays horizontal centered. I worked around that by placing
two "HorizontalSpac
;)
Yes, it's a general problem of using flex sizes inside a HorizontalBoxLayout
(horizontalChildrenAlign: center).
I guess this would also be a problem in other widgets which are able to center
its children (f.e. qx.ui.basic.Atom).
So, I would say it's a bug...
Tobias
-Ursprüngliche Nachri
It would be good if we can have a bugzilla "product" configured which
holds the "contrib" issues.
And of course the components should reflect the projects with default
assignees to the project maintainers.
Fabian Jakobs schrieb:
> Hello List,
>
> in the last few days we have been working hard
Great work, and I like it.
Sometimes you don't need the textfield visible.
Or you want do give some properties to the button. I looked in the source,
and I set:
uploadfield = new qx.ui.io.UploadField("button", 'Upload File',
'icon/16/places/document-folder.png');
uploadfield._text.setVisibility(f
> Ok,
>
> I will explain it to you :D
>
> I created my own buttonBar-class (myapp.bar.Bar - it's a horizontalBoxLayout).
> There I can define buttons (myapp.bar.Button), Title (myapp.bar.Title) ,
> icons (myapp.bar.Icon) which should be centered in my buttonBar.
>
> Usually my buttons have a fi
Sebastian Werner schrieb:
Ok. But even this would not work on page unload because finally Firebug
cleans up the log when the page is left.
In my version firebug does NOT clean up the log. The error message stays
even if the application is successfully reloaded.
So until the solution is av
Hi,
Is it possible to have the qooxdoo-contrib mailinglist available in Nabble ?
http://www.nabble.com/qooxdoo-f3821.html
regards.
frederic
Sebastian Werner wrote:
>
> Fabian Jakobs schrieb:
>> Siarhei Barysiuk schrieb:
>>> Hello Fabian!
>>>
>>> I like very much idea about incubator. :) Great
Ok. But even this would not work on page unload because finally Firebug
cleans up the log when the page is left. Better would be to use
something which holds on the execution like alert(). But this could mean
a massive numbers of alerts one have to click away. I would better like
to replace all
Sebastian Werner schrieb:
> You should definitly fix your application. You can do this by executing
> qx.core.Object.dispose() in Firebug. Then the 'console' continues to work.
>
You misunderstood my intention.
I wanted to re-throw the original exception whith a new throw message. I
don't w
You should definitly fix your application. You can do this by executing
qx.core.Object.dispose() in Firebug. Then the 'console' continues to work.
Sebastian
Dietrich Streifert schrieb:
> Hi Sebastian,
>
> please have a look at
>
> http://bugzilla.qooxdoo.org/show_bug.cgi?id=462#c2
>
> T
Hi Sebastian,
please have a look at
http://bugzilla.qooxdoo.org/show_bug.cgi?id=462#c2
This problem hits me every time I have a bug in the destrucor (disposer)
because I can not see the original error message.
I've created a patch for this where the console.warn statement is encapsulated
Oopps... seems that this was a very old mail ... sorry for the traffic.
Sebastian
Sebastian Werner schrieb:
> There is already a CheckGroupBox which is like your widget. This is
> available since some 0.6.x version of qooxdoo. Your code looks like
> qooxdoo 0.5.x however.
>
> Sebastian
>
>
There is already a CheckGroupBox which is like your widget. This is
available since some 0.6.x version of qooxdoo. Your code looks like
qooxdoo 0.5.x however.
Sebastian
Anton D. Kachalov schrieb:
> I add initial support for checkable field of QxFieldSet. This is standard
> de facto for common
Will be a topic of 0.8: to improve the API and structure of such
widgets. This is mainly because the inner objects which are configured
through this are already property based. Maybe this was done to reduce
the overhead.
Sebastian
Leander Hanwald schrieb:
> Hi qooxdoo-team,
>
> what is the
It don't know why you think that the second constructor parameter of
qx.ui.embed.Flash is something like an ID. It is not. Looking at the API
documentation at api.qooxdoo.org it seems to be a version number. Also:
Are you sure that getObject() even returns an useable object in Internet
Explore
Hi again,
I see, that this produces some strange behaviors. I actually saw this yesterday
too, but I couldn't get what exactly you are "planning" to do with your
layout...
That's the reason why I assumed you might want to design it as I posted the
last time.
So, hmmm I still don't get it. Here are
It seems to be that the height of the table is configured to large. Can
you. Can you send us the code which creates the main layout: tabView
control, and all the inner layouts. Can you reduce the example to the
minimum where it is reproducable? That would be great. I hope this is
just some misc
Yes, sure :)
Sebastian
Dietrich Streifert schrieb:
> So, if this follows the logic:
>
> obj.remove(obj1)
>
> is equivalent to
>
> obj1.setParent(null)
>
> ???
>
>
> Sebastian Werner schrieb:
>> It's identical. The 'add' method is just for convenience.
>>
>> Sebastian
>>
>>
>> kuma
Some properties need to be initialized to work correctly. This is true
for all dimension and location properties for example. These properties
need their apply routine to be executed. Even for the initial value. You
can do this by executing:
this.initWidth();
this.initHeight();
inside the cons
You can also completely remove the minWidth/minHeight with:
setMinWidth(null);
setMinHeight(null);
Sebastian
Simon Bull schrieb:
> Hi James,
>
> I think your problem is similar to one I encountered a while back.
>
> The overflow settings for window content don't work properly unless you set a
Fabian Jakobs schrieb:
> Siarhei Barysiuk schrieb:
>> Hello Fabian!
>>
>> I like very much idea about incubator. :) Great to have all related
>> projects in one place.
>>
>> But I seem it's hard to organize. Each project has own sources,
>> developers, needs.
>> How will it be managed? For example
So, if this follows the logic:
obj.remove(obj1)
is equivalent to
obj1.setParent(null)
???
Sebastian Werner schrieb:
It's identical. The 'add' method is just for convenience.
Sebastian
kumar balaji schrieb:
Just asking out of curiosity, Whats the difference
between obj.add(obj1)
It's identical. The 'add' method is just for convenience.
Sebastian
kumar balaji schrieb:
> Just asking out of curiosity, Whats the difference
> between obj.add(obj1) & obj1.setParent(obj)?
>
> Regards
> Balaji
>
>
>
> __
Hi James,
can you please open a bug report at bugzilla.qooxdoo.org and add the
mentioned example code. Thanks.
Sebastian
James A. Pyrich schrieb:
> In qooxdoo 0.6.6, I have the following code:
>
>var usernameLabel = new qx.ui.basic.Label("User name");
>usernameLabel.set({ left: 10, t
Yes, but only if the instance is a direct instance of this class. If you
have a deeper inheritance and want to access a static variable of a
superclass this do not work.
Sebastian
Dioc schrieb:
> Hello,
>
> I found a solution. someObject.constructor.staticVar expression can be used
> to acces
36 matches
Mail list logo