[R] Re: A tcltk question

2003-02-25 Thread John Zhang
Hi, I am trying to create a light-weight window with no border and title bar. The following code does not work for me. base - tktoplevel() tkwm.overrideredirect(base, TRUE) (or FALSE) Could someone help me out? Thanks. Jianhua Zhang Department of Biostatistics Dana-Farber Cancer Institute

Re: [R] Re: A tcltk question

2003-02-25 Thread Peter Dalgaard BSA
John Zhang [EMAIL PROTECTED] writes: Hi, I am trying to create a light-weight window with no border and title bar. The following code does not work for me. base - tktoplevel() tkwm.overrideredirect(base, TRUE) (or FALSE) Could someone help me out? Thanks. The point would seem to