[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2006-07-14 (10:17) |
From: | Jacques Garrigue <garrigue@m...> |
Subject: | Re: [Caml-list] Ocaml, MacOSX and GUIs |
> > So, on to GUIs. My GUI requirements are rather simple. In fact > > the lablTk libraries should do the trick. Has anyone actually > > done any Ocaml development with a lablTk GUI targeting all three > > platforms? If so, how did it work out? > > In the standard distribution, there's ocamlbrowser, which has a > labltk-based GUI and works on all three platforms. Unfortunately, on MacOSX ocamlbrowser only works properly with the X11 version of Tk (which is very easy to install.) I tried several times to make it work with the Aqua version, but was never completely successful. Most other LablTk programs seem to work properly with the Aqua version of Tk, so YMMV. Jacques