Re: [qooxdoo-devel] Remote table model -- was anyone using it?

2008-09-30 Thread Ralf Nieuwenhuijsen
Remote Table Model is pretty crucial to what i'm doing.. it was working in 0.8 release version.. So, i'm not sure if its broken in SVN now .. but to me, it's one of the most important features. The table widget means nothing without a datastore. I could even imagine the remote table model being th

[qooxdoo-devel] TextField - keypress-Event bug in Firefox

2008-09-30 Thread Erich Konicek
Hi, I think there is a bug: In qooxdoo 0.8 (trunc, current rev. 16438) with Firefox 3.0.3: qx.ui.form.TextField there fires no "keypress" event for the keys Up, Down, PageUp, PageDown (maybe more). "keydown" fires OK, With Internet Explorer 7 and Google Chrome "keypress" fires OK. Erich

Re: [qooxdoo-devel] How to translate Qooxdoo 0.7 to Qooxdoo 0.8?

2008-09-30 Thread Andreas Ecker
Hi! > Hi, I have make an application using Qooxdoo 0.73 (You can see at > jt-os.com). > > Are there any step so I can translate my application to Qooxdoo 0.8 > version automatically? > Or I must manually change it by change the source? There is migration support for qooxdoo 0.8. Unlike the migra

[qooxdoo-devel] How to translate Qooxdoo 0.7 to Qooxdoo 0.8?

2008-09-30 Thread jhonny thio
Hi, I have make an application using Qooxdoo 0.73 (You can see at jt-os.com). Are there any step so I can translate my application to Qooxdoo 0.8 version automatically? Or I must manually change it by change the source? Thank you for help ___

[qooxdoo-devel] Design question

2008-09-30 Thread Jean-Baptiste BRIAUD - Novlog
Hi, I'm coding a window that will show files (like Finder of Windows file system explorer). The current version use a table, each line is a file and column show file attributes (could be size, ...). This is like the details view on Windows OS. I would like to have another view with icon inst

Re: [qooxdoo-devel] Dock layout question

2008-09-30 Thread Jean-Baptiste BRIAUD - Novlog
Fantastic, it was that ! Thanks. On 30 Sep 2008, at 16:44, Fabian Jakobs wrote: allowShtinkX - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with M

Re: [qooxdoo-devel] qx GuiBuilder

2008-09-30 Thread panyasan
Hi Burak, Burak Arslan-3 wrote: > > argh christian, isn't it a tad long, this message? anyway, here you go :) > I am a political scientist, you know, I like to give long answers to short questions ;-). But thanks anyways for your answer. Burak Arslan-3 wrote: > > > i did not say qxt is b

Re: [qooxdoo-devel] Dock layout question

2008-09-30 Thread Fabian Jakobs
Hi Jean-Baptiste, > Hi, > > Very classically, I'm using a Dock layout as my main screen. > In the north, a menu. > In the south, a status bar. > I told you : very classical. > > I just try to add a background image in the center (like a wallpaper). > It works but it hide the south area ! > > In fac

[qooxdoo-devel] Dock layout question

2008-09-30 Thread Jean-Baptiste BRIAUD - Novlog
Hi, Very classically, I'm using a Dock layout as my main screen. In the north, a menu. In the south, a status bar. I told you : very classical. I just try to add a background image in the center (like a wallpaper). It works but it hide the south area ! In fact, currently the image's size if bigg

Re: [qooxdoo-devel] Web Operating System, My first Qooxdoo Application, Please See and Give comment. (www.jt-os.com)

2008-09-30 Thread sub
Any chance of seeing the source for us to learn from? :) jhonny thio wrote: > > For Siarhei Barysiuk and Jean-Baptiste BRIAUD - Novlog, Thank you for the > comment.. > > For Siarhei Barysiuk, For controlling add/remove apps, I use MySql > Database, so the client will request all the applicatio

[qooxdoo-devel] An Implementaion of a checkbox inside the table

2008-09-30 Thread Gaurav Jauhri
Please find below a class which can be used by any one who wants to achieve the functionality of a checkbox inside a table:- qx.Class.define("CheckboxInsideTable", { extend : qx.ui.table.Table, // Controller is the *this* keyword stating the scope, and the *data* is an object consisting of

[qooxdoo-devel] Issue regarding Table Width

2008-09-30 Thread Gaurav Jauhri
Hi, I am having a lot of troubles in order to set the width of my table to 100%, so that it gets accustom according to the browser. I have a table inside a Vertical Box Layout. I have defined the width of the vertical box layout to 100%. As, told by Andreas, i can define a composite type of VB

[qooxdoo-devel] Issue regarding Table Width

2008-09-30 Thread Gaurav Jauhri
Hi, I am having a lot of troubles in order to set the width of my table to 100%, so that it gets accustom according to the browser. I have a table inside a Vertical Box Layout. I have defined the width of the vertical box layout to 100%. As, told by Andreas, i can define a composite type of V

Re: [qooxdoo-devel] #asset question

2008-09-30 Thread Jean-Baptiste BRIAUD - Novlog
It works ! In fact, I didn't know (never try) the net folder of firebug. This allow me to notice all not loaded files and it was not my qooXdoo code but some apache stuff. Thanks ! On 30 Sep 2008, at 01:19, Petr Kobalíček wrote: > Hi Jean, > > #asset is only evaluated at build time. > > Are y

Re: [qooxdoo-devel] patch for the perl bindings

2008-09-30 Thread Fabian Jakobs
Nick Glencross schrieb: > All, > > On Sun, Sep 21, 2008 at 8:14 PM, Derrell Lipman > <[EMAIL PROTECTED] > > wrote: > > I'm forwarding this on to Nick Glencross who maintains the Perl > backend. > > > > I give this patch my blessing. Unfortunately I don't believ

Re: [qooxdoo-devel] qooxdoo on mobile devices

2008-09-30 Thread Fabian Jakobs
Klaus-F. Kaal schrieb: > Hi, > > are there any experiences with qooxdoo and mobile devices? > I mean, are browsers on md capable of processing all the javascript code? > > Thanks > Klaus > qooxdoo works to some degree on the iPhone. The feedreader starts on my iPod touch reasonably fast and the U

Re: [qooxdoo-devel] qx GuiBuilder

2008-09-30 Thread Siarhei Barysiuk
Hello Burak! On Tue, Sep 30, 2008 at 10:47 AM, Burak Arslan <[EMAIL PROTECTED]> wrote: > argh christian, isn't it a tad long, this message? anyway, here you go :) > > On Mon, September 29, 2008 14:47, panyasan wrote: >> >> Hello, >> >> I have no problem with a strong point of view on things--we vo

Re: [qooxdoo-devel] Remote table model -- was anyone using it?

2008-09-30 Thread Fabian Jakobs
Derrell Lipman schrieb: > I'm trying to reconcile comments I've seen on this list regarding > people presumably using Remote Table Model, and my discovery tonight > that it didn't work. I'd like to understand how it was working for > anyone. Although there are seemingly editorial changes betwe

Re: [qooxdoo-devel] qx GuiBuilder

2008-09-30 Thread Burak Arslan
argh christian, isn't it a tad long, this message? anyway, here you go :) On Mon, September 29, 2008 14:47, panyasan wrote: > > Hello, > > I have no problem with a strong point of view on things--we voice some > pretty bold claims on the qxtransformer.org website ourselves ;-) -- but > it > seems

Re: [qooxdoo-devel] How to blink a menu Button ?

2008-09-30 Thread Andreas Ecker
Hi! > > I'd like to blink a qx.ui.menubar.Button? > > [...] > > > The effects only work directly with DOM nodes you need to get the menu > button's DOM node to do the animation. You get it by calling > > this.appMenu.getContainerElement().getDomElement() > > The DOM element is only available

Re: [qooxdoo-devel] How to blink a menu Button ?

2008-09-30 Thread Fabian Jakobs
Jean-Baptiste BRIAUD - Novlog schrieb: > Hi, > > I'd like to blink a qx.ui.menubar.Button? > I did try the qx.fx.effect.combination.Pulsate on the button but > without success : > > this.appMenu = new qx.ui.menubar.Button("", null, > this.getAppMenu()); > ... > this.appM

Re: [qooxdoo-devel] #asset question

2008-09-30 Thread Jean-Baptiste BRIAUD - Novlog
I'm not using qxbuild, what is it ? I'm using a pre build of qooXdoo 0.8, then all I have to do is include qooXdoo file, I don't have to use Python and toolchain anymore. The price is qooXdoo lib size witch is not optimize. The benefit is built time witch is instant. On 30 Sep 2008, at 01:19, P