Bitmap on command button, not displaying correctly (OpenInsight Specific)
At 21 DEC 1998 12:03:17PM John Misuraca wrote:
the command buttons have been asigned a bitmap. on a customers machine the command buttons are not displaying the bitmap, they are all showing vertical lines alternating between green and white line on each button.
on another customers machine the buttons lost all color (the buttons turned black).
any ideas?? need a little help?
At 21 DEC 1998 12:08PM Don Bakke wrote:
John,
In the first situation, it sounds like the customer is seeing the default bitmap instead of the one you provided. This means that it can't find the image. Double check to make sure the image exists and/or that the path to the image is valid. Are you creating an absolute or relative path to this image?
In the second situation, it sounds like a video card problem or a resolution problem. How many colors do these bitmaps have? Do other bitmaps on buttons display correctly?
dbakke@srpcs.com
At 21 DEC 1998 12:18PM john Misuraca wrote:
in the first sitwation it is an absulte path. and no other bitmaps in openinsight are displaying correctly.
in the second situation I felt it was the video card. a switch is in the works.
John
At 21 DEC 1998 04:51PM Don Bakke wrote:
Are you sure that the application is installed in the correct drive and path then? Anyway, it is usually best to modify the path to your bitmap entities as relative from the directory OI is installed in. For instance:
Instead of F:\REVSOFT\OINSIGHT\BMPS\BITMAP.BMP
Make it .\BMPS\BITMAP.BMP
dbakke@srpcs.com
At 24 DEC 1998 09:51AM akaplan@sprezzatura.com - [url=http://www.sprezzatura.com]Sprezzatura, Inc.[/url] wrote:
For the colors on the buttons, sounds like a CTL3D.DLL issue. OI only likes certain versions. Others give you only black text. You'll have to play around with various versions until you find ony with the button style and color display capabilities you like best.
akaplan@sprezzatura.com