Kbase P14219: AppBuilder crashes when attempting to add an image to a button
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/28/2005 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1D
Progress 9.1E
Windows
SYMPTOM(s):
AppBuilder
Trying to add an image to a button widget
AppBuilder GPFs when loading the image
Stack trace from prowin32.exe reads:
ACCUGNT5.DLL
Trying to load Bitmap (.BMP) images
Image size is larger than 4K
Crash does not occur when using other image formats, such as .GIF or .JPG
CAUSE:
The crash is caused by a bug in the third-party ACCUGNT5.DLL component which is used to load image files.
FIX:
Option #1
Reduce the size of the bitmap image. If the size of the image file is reduced to 4K or less then the image can be selected normally from within AppBuilder.
Option #2
Use an image format other than bitmap. The error does not occur when using .GIF or .JPG images.
Option #3
Upgrade to OpenEdge 10.0B or above. OpenEdge 10.0B does not use ACCUGNT5.DLL.