Search found 182 matches

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

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

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

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

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

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

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

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

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?
by the.weavster
Fri Oct 25, 2019 8:55 pm
Forum: Coding Questions
Topic: Create Android app stops at 60% (Solved)
Replies: 10
Views: 4834

Re: Create Android app stops at 60%

Just a guess but does following falsam's tip to close the debug window make a difference:

Code: Select all

; Really close the debug window
CloseDebugOutput()
!$('div').eq(0).remove()
by the.weavster
Tue Oct 15, 2019 12:10 pm
Forum: Feature Requests and Wishlists
Topic: AccordionContainer
Replies: 7
Views: 3861

Re: AccordionContainer

Bump.

It would be nice to have an officially supported accordion.