Re: [qooxdoo-devel] [Till, Derrell] qx.ui.table.model.Remote and cell editors

2007-10-17 Thread Derrell Lipman
On 10/17/07, bibliograph <[EMAIL PROTECTED]> wrote: > > Hi, > > looking at the API, the remote table model does not support cell > editors. I have also tried to assign a boolean cell renderer to the > remote model but it does not display. Since I don't know the internals > of the models, my questio

[qooxdoo-devel] [Till, Derrell] qx.ui.table.model.Remote and cell editors

2007-10-17 Thread bibliograph
Hi, looking at the API, the remote table model does not support cell editors. I have also tried to assign a boolean cell renderer to the remote model but it does not display. Since I don't know the internals of the models, my question is if it would be possible to put cell renderering and edit

Re: [qooxdoo-devel] How to add "form object" as onload/onclick events?

2007-10-17 Thread Jim Hunter
I think you have too many layers. Get rid of the _onload part, get rid of the defineMain part. Simply get a handle to getInstance, then create the controls you want and add them to it. You are over complicating things. The _onload event only fires once on a page and by the time you are trying to se

Re: [qooxdoo-devel] Table problems: editing and styling

2007-10-17 Thread Tobias Koller (GERMO GmbH)
Hi christian, i can tell you how to handle the first point: 1. You column of your checkbox shouldn't be editable. You have to catch the table-click or table-cellclick -event. use something like this to handle checkbox check/uncheck: myTable.addEventListener("cel

[qooxdoo-devel] Table problems: editing and styling

2007-10-17 Thread Kolodziej Christian
Hello everybody, maybe these issues finds a solution via this mailinglist. 1. Editing table cell of type boolean I've created a column of type boolean. From the beginning all cells of the columns have a checked checkbox because the value is true. Now I tried to uncheck this boolean checkbox but

Re: [qooxdoo-devel] Where is stuff from QxConst?

2007-10-17 Thread Alexander Back
Hi Torsten, westor schrieb: > I found this in older source: QxConst.TYPEOF_BOOLEAN - can't find it in > 0.7.x. What is the replacement? The QxConst stuff was removed because it wasn't really needed anymore. Just use "Boolean" as string instead of this constant. > Hint: The doc snipped "Implemen

Re: [qooxdoo-devel] How to pack() a window?

2007-10-17 Thread Dan
On 10/17/07, dperez <[EMAIL PROTECTED]> wrote: > > > You're missing a vLayout.auto() call. > > with(vLayout) > { > auto(); > setSpacing(4); > > > Daniel Gagnon wrote: > Added but I still have a one pixel window: qx.Class.define("custom.ui.Login", { ex

[qooxdoo-devel] Where is stuff from QxConst?

2007-10-17 Thread westor
I found this in older source: QxConst.TYPEOF_BOOLEAN - can't find it in 0.7.x. What is the replacement? Hint: The doc snipped "Implementing an enhanced autocomplete behaviour for QxComboBox" is outdated for 0.7.x. Wouldn't it be possible to keep a link for replaced functions, classes etc or at le

Re: [qooxdoo-devel] How to restore the previous way of displaying table's cell contents?

2007-10-17 Thread Derrell Lipman
On 9/26/07, Dioc <[EMAIL PROTECTED]> wrote: > > > In version 0.7.1 table's cell contents were being cut off by column border > and occupied all column width. Now in version 0.7.2 this behaviour was > changed and cell contents are being cut off by words. I.e. if a word that > is > a part of cell con

Re: [qooxdoo-devel] upgrade

2007-10-17 Thread dperez
It isn't possible, as there are some API changes. For example from 0.6.x to 0.7.x, the way of defining classes has changed a lot. In 0.8.x expect to have differences in layout. If you have a lot of code, the migration scripts and API changes can introduce a few errors. That's the cost of progress

Re: [qooxdoo-devel] PDF-Plugin Buttonview Problem IE 6/7

2007-10-17 Thread Tobias Koller (GERMO GmbH)
Hi stefan, yes that's right. The tab-widget works fine. I think it's the buttonView. Maybe I will try to use the tab-widget when I have the time to ;) Thanks Tobias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Fa. Linstep, Stefan Volbers Ges

[qooxdoo-devel] upgrade

2007-10-17 Thread Ales Rippl
Hello all. Is there a way we could migrate to the latest stable release only qx.js and not update our application scripts? It is not possible for us to even think about changing all our code with migration scripts. Thanks for your advices. Ales -- View this message in context: http://www.

Re: [qooxdoo-devel] PDF-Plugin Buttonview Problem IE 6/7

2007-10-17 Thread Fa. Linstep, Stefan Volbers
Hi Tobias, if you see any chance to embed your pdf iframe within a _tab view_, your application should behave correctly. We too had to embed a pdf preview of a document within a qooxdoo browser application, which needed to support Internet Explorer 6 as well as Firefox. The document to be previ

Re: [qooxdoo-devel] How to pack() a window?

2007-10-17 Thread dperez
You're missing a vLayout.auto() call. with(vLayout) { auto(); setSpacing(4); setPadding(2); } Daniel Gagnon wrote: > > Here's my code below, I just added a single Label so far to test and it > collapses to one pixel. > > Eventual

Re: [qooxdoo-devel] cldr_month_wide_10

2007-10-17 Thread Steen Jansdal
Thanx, that would be nice :-) Dietrich Streifert wrote: > Ah OK! > > Then I would consider this is a bug and reported this as the following > issue: > > http://bugzilla.qooxdoo.org/show_bug.cgi?id=703 > > Obviously the quickstart application has been build without any locale set. > > I'll mai

Re: [qooxdoo-devel] cldr_month_wide_10

2007-10-17 Thread Dietrich Streifert
Ah OK! Then I would consider this is a bug and reported this as the following issue: http://bugzilla.qooxdoo.org/show_bug.cgi?id=703 Obviously the quickstart application has been build without any locale set. I'll mail a pm with build with locales en en_US to you. Steen Jansdal schrieb: No

Re: [qooxdoo-devel] Re size Image Depends on the System Resolution

2007-10-17 Thread Dioc
Hello Rajkumar, Try the following code. Maybe it will allow you to get what you want. var img = new qx.ui.basic.Image("./hrimages/imaps.gif"); img.set({ left : 0, top : 0, right : 0, bottom :0, resizeToInner : true, zIndex : -1000 }); bodyLayout.add(img); var lbl = new qx

Re: [qooxdoo-devel] cldr_month_wide_10

2007-10-17 Thread Steen Jansdal
No I haven't build anything. I've just downloaded the quickstart application. On the webpage it says: Immediately Start Playing with Your First Application The quickstart archive contains a simple application and a pre-build qooxdoo script file. It runs out-of-the-box requiring no software in

Re: [qooxdoo-devel] cldr_month_wide_10

2007-10-17 Thread Dietrich Streifert
Did you do a "make source" or "make build" in the frontend/application/quickstart directory? This will enable the internationalization part of qooxdoo. The "cldr_." indicates that you have not done this yet. Please read the documentation in: http://qooxdoo.org/documentation/0.7 Especial

Re: [qooxdoo-devel] Re size Image Depends on the System Resolution

2007-10-17 Thread Dioc
Hello Rajkumar, Using background images in qooxdoo is based on corresponding CSS capabilities. The current level of CSS (i.e. the level 2) does not support stretching of background image. Such option will be available only in CSS level 3 (see http://www.w3.org/TR/css3-background/) that is the wor

Re: [qooxdoo-devel] cldr_month_wide_10

2007-10-17 Thread Steen Jansdal
Steen Jansdal wrote: > Hi, > > I'm evaluating qooxDoo to see if this is the right framework for our > next project. Until now it's looking really promising. > > I've downloaded the quickstart apllication and I'm altering the > Application.js to build the webpage I need for my application. > >