<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<blockquote cite="mid:200802181347.06581.fpmse@bluewin.ch" type="cite">
<pre wrap="">MSEifi is a system where MSEgui forms and Pascalscripts are transported over a
communication channel and run in a clientside "MSEgui" browser or browser
plugin. </pre>
</blockquote>
As in the end I in fact consider a "remote GUI" feature for the "non
Gui" project I have in mind this might be a very interesting solution. <br>
<blockquote cite="mid:200802181347.06581.fpmse@bluewin.ch" type="cite">
<pre wrap="">For the server side we need equivalent event handling as at the GUI
clientside.
</pre>
</blockquote>
I understand that GUI-related and non GUI related (such as generated by
TCP/IP socket, serial interface etc.) events are necessary to be
handled. In LCL with the standard widgetsets the non-GUI events are
transformed into pseudo-GUI events and queued in the external event
queue provided by the windowing system. As MSE seems to avoid this by
handling the events internally, which of course is exactly what I want.
<br>
<blockquote cite="mid:200802181347.06581.fpmse@bluewin.ch" type="cite">
<pre wrap="">IIRC I told you several times about MSEgui. :-)
</pre>
</blockquote>
I suppose I should take a decent look at MSEgui, which I did not do due
to the "gui" part of the name ;).<br>
<blockquote cite="mid:200802181347.06581.fpmse@bluewin.ch" type="cite">
<pre wrap="">
</pre>
<blockquote type="cite">
<pre wrap="">Can MSEgui be integrated with Lazarus ? Could it be installed as another
widgetset </pre>
</blockquote>
<pre wrap=""><!---->Not easy. Suggestion: use MSEide.</pre>
</blockquote>
As in the end I and my colleagues will be porting a Delphi application,
Lazarus is by far easier to use. <br>
<br>
I suppose it should be possible to use the appropriate MSEgui units in
a Lazarus project, which supposedly needs to be set up as a "program". <br>
<br>
Nonetheless it would be nice to have a nonGUI widgetset set in Lazarus
or be able to define an Application that in fact is a
tnoguiapplication. Maybe it is possible to reuse some code form MSEgui
to allow for a tnoguiapplication in Lazarus. Do you think it's possible
to derive tnoguiapplication from tcustomapplication in Lazarus ? <br>
<br>
-Michael<br>
</body>
</html>