Re: [qooxdoo-devel] How to put an image into a Table? fixed

2007-03-01 Thread ericson
e row for the table then fix the same size or my icons. Hope this helps a lot Cheers Ericson Tobias Koller (GERMO GmbH) wrote: > > I should'nt use "auto" in the > > > > var imageHints = { imageWidth:"auto", imageHeight:"auto&quo

Re: [qooxdoo-devel] How to put an image into a Table?

2007-03-01 Thread ericson
Well the best way seems to define your own class, you can have a look at the source code of BooleanDataCellRenderer.js You can create the same way your ImageDataCellRenderer ... Cheers Ericson Hugh Gibson wrote: > >> The only thing I found is : IconDataCellRenderer but how can

Re: [qooxdoo-devel] How could I upload a file in the qooxdoo app?

2007-02-21 Thread ericson
Well I had to deal with this, there is no widget for this, anyway, you can use qx.ui.embed.Iframe and manage exchange with a PHP program on the server side (using the classical form as below) Cheers Eric zindel wrote: > > Hello, > > Actually, I'd like to know the "AJAX-way" of uploading the

Re: [qooxdoo-devel] Experience with migration to 0.7

2007-02-20 Thread ericson
earch and replace this in any editor. > > We will try to make at least this setting configurable until 0.7. > > Sebastian > > > Am 20.02.2007 um 20:48 schrieb ericson: > >> >> Just a though, if I migrate now with 7.0 PRE , is the code will tay >> compat

Re: [qooxdoo-devel] Experience with migration to 0.7

2007-02-20 Thread ericson
Just a though, if I migrate now with 7.0 PRE , is the code will tay compatible with the 0.7 release ? Thanks in advance PS: I'm using this syntax with tabs, if (blabla) { } so i the migration tool works that way, it's ok for me :) Derrell.Lipman wrote: > > In testing the migration from 0.6

Re: [qooxdoo-devel] Problems with remote table and refresh

2007-01-29 Thread ericson
OK problem solved after having search in source code : miraculous call : table.setFocused(true); everything goes fine now Thanks Eric ericson wrote: > > All, > > I encounter some refresh troubles with remoteTableModel. > > I have some remote cal

[qooxdoo-devel] Problems with remote table and refresh

2007-01-29 Thread ericson
All, I encounter some refresh troubles with remoteTableModel. I have some remote calls to php programs which can update directly the database but note the table ui in my client. I have a list of records in a Table ui, and I want to refresh this table ui after having add or delete some records i

Re: [qooxdoo-devel] how to pass indexed array to PHP

2007-01-29 Thread ericson
tion method_saveData($params,$error) { // you can access your fields in using rec=params[1]; rec->field1 = rec->field2 = } Hope this will help a lot Cheers Eric ericson wrote: > > Hi all, > > > I'd like to pass an array with "keys" t

Re: [qooxdoo-devel] how to pass indexed array to PHP

2007-01-29 Thread ericson
as the PHP $row variable at return ... and I'm looking to do the same but in starting from javascript to PHP now ! Thanks for your help and the really good work at qooxdoo. Cheers Eric Derrell.Lipman wrote: > > ericson <[EMAIL PROTECTED]> writes: > >> I'd

[qooxdoo-devel] how to pass indexed array to PHP

2007-01-28 Thread ericson
Hi all, I'd like to pass an array with "keys" to a PHP file through RPC. var record=[value1,value2,...]; res = rpc.callSync("saveData", "mytable", record); it works well, but in fact I would like to retrieve in my PHP program an array like : record ["field1"=>value1, "field2"=> value2, ...]

Re: [qooxdoo-devel] For people who use OSX some help here

2007-01-24 Thread ericson
intranet development. Sebastian Werner wrote: > > Just for interest, have you tried to use fink (+xcode) instead? On my > Mac OS system it was enough to install fink and let fink afterwards > install gettext. > > Greetings, > Sebastian > > > ericson schrieb: >

[qooxdoo-devel] For people who use OSX some help here

2007-01-24 Thread ericson
This is just a snipset for people who are trying to use OSX as main qooxdoo development environment. because I have encountered few problems in trying to set qooxdoo developement environment on OSX here is some precious information for mac owners. (1) install last Xcode 2.4.1 or later (2) downlo