Page 1 of 1

#PB_Image_Raised not supported by Linux

Posted: Sun Jul 10, 2016 9:52 pm
by uwekel
Hi,

the #PB_Image_Raised flag is not supported by Linux and shows the same border as with #PB_Image_Border.

Code: Select all

OpenWindow(0, 0, 0, 400, 300, "Test", #PB_Window_Normal)
ImageGadget(0, 10, 10, 50, 50, #Null)
ImageGadget(1, 10, 70, 50, 50, #Null, #PB_Image_Border)
ImageGadget(2, 10, 130, 50, 50, #Null, #PB_Image_Raised)
Repeat
  Select WaitWindowEvent()
  Case #PB_Event_CloseWindow
    Break
  EndSelect
ForEver
The help should be adapted.
Regards
Uwe

Re: #PB_Image_Raised not supported by Linux

Posted: Sat Apr 21, 2018 9:39 pm
by Andre
To be checked by Fred/freak.... (can this functionality be added to the Linux version, or should a note be added to the docs?)