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
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
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
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
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
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
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
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