Hi Tron,
Your config file worked. Well, it combined the images.
It's about 100 kb vertically organised ,and about 67 kb horizontally
organised.
A quick glance suggests splitting it up in three 'height' groups should be
effective enough. (and get it somewhere around 10-20 kb)
And the build version
>
> Hi Thomas,
>
> the "services" folder (could also be named differently) contains the
> server-side classes, i.e. a script that starts the node.js-based json-rpc
> server, plus all the classes that contain the service methods. This way,
> one
> could use the API viewer to create a documentation o
> combined. Can I combine already combined images?
Nope, I don't think that that double nesting would work.
>
> Why not just reduce it to say three images for the whole 'modern' theme?
> A monochrome image, a blue image and a gif image.
I can't tell you, give it a try.
T.
> If somebody has a working config.json file that combines all the modern
> files into one.
> Please share!
C'mon, that's not hard! I can't completely test this, but it should look
somewhat like this:
{
"jobs" :
{
"image-combine" :
{
"let" :
{
"RESPATH" : "sourc
> Hi Thomas,
>
> Is there a reason why the generator doesn't combine all the images into
> one
> image automatically? Or maybe one for each theme and one for the app?
Honestly, I can't say. Fabian did the initial "cutting" of the combined
images. I think he mostly focused on collecting the images
Hi Thomas,
the "services" folder (could also be named differently) contains the
server-side classes, i.e. a script that starts the node.js-based json-rpc
server, plus all the classes that contain the service methods. This way, one
could use the API viewer to create a documentation of the server-s
>
>
> thron7-2 wrote:
>>
>> On 08/11/2010 08:44 AM, panyasan wrote:
>>> would be extremely useful for people who already use it is if it was
>>> possible to create an API viewer from the server-side files.
>>
>> What do you mean? An Apiviewer that holds the classes that went into
>> qxoo? - Sure. A
> [Errno 2] No such file or directory:
> u'../tool/data/generator/oo.loader.tmpl.js'
As for this one, you need to update your trunk version ;).
T.
--
This SF.net email is sponsored by
Make an app they can't live witho
Thanks, David. You have a nice story, you could add your project(s) to the
Real-life Examples page [1].
Thomas
[]http://qooxdoo.org/community/real_life_examples
> Hi,
> I want to thank the qooxdoo team, we are using qooxdoo since version 5.x
> for website back-end (abandoned) and a repair center
hi,
undefined is a troll ;) undefined is not a reserved keyword, you can set the
"variable" undefined I agree, you should not !
var undefined = 'define undefined'; // Do not raise exception.
That's why, I prefer to use typeof for testing undefined, but it doesn't change
anything in pract
Hi David,
maybe the === or ==! operator would be the right coice. But this could
influence the code semantic. A "crash" could be welcome, too.
Rob.
>>> David Charbonnier 11.08.10 17.40 Uhr >>>
Hi,
On SingleValueBinding, you're testing data != undefined. I think thats evil :
var data=null;
var
On Wed, Aug 11, 2010 at 12:48, panyasan wrote:
>
> Update: I still don't know how to solve the issue, but I figured that what
> I
> want to achieve (including qx.lang.*) won't work because the classes in
> this
> namespace heavily rely on qx.bom.* methods and browser internals, which
> cannot wor
Hi,
I want to thank the qooxdoo team, we are using qooxdoo since version 5.x for
website back-end (abandoned) and a repair center software [
http://sava.oxys.net ] .
Qooxdoo 1.x is a really good job, well designed. Binding is very powerful it
make development very fast, create amazing interfaces
Update: I still don't know how to solve the issue, but I figured that what I
want to achieve (including qx.lang.*) won't work because the classes in this
namespace heavily rely on qx.bom.* methods and browser internals, which
cannot work in the node.js context.
C.
--
View this message in context
Hi Thomas,
Is there a reason why the generator doesn't combine all the images into one
image automatically? Or maybe one for each theme and one for the app?
John
-Original Message-
From: thron7 [mailto:thomas.herchenroe...@1und1.de]
Sent: 11 August 2010 10:00
To: qooxdoo Development
Su
I'm pretty sure all you have to do is tell the Generator to view your
code as a (qooxdoo) library. I managed to generate an APIViewer for my
qxoo-based project simply by dumping the classes into a contribution
skeleton :-)
Regards,
Daniel
panyasan schrieb:
>
> thron7-2 wrote:
>> On 08/11/201
Hello,
I am trying to extend the "qxoo-build" job to create a custom qx-build for
RpcNode. This is what I tried:
config.json
{
"name": "RpcNode",
"include" :
[
{
"path" : "${QOOXDOO_PATH}/framework/config.json"
}
],
"export" :
[
"qxoo-ext-build"
],
"let"
> PS: today I showed qooxdoo to my most important customer, CIO of an
> international commodities/industrial company (where qx is used in some
> projects), he was thrilled
Cool :).
--
This SF.net email is sponsored by
Hi,
On SingleValueBinding, you're testing data != undefined. I think thats evil :
var data=null;
var test = (data != undefined)
'test' is false ! I don't think that's what you want. Null could be a valid
property value and there is no reason (for me) to avoid setting null value
through binding
If somebody has a working config.json file that combines all the modern
files into one.
Please share!
Greetings,
Ralf
2010/8/11 thron7
>
>
> On 08/10/2010 07:08 PM, eduardo zuviria wrote:
> > Hi,
> >
> > I'm working in deploying a qooxdoo (version 1.2) app in the Google app
> > engine. For opti
Actually, it's less than 10 kb that is getting transferred.
And the round-trip is more like 50 ms, because i'm close to our data-center.
(but 200 ms is a safe worst case estimate)
But the stuff is loaded on demand, which actually adds about 200 ms extra to
the initial loading time (until it is vis
Hi Tron,
Thanks for your explanations!
I got the image-combining working with the icons I use.
But I cheated a little: a copied the ones I use to my resource folder. (and
gave them more sane names for how I use them as well, so this is a good
thing)
Yet there are still about 20 small image files
Okay,
thanks to your confirmation of the correct approach, I was able to get
it done.
The trick was not to work on the target2model converter (which I had
expected), but the model2target converter needed some assistance to
translate the date string (in german dd.MM. format) back into a date
On Wed, Aug 11, 2010 at 06:22, Mengu wrote:
>
> Hello Derrell,
>
> Thank you for the patch. We have applied the patch. The problem is
> "isMouseAction" that comes from e.getData() is undefined.
Ok, I had a bit more time today so I actually tested it this time. :-) Try
attached patch x.patch ins
thron7-2 wrote:
>
> On 08/11/2010 08:44 AM, panyasan wrote:
>> would be extremely useful for people who already use it is if it was
>> possible to create an API viewer from the server-side files.
>
> What do you mean? An Apiviewer that holds the classes that went into
> qxoo? - Sure. An Apiview
Yup, it's a bug. Thanks for the patch, David.
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/this-warn-is-undefined-tp5411486p5411808.html
Sent from the qooxdoo mailing list archive at Nabble.com.
-
I've also added as a bug in bugzilla.
http://bugzilla.qooxdoo.org/show_bug.cgi?id=3981
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/this-warn-is-undefined-tp5411486p5411821.html
Sent from the qooxdoo mailing list archive at Nabble.com.
--
Hi lomme,
I don't know if this helps you or not, but a submenu is closed with a
combination of mouseover, mouseout events. Maybe you should try to somehow
fake this events on your iPad.
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/Closing-the-menu-on-a-menu-button-on-dema
Hi folks,
I want to add an empty row to my table. But it doesnt want to. I am getting
this Error:
016192 qx.io.remote.RequestQueue[264]: Request qx.io.remote.Request[1772]
handler _oncompleted threw an error: TypeError: this.__rowArr[rowIndex] is
undefined
Stack Trace:
qx.ui.table.model.
Hello,
I've been messing around on my iPad for some time now and I'm having some
problems with menu buttons.
The thing is that there's no real mouseover effect on an iPad since there's
no cursor so you have to click once to trigger the mouseover effect and a
second time to trigger the mousedown
Hello Derrell,
Thank you for the patch. We have applied the patch. The problem is
"isMouseAction" that comes from e.getData() is undefined. I have also tried
with overriding the setColumnWidth but it's the same. It never returns
false.
--
View this message in context:
http://qooxdoo.678.n2.nabb
Hi folks,
I want to add an empty row to my table. But it doesnt want to. I am getting
this Error:
016192 qx.io.remote.RequestQueue[264]: Request qx.io.remote.Request[1772]
handler _oncompleted threw an error: TypeError: this.__rowArr[rowIndex] is
undefined
Stack Trace:
qx.ui.table.model.
On 08/10/2010 07:08 PM, eduardo zuviria wrote:
> Hi,
>
> I'm working in deploying a qooxdoo (version 1.2) app in the Google app
> engine. For optimization reasons i want to combine the
> modern theme images in a only a few files and I'm not interest in
> compatibility with IE6. But for some rea
Hi,
line 708-710 off SingleValueBinding.js on qooxdoo 1.2 you've got :
708 this.warn(
709 "Failed so set value " + value + " on " + targetObject
710 + ". Error message: " + e
711 );
But there is no inheritance from qx.core.Object, so this.warn is undefined. Is
that a bug or something I don't un
On 08/11/2010 08:44 AM, panyasan wrote:
>
> Hello,
>
> I think due to its maturity and usefulness, qxoo has a glorious future ahead
> in non-browser environment. Another feature that would add to its appeal and
> would be extremely useful for people who already use it is if it was
> possible to
You could open an enhancement bug for this. -T.
On 08/10/2010 10:21 PM, m...@maudja.net wrote:
>
> Hi,
>
> a little feature request: qx.ui.embed.audio for the new HTML5 Audio Element.
> http://www.w3schools.com/html5/tag_audio.asp
>
> Maybee in qooxdoo 1.3 ?
>
> regards
> mj
>
>
>
> ---
36 matches
Mail list logo