You might want to look at the HotConsole project.
- Matt
Sent from my iPhone
On Apr 15, 2010, at 2:07, Jakub Suder wrote:
Hi,
is it possible to build a simple GUI (window, button, textfield, etc.)
in the console (macirb), just for demonstration purposes? I tried
that, but first I couldn't e
Hi,
is it possible to build a simple GUI (window, button, textfield, etc.)
in the console (macirb), just for demonstration purposes? I tried
that, but first I couldn't even construct a window (I was getting some
horrible errors), I found somewhere that I need to call
NSApplicationLoad() once, then