[qooxdoo-devel] bigFilter and filter for AbstractField

2010-12-03 Thread b a
Hi, Sometimes I want to have a RegExp filter for a textfield, not for individual characters. I'm aware of the filter property in AbstractField, and so I made a new one called bigFilter I prepared a patch and here's a small testcase http://pastie.org/1345097 In the textfield you can only enter betw

Re: [qooxdoo-devel] Editor for Qoxxdoo?

2010-10-18 Thread b a
I suggest you use vim and add what you need to it :) autocomplete can be done using ctags(or even better exhuberant-ctags) and CTRL+P is for autocompletion :) On 10/18/10, smisonl...@googlemail.com wrote: > IS their any editor, having codecompletion fpr qooxdoo features? > > i want to use it to

Re: [qooxdoo-devel] accessing qx.core.Setting exactly after main {}

2010-09-30 Thread b a
"app_name": { "jobs": { "common": { "settings" : { } } } } On 9/30/10, b a wrote: > so how does my config.json need to look ? > > On 9/30/10, Guilherme Aiolfi wrote: >> Are you sure tha

Re: [qooxdoo-devel] accessing qx.core.Setting exactly after main {}

2010-09-30 Thread b a
n. > > On Thu, Sep 30, 2010 at 2:14 PM, b a wrote: > >> so is there any way for me to get at runtime things from config.json ? >> >> On 9/30/10, b a wrote: >> > actually now I put some alerts and realized that even in the code >> sections >> >

Re: [qooxdoo-devel] accessing qx.core.Setting exactly after main {}

2010-09-30 Thread b a
so is there any way for me to get at runtime things from config.json ? On 9/30/10, b a wrote: > actually now I put some alerts and realized that even in the code sections > that > I thought I was getting config values from qx.core.Setting , I wasn't. > I am get

Re: [qooxdoo-devel] accessing qx.core.Setting exactly after main {}

2010-09-30 Thread b a
ng undefined on qx.core.Setting.some_key_that_exists_in_config.json ... On 9/30/10, b a wrote: > Hi, > > I have a native Qooxdoo app which I wrote and I noticed that in main {} > I don't have access to qx.core.Setting(which from what I've seen > exposes the contents of config.json). > > I need to hav

[qooxdoo-devel] accessing qx.core.Setting exactly after main {}

2010-09-30 Thread b a
Hi, I have a native Qooxdoo app which I wrote and I noticed that in main {} I don't have access to qx.core.Setting(which from what I've seen exposes the contents of config.json). I need to have access to qx.core.Setting, so I want to move part of my code from main {} to some listener on some even

Re: [qooxdoo-devel] LINT improvements suggestions

2010-08-26 Thread b a
Hi Martin, On 8/26/10, Martin Wittemann wrote: >> 4) an error should be accompanied by the line that caused it (this >> speeds things up since you want to quickly see what caused the >> problem) > The line and the column is already printed out (the first two numbers). Yes, I was reffering to the

[qooxdoo-devel] LINT improvements suggestions

2010-08-25 Thread b a
I want to make 4 suggestions for the lint utility: 1) detect properties/methods that do not exist for certain objects (I know js is not typesafe and someone can pass any object type to a function, but this feature may be possible to some extent of static code analysis) 2) detect if variables that

Re: [qooxdoo-devel] vim and playground

2010-08-19 Thread b a
so while editing a Qooxdoo playground script in my vim I just write :!perl playground.pl % and suddenly it starts firefox on the playground loading the script On 8/19/10, b a wrote: > pretty cool, Thanks ! > > now I can write in my favourite editor and run the perl script so that >

Re: [qooxdoo-devel] vim and playground

2010-08-19 Thread b a
gt; my $code = slurp($ARGV[0]); > $code =uri_escape_utf8($code,"^A-Za-z"); > $code = "{\"code\": \"$code\" }"; > $code =uri_escape_utf8($code,"^A-Za-z"); > > That did it for me. > > > Regards, > Daniel > > b a s

Re: [qooxdoo-devel] vim and playground

2010-08-19 Thread b a
encode this and then load like so: > > http://demo.qooxdoo.org/devel/playground/index.html#%7B%22code%22%3A%20%22%252F%252Fyour%2520code%2520here%22%7D > > Note that different browsers have different length limits for URIs so if > your code gets too long it may not work. > > > Reg

[qooxdoo-devel] vim and playground

2010-08-19 Thread b a
Is there a way that I could edit my code with vim and then try it in the playground ? I want to automate this somehow from the console.. -- This SF.net email is sponsored by Make an app they can't live without Enter the

[qooxdoo-devel] console.log inside playground

2010-08-18 Thread b a
hi, can I have firebug console.log inside the qooxdoo playground ? -- This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev __

Re: [qooxdoo-devel] node.js and qooxdoo

2010-08-02 Thread b a
On 8/2/10, thron7 wrote: > twisted is certainly a proven platform. but as apache, it is rather for > complex applications, and it's a huge and unwieldy beast. nothing > compared to the ultra-light node.js. and performance-wise i think there > is no way current python implementations can beat v8 an

Re: [qooxdoo-devel] node.js and qooxdoo

2010-08-02 Thread b a
On 8/2/10, benco wrote: > All Right. Yep indeed, in theory, node.js doesn't need another http server. > > But I heard that, according to the creator, nodejs isn’t really ready for > replacing http server yet - however, I don't know if it still the case > nowadays. I'm pretty sure it can succesfu

Re: [qooxdoo-devel] node.js and qooxdoo

2010-08-02 Thread b a
lines 185-216 serve static qooxdoo files http://github.com/wsdookadr/Q-Chess/blob/master/server/serv.js cheers On 8/2/10, panyasan wrote: > > Hi, > > this weekend I started experimenting with node.js and Socket.IO, in order to > implement a solution that will hook into the qx.event.message syste

Re: [qooxdoo-devel] node.js and qooxdoo

2010-07-29 Thread b a
started writing a chess game server in node.js and qooxdoo on front-end http://github.com/wsdookadr/Q-Chess On 7/28/10, panyasan wrote: > > Hi, > > I am currently looking into node.js (http://nodejs.org/) and am pretty > fascinated, actually thinking to creating some of my backend logic with >

Re: [qooxdoo-devel] Splitter and scroll problem

2010-07-01 Thread b a
here , just made it a bit shorter for you http://tinyurl.com/32e7bat On 7/1/10, f...@mail.dnttm.ro wrote: > Hi. > > The code contained in the URL below places a combination of splitters inside > tab views and tab views inside splitters on a window. These do not behave as > expected when the windo

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

2010-07-01 Thread b a
I read this. http://qooxdoo.org/documentation/1.1/defining_properties The docs specify what the getter returns but they do not specify what the setter should return. I think it would be natural for it to return false if it was not able to set the value and return true if it was able to set it. Is t

Re: [qooxdoo-devel] qx.ui.form.List oddity

2010-07-01 Thread b a
ah nevermind... ./generate.py source fixed it On 7/1/10, b a wrote: > so I just wrote a qx.ui.form. > List and noticed that if I add items to it and then add the List to > the window/dialog/whatever then it won't show up at all and no errors > in firefox console or exceptio

[qooxdoo-devel] qx.ui.form.List oddity

2010-07-01 Thread b a
so I just wrote a qx.ui.form. List and noticed that if I add items to it and then add the List to the window/dialog/whatever then it won't show up at all and no errors in firefox console or exceptions will be thrown. But if I first add it to the window and then start adding items to it, then it wi

[qooxdoo-devel] createInterceptor from ExtJS equivalent in Qooxdoo

2010-06-30 Thread b a
Is createInterceptor from ExtJS implemented in Qooxdoo ? Maybe it has a different name ? http://www.sencha.com/deploy/dev/docs/source/Ext.html#method-Function-createInterceptor -- This SF.net email is sponsored by Sprint W

[qooxdoo-devel] IRC channel on FreeNode

2010-06-30 Thread b a
The #qooxdoo channel on FreeNode needs some more exposure, last time I was there there were like 2-3 people. But I see the mailing list is very active and I was hoping maybe the channel would have more people discussing Qooxdoo in real-time. Would this be possible/useful/realistic ? --

[qooxdoo-devel] minor typo in docs

2010-06-29 Thread b a
In http://qooxdoo.org/documentation/1.1/interfaces we have --> "The precondition should raise an exception if the arguments are don’t meet the expectations" I propose removal of the word "are" I imagine this is just a small typo. --

Re: [qooxdoo-devel] configuration.json (config.json)

2010-06-20 Thread b a
Tommy man .. you're like ... pure awesome man :) thanks ! On 6/20/10, thron7 wrote: > You can use the "settings" key in the config.json. Settings you define > this way are accessible in your Javascript code through qx.core.Setting. > Settings should take the form ".", e.g. "myapp.mysetting". > Se

[qooxdoo-devel] configuration.json (config.json)

2010-06-20 Thread b a
hi, can I access the contents of config.json from within qooxdoo or is config.json just to be used by the python generate.py script ? I'm writing something and I want to store some settings on disk so it will be able to use them. that's because I need to use them from somewhere else as well. what f

Re: [qooxdoo-devel] suppressing OPTIONS request

2010-06-15 Thread b a
equest > appears when some browsers (I tried with firefox) trying to make a > cross-site request. > So, you should focus on the cross-site request and ignore the OPTIONS > request appearing. > > Regards, Frank > >> -Ursprüngliche Nachricht- >> Von: b a [mai

Re: [qooxdoo-devel] suppressing OPTIONS request

2010-06-15 Thread b a
on. But the OPTION request > appears when some browsers (I tried with firefox) trying to make a > cross-site request. > So, you should focus on the cross-site request and ignore the OPTIONS > request appearing. > > Regards, Frank > >> -Ursprüngliche Nachricht- >

[qooxdoo-devel] suppressing OPTIONS request

2010-06-15 Thread b a
is there any way to just make the OPTIONS request go away ? it is really annoying. -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. S

Re: [qooxdoo-devel] POST and GET ... not really

2010-06-15 Thread b a
have to bother > with outdated HTTP actions like GET, POST, OPTIONS and some other amazing > one. > > On 15 juin 2010, at 14:21, b a wrote: > >> Hi, >> >> I started writing something with qooxdoo and I also wrote a server >> so that the qooxdoo app co

Re: [qooxdoo-devel] POST and GET ... not really

2010-06-15 Thread b a
IONS thing ? have virtually no answer in the documentation. On 6/15/10, Petr Kobalíček wrote: > This is interesting, because if I remember correctly then you are not > first with the issue. > > What firebug says? > > On Tue, Jun 15, 2010 at 2:21 PM, b a wrote: >> Hi, >

Re: [qooxdoo-devel] POST and GET ... not really

2010-06-15 Thread b a
on't have to bother > with outdated HTTP actions like GET, POST, OPTIONS and some other amazing > one. > > On 15 juin 2010, at 14:21, b a wrote: > >> Hi, >> >> I started writing something with qooxdoo and I also wrote a server >> so that the qooxdoo app co

Re: [qooxdoo-devel] POST and GET ... not really

2010-06-15 Thread b a
Hi Ilkka, On 6/15/10, Ilkka Oksanen wrote: > Hi, > > On Tue, Jun 15, 2010 at 3:21 PM, b a wrote: > >> Hi, >> >> I started writing something with qooxdoo and I also wrote a server >> so that the qooxdoo app communicates with that. >> >

[qooxdoo-devel] POST and GET ... not really

2010-06-15 Thread b a
Hi, I started writing something with qooxdoo and I also wrote a server so that the qooxdoo app communicates with that. In qooxdoo I made a POST request like this var req = new qx.io.remote.Request( "http://127.0.0.1:8124";, "POST",

Re: [qooxdoo-devel] grid with draggable images

2010-06-12 Thread b a
On 6/13/10, Tobias Oetiker wrote: > Hi Sheriff Randomcoder, > > Today the_sheriff wrote: > >> >> hello, >> >> how do I make a grid with images on it ? >> the problem is I can't get the images in the cells(which are >> qx.ui.core.Widgets). >> I get errors that tell me that there is already somethin