On Tue, 30 Sep 1997, Stephane Jouteux wrote: > Hi everybody, > > Does someone know how to create a frame within a canvas in vTcl ? > Thanks. this is either a bug or feature depending on your perspective, but vtcl currently discards widgets inserted into canvases. I did this because tk cannot manage them in the context of the other canvas items (like scrolling, etc). I can add a preference item in the next release that will allow this. In the meantime, I will track down the offending code and send a patch for those that want this "feature" disabled. -stewart- --------------------------------------------------------------------------- To unsubscribe from the Visual Tcl mailing list, please send a message to [EMAIL PROTECTED] with "unsubscribe vtcl [EMAIL PROTECTED]" in the message body (where [EMAIL PROTECTED] is your e-mail address).
