Search found 4 matches

by sneepy
Thu Aug 28, 2014 2:01 am
Forum: BASIC programs
Topic: Input box library
Replies: 9
Views: 7743

Re: Input box library

Unfortunately, I have no iPhone, and may have to leave that debugging to others.
by sneepy
Wed Aug 27, 2014 3:18 am
Forum: BASIC programs
Topic: Input box library
Replies: 9
Views: 7743

Input box library

'{/lib/taps.txt} uses the taps library, embedded at the end of this file tp 'init tap bxtestall /* message box, input box, and generic box utilities. indebted to henko, who wrote message box first. MSGBOX(text$) makes a text box and an ok button INBOX$(prompt$) makes an input box, returns the input...
by sneepy
Tue Aug 26, 2014 1:45 am
Forum: BASIC programs
Topic: Click and drag library
Replies: 8
Views: 4979

Re: Click and drag library

I've been working on a program to help me run an elementary school chess tournament. Hope to complete it before the May 2015 competition. A couple more utilities to follow when I get them beautified for public display.
by sneepy
Sun Aug 24, 2014 12:45 pm
Forum: BASIC programs
Topic: Click and drag library
Replies: 8
Views: 4979

Click and drag library

Here is the library I have been using to get clicks and drags /* higher order functions for touch interface TAPPOLL() is the polling routine to detect the touches and follow the time. Must be called before the other functions can work TAPX() and TAPY() return the coordinates of the click, double cli...