Page 1 of 1

IRIGIMA V1.74

Posted: Wed May 03, 2017 10:39 pm
by IRIGIMA
iOS IRIGIMA: (N Dimensional) Inverse Folding algorithm explorer.
Type: iPhone App.
Release date: TBA

Work in progress version examples available.

Search IRIGIMA page on FB.
Feedback appreciated.

Re: IRIGIMA V1.74

Posted: Wed May 03, 2017 10:43 pm
by IRIGIMA
Help needed with screen grab function.
User defined .jpg code required.

Re: IRIGIMA V1.74

Posted: Wed May 03, 2017 11:12 pm
by rbytes
Are you looking for image save code in smart Basic? If so, the command you need is:

GRAPHICS SAVE X,Y, W,H TO N$
saves to file [n$] the part of graphics screen, which is located at coordinates [x], [y], having width [w] and height [h]. Valid image file types are: JPG, PNG. If file extension is not set then PNG file type is used.

(No difference between variables with the same letter name, whether used in lowercase or uppercase)

This will save only the contents of the graphics screen. It will not save any interface objects such as fields, buttons or sliders, and will also not show any sprites that are visible on screen.

Re: IRIGIMA V1.74

Posted: Thu May 04, 2017 1:37 pm
by IRIGIMA
Hi and many thanks for the reply.

I did try your answer before posting but it did not work, then I found out I forgot to add the () in
SCREEN_WIDTH()

Lol.

Anyway- Smart Basic is amazing !!!
Take a look at my "IRIGIMA" page on Facebook.
Soon to be released in the App Store.
Written in Smart Basic.

Thanks again and look forward to your comments.

Re: IRIGIMA V1.74

Posted: Thu May 04, 2017 1:43 pm
by rbytes
I have been to your Facebook page, and the sample images are impressive. I look forward to the release of your app. Good luck with it. :D

Re: IRIGIMA V1.74

Posted: Thu May 04, 2017 1:59 pm
by IRIGIMA
Thank you for your kind comment.
Have spent more time exploring than coding!!
Very addictive!!