Testing the touch screen
|
05-24-2015, 07:55 AM
(This post was last modified: 05-24-2015 10:29 AM by Digitaldreams.)
Post: #1
|
|||
|
|||
Testing the touch screen
Just a little noddy I wrote to view output from the mouse() command. Interesting to see how it handles two fingers, stretch (type 3) and has obvious issues with 'rotate' detection (type 4).
Other calculators I've used in the past have a function to fill a string with your chosen character. Can't seem to find it on the prime, hence the huge string on line 4...Anyone know of such a command ? Regards Code:
|
|||
05-24-2015, 09:55 AM
Post: #2
|
|||
|
|||
RE: Testing the touch screen
(05-24-2015 07:55 AM)Digitaldreams Wrote: ... The missing spaces should be visible, if you're entering the code between the code tags. Code: [code ] your code [/code ] Code: EXPORT Touchscreen() |
|||
05-24-2015, 10:19 AM
(This post was last modified: 05-24-2015 10:30 AM by Digitaldreams.)
Post: #3
|
|||
|
|||
RE: Testing the touch screen
Thanks Thomas.
Post updated. Part of my problem is viewing posts with Android, they look a mess.. |
|||
05-24-2015, 10:42 AM
Post: #4
|
|||
|
|||
RE: Testing the touch screen
(05-24-2015 07:55 AM)Digitaldreams Wrote: Other calculators I've used in the past have a function to fill a string with your chosen character. Can't seem to find it on the prime, hence the huge string on line 4...Anyone know of such a command ? To create a string with 94 spaces you can do: Code: CHAR(MAKELIST(32,A,1,94))▶ST; There may be other ways to do it. |
|||
05-24-2015, 10:54 AM
Post: #5
|
|||
|
|||
RE: Testing the touch screen
(05-24-2015 10:42 AM)Didier Lachieze Wrote: To create a string with 94 spaces you can do: replace("",94," ") is fast and easy. <0|ɸ|0> -Joe- |
|||
05-24-2015, 11:06 AM
Post: #6
|
|||
|
|||
RE: Testing the touch screen | |||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)