WxErlang tutorial

From Erlang Community

(Difference between revisions)
Revision as of 04:39, 12 May 2010 (edit)
Dae (Talk | contribs)
(New website tutorial on wx)
← Previous diff
Current revision (04:27, 29 June 2010) (edit) (undo)
Dae (Talk | contribs)

 
(2 intermediate revisions not shown.)
Line 4: Line 4:
==wxErlang Tutorial== ==wxErlang Tutorial==
-I have written a tutorial on creating windows using the wx module. It starts with a simple erlang module, and builds the wx-based module in a series of steps.+I have written a beginner's tutorial on the wx module.
-Click here: [wxerlang workups |http://wxerlang.dougedmunds.com].+It starts with a simple Erlang module that runs in the shell. I walk through creating the window, adding wxwidgets, creating monitors to listen to user activity, and building a loop function that connects the window to the Erlang code.
 +There is a commented wx_object behaviour.
 +There are examples of using device contexts to draw graphics.
 +
 +Click here: http://wxerlang.dougedmunds.com to go to the site.
[[Category:HowTo]] [[Category:HowTo]]

Current revision

[edit] Author

Doug Edmunds

[edit] wxErlang Tutorial

I have written a beginner's tutorial on the wx module.

It starts with a simple Erlang module that runs in the shell. I walk through creating the window, adding wxwidgets, creating monitors to listen to user activity, and building a loop function that connects the window to the Erlang code.

There is a commented wx_object behaviour.

There are examples of using device contexts to draw graphics.

Click here: http://wxerlang.dougedmunds.com to go to the site.

Erlang/OTP Projects
Personal tools