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
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);
})
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?
>
>
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
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
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
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:
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.
--
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
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
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
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
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
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
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
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.
-
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
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
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
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
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
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
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
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
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
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
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
27 matches
Mail list logo