There is a project in the demo folder called combo.tcl

It demonstrates the three geometry managers. I recommend a good book that
explains how they work. One of them is "Effective Tcl/Tk Programming"
(McGraw Hill I believe). Which geometry manager is better depends on your
needs, but generally avoid the placer if you want cross-platform support
(it could cut off texts in buttons) or automatic resizing.

CG



|---------+------------------------------------->
|         |           "Jeffrey G. Ubalde"       |
|         |           <jgubalde@meridiantelekoms|
|         |           .com>                     |
|         |           Sent by:                  |
|         |           [EMAIL PROTECTED]|
|         |           ceforge.net               |
|         |                                     |
|         |                                     |
|         |           02/01/2002 01:25 AM       |
|         |                                     |
|---------+------------------------------------->
  
>------------------------------------------------------------------------------------------------------------------------------|
  |                                                                                    
                                          |
  |        To:      [EMAIL PROTECTED]                                       
                                          |
  |        cc:      [EMAIL PROTECTED], 
[EMAIL PROTECTED]                                       |
  |        Fax to:                                                                     
                                          |
  |        Subject: Re: [vtcl-user] scrolled frame widget sample                       
                                          |
  |                                                                                    
                                          |
  
>------------------------------------------------------------------------------------------------------------------------------|




better yet, could you kindly send me a project that you made which i can
open
using vTCL so that I can see which attributes I should modify to navigate
widgets using grid or packer.

Thanks,

P.S. which widget manager (if you call it as that) is better "grid" or
"packer"?


===> On Friday 01 February 2002 01:08 am, [EMAIL PROTECTED]
wrote:
>You should use pack or grid to place widgets to scroll, so the frame
>automatically determines its maximum size. (The placer does not adjust the

f>rame size to its contents). I tried in your project to reinsert the 2

>buttons using the packer and the scrolled frame displayed correctly.













_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/vtcl-user

--

















_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/vtcl-user




_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/vtcl-user

Reply via email to