Search found 2 matches

by Guenter
Wed Nov 22, 2017 7:59 pm
Forum: Coding Questions
Topic: Any solution for offline use of converted sb-sources?
Replies: 1
Views: 2291

Any solution for offline use of converted sb-sources?

Hello,

i’m using an iphone and i want to use some compiled spiderbasic sources. I transfered the spiderbasic output to a webserver. On the iphone i use the app „Offline Reader“ to download the used webfiles to a local webarchive. Until the iphone has internet access i have no problems to use the ...
by Guenter
Tue Jul 11, 2017 12:29 pm
Forum: Coding Questions
Topic: How to update graphic output?
Replies: 1
Views: 2409

How to update graphic output?

Hello,
i made a simple graphic programm and have to wait some seconds until the rendered graphic will be shown.
My Question: Is it possible to show an update of the graphic every time a single line is calculated?
Greetings
Gunter


Dim cols(3,256)
Define.i c, x, y, r,g,b
pi.f = 3.141 ...