[Gambas-devel] for future gambas development

Benoit Minisini gambas at ...1...
Sun Aug 20 12:49:06 CEST 2006


On Sunday 20 August 2006 11:47, José L. Redrejo Rodríguez wrote:
> Hi Benoît. In previous emails we have talked about a future use of
> gambas for web development, doing it as easy as it is now to switch from
> qt to gtk.
> I've found this toolkit that could do it possible. It's  lgpl licensed
> and looks really promising:
>
> http://qooxdoo.org/about
>
> Regards.

Thanks for the link.

Then the big problem is how to define the interface *and* the code in Gambas, 
and see it in the browser with this toolkit. I see no solution at the moment.

If the code is in Gambas, then all events generated by the interface on the 
browser should be sent to the server. 

In other words, an XmlHttpRequest must be put between each GUI Gambas method 
and the browser, and between each browser event and GUI Gambas event handler. 
The browser can send an XmlHttpRequest to the server as needed, but I think 
the contrary is impossible.

In other words, the event loop must be completely managed by the browser.

Maybe by taking their code, and modifying it deeply? It is an huge job...

Another point: their toolkit is rather slow on my Firefox, but I think we 
cannot do anything about that. Thanks to AJAX, now we will need an AthlonX2 
to browse the web :-)

Regards,

-- 
Benoit Minisini





More information about the Devel mailing list