[erlang-questions] erlang and the GUI

Lukas Larsson garazdawi@REDACTED
Mon Nov 29 16:49:39 CET 2010


Hello!

You probably want to use wxErlang to build any GUI as gs is depricated and
not supported any more. See the big warning on the top of
http://www.erlang.org/doc/man/gs.html

As for GUI builder you might try wxGlade and then export to XRC and use the
wxXmlResource module to run the GUI. I haven't tried it but hopefully it
will work :)

Lukas

On Mon, Nov 29, 2010 at 4:30 PM, info <info@REDACTED> wrote:

> Hello,
> Triple question:
> 1) I would like to display in a large multiline textbox data received from
> tcp socket but the GS package has only the one-line entry object ! What can
> I use ? the editor object ? do you know an example ?
> 2) Several GUI packages are available: gs,wxErlang, ...
> Which one do you advice to use taking into account several criteria:
> support (doc,examples), standard, stability, reliability
> 3) And what about GUI builder ?
>
> J-Ph. Constantin
> ITS3 Genève
> www.its3.ch
>


More information about the erlang-questions mailing list