[Migrated content. Thread originally posted on 17 June 2008]
I am having a problem with a bitmap.I am doing call "W$BITMAP" using WBITMAP-DISPLAY, file-name, 4, 1
giving ws-bitmap-handle.
What I have is a bitmap that is created by a user and a different user diplay's it on there screen. This works ok the first time.
Bitmap file name is root-mhb.
After the first time the bitmap is displayed and the program that display's the bitmap is closed the 1st user creates another bitmap with the same name.
When the second user tries to display the bitmap it displays the first bitmap not the current one in the file.
I have added call "W$BITMAP" using WBITMAP-DESTROY, ws-bitmap-handle
Which is executed before the user exits the program, but every time after the first time it still displays the first bitmap. It has to be pulling it from memory because the bitmap image in the file is different from what is displaying. I am using thin client on a Linux system. The only way after the first time, I can get it to display the correct image is by loging off of my Windows work station.
Can someone let me know what I am doing wrong. ACUGT and ACUConnect 7.1
Thanks



