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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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.
>
>
21 matches
Mail list logo