Great!
Thank you so much!
Search found 207 matches
- Wed Sep 10, 2025 1:49 pm
- Forum: Coding Questions
- Topic: Is there a way to color a panel?
- Replies: 3
- Views: 81365
- Tue Sep 09, 2025 7:06 am
- Forum: Coding Questions
- Topic: Is there a way to color a panel?
- Replies: 3
- Views: 81365
Is there a way to color a panel?
Is there a way to color a panel?
- Wed Aug 06, 2025 5:55 am
- Forum: Coding Questions
- Topic: HeaderSection/EndHeaderSection
- Replies: 7
- Views: 3855
Re: HeaderSection/EndHeaderSection
At least Spider doesn't get stuck 
I'll give it a try, thanks

I'll give it a try, thanks

- Tue Aug 05, 2025 3:11 pm
- Forum: Coding Questions
- Topic: HeaderSection/EndHeaderSection
- Replies: 7
- Views: 3855
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.
Can I change the design with it, or can I perhaps disable the browser from using the cache? That would be great.
- Tue Aug 05, 2025 2:16 pm
- Forum: Coding Questions
- Topic: HeaderSection/EndHeaderSection
- Replies: 7
- Views: 3855
Re: HeaderSection/EndHeaderSection
I don't have to understand it either 
Thank you

Thank you

- Mon Aug 04, 2025 1:48 pm
- Forum: Coding Questions
- Topic: HeaderSection/EndHeaderSection
- Replies: 7
- Views: 3855
HeaderSection/EndHeaderSection
What can I do with this? Can anyone gib an example?
- Thu Jul 31, 2025 6:19 am
- Forum: Coding Questions
- Topic: Incorrect canvas display when the display is zoomed
- Replies: 4
- Views: 11686
Re: Incorrect canvas display when the display is zoomed
Unfortunately this bug is not fixed.
- Tue Jul 29, 2025 8:04 am
- Forum: Bugs Reports
- Topic: [Done] SB 3.10 #PB_Image_Transparent doesn't work
- Replies: 2
- Views: 3464
[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 ...
- Tue Jul 22, 2025 7:47 am
- Forum: Coding Questions
- Topic: How can I change the AppName
- Replies: 2
- Views: 2761
Re: How can I change the AppName
Thank you 

- Sat Jul 12, 2025 7:07 am
- Forum: Coding Questions
- Topic: How can I change the AppName
- Replies: 2
- Views: 2761
How can I change the AppName
I want to change the Appname on the fly. Is that possible?