[comp.sys.mac.programmer] Dialogs in Think Class Library

hagstofa@rhi.hi.is (Sigrun Helgadottir) (01/07/91)

I wanted to simulate dialogs in TCL. The dialog should have
static text and edit text fields whith buttons. I created an
subclass of CEditText and draw an border around the text field.
This was working alright until the second text field was created.
It seems that TCL can only use one text field in an Pane at time.
Is there any soulution to this promlem or should I just stick to
the old DLOG/DITL dialogs.

Any suggestion would be fine.