Search found 93 matches

by munfraid
Sat Apr 13, 2024 10:50 am
Forum: Coding Questions
Topic: Debug output failing?
Replies: 4
Views: 460

Re: Debug output failing?

I'm not sure if I understood right what you are looking for.
Maybe this post can help you:
https://forums.spiderbasic.com/viewtopic.php?p=7915#p7915
by munfraid
Thu Apr 11, 2024 7:53 pm
Forum: Coding Questions
Topic: Debug output failing?
Replies: 4
Views: 460

Re: Debug output failing?

SB creates javascript, which runs asynchronously. Things like Delay() won't work. In SB use timers instead. Procedure TimerEvents() Static a a+1 Debug a EndProcedure OpenWindow(0, 0, 0, 0, 0, "Timer", #PB_Window_Background) AddWindowTimer(0, 0, 1000) BindEvent(#PB_Event_Timer, @TimerEvents...
by munfraid
Thu Apr 11, 2024 8:46 am
Forum: Bugs Reports
Topic: ExamineTouchScreen() always returns 0
Replies: 0
Views: 257

ExamineTouchScreen() always returns 0

ExamineTouchScreen() isn't working neither on my LapTop nor on my phone. It always returns 0.

Code: Select all

Debug ExamineTouchScreen() 
Laptop is a HP Envy 360 with Win11
Phone is a iPhone Mini 12 with iOS 17.4.1
by munfraid
Wed Mar 06, 2024 9:04 pm
Forum: Coding Questions
Topic: Drag and Drop (for "Cards")
Replies: 8
Views: 1084

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: 304

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: 141

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: 141

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: 6107

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: 13188

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!