Search found 999 matches

by rbytes
Mon Apr 01, 2019 7:59 pm
Forum: For beginners
Topic: Program Template
Replies: 10
Views: 17769
Flag: Canada

Re: Program Template

OK. Let me know how it goes.
by rbytes
Mon Apr 01, 2019 6:29 pm
Forum: For beginners
Topic: Program Template
Replies: 10
Views: 17769
Flag: Canada

Re: Program Template

Press and hold on the image, and click Save Image from the popup menu. Once the image is in your Photos, run this one-line program to get it into your folder:

Code: Select all

ALBUM IMPORT "CalcBG.jpg"
Be sure you get the caps in the right places, because program names are case-sensitive.
by rbytes
Mon Apr 01, 2019 4:51 pm
Forum: Other topics
Topic: Update to Smart Basic?
Replies: 17
Views: 12228
Flag: Canada

Re: Update to Smart Basic?

Thanks, but that really didn't answer my question about an update to Smart Basic. We who prefer iOS will likely have to wait years for a version of Future Basic that will work on our platform. Our willingness to stick by and support Smart Basic ought to get some consideration - such as an update to ...
by rbytes
Mon Apr 01, 2019 3:47 pm
Forum: Other topics
Topic: Update to Smart Basic?
Replies: 17
Views: 12228
Flag: Canada

Update to Smart Basic?

Mr. K., you have mentioned previously that you don't expect Apple will allow Future Basic iOS any way to import/export files, eg. from a cloud service or via iTunes, due to their (misguided) restrictions on "code importing". If that is the case, why not then do an update to Smart Basic to remove the...
by rbytes
Tue Mar 26, 2019 2:52 pm
Forum: For beginners
Topic: Help with BUTTONS, SWITCHES and SLIDERS, PLEASE.
Replies: 9
Views: 9486
Flag: Canada

Re: Help with BUTTONS, SWITCHES and SLIDERS, PLEASE.

Chooch912, I would be interested in your reaction to this Program Template that I posted a while back in Basic Programs. (Mr. K, It would probably be better to move it to this section.) https://kibernetik.pro/forum/viewtopic.php?f=20&t=2352 It is a working program, but it is thoroughly commented, wi...
by rbytes
Tue Mar 26, 2019 2:45 pm
Forum: For beginners
Topic: field examples
Replies: 9
Views: 13671
Flag: Canada

Re: field examples

Mr. K, the example I gave in this thread should probably be move to For Beginners
by rbytes
Tue Mar 26, 2019 1:56 pm
Forum: For beginners
Topic: Help with BUTTONS, SWITCHES and SLIDERS, PLEASE.
Replies: 9
Views: 9486
Flag: Canada

Re: Help with BUTTONS, SWITCHES and SLIDERS, PLEASE.

Excellent. Thanks!
by rbytes
Tue Mar 26, 2019 5:20 am
Forum: For beginners
Topic: Help with BUTTONS, SWITCHES and SLIDERS, PLEASE.
Replies: 9
Views: 9486
Flag: Canada

Re: Help with BUTTONS, SWITCHES and SLIDERS, PLEASE.

It would no doubt be helpful to have a section for beginners where we provide very short examples of interface objects. Libraries might be a good location for them. Here is one that creates a slider, with a field to display its output. /* Slider values only range from 0 to 1. But by multiplying, you...
by rbytes
Sat Mar 23, 2019 6:48 pm
Forum: Other topics
Topic: Help with quotesigns
Replies: 3
Views: 2990
Flag: Canada

Re: Help with quotesigns

Yes, this is a well-understood situation that has received answers many times on the Forum. A suggestion for you and others who are new to the Forum. Do a search, just as you would in a browser, using the Search this topic or Search this forum field. Often you will get many hits as to the answer. Ap...
by rbytes
Mon Mar 11, 2019 10:52 pm
Forum: BASIC programs
Topic: Ellipse, rotated about an angle
Replies: 4
Views: 6338
Flag: Canada

Re: Ellipse, rotated about an angle

Another cool drawing effect. Thanks, Henk!