New section will be added to sample programs:
11. Skins
with smart BASIC skin example "blue skin.txt":
3.9 version
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 3.9 version
New command will be added:
SET UI APPLY
applies user interface settings.
After SET UI commands, which set user interface settings, SET UI APPLY command should be used, which makes settings to be applied.
When setting images, RETINA versions of these images can be used together with main images. RETINA version of image has double resolution and "@2x" characters at the end of file name. For example, when using command:
SET UI RUN ICON "image.png"
"image@2x.png" image can be used together with "image.png" image. In this case if device screen is standard then "image.png" is used, if screen is RETINA then "image@2x.png" image is automatically used.
SET UI APPLY
applies user interface settings.
After SET UI commands, which set user interface settings, SET UI APPLY command should be used, which makes settings to be applied.
When setting images, RETINA versions of these images can be used together with main images. RETINA version of image has double resolution and "@2x" characters at the end of file name. For example, when using command:
SET UI RUN ICON "image.png"
"image@2x.png" image can be used together with "image.png" image. In this case if device screen is standard then "image.png" is used, if screen is RETINA then "image@2x.png" image is automatically used.
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 3.9 version
New function will be added:
DEVICE_TYPE$ ()
returns device type. Possible values: "iPad", "iPhone".
DEVICE_TYPE$ ()
returns device type. Possible values: "iPad", "iPhone".
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 3.9 version
Version is feature-packed and is heading to App Store.
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 3.9 version
Version is available at App Store!