Re: [qooxdoo-devel] Bls: Bls: Web Operating System, My first Qooxdoo Application, Please See and Give comment. (www.jt-os.com)

2008-09-29 Thread Siarhei Barysiuk
Hi, Didn't look at code first time. I just checked the app and this is a still 'source' version. If you take a look at jtos.js you will see a lot of

[qooxdoo-devel] Bls: Bls: Web Operating System, My first Qooxdoo Application, Please See and Give comment. (www.jt-os.com)

2008-09-29 Thread jhonny thio
ow sorry... But I have make a qx.js using build version (using cygwin). And in that qx.js, there are about 200 classes Qooxdoo (Total Qooxdoo classes is about 300-400). Still wrong? - Pesan Asli Dari: Jim Hunter <[EMAIL PROTECTED]> Kepada: qooxdoo Development Terkirim: Selasa, 30 Se

Re: [qooxdoo-devel] Bls: Web Operating System, My first Qooxdoo Application, Please See and Give comment. (www.jt-os.com)

2008-09-29 Thread Jim Hunter
You didn't understand what she was trying to tell you. You need to doa 'build' version of your application so that is creates a single JS file. Your load time will be cut down to just a few seconds not minutes. Check out the qooxdoo website on information about doing a full build. Jim On Mon, Se

[qooxdoo-devel] Bls: Web Operating System, My first Qooxdoo Application, Please See and Give comment. (www.jt-os.com)

2008-09-29 Thread jhonny thio
for Chandrasekhar A, I Have Filter all the class that I used and don't used. In quickstart debug, here the report: 010375 DEBUG: qx.core.Init[4]: qooxdoo 0.7.3 010391 DEBUG: qx.core.Init[4]: loaded 0 old classes 010391 DEBUG: qx.core.Init[4]: loaded 333 classes 010391 DEBUG: qx.core.Init[4]: load

Re: [qooxdoo-devel] Web Operating System, My first Qooxdoo Application, Please See and Give comment. (www.jt-os.com)

2008-09-29 Thread jhonny thio
For Siarhei Barysiuk and Jean-Baptiste BRIAUD - Novlog, Thank you for the comment.. For Siarhei Barysiuk, For controlling add/remove apps, I use MySql Database, so the client will request all the application that he has in desktop. _

Re: [qooxdoo-devel] Web Operating System, My first Qooxdoo Application, Please See and Give comment. (www.jt-os.com)

2008-09-29 Thread Chandrasekhar A
Instead of downloading all the components, download qx.js while loading. Take a look of 'Quick start'. From: jhonny thio [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2008 12:19 PM To: qooxdoo Development Subject: [qooxdoo-devel] Web Operating System,

Re: [qooxdoo-devel] #asset question

2008-09-29 Thread Petr Kobalíček
Hi Jean, #asset is only evaluated at build time. Are you still using qxbuild ? NOTE: If you add "icons" to alias manager, you should use relative path to icon. For example: qx.util.AliasManager.getInstance().add("icons", "/icons/"); var listButton = new qx.ui.toolbar.Button("List", "icons/24x2

[qooxdoo-devel] #asset question

2008-09-29 Thread Jean-Baptiste BRIAUD - Novlog
Hi, Is #asset evaluate at runtime or only as I assume at build time during the python script (toolchain) ? I experienced issue loading icon but remember I don't use the toolchain, I "simply" include qooXdoo lib. This is the way I unsuccessfully try to load icon : qx.util.AliasManager.getIns

[qooxdoo-devel] Fwd: Web Operating System, My first Qooxdoo Application, Please See and Give comment. (www.jt-os.com)

2008-09-29 Thread Jean-Baptiste BRIAUD - Novlog
I can't see my original message, so here is a re-sent : Begin forwarded message: From: Jean-Baptiste BRIAUD - Novlog <[EMAIL PROTECTED]> Date: 29 September 2008 10:08:42 To: qooxdoo Development Subject: Re: [qooxdoo-devel] Web Operating System, My first Qooxdoo Application, Please See and Giv

Re: [qooxdoo-devel] Web Operating System, My first Qooxdoo Application, Please See and Give comment. (www.jt-os.com)

2008-09-29 Thread Siarhei Barysiuk
Hello Jhonny, Nice application, especially if it's fist app where you use qooxdoo. I see Add/Remove programs window, nice feature. I'm just curious. But how do you manage applications inside "OS"? Should all of applications implement the same API in order to manager can add/remove them or it's an

Re: [qooxdoo-devel] qooxdoo 0.8 namespaces

2008-09-29 Thread thron7
> Thanks. Thats the way I can do what I want. > > After learning about config.json I came to following solution: > > { > > "name": "test", > > "include" : > > [ > > { > > "path" : "../qooxdoo/tool/data/config/application.json", > > "as" : "appconf" > > } > > ], > >

Re: [qooxdoo-devel] [0.8] Context menu

2008-09-29 Thread Ian Horst
I use "CTRL + MOUSE LEFT CLICK" as alternative for mouse right click for contextmenu. I'm still looking for better solution. Ian Horst Philippe Poulard wrote: > Alexander Back a écrit : >> Hi Phillipe, >> >> for your information: the default behaviour of Firefox (at least version >> 3) is to

Re: [qooxdoo-devel] qooxdoo 0.8 namespaces

2008-09-29 Thread Erich Konicek
Hi Fabian, Fabian Jakobs schrieb: > Hi Erich, > >> Hi, >> is there a possibility to define more than one namespace per application >> in qooxdoo 0.8? >> >> I tried it and generate.py stops with the message: >> !!! Multi namespaces per library are not supported! >> >> In qooxdoo 0.7 it was poss

Re: [qooxdoo-devel] qx GuiBuilder

2008-09-29 Thread thron7
Burak Arslan wrote: > > > Andreas Ecker wrote: >>> But i still think that: >>> 1. defining a new set of xml tags is too much work. >>> 2. xsl/xslt is a maintenance nightmare. >> >> The technical arguments here are rather vague, I think the whole subject >> is rather a matter of taste. It keeps bein

Re: [qooxdoo-devel] Tree and selection

2008-09-29 Thread Petr Kobalíček
Sure, it's #1437 Cheers - Petr 2008/9/29 Fabian Jakobs <[EMAIL PROTECTED]>: > Hi Petr, >> Hi Alex, >> >> I'm selecting item myself using setSelected(), so the openMode is >> probably not the problem here. >> >> I wanted only to know if I select item by setSelected() that I must >> manually expand

Re: [qooxdoo-devel] Missing list mails

2008-09-29 Thread Hugh Gibson
> recently, we had repeated issues of mailing list mails not being > delivered to the list. If you face similar problems (mails not > showing up, re-posting), I would be interested in hearing about > them. Obviously, if you can manage to post your report, that is :). A message I sent was return

[qooxdoo-devel] Missing list mails

2008-09-29 Thread thron7
Hi all, recently, we had repeated issues of mailing list mails not being delivered to the list. If you face similar problems (mails not showing up, re-posting), I would be interested in hearing about them. Obviously, if you can manage to post your report, that is :). Regards, Thomas

Re: [qooxdoo-devel] Problem with extension qx.ext.upload in buildversion

2008-09-29 Thread Philipp Wabinski
Hello Thomas, thank you for your efforts. I will try to create a small application to reproduce the error. It will take some days to do it because I have some more important things to do first. I hoped its a small error in the code of the class I just don`t see. Best regards Philipp thron7

Re: [qooxdoo-devel] qx GuiBuilder

2008-09-29 Thread panyasan
Hello, I have no problem with a strong point of view on things--we voice some pretty bold claims on the qxtransformer.org website ourselves ;-) -- but it seems to me that there is a difference between "unstable" and "not enough documentation for me to get things working right away". So please in

[qooxdoo-devel] How to blink a menu Button ?

2008-09-29 Thread Jean-Baptiste BRIAUD - Novlog
Hi, I'd like to blink a qx.ui.menubar.Button? I did try the qx.fx.effect.combination.Pulsate on the button but without success : this.appMenu = new qx.ui.menubar.Button("", null, this.getAppMenu()); ... this.appMenu.setLabel(application.getKeyname()); var p

Re: [qooxdoo-devel] Properties Window on clicking a node on a Tree

2008-09-29 Thread Amit Rana
Well, I am still a little stuck up with the tree widget here. Apart from the 2 small problems mentioned below, the main problem is the event listener on a tree node. I want that whenever I click on any node of my tree, I should get a context menu for that node. I am able to to if I use the "cl

Re: [qooxdoo-devel] Tree and selection

2008-09-29 Thread Fabian Jakobs
Hi Petr, > Hi Alex, > > I'm selecting item myself using setSelected(), so the openMode is > probably not the problem here. > > I wanted only to know if I select item by setSelected() that I must > manually expand all parent nodes or if this is bug in Tree. > > Cheers > - Petr > > In my opinion a

Re: [qooxdoo-devel] Memory and disposing component

2008-09-29 Thread Jean-Baptiste BRIAUD - Novlog
Thanks ! Its really clear. On 29 Sep 2008, at 11:45, Fabian Jakobs wrote: > Jean-Baptiste BRIAUD - Novlog schrieb: >> Hi, >> >> I'm using Composite layed out by Dock. >> >> There is a component in the north (its a menu but its not important). >> >> what happen when I add another component instance

Re: [qooxdoo-devel] Qooxdoo style oo in lightweight library

2008-09-29 Thread Andreas Ecker
Hi Petr! > > I hope that I can release this under MIT licence;-) > > > > There are no 'properties', no 'mixins', no 'implements'. Later i will > > add destruct. > > > > Nice work! I think there is no problem releasing it under the MIT. Re-licensing may not be that easy without having a closer

Re: [qooxdoo-devel] Memory and disposing component

2008-09-29 Thread Fabian Jakobs
Jean-Baptiste BRIAUD - Novlog schrieb: > Hi, > > I'm using Composite layed out by Dock. > > There is a component in the north (its a menu but its not important). > > what happen when I add another component instance in the north as a > way to replace the old one ? > > If you add a second widge

Re: [qooxdoo-devel] Problem with extension qx.ext.upload in buildversion

2008-09-29 Thread thron7
Philipp, I still cannot repro your problem. I've used a new skeleton project with name space "myspace" and put your upload.js code verbatim in the myspace/ext/upload.js file. I then used a vanilla skeleton Application.js as myspace/Application.js and added a var a = new myspace.ext.upload();

[qooxdoo-devel] Memory and disposing component

2008-09-29 Thread Jean-Baptiste BRIAUD - Novlog
Any idea on that question ? On 26 Sep 2008, at 11:18, Jean-Baptiste BRIAUD - Novlog wrote: > Hi, > > I'm using Composite layed out by Dock. > > There is a component in the north (its a menu but its not important). > > what happen when I add another component instance in the north as a > way to re

Re: [qooxdoo-devel] qooXdoo future : what about offline ?

2008-09-29 Thread Andreas Ecker
Hi Helder! Re-posting, as this didn't make it onto the mailing list? Strange. Has anybody recently noticed that as well (i.e. unrelated to not including posts that were _intentionally_ caught by the spam protection due to wrong sender address or file size)? > I tried to update the Adobe AIR compa

Re: [qooxdoo-devel] qooXdoo future : what about offline ?

2008-09-29 Thread Andreas Ecker
Hi! Re-posting, as this didn't make it onto the mailing list? Strange. Has anybody recently noticed that as well (i.e. unrelated to not including posts that were _intentionally_ caught by the spam protection due to wrong sender address or file size)? > Link for downloading is broken too : > > Dow

Re: [qooxdoo-devel] Qooxdoo style oo in lightweight library

2008-09-29 Thread Fabian Jakobs
Petr Kobalíček schrieb: > Hi all, > > I'm today created small library that simulates qooxdoo style > inheritance in javascript. It's minimalistic solution, because I like > this OO very much and I want to use it in traditional web pages. > > Here's code with small test: > > if (!bLite) bLite = {};

Re: [qooxdoo-devel] qooxdoo 0.8 namespaces

2008-09-29 Thread Fabian Jakobs
Hi Erich, > Hi, > is there a possibility to define more than one namespace per application > in qooxdoo 0.8? > > I tried it and generate.py stops with the message: > !!! Multi namespaces per library are not supported! > > In qooxdoo 0.7 it was possible to make an application with more than one >

[qooxdoo-devel] Web Operating System, My first Qooxdoo Application, Please See and Give comment. (www.jt-os.com)

2008-09-29 Thread jhonny thio
Hello, I am jhonny, from Indonesia. For the final project of my study in University, I make an application with Qooxdoo. This is the URL = www.jt-os.com I make Web OS application. What is Web OS? WebOS is a new kind of Operating System, where everything resides on a web browser With WebOS, you