Search found 3 matches

by Alberto
Thu Oct 13, 2016 10:40 am
Forum: Feature Requests and Wishlists
Topic: Add in StartDrawing() the "ScreenOutput" argument
Replies: 0
Views: 2299

Add in StartDrawing() the "ScreenOutput" argument

Actually StartDrawing() accepts only:
SpriteOutput():
ImageOutput():
CanvasOutput():

Is it possible to add at least ScreenOutput()?
In PureBasic the StartDrawing() command accepts ScreenOutput() and I think that this option would be useful also in SpiderBasic.

Best regards
Alberto
by Alberto
Thu Sep 15, 2016 12:24 pm
Forum: Coding Questions
Topic: How to insert SpiderBasic code into an exhisting html file?
Replies: 2
Views: 3103

Re: How to insert SpiderBasic code into an exhisting html fi

Thank you SparrowhawkMMU.

I've tested it and works good.
This is what I was looking for.

Thanks again
Alberto
by Alberto
Thu Jul 28, 2016 2:14 pm
Forum: Coding Questions
Topic: How to insert SpiderBasic code into an exhisting html file?
Replies: 2
Views: 3103

How to insert SpiderBasic code into an exhisting html file?

I' m a very happy user of PureBasic and I want to know if is it possible to insert SpiderBasic code into an exhisting html file made by another program (Dreamweaver for example). I imagine two ways of inserting the SpiderBasic code:

1) There is a rectagle area in the html page that it's a ...