Re: [qooxdoo-devel] Obfuscation of variables

2007-02-02 Thread Hugh Gibson
> Finally we need another approach to do obfuscation > right. Maybe we can take a look at this again after the class > definition changes of qooxdoo 0.7. I noticed that obfuscation has been removed in SVN. I have been thinking about another approach to this which could have significant bene

Re: [qooxdoo-devel] Remote Text/Json

2007-02-02 Thread Hugh Gibson
> When I try to run my application after copying it into the new > version-structur, I get an json error (invalid value or something like > this). > > Did something changed in the remote-request from version 0.6.4 to > 0.6.5 > with json? Probably the mime-type change. Instead of "text/json" it i

Re: [qooxdoo-devel] Table with checkboxes: recover checkbox

2007-02-02 Thread Agustin Almonte F.
Hi, i solve my problem with checkboxes. I had two problems with a table with checkboxes. First, getting values from checkboxes. Solved iterating over table data. var tableData = table.getTableModel().getData() for(var i=0,l=tableData.length;i From: "Munkhzorig Bayasgalan" <[EM

[qooxdoo-devel] Settings.js

2007-02-02 Thread Derrell . Lipman
Hi Sebastian, I accidentally checked-in my temporary change to Settings.js yesterday (putting "import" in quotes in both places, since it appears that that word is reserved in Firefox). You may want to look at it and decide if that's the best solution or whether you'd prefer to change the propert

Re: [qooxdoo-devel] Table with checkboxes: recover checkbox selection

2007-02-02 Thread Derrell . Lipman
"Munkhzorig Bayasgalan" <[EMAIL PROTECTED]> writes: > I've been using the qooxdoo for several months. And now I need to implement > a table with a checkbox column. Currently I am trying to use the > BooleanDataCellRenderer for this purpose but I am thinking there might be a > better solution. thus

Re: [qooxdoo-devel] Perl RPC - problems running

2007-02-02 Thread James Lavery
Hi Nick, I'm running IE7. Have just tried it from Firefox, with the same results. Thanks, James -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Glencross Sent: 02 February 2007 12:03 To: qooxdoo Development Subject: Re: [qooxdoo-devel] Perl RPC -

Re: [qooxdoo-devel] Perl RPC - problems running

2007-02-02 Thread Nick Glencross
James, On 01/02/07, James Lavery <[EMAIL PROTECTED]> wrote: > Hi Nick, > > I've done this, and here's the output: > > === startSession id: 860001129e7de693d7265bfb16889be9 > $cgi->param: > 1 > $cgi->save: > keywords=%7B%22service%22%3A%22qooxdoo.test%22%2C%22method%22%3A%22echo% > 22%2C%22id%22%3A

Re: [qooxdoo-devel] Creating appearance theme

2007-02-02 Thread Alex Back
Hi Chris, > I had to base it on the qx.theme.appearance.Classic class as the > DefaultAppearanceTheme class does not exist in 0.6.4. Perhaps it does exist > in 0.6.5, I'll check that out later today. As Matthias already pointed out the class "DefaultAppearanceTheme" is replaced by the "Classic" a

Re: [qooxdoo-devel] Table with checkboxes: recover checkbox selection

2007-02-02 Thread Munkhzorig Bayasgalan
Hi list, Hi Agustin I've been using the qooxdoo for several months. And now I need to implement a table with a checkbox column. Currently I am trying to use the BooleanDataCellRenderer for this purpose but I am thinking there might be a better solution. thus i am searching the list and found out

Re: [qooxdoo-devel] Remote Text/Json

2007-02-02 Thread Tobias Koller (GERMO GmbH)
Hi, i know. I just tried it out. I will change this later ;) thanks ;) -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Matthias Reuter Gesendet: Freitag, 2. Februar 2007 09:17 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] Remote Text/Json

Re: [qooxdoo-devel] Remote Text/Json

2007-02-02 Thread Matthias Reuter
Hi, doesn't have anything to do with your question, just a security notice: I don't think it's a good idea to submit login name and password in plaintext in a GET command. If a user of your application is behind a proxy, the URL might be logged, leaving credentials unprotected. The URL might also

[qooxdoo-devel] Remote Text/Json

2007-02-02 Thread Tobias Koller (GERMO GmbH)
Hello, First of all I wanted to ask if there is a guide, how to upgrade from version 0.6.4 to 0.6.5? Do I only have to copy my app into the new version? When I try to run my application after copying it into the new version-structur, I get an json error (invalid value or something like thi