I guess this must be a bug as this code behaves very different on PB and SB:
If OpenWindow(0, 0, 0, 355, 180, "TreeGadget", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
TreeGadget(0, 10, 10, 160, 160) ; TreeGadget standard
For a = 0 To 10
AddGadgetItem(0, -1, "Normal Item "+Str(a), 0, 0 ...
Search found 8 matches
- Wed Aug 27, 2025 10:43 pm
- Forum: Bugs Reports
- Topic: Wrong item number in treegadget
- Replies: 0
- Views: 3487
- Fri Aug 22, 2025 3:44 pm
- Forum: Showcase
- Topic: Bible Tools App
- Replies: 2
- Views: 19347
Re: Bible Tools App
Very wholesome, thanks.
BR
Erlend Rovik a.k.a Preacher
BR
Erlend Rovik a.k.a Preacher
- Wed May 15, 2024 3:30 pm
- Forum: General Discussion
- Topic: SpiderBasic 3.00 is out !
- Replies: 56
- Views: 218252
Re: SpiderBasic 2.60 beta 1 is ready to test !
Thanks for the new beta, everything works as expected ( Ubuntu 24.04 )
BR
Erlend
BR
Erlend
- Thu May 04, 2023 6:23 pm
- Forum: Coding Questions
- Topic: 2.50 b1
- Replies: 12
- Views: 10098
Re: 2.50 b1
Download archive again, and check, I just downloaded all 3 options and libraries is present in all three archives.
BR
Erlend
BR
Erlend
- Tue May 02, 2023 5:34 pm
- Forum: Coding Questions
- Topic: 2.50 b1
- Replies: 12
- Views: 10098
Re: 2.50 b1
Sorry for replying so late, been out of action :-/
Yes doing it from IDE also lead to error here.
But libraries are in $whereeveryouinstalled/spiderbasic/libraries, no?
BR
Erlend
Yes doing it from IDE also lead to error here.
But libraries are in $whereeveryouinstalled/spiderbasic/libraries, no?
BR
Erlend
- Mon Apr 24, 2023 7:22 pm
- Forum: Coding Questions
- Topic: 2.50 b1
- Replies: 12
- Views: 10098
Re: 2.50 b1
Could you elaborate on error on coping libraries? (Any error message?)
And is this when you upload/copy to server or local?
BR
Elrend
And is this when you upload/copy to server or local?
BR
Elrend
- Thu Apr 20, 2023 6:19 pm
- Forum: Coding Questions
- Topic: 2.50 b1
- Replies: 12
- Views: 10098
Re: 2.50 b1
You should say what Linux distro you use and what is not working, example would be nice, so we can help.
As it is hard to help without any info, it works great for me on linux ...
BR
Erlend
As it is hard to help without any info, it works great for me on linux ...
BR
Erlend
- Wed Sep 14, 2016 8:30 pm
- Forum: Showcase
- Topic: RollCalc, my first SB app
- Replies: 2
- Views: 5754
RollCalc, my first SB app
Hi all
just want to share a small app I created, also I only needed two lines to port it from PB to Spiderbasic so thats cool :-)
here's the code:
;RollCalc by Erlend Rovik
;Calculate the length of material on a roll, eg. a roll of carpet
;
Procedure.i Icon_Roll (img.i, size.i, color.i,innout ...
just want to share a small app I created, also I only needed two lines to port it from PB to Spiderbasic so thats cool :-)
here's the code:
;RollCalc by Erlend Rovik
;Calculate the length of material on a roll, eg. a roll of carpet
;
Procedure.i Icon_Roll (img.i, size.i, color.i,innout ...