Re: [qooxdoo-devel] qx 0.8 getting started

2008-06-17 Thread Sebastian Werner
As mentioned in our blog there is an ealier version of a GUI overview document to explain 0.8 GUI development. You want to have a look: http://qooxdoo.org/documentation/0.8/ui_overview Feedback and questions are really appreciated. Cheers, Sebastian Tobias Koller (GERMO GmbH) schrieb: > Hi, >

[qooxdoo-devel] qx 0.8 getting started

2008-06-17 Thread Tobias Koller (GERMO GmbH)
Hi, is there a document where I can see some tutorials to build qx 0.8-apps? Yesterday I tried to build an application and found some differences between 0.7.x and 0.8 (of course ;) ). f.e. this.getRoot().add() instead of this.add() do I have to use a container to put a layout on the site

Re: [qooxdoo-devel] Static method in property init

2008-06-17 Thread kanugula
Thanks for your reply. I tried the following, but still didn't work. The source/build version gives a warning saying 'require(my.ServerConfig) is auto-detected'. Anyway, this is a minor issue. I re-arranged my code and removed static initializer. Thanks. Kanugula. /* #require(my.ServerConfig)

Re: [qooxdoo-devel] destruct() question

2008-06-17 Thread Romain FLIEDEL
thron7 a écrit : Ah, you guys got us with our pants down :). Yes, these are actually leaks in the framework. I've fixed those from the log output in legacy_0_7_x (but maybe there are more). If you check your applications and come across further 'Missing' entries that pertain to framework class

Re: [qooxdoo-devel] Anyone needs switching locales and themes at runtime?

2008-06-17 Thread Hugh Gibson
> > Why don't you simplify this: have the property system > automatically link > > to the locale manager if a property value "string" is not a > > string but an > > instance of qx.locale.LocalisedString? Then if the locale changes, > > automatically call the apply function with the "toString" val

Re: [qooxdoo-devel] Anyone needs switching locales and themes at runtime?

2008-06-17 Thread Ralf Nieuwenhuijsen
2008/6/17 Hugh Gibson <[EMAIL PROTECTED]>: > Why don't you simplify this: have the property system automatically link > to the locale manager if a property value "string" is not a string but an > instance of qx.locale.LocalisedString? Then if the locale changes, > automatically call the apply funct

Re: [qooxdoo-devel] Anyone needs switching locales and themes at runtime?

2008-06-17 Thread Ralf Nieuwenhuijsen
2008/6/17 Fabian Jakobs <[EMAIL PROTECTED]>: > Very soon other widgets popped up, which needed special handling. Each > widget, which displays text outside of label widgets The label widget exists for a reason: to model labels. There should be no exceptions where text is displayed outside of a lab

Re: [qooxdoo-devel] Anyone needs switching locales and themes at runtime?

2008-06-17 Thread Hugh Gibson
> You are absolutely right that with your approach we could remove > the performance import for a static language version. My problem > with your suggestion however is that it will reduce none of the > mentioned complexity and will add just another layer on top of it. > > I hope I could make my

Re: [qooxdoo-devel] qx.io.remote.Request can't send more than one times

2008-06-17 Thread thron7
jhonny, unfortunately, qx.io.remote.Request objects are "single-use-only" (see http://demo.qooxdoo.org/current/apiviewer/#qx.io.remote). put the "var req = new ..." and "req.addEventListener(..." statements inside the b1 event listener, and it should work. thomas > Hi... > I use remote reques

Re: [qooxdoo-devel] Anyone needs switching locales and themes at runtime?

2008-06-17 Thread Fabian Jakobs
Hugh Gibson schrieb: >>> 2. Dynamic loading. >>> >>> This works as now - i.e. an instance of qx.locale.LocalizedString >>> is created and evaluating the string value is carried out in >>> "toString". Instances have to listen for changes to the locale and >>> reload their values. All localised str

Re: [qooxdoo-devel] Iframe getSource doesn't work

2008-06-17 Thread thron7
jhonny thio wrote: > Hi.. > > I want to make a browser application using qooxdoo, maybe like Opera > or modzilla. Mh, what exactly are you trying to do? A browser within a browser? Something like http://demo.qooxdoo.org/devel/demobrowser/demo/widget/Window_Browser.html ? > > Here some of my qu

Re: [qooxdoo-devel] qx 0.8 Theming

2008-06-17 Thread Gaetan de Menten
On Tue, Jun 17, 2008 at 10:02 AM, Tobias Koller (GERMO GmbH) <[EMAIL PROTECTED]> wrote: > I just saw the > http://demo.qooxdoo.org/devel/demobrowser/demo/widget/Window_Browser.html > > Demo and I wanted to tell you that the theming looks f…ing good ;) Me too. I just miss some kind of highlight o

Re: [qooxdoo-devel] qx 0.8 Theming

2008-06-17 Thread Gaetan de Menten
On Tue, Jun 17, 2008 at 10:02 AM, Tobias Koller (GERMO GmbH) <[EMAIL PROTECTED]> wrote: > I just saw the > http://demo.qooxdoo.org/devel/demobrowser/demo/widget/Window_Browser.html > > Demo and I wanted to tell you that the theming looks f…ing good ;) Me too. I just miss some kind of highlight o

Re: [qooxdoo-devel] speed of method applyFilters in qx.ui.table.model.Filtered

2008-06-17 Thread asaris
Hugh, I hadn't much time to look at it, but I made spike solution for class Filtered. Method applyFiltersQuickly behaves differently from qx method applyFilters. My class by default creates two instances of data - full _fullArr and filtered _rowArr. applyFiltersQuickly doesn't dispatch any

Re: [qooxdoo-devel] Static method in property init

2008-06-17 Thread Fabian Jakobs
Hi Kanugula, > Hi, > > Why is this not working? > > qx.Class.define("myGui", > { > extend : myAbstractGui, > > properties : > { > rpcUrl : > { > init : > my.ServerConfig.getServiceUrl()+"?request=delete&system=mySystem", > nullable

[qooxdoo-devel] qx 0.8 Theming

2008-06-17 Thread Tobias Koller (GERMO GmbH)
Hi, I just saw the http://demo.qooxdoo.org/devel/demobrowser/demo/widget/Window_Browser.htm l Demo and I wanted to tell you that the theming looks f...ing good ;) Tobias - Check out the new SourceForge

Re: [qooxdoo-devel] speed of method applyFilters in qx.ui.table.model.Filtered

2008-06-17 Thread Hugh Gibson
Asaris, How did you get on? I still think it's worth raising a bug about this as the framework could be much improved. Hugh > *Subject:* Re: [qooxdoo-devel] speed of method applyFilters > inqx.ui.table.model.Filtered > *From:* asaris <[EMAIL PROTECTED]> > *To:* qooxdoo Development > *Date

Re: [qooxdoo-devel] Anyone needs switching locales and themes at runtime?

2008-06-17 Thread Hugh Gibson
> > 2. Dynamic loading. > > > > This works as now - i.e. an instance of qx.locale.LocalizedString > > is created and evaluating the string value is carried out in > > "toString". Instances have to listen for changes to the locale and > > reload their values. All localised strings will re-evaluate

[qooxdoo-devel] qx.io.remote.Request can't send more than one times

2008-06-17 Thread jhonny thio
Hi... I use remote request to communicate with PHP from qooxdoo. Here is my code : var d = qx.ui.core.ClientDocument.getInstance(); lyrketik = new qx.ui.form.TextArea(); lyrketik.set({ left: 1, top: 25, right: 1, bottom: 1 }); d.add(lyrketik); var b1 = ne