Hi,renderer was an old branch previous to 0.5.3. Now, you should use namespaces branch.On 8/9/06, Jon Fawcett <
[EMAIL PROTECTED]> wrote:I just built the renderer branch and now have some items that no longer
work. The below code worked fine in 0.5.2 and 0.5.3, but produces thefollowing error using
Hi all,
For accessing the namespace version, I have dowwnloaded the HEAD revision
from http://svn.sourceforge.net/viewvc/qooxdoo/branches/namespaces.
Is this the right way?
Thanks for any answer.
David
--
View this message in context:
http://www.nabble.com/Namespace-version-stability-tf207768
On Tue, Aug 08, 2006 at 11:58:41AM +0200, David Perez wrote:
| I have added 3 new items in the wishlist:
| * splitter,
I've been thinking of using qooxdoo for an application that I'm
working on, and a splitter is quite an important requirement. I
noticed that there is one in contributed/split
Hi!
just want to throw another small idea of mine under the people. I don't
think it's a good idea to repeatedly mention qooxdoo in every headline
and in every second paragraph. In my opinion it makes more sense and
even make stuff better readable to not use the word "qooxdoo" to much.
For exa
I just built the renderer branch and now have some items that no longer
work. The below code worked fine in 0.5.2 and 0.5.3, but produces the
following error using the renderer branch.:
ERROR: QxRequest: Could not dispatch event of type
"completed":e.getData().getContent is not a function: _dis
Any improvement that will allow me access to the row element and allow me to change the font and color would be greatly appreciated.Thanks,JimOn 8/9/06,
Dietrich Streifert <[EMAIL PROTECTED]> wrote:
Yes. Sorry for the traffic.
Til Schneider schrieb:
Hello Everybody and especially
Yes. Sorry for the traffic.
Til Schneider schrieb:
Hello Everybody and especially Til.
What do you think about that.
This mail is duplicate. I already answered this. See my mail from 14:39.
> Hello Everybody and especially Til.
> What do you think about that.
This mail is duplicate. I already answered this. See my mail from 14:39.
-
Using Tomcat but need to do more? Need to support web services, security?
Ge
Well lets hope the switch from namespace to trunk is happening soon.
Thank you for your comments.
Til Schneider schrieb:
Are currently working on the table stuff? How far is the "final" table
implementation away? Please give us a (even vague) timeframe for the
future work on qx.ui.
> Are currently working on the table stuff? How far is the "final" table
> implementation away? Please give us a (even vague) timeframe for the
> future work on qx.ui.table.
I'm currently waiting for the namespaces branch to get stable and moved
back to trunc. Before this is done, it makes no s
Hi,
i have a question regarding the table-widget. I made one(as in the
examples) but when i add some data to it dynamically,
---
for( var i=0; ihttp://sel.as-us.falkag.net/sel?c
Title: qooxdoo » Demo
That's great! Thank you very much. I have the same situation as you with
the only difference that our firm has already decided
to use qooxdoo for the web applications and eg. i have to found the way
to style the rows in the table individually. Ie. your solution is a
great
Title: qooxdoo » Demo
Sorry. There were some bugs in my example.
Here is the corrected now working example:
Dietrich Streifert schrieb:
Til Schneider schrieb:
I saw the previous messages about the lack of individual row rendering
in qx.ui.table. I worked out a solution wh
Til Schneider schrieb:
I saw the previous messages about the lack of individual row rendering
in qx.ui.table. I worked out a solution which I'm asking if it is worth
creating a patch:
1) Make the tablePane accessible through qx.ui.table.Table (eg. through
getTablePane(metacolumn))
David wrote:
> I think the change event is fired from the QxSelectionManager class.
> You can get a reference to a QxSelectionManager thru
> QxListView.getManager()
Slight correction. To get the manager for a QxListView, must call
QxListView.getPane().getManager()
For all other widgets (like
> I saw the previous messages about the lack of individual row rendering
> in qx.ui.table. I worked out a solution which I'm asking if it is worth
> creating a patch:
>
> 1) Make the tablePane accessible through qx.ui.table.Table (eg. through
> getTablePane(metacolumn))
>
> 2) Isolate the colo
Dietrich Streifert schrieb:
Til Schneider schrieb:
I have a question regarding Tils great Table widget: How can I customize
the appearance of the "cell has focus style"?
There is an appearance entry called "table-data-cell" which seems to be
intended to handle the app
Hello Everybody and especially Til.
I saw the previous messages about the lack of individual row rendering
in qx.ui.table. I worked out a solution which I'm asking if it is worth
creating a patch:
1) Make the tablePane accessible through qx.ui.table.Table (eg. through
getTablePane(metacolumn))
Til Schneider schrieb:
I have a question regarding Tils great Table widget: How can I customize
the appearance of the "cell has focus style"?
There is an appearance entry called "table-data-cell" which seems to be
intended to handle the appearance (among others) of the "cell has fo
Hi,
An important missing point in the current documentation, is the lack of
examples for automatic layout. Nearly all the samples use hard-coded pixel
values for the position and size. I find this style easy at first, but
complicated to maintain, when you add, modify or delete widgets.
I offer
>I don't think it is necessary to keep 0.5 documentation *within* the new
>documentation structure. Newcomers will use 0.6 and the new
>documentation. For the "old generation", keeping (!) the existing
>documentation in a different location where bits and pieces can be added
>is enough. People who
Hi,
Sorry for generating so much traffic in such a short time.
But I have now the workaround:
var tv = new QxTabView;
tv.setWidth('auto');
tv.setHeight('auto');
tv..getPane().setHeight('auto'); <- This step is important
I have added this info to: http://qooxdoo.org/documentation/faq
Rega
The real problem is setting the height to 'auto'.
Is there any way of knowing the height of the tallest tab inside the
QxTabView?
--
View this message in context:
http://www.nabble.com/Why-my-QxTabView-doesn%27t-show-tf2063545.html#a5722694
Sent from the qooxdoo-devel forum at Nabble.com.
---
Hi,
I'm quite new to Qooxdoo.
I will need some new features like the Table.
What do you recommend me?
1) To work with the latest stable version? (0.5.3)
2) To risk to use the work in progress (the namespace version).
I know there isn't much documentation about the new version, but I think a
lot
Hi all,
The cause of the strange appearance of the QxTabView, is setting the height
and width to auto, when inserted inside a QxBoxLayout.
I don't know which size it must have in pixels.
Is there any known workaround?
Is this bug solved in the namespace version?
Regards,
David
--
View this m
> I have a question regarding Tils great Table widget: How can I customize
> the appearance of the "cell has focus style"?
>
> There is an appearance entry called "table-data-cell" which seems to be
> intended to handle the appearance (among others) of the "cell has focus
> style" with the 3 pi
Hi!
Applied. Thank you.
Sebastian
Dietrich Streifert schrieb:
> Hello Everybody,
>
> here is a patch against revision 3778 of the namespace branch which
> corrects a bug introduced in revision 3768 during appearance cleanup.
>
> Can you please apply this to svn ?
>
> Thank you.
>
>
> ---
Hello Everybody,
here is a patch against revision 3778 of the namespace branch which
corrects a bug introduced in revision 3768 during appearance cleanup.
Can you please apply this to svn ?
Thank you.
--
Mit freundlichen Grüßen
Dietrich Streifert
Visionet GmbH
Index: frontend/framework/sour
Hi,
i found an interesting link at the official docuwiki page related to the
pdf export problem. Perhaps it can help you:
http://wiki.splitbrain.org/wiki:tips:pdfexport?s=custom%20acronym%20conf
Regards
Volker
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
---
Hello Everybody.
I have a question regarding Tils great Table widget: How can I customize
the appearance of the "cell has focus style"?
There is an appearance entry called "table-data-cell" which seems to be
intended to handle the appearance (among others) of the "cell has focus
style" with th
Sebastian Werner schrieb:
> Alexander Trauzzi schrieb:
>
>> I have already started merging documents into the new howto document and
>> I've also created a FAQ. If anyone feels like making edits,
>> corrections, suggestions and additions - feel free. If you want to put
>> down just the fact
31 matches
Mail list logo