Search found 5 matches

by Markus
Mon Jan 30, 2017 6:35 pm
Forum: Coding Questions
Topic: stupid issue with callback argument
Replies: 2
Views: 3626

Re: stupid issue with callback argument

if me can see this @ in code the compiler can see this too.
my function did not return a pointer and if so it is the opposite test without @
however
everything is possible with any solution ;)
by Markus
Sun Jan 29, 2017 6:52 pm
Forum: Coding Questions
Topic: stupid issue with callback argument
Replies: 2
Views: 3626

stupid issue with callback argument

hi,
please can you check if the callback argument contains a @
because if it is missing it called just the function unwanted.

example:
OpenFileRequester("application/binary",RequesterSuccess(), #PB_Requester_MultiSelection) WRONG
OpenFileRequester("application/binary",@RequesterSuccess(), #PB ...
by Markus
Sat Dec 17, 2016 11:42 pm
Forum: Feature Requests and Wishlists
Topic: HTML5 Geolocation in Spider Basic
Replies: 1
Views: 2550

HTML5 Geolocation in Spider Basic

maybe you can map this into basic commands
http://www.w3schools.com/html/html5_geolocation.asp
by Markus
Sat Dec 17, 2016 10:41 pm
Forum: Coding Questions
Topic: [Solved] SetGadgetFont ???
Replies: 2
Views: 2802

Re: SetGadgetFont ???

Ahh , it works only in this "Flat" Mode at Gadget Compiler Options.
by Markus
Sat Dec 17, 2016 10:12 pm
Forum: Coding Questions
Topic: [Solved] SetGadgetFont ???
Replies: 2
Views: 2802

[Solved] SetGadgetFont ???

hi,
have someone an example how to change the ButtonGadget font?
i made a OpenWindow and using a ButtonGadget
had used LoadFont
but if me using SetGadgetFont nothing happens.
me using the free version of SpiderBasic 2.00 (Windows - x86)
i started the source from pc and call the web adress also from ...