Search found 89 matches

by munfraid
Wed Mar 06, 2024 9:04 pm
Forum: Coding Questions
Topic: Drag and Drop (for "Cards")
Replies: 8
Views: 1060

Re: Drag and Drop (for "Cards")

Yes, this is really awesome, thanks for this!
Unfortunately it just works with the mouse. On touch devices it's not working. Is there a way to make this possible?
by munfraid
Tue Mar 05, 2024 10:26 am
Forum: Coding Questions
Topic: Resize event in container gadgets
Replies: 4
Views: 255

Re: Resize event in container gadgets

Looks like a SB bug.
documentation wrote:
The following event is supported through EventType():

#PB_EventType_Resize: The gadget has been resized.
But the constant is missing:

Code: Select all

Debug #PB_EventType_Resize
Tested on SB 2.51 arm64
by munfraid
Tue Feb 20, 2024 5:19 pm
Forum: Coding Questions
Topic: TreeGadget Font & Color
Replies: 2
Views: 129

Re: TreeGadget Font & Color

Having your own theme for each project is a really cool idea! Doing this you can modify the css as you need. Will start testing this out soon!

Thank you very much for this great tipp!
by munfraid
Mon Feb 19, 2024 3:43 pm
Forum: Coding Questions
Topic: TreeGadget Font & Color
Replies: 2
Views: 129

TreeGadget Font & Color

Hi everybody, I need a custom navigation gadget an figured out, that the TreeGadget would be great for this, but there are some problems. Custom fonts work, but line spacing seems fixed (see example). Is there a way to change line spacing with big fonts? Custom Color works just for the entire gadget...
by munfraid
Mon Feb 19, 2024 3:02 pm
Forum: General Discussion
Topic: Note on Fred's offer to extend everyone's license for one year.
Replies: 7
Views: 5692

Re: Note on Fred's offer to extend everyone's license for one year.

I'll be happy to renew my SB license as soon as a real update with new features and improvements is out.
by munfraid
Sat Jan 20, 2024 7:21 pm
Forum: Feature Requests and Wishlists
Topic: Compile for Android with Ubuntu
Replies: 3
Views: 13040

Re: Compile for Android with Ubuntu

bembulak wrote: Fri Jan 19, 2024 8:28 pm This would be a reason for me to buy a new license
Same here! This would be highly appreciated!
by munfraid
Thu Jan 04, 2024 2:58 pm
Forum: Coding Questions
Topic: Question about using Events.
Replies: 5
Views: 1695

Re: Question about using Events.

In line 34 use

Code: Select all

BindEvent(#PB_Event_Gadget, @Handler2())
instead of

Code: Select all

BindGadgetEvent(#PB_Event_Gadget, @Handler2())
because this is just for a specific gadget.
by munfraid
Sat Dec 23, 2023 4:28 pm
Forum: Game Programming
Topic: Horizontal Roulette Game ?
Replies: 6
Views: 19919

Re: Horizontal Roulette Game ?

I agree with plouf here. Smooth animations like this are possible with the Screen and Sprite command set. A truly simple and rough example comes here: ;- SETTINGS #AppName = "Spider Roulette" #ClrDesk = $38533d #ClrTitle = $00d8ff #ClrZero = $4dc700 #ClrRouge = $4651f9 #ClrNoir = $35302d #...
by munfraid
Mon Aug 23, 2021 8:49 pm
Forum: General Discussion
Topic: Has SpiderBasic Development Stopped
Replies: 14
Views: 7413

Re: Has SpiderBasic Development Stopped

dmontaine wrote: Mon Aug 23, 2021 3:00 pm Has development of this product stopped?
The only person who knows is stubbornly silent.
by munfraid
Wed Aug 18, 2021 10:47 am
Forum: Coding Questions
Topic: Can #PB_2DDrawing_Outlined make all black lines?
Replies: 6
Views: 1702

Re: Can #PB_2DDrawing_Outlined make all black lines?

Thanks for the screenshot, I can confirm this behaviour here. Looks like a bug to me. Wrote a bug report here.