SpiderBasic Library - List of new functions

Share your advanced knowledge/code with the community.
User avatar
RSBasic
Posts: 36
Joined: Mon Oct 15, 2018 1:17 pm
Location: Berlin
Contact:

Re: SpiderBasic Library - List of new functions

Post by RSBasic »

You can create a fullscreen window with the flag #PB_Window_Background and e.g. set a height of 2000 pixels.
But you can't scroll. This is because the DIV element is set to "overflow:hidden". To be able to scroll (also meaningful for mobile devices), you have to set "overflow: auto".

Here is a bugfix: https://www.purebasic.fr/german/viewtop ... 84#p349484
ImageImageImageImageImage
User avatar
RSBasic
Posts: 36
Joined: Mon Oct 15, 2018 1:17 pm
Location: Berlin
Contact:

Re: SpiderBasic Library - List of new functions

Post by RSBasic »

If you don't use #PB_Window_Background, you have no way to change the page title. Now it is possible: https://www.purebasic.fr/german/viewtop ... 86#p349486
ImageImageImageImageImage
User avatar
RSBasic
Posts: 36
Joined: Mon Oct 15, 2018 1:17 pm
Location: Berlin
Contact:

Re: SpiderBasic Library - List of new functions

Post by RSBasic »

If you want to change the background of the page afterwards, it is now possible: https://www.purebasic.fr/german/viewtop ... 87#p349487
ImageImageImageImageImage
User avatar
RSBasic
Posts: 36
Joined: Mon Oct 15, 2018 1:17 pm
Location: Berlin
Contact:

Re: SpiderBasic Library - List of new functions

Post by RSBasic »

ImageImageImageImageImage
User avatar
RSBasic
Posts: 36
Joined: Mon Oct 15, 2018 1:17 pm
Location: Berlin
Contact:

Re: SpiderBasic Library - List of new functions

Post by RSBasic »

ImageImageImageImageImage
User avatar
RSBasic
Posts: 36
Joined: Mon Oct 15, 2018 1:17 pm
Location: Berlin
Contact:

Re: SpiderBasic Library - List of new functions

Post by RSBasic »

ImageImageImageImageImage
User avatar
RSBasic
Posts: 36
Joined: Mon Oct 15, 2018 1:17 pm
Location: Berlin
Contact:

Re: SpiderBasic Library - List of new functions

Post by RSBasic »

ImageImageImageImageImage
User avatar
RSBasic
Posts: 36
Joined: Mon Oct 15, 2018 1:17 pm
Location: Berlin
Contact:

Re: SpiderBasic Library - List of new functions

Post by RSBasic »

There is now AnkerGadget() to jump to sections: https://www.purebasic.fr/german/viewtop ... 96#p349496
ImageImageImageImageImage
User avatar
RSBasic
Posts: 36
Joined: Mon Oct 15, 2018 1:17 pm
Location: Berlin
Contact:

Re: SpiderBasic Library - List of new functions

Post by RSBasic »

ImageImageImageImageImage
Post Reply