[qooxdoo-devel] generate issues

2010-11-03 Thread Ken Tilton
One of the steps of generate.py build simply froze on me after printing about two lines of full stops. ^c let it finish! (in Windows, I expected to land back at the command line). This is with qx 1.2.1, btw. Reissuing the same build command went normally. generate source did not give a probl

Re: [qooxdoo-devel] Using rpcphp with cakephp

2010-11-03 Thread Derrell Lipman
On Wed, Nov 3, 2010 at 18:12, Leandro Santiago wrote: > Hello to all. I've took a look on the rpcphp example to learn about the rpc > mechanism in qooxdoo. > > My problem now is I need to use phprpc with the cakephp framework. > > With cakephp, which follow the MVC, each controller is mapped in a

[qooxdoo-devel] Using rpcphp with cakephp

2010-11-03 Thread Leandro Santiago
Hello to all. I've took a look on the rpcphp example to learn about the rpc mechanism in qooxdoo. My problem now is I need to use phprpc with the cakephp framework. With cakephp, which follow the MVC, each controller is mapped in a url, and its methods are also url. For example, the method NuCont

Re: [qooxdoo-devel] I want a example

2010-11-03 Thread Mustafa Sak
Hi Mauro, Take a Look at http://manual.qooxdoo.org/1.2/pages/communication/rpc_php.html Grand Master Derrell was so kind to share a greate contrib with us. Download the example and copy the files to your http server. If you need more help, we are here. Regards Sak Von meinem iPhone gesendet

[qooxdoo-devel] I want a example

2010-11-03 Thread Mauro Cordon
Hi, I want a example to insert rows in table remote (use .model.Remote ?). I don't know. I want a example with qooxdoo and php. You can help me. Thanks for any help, -- Mauro Cordon.·. -)- --- ma...@scordon.com.br - m

Re: [qooxdoo-devel] SVG contrib: Could not determine current revision of "SVG/trunk"

2010-11-03 Thread Felipe Delgado
On 11/3/10 2:16 PM, thron7 wrote: > This allows you to check the current revision, and also to download a > tarball with the contrib. Just switch to e.g. the 'trunk' directory and > hit "Download GNU tarball". Then you can unpack it to your local disk > and just point the "manifest" entry in your c

Re: [qooxdoo-devel] SVG contrib: Could not determine current revision of "SVG/trunk"

2010-11-03 Thread thron7
On 11/03/2010 06:03 PM, Felipe Delgado wrote: > On 11/3/10 10:39 AM, thron7 wrote: >> Chances are that you just ran into a peak traffic situation with >> Sourceforge. When their servers are really loaded the request might time >> out and you get the above error message. Just re-try. > > I've had

Re: [qooxdoo-devel] SVG contrib: Could not determine current revision of "SVG/trunk"

2010-11-03 Thread Felipe Delgado
On 11/3/10 10:39 AM, thron7 wrote: > Chances are that you just ran into a peak traffic situation with > Sourceforge. When their servers are really loaded the request might time > out and you get the above error message. Just re-try. I've had the same issue with DarkTheme all morning. From when I

Re: [qooxdoo-devel] SVG contrib: Could not determine current revision of "SVG/trunk"

2010-11-03 Thread Simone Pandolfo
Thank you for the reply, Still have problem with the contrib installation, i try to start a new project to try again. I use qooxdoo 1.2.1. Il giorno mer, 03/11/2010 alle 17.21 +0100, Marc Puts ha scritto: > Hi Simone, > > Since I contributed the SVG lib, I guess I should try and answer this one.

Re: [qooxdoo-devel] SVG contrib: Could not determine current revision of "SVG/trunk"

2010-11-03 Thread Marc Puts
Hi Simone, Since I contributed the SVG lib, I guess I should try and answer this one. I'm not sure why you're having problems with the generator. I just tried (with qooxdoo 1.2.1) and it seems to be working fine. What qooxdoo version are you using? I hope some of the generator gurus on this lis

Re: [qooxdoo-devel] Changing colour of a string with a table

2010-11-03 Thread Mustafa Sak
Cell Renderer is good idea! May be its helpful: qx.Class.define("asa.MyCellRenderer", { extend : qx.ui.table.cellrenderer.Default, construct : function() { this.base(arguments); }, members : { _getCellStyle : function(cellInfo) { if (cellInfo.rowData

[qooxdoo-devel] Changing colour of a string with a table

2010-11-03 Thread Joachim Baran
Hi! Is it possible to change the colour for certain strings in a table? Would I need to write my own cell-renderer, or is there a simple solution to this problem? Thanks, Joachim -- Achieve Improved Network Security wi

Re: [qooxdoo-devel] SVG contrib: Could not determine current revision of "SVG/trunk"

2010-11-03 Thread thron7
Simone, On 11/03/2010 02:48 PM, Simone Pandolfo wrote: > I need to work with some svg files, and after some reserch i try to use > this contrib, but after i have added in the config.json the row: > > "manifest" : "contrib://SVG/trunk/Manifest.json" > > the generate.py report this error: > > C

Re: [qooxdoo-devel] deployment ready distribution

2010-11-03 Thread Jean-Baptiste BRIAUD -- Novlog
Hi Petr, On 29 oct. 2010, at 18:35, Petr Kobalíček wrote: > Hi Ulrich, > > I'm going to upload new qxbuild this week. Personally, I'm using > qxbuild with newest qooxdoo version, but I always forget to upload it. > You are right that anybody can generate his own qxbuild (and can > select own fea

[qooxdoo-devel] SVG contrib: Could not determine current revision of "SVG/trunk"

2010-11-03 Thread Simone Pandolfo
I need to work with some svg files, and after some reserch i try to use this contrib, but after i have added in the config.json the row: "manifest" : "contrib://SVG/trunk/Manifest.json" the generate.py report this error: Could not determine current revision of "SVG/trunk" [Errno 2] No such fil

Re: [qooxdoo-devel] date handling library

2010-11-03 Thread Derrell Lipman
On Wed, Nov 3, 2010 at 08:01, Peter Schneider wrote: > Hi Derrell, > > I've added another "reminder" for your great TimezoneDate contrib in bugzilla: >  http://bugzilla.qooxdoo.org/show_bug.cgi?id=4270 > > Hopefully my patch is correct ;) I did not _really_ cross-check _all_ > possibilities; But I

Re: [qooxdoo-devel] date handling library

2010-11-03 Thread Peter Schneider
Hi Derrell, I've added another "reminder" for your great TimezoneDate contrib in bugzilla: http://bugzilla.qooxdoo.org/show_bug.cgi?id=4270 Hopefully my patch is correct ;) I did not _really_ cross-check _all_ possibilities; But I hope it helps, once you find the time to look over it. Cheers,

Re: [qooxdoo-devel] GIT sync have been stopped

2010-11-03 Thread Tristan Koch
Hi Sebastian, thanks for the notice. We've fixed it. Regards, Tristan -- Achieve Improved Network Security with IP and DNS Reputation. Defend against bad network traffic, including botnets, malware, phishing sites, and

[qooxdoo-devel] Selenium Core 1.0.1 and user-extensions.js

2010-11-03 Thread ziepf
Hi, I'm new to qooxdoo and try to test my appliaction with Selenium core 1.0.1 and qooxdoo 1.2x ? In the user-extension.js file teh decription says it only works with selenium core 0.8. Is there a user-extension.js that works with qooxdoo 1.2x ? regards ziepf -- View this message in context:

[qooxdoo-devel] GIT sync have been stopped

2010-11-03 Thread Sebastian Werner
Hi! Just want to let you know that the sync to Github seems to be stopped during first half of October. See also: http://github.com/qooxdoo/qooxdoo/commits/master Can you please check this? Thanks! Cheers, Sebastian --