Search found 999 matches

by rbytes
Thu Mar 07, 2019 2:46 pm
Forum: Libraries
Topic: Rounded Rectangles
Replies: 7
Views: 9659
Flag: Canada

Re: Rounded Rectangles

It could be a logo if you put some letters on it! :lol:
by rbytes
Thu Mar 07, 2019 2:42 am
Forum: Libraries
Topic: Rounded Rectangles
Replies: 7
Views: 9659
Flag: Canada

Re: Rounded Rectangles

This is a handy tool. Thanks, matt7. The topic has actually come up twice before in Basic Programs. I posted a variation in 2015, not realizing that Dutchman had posted one a year earlier. The Libraries folder didn't come on line until last year, I believe, so you would not know about these posts by...
by rbytes
Mon Mar 04, 2019 8:58 pm
Forum: BASIC programs
Topic: "Quick & dirty" file selector
Replies: 7
Views: 8828
Flag: Canada

Re: "Quick & dirty" file selector

This is a very simple and handy selector. I will look forward to using it.

Thanks.
by rbytes
Sun Feb 24, 2019 9:12 pm
Forum: Other topics
Topic: Decimal to Hex Function return
Replies: 14
Views: 9867
Flag: Canada

Re: Decimal to Hex Function return

We all make mistakes like that. I keep discovering and rediscovering commands, handy subs and functions that I recall using and then forgetting.
by rbytes
Sat Feb 23, 2019 1:45 am
Forum: Other topics
Topic: Create a page
Replies: 24
Views: 15975
Flag: Canada

Re: Create a page

Ken, I understand a little better what you want to do. I posted a program last year called Stamper 3.0 that had a nudge function. It works the same way as your code. Drag and release, and the page moves and stops. Repeat drag, and it continues from where it stopped. The nudge function in Stamper 3.0...
by rbytes
Sat Feb 23, 2019 1:12 am
Forum: Other topics
Topic: Create a page
Replies: 24
Views: 15975
Flag: Canada

Re: Create a page

There was some code posted not long ago that had code for detecting double-taps. It might be in the Libraries folder. It had tap in the title.
by rbytes
Fri Feb 22, 2019 11:11 pm
Forum: Other topics
Topic: Create a page
Replies: 24
Views: 15975
Flag: Canada

Re: Create a page

This is a good solution. Here is a variation that tightens the loop code (two if statements combined, eliminate gotos (not needed) I also made a variable spd that determines the distance of page movement relative to finger movement. graphics graphics clear 1,1,1 spd=2 ' scroll speed. try 1, 3, 4 n$=...
by rbytes
Fri Feb 22, 2019 5:08 pm
Forum: For beginners
Topic: Program Template
Replies: 10
Views: 17814
Flag: Canada

Re: Program Shell- Graphics

I have posted the updated code.
by rbytes
Fri Feb 22, 2019 2:39 pm
Forum: For beginners
Topic: Program Template
Replies: 10
Views: 17814
Flag: Canada

Re: Program Shell- Graphics

Thanks for the positive reaction, Paul. :D A couple of fixes were needed to the code, and I will update it this morning. Before you start working with the Shell , please download it again. I just used it myself to create a new program called Text Cutter. My expected coding time was reduced by half. ...
by rbytes
Wed Feb 20, 2019 10:54 pm
Forum: For beginners
Topic: Program Template
Replies: 10
Views: 17814
Flag: Canada

Program Template

;)