Hi qooxdoo geeks
I am pretty new to qooxdoo and even not an expert in javascript. My problem
may look stupid but I need to solve it, if possible.
I am creating a qooxdoo class (MyClass). I want that one instance (obj1) of
MyClass to add a listener to some other instance (obj2) of the same class
whe
Hi qooxdoo development community,
I am in the process of migrating my application from 0.8.2 to 0.8.3 so that
I can upgrade it to 1.x.
I have run into a problem I need help with, so I don't have to rewrite this
application. Many of our applications based on this data structure, so I'm
hoping ther
Turns out, maintaining a copy of the image and recreating it for each change
of the scaling, and showing only the copy, is working just fine.
Jim
On Fri, Mar 5, 2010 at 10:49 AM, Jim Hunter wrote:
> OK< I think there is a bug in .8. If you create the image control and set
> the scale before you
Hello,
but how i set the asyncrone ?
Their is noc command to set
http://qooxdoo.org/documentation/1.0/remote_io
this is one of my actual request but where should i add the parameter?
var req = new
qx.io.remote.Request(jobs.system.Globals.processorURL, "POST",
"application/js
OK< I think there is a bug in .8. If you create the image control and set
the scale before you render it, it will scale properly. But once it is
rendered it will not change it's scale. Here is sample code that can be run
in the Playground to show it's behavior. If you run this in the 1.0.1
Playgrou
Derrell Lipman wrote:
> On Fri, Mar 5, 2010 at 10:54, Olivier ZORO-BI
> mailto:olivier.zoro...@novlog.com>> wrote:
>
> hi,
> I would like to know how to use the timeout event with the
> qx.io.remote.Request. I have the example of completed which is:
> req.addListener("complete
On Fri, Mar 5, 2010 at 10:54, Olivier ZORO-BI wrote:
> hi,
> I would like to know how to use the timeout event with the
> qx.io.remote.Request. I have the example of completed which is:
> req.addListener("completed", function(a) {
>alert(a.getContent());
>}
hi,
I would like to know how to use the timeout event with the
qx.io.remote.Request. I have the example of completed which is:
req.addListener("completed", function(a) {
alert(a.getContent());
})
Could someone help me?
Thanks,
---
Hello,
I'm a bit confused about your solutions:
"either wrap the google code in
your popup window inside a small qooxdoo app or use a qooxdoo window
instance
and embed the google code there inside an iframe"
If I was to load a qooxdoo window and embed the google code there, then I
wou
Not related to that bug, but I did more testing and the actual scaling does
work in .8 but when the image control is stuffed into the controls I have,
that is when it fails. Today I am going to build up the control one piece at
a time to see where the break occurs and report back.
Thanks,
Jim
On
Hi,
Just curious : what does that mean ?
Sometime this is added to the subject of some discussion ...
On Jan 21, 2010, at 22:20 , Jean-Baptiste BRIAUD -- Novlog wrote:
> Hi,
>
> Its all in the subject : what does [english 100%] mean ?
>
>
>
Hi Frederik,
yes, I can confirm your issue with 0.8.2. I have also tested the 0.8.3
and 1.0.1 version and the issue doesn't exits, so please use a newer
version.
Cheers,
Chris
Am 05.03.2010 09:54, schrieb Christian Schmidt:
> Hi Frederik,
>
> ok, thank you. I will try to reproduce it. Please b
Hi Fritz,
there is no hook for this in the table. I would extend the table class
and override the "setFocusedCell" method.
Best Fabian
> Hi,
>
> as far as I can tell from the docu there is no changeCellFocus event for
> qx.ui.table.Table?
>
> I would like to have an event handler being called wh
Christian,
I think the problem come from keyboard event that are not correctly
transfer.
In fact all my custom widget are used inside a List, I noticed that if I
click on a TextField from my custom widget I can keyboard any character
except space and Direction.
But if click on up or down direc
Hello Benoît!
This should work:
widget.fireEvent(
"click",
qx.event.type.Mouse,
[{}, widget, widget, false, true]
);
Be sure that the widget is created and ready.
Kind regards
Jonathan
-
Jonathan Weiß
Framework Engineer
http://mysterycity.de/blog Blog - htt
Hi,
qooxdoo contains an excellent infrastructure to test the client-side
classes. What is still needed are similar things for the backend. While
there can be no general way for the diverse backends, I am thinking of
creating a testing infrastructure for the json-rpc backends that is based on
the
Hi Thomas,
I came across the issue again and can give some more information:
a) The generated script works "flawlessly". The generated script only differs
in the qx.$$translations map (I've expected that ;) )
b) Every "generate source" complains about some 'qx.ui.layout...' or similar
unkn
Stefan, if the problem is related to the question from February, please
answer to this e-mail. Everybody on this mailing list can follow your steps
better and know the background, if you stick to one "thread" for one
problem.
If you want to be absolutely sure that your widget is ready to be used
Not really. I try this but that dosent work. I think the window is
already finished when i add this listener and i think that isnt not the
real needed solution.
i load some data in different splitpanes and then i add the data via
ajax to the different widgets and sometime, most on slower sy
Hi,
Yeah, I noticed big leaks too. The author of Raphael said that he
fixed them, but I'm quite skeptical about Raphael source code - every
time the Raphael instance is created all methods are copied and
created again and again (everything is closure-style based) - this
increases memory footprint
Hello Stefan,
http://n2.nabble.com/Application-ist-loaded-td4680086.html#a4680313 ,
http://qooxdoo.org/documentation/1.0/remote_io and
http://demo.qooxdoo.org/devel/apiviewer/#qx.core.Object~setUserData .
Cheers,
Jonathan
-
Jonathan Weiß
Framework Engineer
http://mysterycity.de/blog Blog
Hello Stefan,
is this the same question that you asked two weeks ago, or is this a
different question?
http://n2.nabble.com/Get-Document-loaded-and-finshed-tp4588895p4591006.html
If this is different, provide more information.
Cheers,
Jonathan
-
Jonathan Weiß
Framework Engineer
http://m
Hello Huseyin,
you don't have to use a new qx.bom.Font instance for the setFont() method
[1] on the label. You can use one of the fonts which are defined in the
theme (e.g. qx.theme.modern.Font) your application is using:
label.setFont("bold");
Cheers,
Jonathan
[1] http://demo.qooxdoo.org/d
Hello,
i have some problems on lloading. How can i get the applaoded status
to add some data to the widget via ajax?
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, fin
Hi,
as far as I can tell from the docu there is no changeCellFocus event for
qx.ui.table.Table?
I would like to have an event handler being called when using the keyboard
up/down/left/right keys to move within the table. The focus indicator moves
along nicely, but I don't know how I can get notif
Hello,
i want to add some Data via Ajax request but i get some timing problems
on slow computers. Hoc can i check , really check the application is loaded?
--
Download Intel® Parallel Studio Eval
Try the new software to
Hello Fredrik,
I need to know more about your setup. "Each tab is scrollable" --> Did you
add an scrollcontainer into the tabview page to make it scrollable, or do
you mean that the tabs itself can be scrolled using the buttons on the left
and right next to them?
I have started to build an exa
Hi Jonathan,
I was afraid that this was going to be the answer ...
On Fri, 5 Mar 2010, Jonathan Weiß wrote:
I don't know a solution that works for all browsers and systems, besides
using images.
As the labels will be generated based on input data, this would be a bit of
a performance problem
Hi
how can i set the label's font to bold without changing its default size and
family and
without setting rich?
i tried both
label.set({font: new qx.bom.Font("default").set({bold: true})});
and
label.set({font: new qx.bom.Font().set({bold: true})});
the resulted labels were bold but unfortu
Hello Fritz,
I don't know a solution that works for all browsers and systems, besides
using images. You could use CSS transformations to rotate text, but this
will only work in browsers using the webkit and mozilla rendering engine.
If text, written from top to bottom is ok for you, you could s
Hello greasydigits!
Could you please create a bug report for this issue, providing as much
information as possible to reproduce it? A small sample with a remote table
would be perfect.
http://bugzilla.qooxdoo.org/enter_bug.cgi?product=framework
Cheers,
Jonathan
-
Jonathan Weiß
Framework E
Hi,
On Thursday March 4 2010 17:22:18 mckwil wrote:
> I'm trying to build an application that integrates with Google map, in
> which I need to create a map marker with a pop-up information "window".
>
> What I wanted to achieve, is to use Qooxdoo widgets/components in that
> pop-up to generate ri
Hi Frederik,
ok, thank you. I will try to reproduce it. Please be patient.
Cheers,
Chris
Am 04.03.2010 07:45, schrieb fjacobsson:
> Hi again!
> We are using qooxdoo version 0.8.2 and browser Firefox 3.5.8 .
> Br,
> Fredrik
>
--
Christian Schmidt
Software Entwickler
1&1 Internet AG - Web
Hi Jim,
is this issue related to the (already fixed) bug #3273?
http://bugzilla.qooxdoo.org/show_bug.cgi?id=3273
cheers,
Alex
On Friday March 5 2010 01:28:56 Jim Hunter wrote:
> Does anyone know of a bug in the scaling of images in 0.8.x? I created a
> simple control to view an image
34 matches
Mail list logo