|
Show Palette property [message #310455 is a reply to message #310445] |
Tue, 01 April 2008 06:01   |
roni_a180
Messages: 45 Registered: October 2007
|
Member |
|
|
hello
i display a image at run time, and want this image zoom in / out
i use Oracle developer 10g . developer help file say "Show Palette property =YES"
but i an not finding this image property
help , urgent
|
|
|
Re: picture zoom [message #310466 is a reply to message #310445] |
Tue, 01 April 2008 06:42  |
roni_a180
Messages: 45 Registered: October 2007
|
Member |
|
|
i write this code
IMAGE_SCROLL('IMGOBJECT', 29, 17);
Image_Zoom('IMGOBJECT', zoom_in_factor, 2);
working
but i want when picture zoom in then scroll bar active with horizental and vertical bar
and zoom out scroll bar is not show
|
|
|