Search found 68 matches

by bembulak
Mon Dec 19, 2022 12:47 pm
Forum: Coding Questions
Topic: General approach for integrating external libs (CSS/JS)
Replies: 3
Views: 617

Re: General approach for integrating external libs (CSS/JS)

https://www.spiderbasic.com/documentation/reference/inlinedjs.html Thank you, I've seen that already. If I understand corrctly, we have the following mapping (might be incomplete): MySpiderBasicVarialbe : v_myspiderbasicvariable *MySBPointer : p_mysbpointer MyProcedure() : f_myprocedure() MyModule ...
by bembulak
Mon Dec 19, 2022 10:25 am
Forum: Coding Questions
Topic: General approach for integrating external libs (CSS/JS)
Replies: 3
Views: 617

General approach for integrating external libs (CSS/JS)

Hello ladies and gentlemen, Taking a look at the Tricks 'n' Tips section of the forum, I've noticed several helpful libraries and beatiful extensions, that I like to play around with. These valuable contributions demonstrate that SpiderBasic can be used in various ways. And, of course this triggers ...
by bembulak
Wed Dec 07, 2022 7:37 am
Forum: Coding Questions
Topic: TrackbarGadget & CanvasGadget
Replies: 3
Views: 681

Re: TrackbarGadget & CanvasGadget

Enumeration #mainWin ; Window #metroCanvas ; Canvas / Drawing area EndEnumeration Enumeration #btnStartStop ; ToggleButton #trkBeats ; Trackbar EndEnumeration #metroCanvas and #trkBeats have the same values. ;) Thank you, Peter. Forgot so much over the years … OMG. What a mistake. :insert massive f...
by bembulak
Wed Dec 07, 2022 7:33 am
Forum: General Discussion
Topic: Oracle free cloud services
Replies: 4
Views: 3690

Re: Oracle free cloud services

It's not only the storage. I'm talking about the complete stacks of Infra, where you can build DMZ, have dedicated servers in dedicated VLans for a task and such. Storage and/or a LAMP stack is easy to get, but once it gets to IaaC, Terraform, Kubernetes, Docker & Co it is a little harder for a ...
by bembulak
Tue Dec 06, 2022 9:09 pm
Forum: Coding Questions
Topic: TrackbarGadget & CanvasGadget
Replies: 3
Views: 681

TrackbarGadget & CanvasGadget

Hi all, Is it possible that the TrackbarGadget is no friend with the CanvasGadget? I do have a code here where I have both of them and not matter, where I place them, the TrackBarGadget overlaps the Canvas. Once I remove the trackbar (commenting line 23), the Canvas is visible again. Do I miss somet...
by bembulak
Tue Dec 06, 2022 3:45 pm
Forum: General Discussion
Topic: Oracle free cloud services
Replies: 4
Views: 3690

Re: Oracle free cloud services

After ,not eclusivelt, java/mysql . Do you trust the word "free" in companion with oracle ?... :D No, absolutely not. But as long as these services are freely available, I'll use them to hone my skills. Where else could you play around with such things without costs? Azure and AWS give yo...
by bembulak
Tue Dec 06, 2022 1:50 pm
Forum: General Discussion
Topic: Oracle free cloud services
Replies: 4
Views: 3690

Oracle free cloud services

Stumbled over this link a few days ago. https://cohost.org/awakecoding/post/384627-free-arm-server-with Long story short (with a little flavour from my personal experience so far): Oracle offers free cloud services. Seems like they want to compete with others. As Cloud-Computing costs are sometimes ...
by bembulak
Tue Dec 06, 2022 1:35 pm
Forum: General Discussion
Topic: App doesn't test run on iOS device
Replies: 2
Views: 3647

Re: App doesn't test run on iOS device

Sorry for the late reply. Sometimes it's the small details with iOS. I'm sure you're read the docs, but just to make sure: You've created the provisioning profile in XCode? You've got a team-id to pass it on to SpiderBasic? I recommend using 'Apple Configurator' app for transferring apps & stuff...
by bembulak
Wed Nov 30, 2022 12:08 pm
Forum: Coding Questions
Topic: Load and work SVG Images
Replies: 6
Views: 1074

Re: Load and work SVG Images

I can confirm the error/behaviour:
FireFox 107.0.1 (64-Bit) on macOS Monterey, 12.6.1, Intel CPU.

On Safari it works, though.
by bembulak
Wed Nov 30, 2022 12:00 pm
Forum: General Discussion
Topic: SpiderBasic 2.40 is out !
Replies: 41
Views: 49780

Re: SpiderBasic 2.40 is out !

Fred wrote: Wed Nov 30, 2022 9:27 am You can download the full version again, it should be fixed.
Awesome, thank you!