set_window_property [message #289280] |
Thu, 20 December 2007 09:11 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
shivaram9
Messages: 35 Registered: August 2006
|
Member |
|
|
Hi All,
I wanted to change my window height dynamically.
my intial canvas and window height is 69
but i may or may not display items on my canvas after height 30
so when i do not display items on my canvas after 30 i want to reduce the window height to 30 and canvas height to 30
and using the below built ins
set_canvas_property('My_Canvas',height,30);
set_window_property('My_Window',height,30);
but when i do this, my window height is modified to 8 (do i have to do some pre-requisites before setting this).
Thanks,
Shiva
|
|
|
|
|
|