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,
>
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
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)
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
> > 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
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
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
> 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
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
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
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
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
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
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
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
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
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
> > 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
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
19 matches
Mail list logo