IRIGIMA V1.74

Post Reply
IRIGIMA
Posts: 21
Joined: Wed May 03, 2017 10:30 pm
My devices: iOS iPhone 6
Flag: Great Britain
Contact:

IRIGIMA V1.74

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

IRIGIMA
Posts: 21
Joined: Wed May 03, 2017 10:30 pm
My devices: iOS iPhone 6
Flag: Great Britain
Contact:

Re: IRIGIMA V1.74

Post by IRIGIMA »

Help needed with screen grab function.
User defined .jpg code required.

User avatar
rbytes
Posts: 1338
Joined: Sun May 31, 2015 12:11 am
My devices: iPhone 11 Pro Max
iPad Pro 11
MacBook
Dell Inspiron laptop
CHUWI Plus 10 convertible Windows/Android tablet
Location: Calgary, Canada
Flag: Canada
Contact:

Re: IRIGIMA V1.74

Post 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.
The only thing that gets me down is gravity...

IRIGIMA
Posts: 21
Joined: Wed May 03, 2017 10:30 pm
My devices: iOS iPhone 6
Flag: Great Britain
Contact:

Re: IRIGIMA V1.74

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

User avatar
rbytes
Posts: 1338
Joined: Sun May 31, 2015 12:11 am
My devices: iPhone 11 Pro Max
iPad Pro 11
MacBook
Dell Inspiron laptop
CHUWI Plus 10 convertible Windows/Android tablet
Location: Calgary, Canada
Flag: Canada
Contact:

Re: IRIGIMA V1.74

Post 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
The only thing that gets me down is gravity...

IRIGIMA
Posts: 21
Joined: Wed May 03, 2017 10:30 pm
My devices: iOS iPhone 6
Flag: Great Britain
Contact:

Re: IRIGIMA V1.74

Post by IRIGIMA »

Thank you for your kind comment.
Have spent more time exploring than coding!!
Very addictive!!

Post Reply