<div dir="ltr">Well the documentation is minimal, so I suggest you take a look at the samples<div>in the wx/examples directory.</div><div><br></div><div>After the minimal and hello world examples: </div><div>Run wx:demo(). which have exemplifies some more widgets with code displayed.</div>

<div>The demo needs more examples, so if you want to start with something simple </div><div>patches are accepted :-) <br></div><div><br></div><div>Larger and probably better code is in observer, as we/I learn wxWidgets the more </div>

<div>we use it.</div><div><br></div><div>But yes wx is a just a thin wrapper on top of wxWidgets so if you do stuff that is not</div><div>expected or wrong it will crash. I have tried to hinder crashes as much as I could.</div>

<div><br></div><div>To be safe from crashes somebody will have to write a layer on top wx which keeps </div><div>a state of what is happening and what is allowed, a gs on top wx..</div><div><br></div><div>/Dan</div><div>
PS: Steve I have set you up here :-) </div>
<div><br></div><div><br></div><div><br></div><div><div><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Feb 7, 2014 at 7:29 AM, Jeff Davis <span dir="ltr"><<a href="mailto:pgsql@j-davis.com" target="_blank">pgsql@j-davis.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On Thu, 2014-02-06 at 08:35 +0100, Dan Gudmundsson wrote:<br>
> What are you trying to do?<br>
><br>
><br>
> That code seg faults on all releases,<br>
> you will always be able to crash wx if you try.<br>
><br>
><br>
> If you write that code in C++ it will crash as well.<br>
><br>
</div>I'm trying to learn both erlang and wx.<br>
<br>
As a user, my understanding of erlang is that it is not supposed to<br>
segfault unless I have some misbehaving NIF or something. Are there<br>
other built-in libraries that can cause crashes?<br>
<br>
I was actually pretty happy with gs because it's so simple, but I see<br>
that it's deprecated now.<br>
<br>
Regards,<br>
        Jeff Davis<br>
<br>
<br>
<br>
</blockquote></div><br></div>