Page 2 of 2

Re: Your input about absolutely needed commands

Posted: Sat Jun 21, 2014 3:43 pm
by woki
SVG support would be nice.
I would like to handle it like images.

Re: Your input about absolutely needed commands

Posted: Tue Jan 06, 2015 3:36 am
by IdeasVacuum
GetHTTPHeader()
ReceiveHTTPFile()

Ability to Get/Set values in web page HTML fields

Re: Your input about absolutely needed commands

Posted: Wed Jan 07, 2015 5:01 pm
by IdeasVacuum
UsePNGImageDecoder()
CatchImage()
DataSection
FileRead/Write

Re: Your input about absolutely needed commands

Posted: Wed Jan 07, 2015 10:24 pm
by falsam
UsePNGImageDecoder() : it is useless when you code a web application.

FileRead/Write : SpiderBasic generates JavaScript. It is not possible to write to files. This is a safety issue.

Re: Your input about absolutely needed commands

Posted: Wed Jan 07, 2015 11:41 pm
by IdeasVacuum
UsePNGImageDecoder() : it is useless when you code a web application.
I would find it very useful - 80 to 100 16x16 images in a combobox for instance, very efficiently handled via a DataSection and image decoder.

As I see it, one of SpiderBasic's missions is to break the barriers, to make things possible......

Re: Your input about absolutely needed commands

Posted: Thu Jan 08, 2015 12:16 am
by falsam
You can use PNG images with SpiderBasic without using UsePNGImageDecoder ()

Re: Your input about absolutely needed commands

Posted: Thu Jan 08, 2015 12:22 am
by IdeasVacuum
...I have not said that you cannot, but when handling many, efficiency is vital.

Re: Your input about absolutely needed commands

Posted: Thu Jan 08, 2015 12:36 am
by IdeasVacuum
FileWrite can be performed safely using CGI for example, so it's a reasonable requirement and of course very useful for a multitude of purposes. FileRead though is even more important.