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
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
"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
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
>> >
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
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
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
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
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
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
>
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
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
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
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
__
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
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
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
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
>
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
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
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
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
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
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 ?
--
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.
--
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
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
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
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-
>
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
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
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,
>
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
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.
>>
>
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",
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
36 matches
Mail list logo