Browse thread
OCaml's long range graphical direction?
[
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: | -- (:) |
| From: | Pierre Weis <Pierre.Weis@i...> |
| Subject: | Re: OCaml's long range graphical direction? |
> I disagree. When designing an interface, there are a lot of tweakings > (frame widths, alignements, ...) which are easily done using an > interface builder but much more tedious to program (and you often need > to recompile a lot of time to get them right). [...] > -- Jerome Those kind of tuning are easy to do when using some interactive system; that's why we worked hard to provide interactive versions of our *tk GUI, so that there is no need to recompile to only change some integer value. Evidently, an interactive interface builder could also do the same, but it is not necessary ... Hope this helps, Pierre Weis INRIA, Projet Cristal, Pierre.Weis@inria.fr, http://pauillac.inria.fr/~weis/