[qooxdoo-devel] Rendering with Canvas

2009-10-08 Thread frederic
Hello qooxdoo team, To speed up the rendering of qooxdoo app, I ask me if the use of canvas tags could be a good choice for a faster rendering instead of current nested DIVs. Have you experimented or planned some tests ? regards Fred -- View this message in context: http://n2.nabble.com/Renderin

Re: [qooxdoo-devel] qxbuild - complete qooxdoo build

2008-09-10 Thread frederic
rea.HtmlArea("hello world!"); this.getRoot().add(html, {left:200, top:100}); } } }); The log says htmlarea is not defined. How to use this contribution ? regards Frederic Petr Kobalíček wrote: > > Hi all, > > qxbuild - the full qooxdoo build is ready for d

[qooxdoo-devel] minor typo error

2008-08-29 Thread frederic
Hi, In the latest API, http://demo.qooxdoo.org/current/apiviewer/#qx.ui.embed.Iframe replace : var document = this.getRoot(); var iframe = new qx.ui.toolbar.Iframe("http://www.qooxdoo.org";); document.add(iframe); with : var document = this.getRoot(); var iframe = new qx.ui.embed.Iframe("http:/

[qooxdoo-devel] REMOTE_USER http basic auth and qx.io.remore.Rpc

2008-02-17 Thread Frederic Beuserie
Hi, using qooxdoo 0.7.3 i've an issue with a setup involving a qooxdoo application, protected by apache basic auth. the application pages are correctly protected but the request that goes with Rpc to a wsgi script under the same apache Directory (and thus protected too) have to following behavio

[qooxdoo-devel] qx.ui.embed.Iframe().setSource and GET HTTP

2008-01-29 Thread Frederic Beuserie
is special magic to make it works ? thanks. frederic beuserie - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/

Re: [qooxdoo-devel] Thoughts on ExtJS vs qooxdoo

2008-01-21 Thread frederic
I prefer Ext for UI design, I hope that qooxdoo will be adopted massively in the next future to grow the community. Frederic sub wrote: > > Hey guys, > > I've been following qooxdoo for almost 2 years and I think it's a > fantastic framework, not only for a UI but fro

Re: [qooxdoo-devel] autocomplete behavior of form elements

2007-11-26 Thread frederic
Hi, have you tried something like : elt.setHtmlAttribute("autocomplete", "on") or elt.setHtmlProperty("autocomplete", "on") westor wrote: > > Normal behavior for html forms in actual browsers is, that text fields are > suggesting last entered values. Is there a supported way in qooxdoo for > d

Re: [qooxdoo-devel] qooxdoo-contrib : htmlArea

2007-11-06 Thread frederic
t and I will try to deliver you a new release with basic feature (bold, italic, indent, link, table, image,...). My main inspirations are the current HtmlArea widget and FCKEditor. For the moment I prefer work locally and after deliver the code in the qooxdoo-contrib SVN. Frederic Andreas Ec

[qooxdoo-devel] qooxdoo-contrib : htmlArea

2007-11-05 Thread frederic
widget ? have you planned to release a more complete and working version soon ? Regards. Frederic -- View this message in context: http://www.nabble.com/qooxdoo-contrib-%3A-htmlArea-tf4752057.html#a13588135 Sent from the qooxdoo-devel mailing list archive at Nabble.com

Re: [qooxdoo-devel] Dangerous optimizations

2007-10-03 Thread frederic
Hello, What is the status of the parameter optimize-private (in the todo of 0.8) ? my app is broken when using the optimization et the generate JS file is bigger when this param is set to true. cheers. frederic dperez wrote: > > Updated http://qooxdoo.org/documentation/0.7/custom_build

Re: [qooxdoo-devel] generator bug

2007-10-03 Thread frederic
Hi David, the variableoptimizer.py module have been updated in the trunk after the release of qx 0.7.2 ; perhaps this update breaks your code ; have you try with 0.7.2 ? cheers. fred dperez wrote: > > Through trial and error, I've come to the conclusion that the dangerous > flag is: > --optimi

[qooxdoo-devel] Best generator params to speed up code execution

2007-10-03 Thread frederic
BUILD = false Gzipped JS file has an influence on code execution speed ? cheers. frederic -- View this message in context: http://www.nabble.com/Best-generator-params-to-speed-up-code-execution-tf4563309.html#a13024055 Sent from the qooxdoo-devel mailing list archive at Nabbl

Re: [qooxdoo-devel] qx 0.7.2 / qx.io.remote.Response:getData deprecated

2007-09-20 Thread frederic
alert(response._valueData.result); // display data from RPC call } It is ok now, but do you think it is normal to access to RPC response using "_valueData" properties ? Frederic Fabian Jakobs-2 wrote: > > frederic schrieb: >> Fabian, >> My code is exact

Re: [qooxdoo-devel] qx 0.7.2 / qx.io.remote.Response:getData deprecated

2007-09-20 Thread frederic
": " + result); }); Any idea ? Frederic Fabian Jakobs-2 wrote: > > frederic schrieb: >> Hi Fabian, >> thanks for your help but my problem is not resolved ; In my case I need >> to >> get value of the call. >> &

Re: [qooxdoo-devel] qx 0.7.2 / qx.io.remote.Response:getData deprecated

2007-09-20 Thread frederic
} e is an instance of qx.event.type.DataEvent void qx.event.type.DataEvent:getData() => Returns the (computed) value of the property data. Finally I don't understand how get value of my async call without have a warning message. Any idea ? frederic Fabian Jakobs-2 wrote: >

[qooxdoo-devel] qx 0.7.2 / qx.io.remote.Response:getData deprecated

2007-09-19 Thread frederic
od is no longer needed since the event object is now an instance of the Response class.FireBug.js How to solve the problem ? cheers Frederic -- View this message in context: http://www.nabble.com/qx-0.7.2---qx.io.remote.Response%3AgetData-deprecated-tf4482796.html#a12783327 Sent fr

Re: [qooxdoo-devel] qooxdoo component library sample application prev

2007-09-18 Thread frederic
Christian, Tested on FF2 and IE6, same errors appear. Probably my company firewall blocks the JS load. I will test it @ home. Frederic bibliograph wrote: > > > > Frederic, thanks for the feedback. Strange - it is working here (Win/FF2 > with FireBug) - haven't tried in

Re: [qooxdoo-devel] qooxdoo component library sample application preview

2007-09-18 Thread frederic
Hello Christian, Your online demo is broken, I have the following errors in Firebug : missing } in XML expression |[Break on this error] return true\n | sample_app.js (line 5) qx is not defined |[Break on this error] if (qx.IS_SOURCE) | build (line 13) bibliograph wrote: > > Hello, > > I h

Re: [qooxdoo-devel] Sending a message

2007-09-07 Thread frederic
ox print "null" (tested on FF2.0.6, no error in Firebug) and not "Hello world". Tested on latest trunk and 0.7.1. What's wrong ? frederic bibliograph wrote: > > Jim, I think Derrell is right here - messages are disposed after all > subscribers have been notif

Re: [qooxdoo-devel] Data Binding Mechanism. Qooxdoo and QxTransformer.

2007-09-04 Thread frederic
Hi Siarhei, Any news from your data binding mechanism implementation (qx.io.databinding.*) ? My current qooxdoo's application has a very bad implementation of form handling and I would be very happy to test your "form emulation" described in the PDF doc. Cheers. Frederic bi

Re: [qooxdoo-devel] Custom browser

2007-08-22 Thread frederic
Hi David, Thanks for your feedback. Where can we find this custom browser (release somewhere) ? FYI, if you "make air", your can run your app on Adobe, have you try it ? frederic dperez wrote: > > Hi list, > > I would like to share my experiences with qooxdoo and a cu

[qooxdoo-devel] qooxdoo-contrib / qxAdmin ?

2007-08-20 Thread frederic
Hello, I have discovered many commits on the qxAdmin project in the SVN dedicated to qooxdoo contributions. What is the goal of this project ? How to use it ? cheers. Frederic -- View this message in context: http://www.nabble.com/qooxdoo-contrib---qxAdmin---tf4301571.html#a12244068 Sent from

Re: [qooxdoo-devel] Data Binding Mechanism. Qooxdoo and QxTransformer.

2007-07-27 Thread frederic
Hi Siarhei, Excellent doc ! What do you think about integrate offline support (FF3, Google Gears, Flash) in databinding ? regards. frederic Siarhei Barysiuk wrote: > > Hello folks! > > For few last day I was thinking about data binding functionality for > qooxdoo (includ

Re: [qooxdoo-devel] qooxdoo on The Ajax Experience

2007-07-11 Thread frederic
Hi all, Found on Internet, the qooxdoo session : http://ajaxexperience.techtarget.com/west/html/frameworks.html#qooxdoo - qooxdoo's wide array of widgets and its tool chain can help you to easily develop truly innovative web applications; - About qooxdoo’s benefits, including the ability to creat

Re: [qooxdoo-devel] qxtransformer on its way

2007-07-06 Thread frederic
frederic Siarhei Barysiuk wrote: > > Hello all! > > We have done 2 powerful(as I think) features in QxTransformer: > > - static includes > You can define part of your qxml code in additional file and simple > include it in main document. > For this purposes we've c

Re: [qooxdoo-devel] qooxdoo-contrib: Call for Comments

2007-06-28 Thread frederic
Hi, Is it possible to have the qooxdoo-contrib mailinglist available in Nabble ? http://www.nabble.com/qooxdoo-f3821.html regards. frederic Sebastian Werner wrote: > > Fabian Jakobs schrieb: >> Siarhei Barysiuk schrieb: >>> Hello Fabian! >>> >>>

Re: [qooxdoo-devel] Native WYSIWYG text editor in qooxdoo

2007-06-08 Thread frederic
n piece of code : cross-browser selection, cross-browser command,... frederic Sebastian Werner wrote: > > Hi Frederic, > > there is already a internal development of such an editor started. It is > in the early steps and will be get some more touches before added to > (public) SV

[qooxdoo-devel] Native WYSIWYG text editor in qooxdoo

2007-06-06 Thread frederic
My code is very ugly with a lot of bug. I prefer know the advice of core developers before try to work hard (if needed) on this widget. Have you already started to develop this widget or planned in near feature or adapt existing solution (FCKeditor, TinyMCE,...) ? cheers. frederic -- View this

[qooxdoo-devel] (qx0.7 beta3) Re: Request as POST ?

2007-05-29 Thread frederic
() == "pre") { -- iFrameTransport.js file seems no up to date. Could you please take a look to this class ? regards. frederic Derrell.Lipman wrote: > > Cornelius Weiss <[EMAIL PROTECTED]> writes: > >> this is my code: >> btn_sav

Re: [qooxdoo-devel] Upload widget

2007-05-29 Thread frederic
necessary. I have started yesterday to implement simple as possible an "input file" code, I have planned to update the widget to be more integrate to qooxdoo. It is perhaps early to merge our work but my goal is to have a standard upload widget in the trunk. What is your advice ? cheers

Re: [qooxdoo-devel] Upload widget

2007-05-28 Thread frederic
Hi list, I have developed a small script to add "upload file" feature with qooxdoo 0.7beta2 More information here : http://frederic.fournaise.free.fr/qooxdoo-file-upload-widget.php cheers. frederic Dietrich Streifert wrote: > > Hi Nick, > > Now with 0.7 beta two I hope

Re: [qooxdoo-devel] Error in build version only in my app with qooxdoo 0.7 beta-2

2007-05-27 Thread frederic
Forget my last email, I have solved the problem I had a qx.ui.window.Window widget using resizeable properties and this property seems not exist anymore in 0.7beta2 frederic wrote: > > Hello, > Since I have updated qooxdoo to version 0.7beta2, I have the following > error when ex

[qooxdoo-devel] Error in build version only in my app with qooxdoo 0.7 beta-2

2007-05-27 Thread frederic
Hello, Since I have updated qooxdoo to version 0.7beta2, I have the following error when execute my app in build version. Any idea ? cheers. frederic Error occurs at line 20 of the compiled script only : this[$c[$d]] is not a function Firebug details -- construct(Object

[qooxdoo-devel] [solved] Re: qooxdoo 0.6.6: generator.py and dot files

2007-05-23 Thread Frederic Beuserie
nk mistake is easily reached and the resulting effect is many os command (mkdir, rm, ...) called with a supposedly one path but in fact two. (when APPLICATION_NAMESPACE is concatened with other values to make a full path.) perhaps the use of $(strip $(APPLICATION_NAMESPACE)) should be included in the

[qooxdoo-devel] qooxdoo 0.6.6: generator.py and dot files

2007-05-20 Thread Frederic Beuserie
Hi, The build system in 0.6.6-sdk takes into account emacs backup files (and i suppose vi and others too). Is there any way to specify to generator.py to exclude certain files (all dot file) ? thanks Traceback (most recent call last): File "../qooxdoo-0.6.6-sdk/frontend/framework/tool/generat

Re: [qooxdoo-devel] PHP Backend enhancement fix

2007-05-19 Thread frederic
Hi Derrell, you're right, the standard way to read the magic_quotes_gpc is get_magic_quotes_gpc(). Regards. frederic Derrell.Lipman wrote: > > frederic <[EMAIL PROTECTED]> writes: > >> Hello, >> I use qooxdoo on multiple hosters and the PHP configuration is

[qooxdoo-devel] PHP Backend enhancement fix

2007-05-18 Thread frederic
$input = $_GET["_ScriptTransport_data"]; if (ini_get('magic_quotes_gpc')==0){ $jsonInput = $json->decode($input); } else { $jsonInput = $json->decode(stripslashes($input)); } } [...] Hope this help. frederic --

Re: [qooxdoo-devel] Illegal character in build version

2007-05-07 Thread frederic
Thanks for your help. I have solved the problem in my index.html file : before : after : Bart van der Werf wrote: > > > >> From: frederic >> >> Hello, >> I have developed a script page.js works fine in "source" >> version, but when

[qooxdoo-devel] Illegal character in build version

2007-05-07 Thread frederic
Hello, I have developed a script page.js works fine in "source" version, but when executing in "build" version Firebug warn on Illegal Character to line 14487. Hereafter makefile, source and build sample. Any idea ? regards. frederic === makefile ==

Re: [qooxdoo-devel] Tango Icon Gallery

2007-03-25 Thread frederic
I've added an new entry in Bugzilla : http://bugzilla.qooxdoo.org/show_bug.cgi?id=347 dperez wrote: > > I also like it. > > > naftali-2 wrote: >> >> Im all for it !! >> >> 2007/3/21, frederic <[EMAIL PROTECTED]>: >>> Hi all,

[qooxdoo-devel] Tango Icon Gallery

2007-03-21 Thread frederic
Hi all, I've just discovered a new icon collection called Tango using standard naming spec : http://tango.freedesktop.org/Tango_Icon_Gallery Why not add this new icon collection to qooxdoo ? best regards. frederic -- View this message in context: http://www.nabble.com/Tango-Icon-Ga

[qooxdoo-devel] qx.Settings error when migrate to 0.7

2007-02-27 Thread frederic
bug("JSON response: " + text); } ../.. 012568 ERROR: qx.io.remote.XmlHttpTransport[301]: Could not execute json: [{"result":true,"id":1}]: TypeError - qx.Settings has no properties any idea ? frederic frederic wrote: > > Hello, > My script worked fine on 0.6.5 and now a

[qooxdoo-devel] qx.io.remote.Rpc error when migrate to 0.7

2007-02-27 Thread frederic
his.r.setServiceName("myServices.service"); this.r.timeout = 1; this.r.crossDomain = false; var result = this.r.callSync(fonction, param); ../.. What is map ? An idea how to solve my pb ? FYI, RPC examples are broken the latest SVN update. best regards. frederic -- View this message in c

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

2007-02-21 Thread frederic
Hi Alexei, A experimental implementation can be found here : http://www.nabble.com/Experimental-file-upload-implementation-tf2630085.html#a7339666 frederic zindel wrote: > > Hello, > > Actually, I'd like to know the "AJAX-way" of uploading the file. I.e.: > &g

Re: [qooxdoo-devel] Packer : a JavaScript compressor/obfuscator

2007-02-19 Thread frederic
quot; file, the size becomes 193kb. frederic Fabian Jakobs-2 wrote: > > frederic schrieb: >> Hello, >> You can obfuscate your JS code with this tool : >> http://dean.edwards.name/weblog/2006/12/packer-php/ >> A Python version seems working, have you planned to integra

[qooxdoo-devel] Packer : a JavaScript compressor/obfuscator

2007-02-18 Thread frederic
. frederic -- View this message in context: http://www.nabble.com/Packer-%3A-a-JavaScript-compressor-obfuscator-tf3248007.html#a9028948 Sent from the qooxdoo-devel mailing list archive at Nabble.com. - Take Surveys. Earn Cash

[qooxdoo-devel] Iframe not loaded in TabView

2007-02-17 Thread frederic
oad" event. I would like each iframe (iframe, iframe2) fires "load" event when loading the TabView widget and not only when displayed TabView.page. Is it possible ? How to have this behavior ? best regards. frederic -- View this message in context: http://www.nabble.com/Iframe-

Re: [qooxdoo-devel] Get generated form parameters hash

2007-01-10 Thread frederic
Hi Agustin, I agree with you, Qooxdoo doesn't provide natively easy way to manipulate form entries (combox, textarea,...). You have only setters and getters for each widget (x.getValue, x.setValue, x.getSelected(),...) but not global function to get all entries in a window,... I have developped se

Re: [qooxdoo-devel] what technology do you use with qooxdoo?

2007-01-08 Thread frederic
handle easily form datas. best regards. frederic Rusi Filipov wrote: > > Hello Tobias, > > for my single-page app I use Qooxdoo for the UI presentation and Java > for the server-side logic. >For client/server remoting I took JSON-RPC-Java. Qooxdoo has also its > own

[qooxdoo-devel] qooxdoo-0.6.4-build.tar.gz problem @ sourceforge

2006-12-28 Thread Frederic Beuserie
Hi, the file qooxdoo-0.6.4-build.tar.gz from sourceforge is half the size of the previous (0.6.3) release and it miss the framework subdir. tarball only contains some examples. I suppose there was an error at the archive compilation time. frederic beuserie

[qooxdoo-devel] Make app behind a firewall

2006-12-18 Thread frederic
Hi, In the latest SVN snapshot, the compiler requires files on Internet. Please could you adapt the curl/wget command to works behind a firewall (using a proxy) ? best regards. frederic -- View this message in context: http://www.nabble.com/Make-app-behind-a-firewall-tf2841095.html#a7932405

Re: [qooxdoo-devel] problem with Variable/String optimizations

2006-12-09 Thread frederic
"vData". > > Sebastian > > > > frederic schrieb: >> Thanks Alessandro. I can often rewrite code with an "array syntax" but >> sometimes I must keep eval instruction. >> What do you think about an enhancement in the compiler to manage >>

Re: [qooxdoo-devel] problem with Variable/String optimizations

2006-12-08 Thread frederic
tion ? Alessandro Sala wrote: > > > Hi Frederic, > > I have trouble when compiling with string/variable optimization the > following JS code : > > myClass.myFunction=function(vData){ > var test=".getValue()"; > alert(vData); > alert(eval("vD

[qooxdoo-devel] problem with Variable/String optimizations

2006-12-08 Thread frederic
vData in alert(vData) seems converted in $XXX value. Is it a bug ? to avoid the pb I have desactived the var/string opts. frederic -- View this message in context: http://www.nabble.com/problem-with-Variable-String-optimizations-tf2781275.html#a7759493 Sent from the qooxdoo-devel mailing list a

Re: [qooxdoo-devel] When/How dispose object ?

2006-11-18 Thread frederic
/removeAll/dispose) remove event listener on my object ? Is it possible to have an automatic deletion of object on a specific event for example "afterdisappear" event ? What about a garbage collector to reorganize internal array to safe memory ? Thanks in advance for any help on thi

[qooxdoo-devel] When/How dispose object ?

2006-11-17 Thread frederic
button is clicked, the modal window is closed and I try at this time to dispose the modal window to freeing memory. My code doesn't work. How/when dispose the modal window myWindow ? All children objects (btClose,myLabel) are disposed when modal window is disposed ? thanks for your

Re: [qooxdoo-devel] Experimental file upload implementation

2006-11-15 Thread frederic
the mailinglist ? Is it planned to include your widget natively in Qooxdoo soon or this widget will stay as an third-party ? cheers, frederic Dietrich Streifert wrote: > > Hello List! > > I created a file upload widget built of three classes > > UploadForm: creates a form t

Re: [qooxdoo-devel] Bug in revision 4783 / generator.py / string with accent

2006-11-13 Thread frederic
quot;, line 526, in nodeToJsonString asString += nodeToJsonString(child, prefix, childPrefix, newLine) + ',' + newLine UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 135: ordinal not in range(128) make: *** [generate-api-data] Error 1 best, frederic S

[qooxdoo-devel] Bug in revision 4783 / generator.py / string with accent

2006-11-12 Thread frederic
ent UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 19078: ordinal not in range(128) make: *** [generate-script-build] Error 1 = cheers, frederic -- View this message in context: http://www.nabble.com/Bug-in-revision-4783---gener

[qooxdoo-devel] TreeRowStructure label change after addLabel()

2006-11-01 Thread Frederic Beuserie
ter the tree is initialized ? thanks for your reply. frederic beuserie ps i'm using namespace - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to

Re: [qooxdoo-devel] Build UTF8 Javascript code

2006-10-24 Thread frederic
Hi Sebastian, Very strange with the latest SVN update all my compiled scripts stay in UTF8 ... No problem now. Many thanks for your help. frederic Sebastian Werner wrote: > > frederic schrieb: >> Hi all, >> Skeleton examples in the SDK have source/class/custom/Appli

[qooxdoo-devel] Build UTF8 Javascript code

2006-10-24 Thread frederic
vascript files ? cheers, frederic -- View this message in context: http://www.nabble.com/Build-UTF8-Javascript-code-tf2496920.html#a6960274 Sent from the qooxdoo-devel mailing list archive at Nabble.com. - Using Tomcat but ne

Re: [qooxdoo-devel] window.setCentered(true)

2006-10-17 Thread frederic
Hi David, Have you try beforeAppear event ? best, frederic dperez wrote: > > Hi, > > I have a window with complex content. > If I use myWindow.setCentered(true), my window appears clipped. > http://www.nabble.com/file/3717/clippedWindow.gif > Other windows are sh

[qooxdoo-devel] Load dynamically qooxdoo object in compiled version

2006-10-17 Thread frederic
lready implemented in compiled version a way to load widget dynamically (after a click on a button for example,...) ? Dynamically means for me a javascript code not load at startup but loaded conditioned with an user interaction (click on a button,...). cheers, frederic frederic wrote: > >

Re: [qooxdoo-devel] Catch error in qx.client.builder.Script

2006-10-14 Thread frederic
ossDomain(false); req.addEventListener("completed", function(e){result=e.getData().getContent();}); eval(result); }; *** ui.php *** Do you have a better idea to load dynamically qooxdoo widgets? cheers, fred frederic wrote: > > Hello, > I'm trying to bu

[qooxdoo-devel] Catch error in qx.client.builder.Script

2006-10-14 Thread frederic
;m using qx.client.builder.Script and not directly call qooxdoo objects because it is impossible IMHO for example to build tabpanes with XML tag... i.e. http://www.nabble.com/Builder%28%29-and-TabPanes--tf2393510.html#a6709833 cheers, frederic -- View this message in context: http://www.nabble.com

Re: [qooxdoo-devel] Aptana editor

2006-10-08 Thread frederic
mands. Is it possible to have these compilation methods intergated in Aptana ? best, frederic Mike Crowe wrote: > > David and all, > > I *think* I have the interface working. Please review and LMK: > http://qooxdoo.org/documentation/related_projects/aptana_ide > > Mike > >

Re: [qooxdoo-devel] Aptana editor

2006-10-03 Thread frederic
Hi, Is there exist a way to add autocompletion of Qooxdoo API (package methods and properties) in Aptana ? cheers. frederic mikecrowe wrote: > > David, wow, I thought I'd checked out every editor. This looks sweet. > I'm downloading it now. > > > dperez w

Re: [qooxdoo-devel] qx.io.remote.Rpc and special chars

2006-09-26 Thread frederic
ices/index.php" ? do you think my solution is the best to handle special chars ? frederic frederic wrote: > > Hello, > I'm using qx.io.remote.Rpc to call PHP method to retrieve data from a DB > (especially french words with accent). I have errors when I execute this > code

[qooxdoo-devel] qx.io.rpc and special chars

2006-09-26 Thread frederic
g error : PHP Notice: Uninitialized string offset: 15 in C:\.\services\JSON.phps on line 314 How to handle special chars with qx.io.rpc ? something to do on php code ? cheers. frederic -- View this message in context: http://www.nabble.com/qx.io.rpc-and-special-chars-tf2340705.html#a6514

[qooxdoo-devel] access data from qx.ui.ListView

2006-09-25 Thread frederic
nction(e) {...}); ? *** My Code to get data from the selected row : var i=lv.getPane().getRelativeItemPosition(lv.getPane().getSelectedItem()); this.info(lv.getData()[i]["COL1"]["text"]); this.info(lv.getData()[i]["COL2"]["text"]); This code is working but

Re: [qooxdoo-devel] Own object and access to data

2006-09-22 Thread frederic
I've found the solution ; The event on the button must declared like this : [...] wm1.add(b_test); b_test.addEventListener("execute",function(){ this.showMenu(); }); d.add(wm1); [...] "addEventLIstener" method written after the "add"

[qooxdoo-devel] Own object and access to data

2006-09-22 Thread frederic
new myclass.test; test.mytest() Do you know how to access to showMenu() method ? frederic -- View this message in context: http://www.nabble.com/Own-object-and-access-to-data-tf2318762.html#a6450451 Sent from the qooxdoo-devel mailing list archive at Nabble.com. ---

[qooxdoo-devel] how to get XmlHttpTransport.getResponseText for an rpc.callAsync request ?

2006-09-17 Thread Frederic Beuserie
or" is not parsed and available in the rpc call completed function (only id, exception and result are there ...) How can i get these data ? through XmlHttpTransport.getResponseText ? thanks. frederic beuserie - Using To

[qooxdoo-devel] Need 3rd party add-on in IE7 ?

2006-09-13 Thread frederic
ng. I am alone to have this message ? how to delete it ? regards. frederic -- View this message in context: http://www.nabble.com/Need-3rd-party-add-on-in-IE7---tf2268407.html#a6295802 Sent from the qooxdoo-devel forum at Nabble.com.

[qooxdoo-devel] How-to manual

2006-08-18 Thread frederic
ou planned to release this doc on the web site ? have you planned to include the how-to manual in the SVN repository with the API reference ? Thanks for you work. frederic -- View this message in context: http://www.nabble.com/How-to-manual-tf2126962.html#a5868896 Sent from the qooxdoo-deve

[qooxdoo-devel] contextual menu

2006-05-28 Thread Frederic Beuserie
it ? or if there is someone working on this topic ? thanks, and continue the grat work. frederic beuserie. --- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat c