Your input about absolutely needed commands

Everything else that doesn't fall into one of the other categories.
woki
Posts: 13
Joined: Tue Feb 25, 2014 7:52 pm

Re: Your input about absolutely needed commands

Post by woki »

SVG support would be nice.
I would like to handle it like images.
IdeasVacuum
Posts: 143
Joined: Tue Feb 25, 2014 1:27 pm

Re: Your input about absolutely needed commands

Post by IdeasVacuum »

GetHTTPHeader()
ReceiveHTTPFile()

Ability to Get/Set values in web page HTML fields
IdeasVacuum
Posts: 143
Joined: Tue Feb 25, 2014 1:27 pm

Re: Your input about absolutely needed commands

Post by IdeasVacuum »

UsePNGImageDecoder()
CatchImage()
DataSection
FileRead/Write
falsam
Posts: 280
Joined: Mon May 05, 2014 9:49 pm
Location: France
Contact:

Re: Your input about absolutely needed commands

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

➽ Windows 11 - JDK 1.8 - SB 2.40 - Android 13
http://falsam.com

Sorry for my poor english
IdeasVacuum
Posts: 143
Joined: Tue Feb 25, 2014 1:27 pm

Re: Your input about absolutely needed commands

Post 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......
falsam
Posts: 280
Joined: Mon May 05, 2014 9:49 pm
Location: France
Contact:

Re: Your input about absolutely needed commands

Post by falsam »

You can use PNG images with SpiderBasic without using UsePNGImageDecoder ()

➽ Windows 11 - JDK 1.8 - SB 2.40 - Android 13
http://falsam.com

Sorry for my poor english
IdeasVacuum
Posts: 143
Joined: Tue Feb 25, 2014 1:27 pm

Re: Your input about absolutely needed commands

Post by IdeasVacuum »

...I have not said that you cannot, but when handling many, efficiency is vital.
IdeasVacuum
Posts: 143
Joined: Tue Feb 25, 2014 1:27 pm

Re: Your input about absolutely needed commands

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