Search found 184 matches

by the.weavster
Tue Oct 20, 2020 8:14 am
Forum: General Discussion
Topic: My thoughts on the SpiderBasic update policy
Replies: 15
Views: 8617

Re: My thoughts on the SpiderBasic update policy

...//... I think a life-time upgrade license option (even if it cost more) would help to solve this problem. It'll also give Fred a path to additional revenue. Any additional revenue that model would give Fred is short term, it will limit his revenue in the future and possibly make SpiderBasic non-...
by the.weavster
Mon Oct 19, 2020 8:40 am
Forum: General Discussion
Topic: My thoughts on the SpiderBasic update policy
Replies: 15
Views: 8617

Re: My thoughts on the SpiderBasic update policy

You can continue to use SpiderBasic after your update plan expires so you have the option of not renewing and just buying back in if a future version has a new feature you really want.
by the.weavster
Wed Oct 14, 2020 8:13 pm
Forum: General Discussion
Topic: Is the support of Web GUI elements planned?
Replies: 7
Views: 7069

Re: Is the support of Web GUI elements planned?

Peter wrote:Also worth a look: Framework7 (https://framework7.io/)
That looks excellent :D
It also has both mobile and desktop covered so maybe it could replace Dojo rather than having two frameworks.
by the.weavster
Tue Oct 13, 2020 9:04 am
Forum: General Discussion
Topic: Is the support of Web GUI elements planned?
Replies: 7
Views: 7069

Re: Is the support of Web GUI elements planned?

I would also like to see additional gadgets, even if it breaks compatability with PB.

Once PB has a WebView2 based HTML viewer SB's additional gadgets would be an enhancement for PB too.
by the.weavster
Mon Sep 07, 2020 10:59 am
Forum: Coding Questions
Topic: Loading callback: How to pass a user variable?
Replies: 2
Views: 1176

Re: Loading callback: How to pass a user variable?

kurzer wrote:I do not want to use a temporary global variable inside the module, because this can lead to data errors, if the load function is called several times from different callers.
How about using a Map with the filename as the key?
by the.weavster
Tue May 26, 2020 10:53 am
Forum: Coding Questions
Topic: Location of database for Android app
Replies: 0
Views: 1724

Location of database for Android app

I want to make an Android app that will create / connect to a SQLite database but I'm not clear on where to locate the database file both during development and deployment.

If somebody could point me in the right direction I'd be grateful.
by the.weavster
Wed Apr 08, 2020 12:41 pm
Forum: Tricks 'n' Tips
Topic: Using 'Interface' for object-oriented programming in SB
Replies: 4
Views: 2691

Re: Using 'Interface' for object-oriented programming in SB

Forget what I wrote there, it does work.

I'm not sure what I did wrong before :? :oops:


Thanks for these tips, they're very helpful :D
by the.weavster
Mon Apr 06, 2020 8:32 am
Forum: Tricks 'n' Tips
Topic: Using 'Interface' for object-oriented programming in SB
Replies: 4
Views: 2691

Re: Using 'Interface' for object-oriented programming in SB

Hi Danilo,

Is there a way to pass an instance of IText to a procedure as a parameter. This doesn't work but demonstrates what I'd like to be able to do:

Code: Select all

Procedure speak(v.IText)
  Debug v\Get()
EndProcedure
by the.weavster
Sun Nov 17, 2019 9:51 am
Forum: General Discussion
Topic: SpiderBasic 2.30 is available
Replies: 38
Views: 18894

Re: SpiderBasic 2.30 beta 1 is available

I'm just about to start a large project with SpiderBasic and #PB_Canvas_Container could prove very useful :D
by the.weavster
Sun Nov 17, 2019 9:41 am
Forum: Coding Questions
Topic: LibraryMaker.exe?
Replies: 9
Views: 2795

Re: LibraryMaker.exe?

This is cool :D
Fred wrote:For now all the code is shared with PureBasic, that's why it's plateform dependant. I will try to change that
Any chance it will be cross platform when the latest release comes out of beta?