Page 1 of 1

Available space for openscreen

Posted: Tue Apr 29, 2014 2:04 pm
by estate
Hi,

how do I get the dimensions of the browser window?



And another very stupid question:

How do I host a spiderbasic site from google drive?
I can access normal websites in my drive without a problem

Re: Available space for openscreen

Posted: Tue Apr 29, 2014 2:18 pm
by Peter
estate wrote:How do I get the dimensions of the browser window?

Code: Select all

OpenWindow(0, 0, 0, 0, 0, "", #PB_Window_Background)

Debug "WindowHeight: " + Str(WindowHeight(0))
Debug "WindowWidth: " + Str(WindowWidth(0))
estate wrote:How do I host a spiderbasic site from google drive?
you can try to copy your project via SpiderBasicCopier (http://forums.spiderbasic.com/viewtopic.php?p=228#p228)

Greetings ... Peter