Page 3 of 4

Re: SpiderBasic Library - List of new functions

Posted: Mon Oct 22, 2018 9:34 am
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

Re: SpiderBasic Library - List of new functions

Posted: Mon Oct 22, 2018 11:05 am
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

Re: SpiderBasic Library - List of new functions

Posted: Mon Oct 22, 2018 11:06 am
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

Re: SpiderBasic Library - List of new functions

Posted: Mon Oct 22, 2018 2:03 pm
by RSBasic

Re: SpiderBasic Library - List of new functions

Posted: Mon Oct 22, 2018 2:18 pm
by RSBasic

Re: SpiderBasic Library - List of new functions

Posted: Mon Oct 22, 2018 2:23 pm
by RSBasic

Re: SpiderBasic Library - List of new functions

Posted: Mon Oct 22, 2018 2:34 pm
by RSBasic

Re: SpiderBasic Library - List of new functions

Posted: Mon Oct 22, 2018 2:43 pm
by RSBasic

Re: SpiderBasic Library - List of new functions

Posted: Mon Oct 22, 2018 5:36 pm
by RSBasic
There is now AnkerGadget() to jump to sections: https://www.purebasic.fr/german/viewtop ... 96#p349496

Re: SpiderBasic Library - List of new functions

Posted: Mon Oct 22, 2018 5:51 pm
by RSBasic