Search found 4 matches

by Mindphazer
Thu May 15, 2025 11:14 am
Forum: Showcase
Topic: S.P.I.D.L.E
Replies: 7
Views: 12938

Re: S.P.I.D.L.E

I am now officially the Richest Person on Earth :mrgreen:
Image
by Mindphazer
Fri Mar 28, 2025 9:00 am
Forum: General Discussion
Topic: Publishing on website instructions?
Replies: 8
Views: 30564

Re: Publishing on website instructions?

skywalk wrote: Thu Mar 27, 2025 8:31 pm Yeah, I get that, but I thought SpiderBasic would compile the image into the safe browser space?
Do I have to put the image in a DataSection and CatchImage?
CatchImage doesn't exist in SB...
by Mindphazer
Tue Mar 18, 2025 10:16 am
Forum: Coding Questions
Topic: File.sb example
Replies: 4
Views: 11353

Re: File.sb example

I guess he's talking about this example (file.sb)
;
; ------------------------------------------------------------
;
; SpiderBasic - File example file
;
; (c) Fantaisie Software
;
; ------------------------------------------------------------
;


Procedure ReadCallback(Status, Filename$, File, Size ...
by Mindphazer
Mon Mar 17, 2025 9:24 am
Forum: Bugs Reports
Topic: [Done] SetGadgetFont has no effect
Replies: 1
Views: 36221

[Done] SetGadgetFont has no effect

When the "claro" Theme is applied on gadgets in the Compiler Options, SetGadgetFont() has no effect on a StringGadget.
It works if the selected theme is "flat"