Search found 205 matches

by Stefan
Wed Aug 06, 2025 5:55 am
Forum: Coding Questions
Topic: HeaderSection/EndHeaderSection
Replies: 7
Views: 381

Re: HeaderSection/EndHeaderSection

At least Spider doesn't get stuck :D
I'll give it a try, thanks :)
by Stefan
Tue Aug 05, 2025 3:11 pm
Forum: Coding Questions
Topic: HeaderSection/EndHeaderSection
Replies: 7
Views: 381

Re: HeaderSection/EndHeaderSection

I don't quite understand the point yet.
Can I change the design with it, or can I perhaps disable the browser from using the cache? That would be great.
by Stefan
Tue Aug 05, 2025 2:16 pm
Forum: Coding Questions
Topic: HeaderSection/EndHeaderSection
Replies: 7
Views: 381

Re: HeaderSection/EndHeaderSection

I don't have to understand it either :D
Thank you :)
by Stefan
Mon Aug 04, 2025 1:48 pm
Forum: Coding Questions
Topic: HeaderSection/EndHeaderSection
Replies: 7
Views: 381

HeaderSection/EndHeaderSection

What can I do with this? Can anyone gib an example?
by Stefan
Thu Jul 31, 2025 6:19 am
Forum: Coding Questions
Topic: Incorrect canvas display when the display is zoomed
Replies: 4
Views: 6354

Re: Incorrect canvas display when the display is zoomed

Unfortunately this bug is not fixed.
by Stefan
Tue Jul 29, 2025 8:04 am
Forum: Bugs Reports
Topic: [Done] SB 3.10 #PB_Image_Transparent doesn't work
Replies: 2
Views: 535

[Done] SB 3.10 #PB_Image_Transparent doesn't work


Enumeration
#tempimage
#window
#apic
EndEnumeration


OpenWindow(#window,0,0,800,600,"Test")
SetWindowColor(#window,RGB(200,20,20))


If CreateImage(#tempimage, 24, 24,32, #PB_Image_Transparent )
StartDrawing(ImageOutput(#tempimage))
Circle(12,12,12,RGB(0,200,0))
StopDrawing()
EndIf ...
by Stefan
Tue Jul 22, 2025 7:47 am
Forum: Coding Questions
Topic: How can I change the AppName
Replies: 2
Views: 221

Re: How can I change the AppName

Thank you :)
by Stefan
Sat Jul 12, 2025 7:07 am
Forum: Coding Questions
Topic: How can I change the AppName
Replies: 2
Views: 221

How can I change the AppName

I want to change the Appname on the fly. Is that possible?
by Stefan
Fri Jun 20, 2025 2:29 pm
Forum: Coding Questions
Topic: Cannot move the debug window.
Replies: 14
Views: 20817

Re: Cannot move the debug window.

Code: Select all

.example2 {
  zoom: 1.5; /* Adjust the value to zoom in or out */
}
I found this CSS code.
Maybe I can zoom in and out of the screen with CSS.
But how do I integrate it into SpiderBasic?
by Stefan
Thu Jun 19, 2025 8:59 am
Forum: General Discussion
Topic: Homepage Error
Replies: 3
Views: 1263

Homepage Error

What's wrong with the Spider homepage?
It's hard to access, and I can't download the IDE.
Apache/2.4.62 (Debian) Server at www.spiderbasic.com Port 443