From: Isaac Toothyxdip Date: 2008-03-07T11:27:19+09:00 Subject: Re: Reading pick from option menu Well i thought im going to do this on my own because ill never learn if i dont try it on my own (more then 30min) but i just want to ask something simple that im having a problem with. when i make a frame and i make lets say a button TkButton.new(frame) {} when i try to center the text horizontally using justify (i tried anchor) center it wont work. I tried grid, pack, putting it in the {} it just refuses to center. So to kinda fix it i used column to get close to the center but that doesnt work to well. I even tried to put center as the column but i didnt expect that work. I mean its fine until i get to the finishing steps of the program but i just was wondering -- Posted via http://www.ruby-forum.com/.