Why are forms 10g Images blur on run time ? [message #454221] |
Tue, 04 May 2010 08:15 |
lanlani
Messages: 8 Registered: November 2009 Location: Beirut
|
Junior Member |
|
|
Hi everyone,
I've created a form in 6i that contains many images of type .bmp & gif as i run the form all pictures show clearly.
I upgrading the same form to 10g, as i'm running the form, all images appear blur !!!
Can anyone explain why?
Is there any solution for this weird phenomenon ?
Thanks
Best Regards
|
|
|
|
Re: Why are forms 10g Images blur on run time ? [message #454800 is a reply to message #454683] |
Fri, 07 May 2010 08:56 |
lanlani
Messages: 8 Registered: November 2009 Location: Beirut
|
Junior Member |
|
|
I got the solution :o
The problem is i was using the read_image_file('c:\macro_reel_off','GIF','DISP_IMG.IMAGE_ITEM');
to display my picture.
I figured out a turned around that increased the page's rendering and the image quality by simple wrapping my .gif pictures in a jar file and reading the image from the .jar file.
regards,
Lanlani
|
|
|