[qooxdoo-devel] only the mailing list?

2008-09-22 Thread Yann Farge
hi everyone, the mailing list is the only place where we can ask questions? if yes, why this choice? why no forum? THX - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linu

Re: [qooxdoo-devel] RPC is secure ???

2008-09-18 Thread Yann Farge
at 18:15, Derrell Lipman wrote: > > > > > > > > > On Wed, Sep 17, 2008 at 12:14 PM, Yann Farge <[EMAIL PROTECTED]> > > > wrote: > > > > > > all right, > > > > > > so i just have to conf

Re: [qooxdoo-devel] RPC is secure ???

2008-09-17 Thread Yann Farge
all right, so i just have to configure my rpc method with something like this: rpc.setUrl("https://127.0.0.1:8007";); and the answer of the rpc method stay securised? - Yann Farge Email : [EMAIL PROTECTED] Tel : +33 1 76 60 02 08 Site : http://www.sednacom.fr Le mercredi 17 septem

[qooxdoo-devel] RPC is secure ???

2008-09-17 Thread Yann Farge
Hello, does the data transferred with the rpc method in qooxdoo are encrypted ? if not, is it something that can be add easily? Thank you all - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge B

Re: [qooxdoo-devel] how qooxdoo manage multi-langage

2008-09-17 Thread Yann Farge
Thanks that's it - Yann Farge Email : [EMAIL PROTECTED] Tel : +33 1 76 60 02 08 Site : http://www.sednacom.fr Le mercredi 17 septembre 2008 à 17:14 +0200, Alexander Back a écrit : > Hi Yann, > > Yann Farge wrote: > > Hi Qooxdoo gurus, > > > > does qooxdoo

[qooxdoo-devel] how qooxdoo manage multi-langage

2008-09-17 Thread Yann Farge
Hi Qooxdoo gurus, does qooxdoo is multi-langage i mean can we change easily the langage on the final website How qooxdoo manages this. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build th

Re: [qooxdoo-devel] qx.io is undefined

2008-09-04 Thread Yann Farge
stupid. > > But, it seems that in your code you have a stmt : var rpc = new > qx.legacy.io.remote.Rpc(); > > but, there is no such namespace as qx.legacy. Maybe instead of qx.io, > you called a wrong class. > > cheers > Amit > > Yann Farge ha scritto:

[qooxdoo-devel] qx.io is undefined

2008-09-04 Thread Yann Farge
hi, i'm a super newbie... but i want to improve! i'm on qooxdoo 0.8. i just want to do a login page with RPC here is the beginning of my code (Application.js) qx.Class.define("custom2.Application", { extend : qx.application.Standalone, /* **

[qooxdoo-devel] problem with Firefox 1.5.0.3 and QxWindow

2006-05-30 Thread Yann
hi, it seems to be a problem with version 5.0.2 of qooxdoo and Firefox 1.5.0.3. it complains about "Error: Unknown property 'box-sizing'. Declaration dropped." when i try to show a QxWindow but it's working on the window examples on the qooxdoo site, anyone can help me please? thanks in adva