Page 5 of 5

Re: Convert image to 8bit 256 colors (windows only)

Posted: Sat Jan 28, 2017 6:28 am
by Keya
netmaestro wrote:

Code: Select all

Repeat
  ev = WaitWindowEvent()
Until ev=#WM_CLOSE
Just at the end of the example, the window refuses to close unless i changed #WM_CLOSE to #PB_Event_CloseWindow (and yes im using Windows)

Re: Convert image to 8bit 256 colors (windows only)

Posted: Sat Jan 28, 2017 6:54 am
by netmaestro
Yeah, forgot that one. I changed it on my computer to run the test but I never uploaded the test prg. Fixed, thanks for the reminder.