Re: [qooxdoo-devel] qx.data.controller.Form with qx.ui.form.List

2010-07-02 Thread Tobias Oetiker
Hi Thomas, Today thron7 wrote: > Mh, but your Playground example doesn't even try to call the > .getSelection() method?! I've added these few lines, and they work just > fine. Or am I missing something?! > > gender.addListener("changeSelection", function(e) { > var vals = gender.ge

Re: [qooxdoo-devel] qx.data.controller.Form with qx.ui.form.List

2010-07-02 Thread thron7
Mh, but your Playground example doesn't even try to call the .getSelection() method?! I've added these few lines, and they work just fine. Or am I missing something?! gender.addListener("changeSelection", function(e) { var vals = gender.getSelection(); alert(vals); })

Re: [qooxdoo-devel] qx.data.controller.Form with qx.ui.form.List

2010-07-02 Thread Tobias Oetiker
Hi Thomas, Yesterday thron7 wrote: > > > On 07/02/2010 04:30 PM, Tobias Oetiker wrote: > > Hi, > > > > I am trying to use qx.ui.form.List with SelectionMode additive. > > Is there a trick to get all the selected items returned from the > > list without accessing the list controller directly? > >

Re: [qooxdoo-devel] General question

2010-07-02 Thread Burak Arslan
On 07/02/10 19:31, thron7 wrote: > Jens, > > welcome. > > >> I want to develop a user administration interface, so i have to deal >> with some kind of rpc. What is the best way to do this? qx.io.remote.rpc >> i would suggest. Is there anywhere a example for qooxdoo 1.1.x? I >> already run the py

Re: [qooxdoo-devel] Hello from a newbie.

2010-07-02 Thread nrg-b
Hey Martin thanks for your continued help. I tried the YQL console: use 'http://www.yqlblog.net/samples/twitter.status.xml'; insert into twitter.status (status,username,password) values ("Playing with INSERT UPDATE and DELETE in YQL", ","") Of course - with my real twitter username and passwor

[qooxdoo-devel] Bugzilla maintenance this Monday

2010-07-02 Thread thron7
Dear all, we have planned maintenance for our issue tracker at bugzilla.qooxdoo.org for this Monday, July 5., 2010. As we are upgrading the installation and moving to a new hardware, the old site will be set into maintenance mode from 12:00 UTC onward, so the old database can no longer be changed

Re: [qooxdoo-devel] qx.ui.decoration.Background.setBackgroundPositionX(10) - proper use of

2010-07-02 Thread thron7
It shouldn't make a difference. Could you provide a working Playground sample, so other can re-create the effect?! T. On 07/02/2010 06:03 PM, Werner Thie wrote: > Hi all > > Is it correct that the following code DOES NOT provide the wished for > grafical effect of shifting the background image:

Re: [qooxdoo-devel] qx.data.controller.Form with qx.ui.form.List

2010-07-02 Thread thron7
On 07/02/2010 04:30 PM, Tobias Oetiker wrote: > Hi, > > I am trying to use qx.ui.form.List with SelectionMode additive. > Is there a trick to get all the selected items returned from the > list without accessing the list controller directly? qx.ui.form.List.getSelection() ?! T. --

Re: [qooxdoo-devel] General question

2010-07-02 Thread thron7
Jens, welcome. > I want to develop a user administration interface, so i have to deal > with some kind of rpc. What is the best way to do this? qx.io.remote.rpc > i would suggest. Is there anywhere a example for qooxdoo 1.1.x? I > already run the python rpc server from qooxdoo-contrib and it look

[qooxdoo-devel] qx.ui.decoration.Background.setBackgroundPositionX(10) - proper use of

2010-07-02 Thread Werner Thie
Hi all Is it correct that the following code DOES NOT provide the wished for grafical effect of shifting the background image: var element = new qx.ui.container.Composite(new qx.ui.layout.Basic()); var decorator= new qx.ui.decoration.Background().set({ backgroundImage : '00.png', backgrou

[qooxdoo-devel] qx.data.controller.Form with qx.ui.form.List

2010-07-02 Thread Tobias Oetiker
Hi, I am trying to use qx.ui.form.List with SelectionMode additive. Is there a trick to get all the selected items returned from the list without accessing the list controller directly? The examples always use a SlectBox which only returns a single value .. playground example http://tinyurl.c

Re: [qooxdoo-devel] Bad resource leakage

2010-07-02 Thread Fink, Andreas
If I'm right the attached patch should fix the problem. Regards, Andreas Von: Fink, Andreas [mailto:andreas.f...@afb24.com] Gesendet: Freitag, 2. Juli 2010 15:16 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] Bad resource leakage I had a quick look on the TimerManager source and

Re: [qooxdoo-devel] QxTransformer - Namespaces - Global Events

2010-07-02 Thread Siarhei Barysiuk
Hi Fru, At the first, I would suggest using trunk version of the QxTransformer, it's stable and we added some more features there and changed a few things (you will have to move your XML file to class folder). Regarding scope problem. The code you're using will add 'encode' fun

Re: [qooxdoo-devel] Bad resource leakage

2010-07-02 Thread Derrell Lipman
On Fri, Jul 2, 2010 at 09:15, Fink, Andreas wrote: > I had a quick look on the TimerManager source and I hit one section in > __insertNewTimner function: > > > > // If this is the first element on the queue... > > *if* (timerQueue.length == 1) > > { > > // ... then start list

Re: [qooxdoo-devel] Bad resource leakage

2010-07-02 Thread Fink, Andreas
I had a quick look on the TimerManager source and I hit one section in __insertNewTimner function: // If this is the first element on the queue... if (timerQueue.length == 1) { // ... then start listening for the periodic timer. qx.event.Idle.getInstance().addLis

Re: [qooxdoo-devel] data binding - integer vs string binding for TextFields

2010-07-02 Thread sub
Thanks very much Martin - I should have found that one myself!! Much appreciated. Cheers -- View this message in context: http://qooxdoo.678.n2.nabble.com/data-binding-integer-vs-string-binding-for-TextFields-tp5247054p5247684.html Sent from the qooxdoo mailing list archive at Nabble.com. -

Re: [qooxdoo-devel] QxTransformer - Namespaces - Global Events

2010-07-02 Thread Fru Ndenge
Thanks for the quick response; I have been dabbling with this for quite some while now and will certainly need your help. In my original message there is a simple demo-project attached "custom.zip" -check that message again and download the zip file - make the necessary changes in the "config.j

Re: [qooxdoo-devel] QxTransformer - Namespaces - Global Events

2010-07-02 Thread Siarhei Barysiuk
Hi Fru, 1) If you defined the function in component then you should use it from the component like this. cmp.encode(...); Please post your code snippet and I'll be able to help you with another issue, not sure I understand what you're trying to do. Cheers, Serge On Jul 2, 2010, at 3:51

Re: [qooxdoo-devel] Twitter tutorial question

2010-07-02 Thread Christian Hagendorn
Hi Greg, thanks, I improved the tutorial. Cheers, Chris Am 21.06.2010 21:04, schrieb Greg Beaver: > On 6/21/10 10:02 AM, murtaza52 wrote: > >> What is the meaning of the last line - 'Setting a already set value will >> cancel the whole process of setting a new value' ? >> >> > potentia

[qooxdoo-devel] General question

2010-07-02 Thread Jens Thomas
Hi, i am new on this list. Usually i develop native desktop applications under Qt, write web apps is realy new for me. Qooxdoo looks great for me and i've played a little bit around. I want to develop a user administration interface, so i have to deal with some kind of rpc. What is the be

[qooxdoo-devel] QxTransformer - Namespaces - Global Events

2010-07-02 Thread Fru Ndenge
Hi all, I am using QxTransformer and migrating some legacy code from QooxDoo 0.7. Might be you can hint me on how certain things are implemented in QxTransformer? 1) Using the QxTransformer component model, I am trying to reference Utiltily functions defined in one component from another compon

Re: [qooxdoo-devel] Bad resource leakage

2010-07-02 Thread Derrell Lipman
On Fri, Jul 2, 2010 at 05:23, Per-Ola Stenborg wrote: > thanks for the patch and your effort. Unfortunatly it doesn't solv the > problem. > Even the simplest test src > http://www.sadata.se/files/temp/Application.jsshows it in an hour. > What can I do more to help? > As a last resort I tried nat

Re: [qooxdoo-devel] data binding - integer vs string binding for TextFields

2010-07-02 Thread MartinWittemann
Hey sub, Thats more a problem of the textfield than of the binding itself. Textfields in qooxdoo take strings and no numbers in general. Usually the data binding can take care of some kind of conversion automatically if the target supplies the type information. In that case, value (which is the ta

[qooxdoo-devel] data binding - integer vs string binding for TextFields

2010-07-02 Thread sub
Hi, I've found that binding a model, that has integer values rather than strings, to a form fails when binding to a TextField. The values are Marshalled to integers via the json store. Rather than changing the server side json, I'm looking for any advice to see how I could get the binding to work

Re: [qooxdoo-devel] Bad resource leakage

2010-07-02 Thread Per-Ola Stenborg
Hi Derrel, thanks for the patch and your effort. Unfortunatly it doesn't solv the problem. Even the simplest test src http://www.sadata.se/files/temp/Application.js shows it in an hour. What can I do more to help? As a last resort I tried native js "setInterval()" timer during the night in FF, i

Re: [qooxdoo-devel] setters(mutators) question (not found in 1.1 documentation)

2010-07-02 Thread Peter Schneider
Just for anyone that is interested, I try to sum it up: 1. The setters do return "The unmodified incoming value" [1] 1.1. They do so also in the "build version"[2]. 2. They throw an assertion error and return void in case of a type/range mismatch. 2.1. They don't throw an assertion error

Re: [qooxdoo-devel] Table column: copy from single cell, paste into multiple cells

2010-07-02 Thread thron7
Regarding your Playground code, I observed two things: - In your commandCopy.addListener("execute") function, you need to retrieve the selected text. There is no such thing as silent copying of the desktop clipboard to your code :). You have to find the selected text within your table, and save it