[qooxdoo-devel] an instance of a class to add listener to other instance

2010-03-05 Thread Steve Jobs
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

[qooxdoo-devel] trying to set a text value as a selected item of a List....possible somehow?

2010-03-05 Thread Marta Smith
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

Re: [qooxdoo-devel] image scaling in .8.x

2010-03-05 Thread Jim Hunter
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

Re: [qooxdoo-devel] [english 100%] Re: Get document loaded?

2010-03-05 Thread Stefan Meyer
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

Re: [qooxdoo-devel] image scaling in .8.x

2010-03-05 Thread Jim Hunter
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

Re: [qooxdoo-devel] timeout

2010-03-05 Thread Olivier ZORO-BI
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

Re: [qooxdoo-devel] timeout

2010-03-05 Thread Derrell Lipman
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()); >}

[qooxdoo-devel] timeout

2010-03-05 Thread Olivier ZORO-BI
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, ---

Re: [qooxdoo-devel] Get a node to represent qooxdoo widgets

2010-03-05 Thread mckwil
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

Re: [qooxdoo-devel] image scaling in .8.x

2010-03-05 Thread Jim Hunter
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

Re: [qooxdoo-devel] What does [english 100%] mean ?

2010-03-05 Thread Jean-Baptiste BRIAUD -- Novlog
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 ? > > >

Re: [qooxdoo-devel] TabView Tabbing problems

2010-03-05 Thread Christian Schmidt
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

Re: [qooxdoo-devel] cellFocusChange event?

2010-03-05 Thread Fabian Jakobs
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

Re: [qooxdoo-devel] TextField space character

2010-03-05 Thread geoffre
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

Re: [qooxdoo-devel] fireEvent and mouseClicks

2010-03-05 Thread Jonathan Weiß
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

[qooxdoo-devel] jsonrpc testing infrastructure

2010-03-05 Thread panyasan
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

Re: [qooxdoo-devel] strange "generate translation" behavior

2010-03-05 Thread Peter Schneider
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

Re: [qooxdoo-devel] Application ist loaded?

2010-03-05 Thread Jonathan Weiß
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

Re: [qooxdoo-devel] Application ist loaded?

2010-03-05 Thread smisonl...@googlemail.com
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

Re: [qooxdoo-devel] Has anyone tried to rotate images on the client?

2010-03-05 Thread Petr Kobalíček
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

Re: [qooxdoo-devel] Get document loaded?

2010-03-05 Thread Jonathan Weiß
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

Re: [qooxdoo-devel] Application ist loaded?

2010-03-05 Thread Jonathan Weiß
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

Re: [qooxdoo-devel] Label Bold

2010-03-05 Thread Jonathan Weiß
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

[qooxdoo-devel] Get document loaded?

2010-03-05 Thread smisonl...@googlemail.com
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

[qooxdoo-devel] cellFocusChange event?

2010-03-05 Thread Fritz Zaucker
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

[qooxdoo-devel] Application ist loaded?

2010-03-05 Thread smisonl...@googlemail.com
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

Re: [qooxdoo-devel] First Mouse scroll hangs the application for 6 sec..

2010-03-05 Thread Jonathan Weiß
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

Re: [qooxdoo-devel] Rotated / vertical text

2010-03-05 Thread Fritz Zaucker
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

[qooxdoo-devel] Label Bold

2010-03-05 Thread hkalyoncu
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

Re: [qooxdoo-devel] Rotated / vertical text

2010-03-05 Thread Jonathan Weiß
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

Re: [qooxdoo-devel] Context menus aren't working in Firefox or Chrome.

2010-03-05 Thread Jonathan Weiß
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

Re: [qooxdoo-devel] Get a node to represent qooxdoo widgets

2010-03-05 Thread Alexander Steitz
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

Re: [qooxdoo-devel] TabView Tabbing problems

2010-03-05 Thread Christian Schmidt
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

Re: [qooxdoo-devel] image scaling in .8.x

2010-03-05 Thread Alexander Steitz
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