[qooxdoo-devel] Errors in event handling should not break code that fires the events

2015-05-20 Thread Florin Jurcovici
Here's a test to describe what happens (sorry for the lost indentation): qx.Class.define("com.flj.sketchbook.test.MiscTest", { extend : qx.dev.unit.TestCase, members : { "test: 00. exception in event handler breaks event firer": function() { var listener = new qx.core.Object(); listener.onEvent

Re: [qooxdoo-devel] Use of Database in qx.Desktop

2015-05-20 Thread slah
You're welcome, RPC PHP [1] is a contribution from Derrel Lepman. You can test it with the RPCExample [2] contrib too. You may find other json-rpc implementations too [3]. [1] http://qooxdoo.org/contrib/project/rpcphp [2] http://qooxdoo.org/contrib/project/rpcexample [3] http://qooxdoo.org/contrib

Re: [qooxdoo-devel] Use of Database in qx.Desktop

2015-05-20 Thread Tom Saddul
I am using Microsoft ASP.NET Web API 2.x at server side like the following namespace SampleWebApi.Controllers { public class DefaultController : ApiController { [HttpGet] [Route("getdata")] public IHttpActionResult GetData() { try

Re: [qooxdoo-devel] Use of Database in qx.Desktop

2015-05-20 Thread Bober
Hi Slah, thank you very much for your answer. Could you please provide me with a simple example or link to the qooxdoo website including your suggestion. I cant find an example including the connetcion to the database using PHP or Java. Thanks again for your support. Regards, Bober -- View

Re: [qooxdoo-devel] Use of Database in qx.Desktop

2015-05-20 Thread slah
Bober wrote > Hi, > >   > > I have created a simple qooxdoo desktop application and want to store a > text input in a Database (preferably MySQL). > >   > > Unfortunately, I have not found any information about such a matter in the > documentation of the qx.desktop. > >   > > Is there a

[qooxdoo-devel] Use of Database in qx.Desktop

2015-05-20 Thread Bober1990
Hi,   I have created a simple qooxdoo desktop application and want to store a text input in a Database (preferably MySQL).   Unfortunately, I have not found any information about such a matter in the documentation of the qx.desktop.   Is there any best practice to do so? How can it be done t

Re: [qooxdoo-devel] qx.ui.basic.Atom (More than one label possible?)

2015-05-20 Thread slah
Hello, you may use the rich property of the atom, so your label is pure html. There's also the iconPosition property you may use, more details in [1]. see this example: http://tinyurl.com/nssxfvh [1] http://demo.qooxdoo.org/4.1/apiviewer/#qx.ui.basic.Atom DTeCH wrote > Hello slah :) > > It's

[qooxdoo-devel] Dynamic Font resizing

2015-05-20 Thread roeder1989
Hey folks, I'm looking for a way to dynamically decrease font size when the space isn't sufficient to display a qx.label or qx.title in qooxdoo mobile (master) environment. The current behavior is to cut the text and display "..." at its end. What I want is for the text to be displayed in tota