I thought that OI is supposed to support graphic formats besides BMP, such as, GIF, JPEG, TIFF, etc. When I tried to "create" a new image entity for a GIF file, I couldn't. The only file type that I could select was "bmp".
Is there a "hook" or "switch" that I need to turn on to allow the additon of other graphic formats?
Thanks,
[email protected] onmouseover=window.status=imagine … ;return(true)"
Ray Chan ~ Symmetry Info
P.S. I am posting this also in the Work section as well.
OI beyond 3.? does support JPG, etc.
To test, instead of using image entities, programmatically set the BITMAP property of the object to a JPG file.
ie. set_property( obj, 'BITMAP', 'c:\test.jpg' )
Vince Poirier
Ray
See my posting in Works section
Tony