Re: [qooxdoo-devel] qooxdoo features

2006-02-23 Thread Sebastian Werner
gmcms schrieb: Hi all, is there any features or any plan to support : - field validation - i18n support - crypto features No, nothing of this is already planned. I've added them to our TODO. Sebastian Thanks and it's a good job -- View this message in context: http://www.nabble.com/qooxdoo

[qooxdoo-devel] qooxdoo features

2006-02-23 Thread gmcms
Hi all, is there any features or any plan to support : - field validation - i18n support - crypto features Thanks and it's a good job -- View this message in context: http://www.nabble.com/qooxdoo-features-t1179697.html#a3103917 Sent from the qooxdoo-devel forum at Nabble.com. ---

Re: [qooxdoo-devel] Update the text of QxAtom

2006-02-23 Thread Sebastian Werner
Michael Wilson schrieb: How do you update the text of a QxAtom once it has been set by the constructor. I have a record counter that I need to update when the number of records in a QxListView is updated. That's simple: yourAtom.setLabel("newText"); Sebastian If it can't be updated how do

[qooxdoo-devel] Update the text of QxAtom

2006-02-23 Thread Michael Wilson
How do you update the text of a QxAtom once it has been set by the constructor. I have a record counter that I need to update when the number of records in a QxListView is updated. If it can't be updated how do you remove the item from the form and recreate a new one such that it "replaces" the o

Re: [qooxdoo-devel] for anybody who want's to know

2006-02-23 Thread Oliver Vogel
no, it's not. it's "pure american" (sorry all american who read this ,-). MS and any other companies tried to make the same in europe and - thanks good - it hasn't work. the only problem is, how can we european avoid that any americans are using our software (if they do, we have to pay - i thin

Re: [qooxdoo-devel] for anybody who want's to know

2006-02-23 Thread Kent Olsson
Must be a joke! To be approved for a patent it must be: 1. novel 2. new 3. industrial applicability This so called patent has nothing of it. I just don't understand how they could have it approved. I do not believe it will be accepted by the patent courts and then it might become very costy

Re: [qooxdoo-devel] Loading Progress Bar

2006-02-23 Thread Kent Olsson
Yes Look at qooxdoo/source/contributed/progressbar_olsson There is an example how to use it. There is also a splash pane which shows you how to put it in front of all the other widgets. Kent On Thu, 2006-02-23 at 17:52 +0530, [EMAIL PROTECTED] wrote: > > Hi, > > Is it possible to make the p

[qooxdoo-devel] Re: Replacement for window.confirm()?

2006-02-23 Thread bobmanc
Here is the code. I'm a newbie at js so it may not be pretty. Not sure how to delete and/or reuse them. Any suggestions would be appreciated. Bob /* doc: qooxdoo clientDocument title: title of the window text: confirmation text yesFunction (optional): function that gets called if the

Re: [qooxdoo-devel] for anybody who want's to know

2006-02-23 Thread Oliver Vogel
i realy can't belive it and i am so happy to live in europe (because there are no software-patents here!) Olli Johann Reyes schrieb: Here is the article in English:   http://www.informationweek.com/story/showArticle.jhtml?articleID=180206472&cid=RSSfeed_IWK_News  

RE: [qooxdoo-devel] for anybody who want's to know

2006-02-23 Thread Johann Reyes
Here is the article in English:   http://www.informationweek.com/story/showArticle.jhtml?articleID=180206472&cid=RSSfeed_IWK_News     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Oliver Vogel Sent: Thursday, February 23, 2006 10:55 AM To: qooxdoo-devel@lists.s

[qooxdoo-devel] Event documentation online

2006-02-23 Thread Sebastian Werner
Hi! I've just added some documentation of the event system of qooxdoo. Hope you enjoy it and it helps you in some cases. http://qooxdoo.oss.schlund.de/documentation/event-system Any corrections of typing errors or bad english sentences is really appreciated. Cheers, Sebastian --

[qooxdoo-devel] for anybody who want's to know

2006-02-23 Thread Oliver Vogel
sorry, only in german:   http://www.golem.de/0602/43563.html   for non german: there is a new patent at flash, AJAX and many more.   Olli   ==Diplom-InformatikerOliver VogelGeschaeftsfuehrerMeins und Vogel GmbH  E-Mail: [EMAIL PROTECTED]Essling

Re: [qooxdoo-devel] Authors of qooxdoo documents

2006-02-23 Thread Sebastian Werner
Hugh Gibson schrieb: If you add new articles or change existing ones, please be sure to not use the categories "Documentation" I used documentation for another "snippets" page because I thought they were potentially quite useful, but hidden away in the community section. The only way I could

Re: [qooxdoo-devel] QxCommand

2006-02-23 Thread Sebastian Werner
fixed in CVS. Sebastian Ulrich Schreiner schrieb: this one? Sebastian Werner wrote: What's about a patch against the current HEAD? Thanks. Sebastian Ulrich Schreiner schrieb: hi, QxCommand get's a "vShortcut" as it's first parameter. if you set this to "null" or QxConst.CORE_EMPTY then

Re: [qooxdoo-devel] Authors of qooxdoo documents

2006-02-23 Thread Hugh Gibson
> If you add new articles or change existing ones, > please be sure to not use the categories "Documentation" I used documentation for another "snippets" page because I thought they were potentially quite useful, but hidden away in the community section. The only way I could see to do it was to

[qooxdoo-devel] Loading Progress Bar

2006-02-23 Thread SChidambaram
Hi, Is it possible to make the progress bar visible before all the components gets loaded. I am using the QxBuilder to build the page from the xml tag definitions. Regards, Sivaprasad C

[qooxdoo-devel] Basic qooxdoo usage

2006-02-23 Thread Gilbert MOISIO
Hi all, I discovered qooxdoo last night. There's something that I must understand before. When I build the directory tree with pages and qooxdoo, an html file in pages directory can't use window widgets. The same file pasted in demo/exemple works fine. I suppose that it's a problem of path, but I c

Re: [qooxdoo-devel] Debug console

2006-02-23 Thread Til Schneider
Tilman Schneider schrieb: The only problem is, that the whole code in qooxdoo.js is in one line. So I changed my local version to have a newline after each semicolon. This way I get real stack traces in the qooxdoo code, too. Normally all newlines in the compiled qooxdoo.js are removed. This m

Re: [qooxdoo-devel] QxCommand

2006-02-23 Thread Ulrich Schreiner
this one? Sebastian Werner wrote: What's about a patch against the current HEAD? Thanks. Sebastian Ulrich Schreiner schrieb: hi, QxCommand get's a "vShortcut" as it's first parameter. if you set this to "null" or QxConst.CORE_EMPTY then the constructor-code if (QxUtil.isValid(vShortcut

Re: [qooxdoo-devel] QxCommand

2006-02-23 Thread Sebastian Werner
What's about a patch against the current HEAD? Thanks. Sebastian Ulrich Schreiner schrieb: hi, QxCommand get's a "vShortcut" as it's first parameter. if you set this to "null" or QxConst.CORE_EMPTY then the constructor-code if (QxUtil.isValid(vShortcut)) { this.setShortcut(vShortcut)

[qooxdoo-devel] QxCommand

2006-02-23 Thread Ulrich Schreiner
hi, QxCommand get's a "vShortcut" as it's first parameter. if you set this to "null" or QxConst.CORE_EMPTY then the constructor-code if (QxUtil.isValid(vShortcut)) { this.setShortcut(vShortcut); }; does not set the shortcut, so the instancevariable "_shortcutParts" is null (or not de