Available space for openscreen

Advanced game related topics
estate
Posts: 1
Joined: Tue Apr 29, 2014 1:42 pm

Available space for openscreen

Post 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
User avatar
Peter
Posts: 1086
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: Available space for openscreen

Post 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
Post Reply