Search found 3 matches

by netep
Fri Jan 31, 2020 7:18 pm
Forum: Announcement
Topic: PureBasic 5.72 LTS is out !
Replies: 106
Views: 69417

Re: PureBasic 5.72 LTS Beta 1 is available !

Oh, fantastic !!
so much fixes for Linux !
Is Linux dead ??
In the moment it is absolut stupid to develop with PB under Linux.
I am very sorry to say that, but no usable support for gtk3 ( btw. gtk4 is on the road),
PB started with qt and thats it. A lot of functions are not working.

regards
peter
by netep
Fri Apr 28, 2017 6:24 pm
Forum: Linux
Topic: SetWindowColor did not work XUBUNTU 17.04 (SOLVED)
Replies: 0
Views: 1946

SetWindowColor did not work XUBUNTU 17.04 (SOLVED)

Moin !

Testing xubuntu 17.04 64bit


OpenWindow(1,0,0,500,500,"Test SetWindowColor (Background RED)",#PB_Window_ScreenCentered)
SetWindowColor(1,RGB(255,0,0))

Repeat
EventId = WaitWindowEvent()

Until EventId = #PB_Event_CloseWindow

End


Should by red is Gray.

Testing different Themes ...
by netep
Mon Feb 13, 2017 12:51 pm
Forum: Linux
Topic: StringGadget & #PB_String_BorderLess BUG?
Replies: 3
Views: 3039

Re: StringGadget & #PB_String_BorderLess BUG?

works fine on lubuntu 16.04.01 x64

peter