* Camltk
@ 1999-02-02 11:00 Thibault Weintraub
1999-02-03 15:56 ` Camltk Pascal Rigaux
0 siblings, 1 reply; 2+ messages in thread
From: Thibault Weintraub @ 1999-02-02 11:00 UTC (permalink / raw)
To: caml-list
Hello,
Does anyone know how to open another window from a camltk
application such as a dialog box to open or save a file ???
Thanks...
Thibault
Weintraub
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Camltk
1999-02-02 11:00 Camltk Thibault Weintraub
@ 1999-02-03 15:56 ` Pascal Rigaux
0 siblings, 0 replies; 2+ messages in thread
From: Pascal Rigaux @ 1999-02-03 15:56 UTC (permalink / raw)
To: Thibault Weintraub; +Cc: caml-list
>
> Does anyone know how to open another window from a camltk
> application such as a dialog box to open or save a file ???
>
>
Here it is for open file:
Fileselect.f "Open plot file" (function [f] -> o#open_file f | _ -> ()) "*.plot"
"" false true
See the source of fileselect in the camltk source (jpf/fileselect.ml)
For a dialog box, look at frx/frx_dialog.ml in the camltk source.
cu Pixel.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~1999-02-03 17:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-02-02 11:00 Camltk Thibault Weintraub
1999-02-03 15:56 ` Camltk Pascal Rigaux
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).