Search found 6 matches

by preacher
Sun Apr 03, 2022 12:23 pm
Forum: Linux
Topic: 3d examples
Replies: 2
Views: 1059

Re: 3d examples

@StarBootics: You are correct, thanks, i thought I had it disabled but didn't.
by preacher
Sun Apr 03, 2022 10:41 am
Forum: Linux
Topic: 3d examples
Replies: 2
Views: 1059

3d examples

With both Purebasic v6b5 and b6 I get a "Segmentation fault (core dumped)" when
I try to run 3d demos from Purebasic examples directory. The actual example run fine
but IDE dies.
Could anyone else confirm?

This is on Ubuntu 21.10

BTW! All non-3d code compile/run as expected (No ide crash)

BR ...
by preacher
Mon May 17, 2021 8:46 pm
Forum: Linux
Topic: Volunteers needed - TreeGadget CheckBox not responding
Replies: 11
Views: 7960

Re: Volunteers needed - TreeGadget CheckBox not responding

I Confirm that it do not work, at least on Ubuntu Budgie 21.04 .

No checkmark change at all when clicking on them :-(

Edit: But they work if I add image to the items.
by preacher
Tue Mar 23, 2021 7:02 pm
Forum: Off Topic
Topic: A Decade of PureBasic!
Replies: 21
Views: 9274

Re: A Decade of PureBasic!

@Fangbeast I never thought I actually "beat" you in join date :-) although I lost my password back then and then created account erlend. Fun thing is when I now found you're post and checked my join date I just remembered the 18 year old password again.
by preacher
Mon Jun 09, 2003 12:37 pm
Forum: The PureBasic Editor
Topic: Visual Designer - Toolbar support ?
Replies: 7
Views: 5292

Visual Designer - Toolbar support ?

Hi guys.

just wondering if there will come any toolbar support in VD or is it left out for some good reason?
by preacher
Mon Jun 02, 2003 9:26 pm
Forum: Tricks 'n' Tips
Topic: Ownerdrawing with PB
Replies: 3
Views: 4227

Ownerdrawing with PB

Just tought I'd share some owner drawing stuff with all you nice guys & girls(?), quite usefull to make you're gui a little bit better.

BTW! Anyone got any clue how to ownerdraw menu, or to be more precise: how to set the menuitems fType to #MFT_OWNERDRAW


#ODS_SELECTED=1
#ODS_GRAYED=2
#ODS ...