Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 No Cursor? Possible?
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
Da_Big_Ticket




PostPosted: Thu Oct 06, 2005 4:04 pm   Post subject: No Cursor? Possible?

Im doing a turing assignment for school. The program requires an opening screen and i wanted to have it so that they would press any key to continue (which i know how to do) however, is there a way to make the flashing cursor go away, or at least on this screen? Thanks for your help.

DBT
Sponsor
Sponsor
Sponsor
sponsor
beard0




PostPosted: Thu Oct 06, 2005 4:09 pm   Post subject: (No subject)

code:
View.Set("nocursor")

Laughing

Also: Try using the Turing help file; A search for "cursor" does bring up this info.
Albrecd




PostPosted: Thu Nov 10, 2005 2:51 pm   Post subject: (No subject)

or setscreen ("nocursor")... but View.Set looks cooler Very Happy
do_pete




PostPosted: Thu Nov 10, 2005 3:01 pm   Post subject: (No subject)

can go
code:
View.Set("nocursor")
Input.Pause
View.Det("cursor")
[Gandalf]




PostPosted: Thu Nov 10, 2005 4:13 pm   Post subject: (No subject)

View.Det?

Albrecd, how about keeping your replies limited to the first page of Turing Help? Anything this old doesn't need a reply like yours.
do_pete




PostPosted: Mon Nov 14, 2005 11:48 am   Post subject: (No subject)

my bad i meant View.Set not View.Det
The_Triangle




PostPosted: Thu Nov 24, 2005 5:59 am   Post subject: (No subject)

do_pete wrote:
can go
code:
View.Set("nocursor")
Input.Pause
View.Det("cursor")


what would the Input.Pause do ?
codemage




PostPosted: Thu Nov 24, 2005 1:10 pm   Post subject: (No subject)

Waits for a key to be pressed, then continues.

For an explanation of any command in Turing, type in the command, put the cursor on it, and then hit F9.

(Or F8 for a really brief contextual reference.)
Sponsor
Sponsor
Sponsor
sponsor
The_Triangle




PostPosted: Thu Nov 24, 2005 4:01 pm   Post subject: (No subject)

codemage wrote:
Waits for a key to be pressed, then continues.

For an explanation of any command in Turing, type in the command, put the cursor on it, and then hit F9.

(Or F8 for a really brief contextual reference.)


instead of a key to be pressed, could it wait for a mouse click?
Tony




PostPosted: Thu Nov 24, 2005 4:12 pm   Post subject: (No subject)

The_Triangle wrote:
instead of a key to be pressed, could it wait for a mouse click?

yes - buttonwait()
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
The_Triangle




PostPosted: Thu Nov 24, 2005 4:13 pm   Post subject: (No subject)

Tony wrote:
The_Triangle wrote:
instead of a key to be pressed, could it wait for a mouse click?

yes - buttonwait()


what would the parameters be ?
Tony




PostPosted: Thu Nov 24, 2005 4:31 pm   Post subject: (No subject)

turing help wrote:

buttonwait (motion : string,
var x, y, buttonnumber, buttonupdown : int)


for example
Turing:

put "click a mouse button"
var x, y, a, b : int
buttonwait ("up", x, y, a, b)
put "clicked on:", x, ":", y
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
Display posts from previous:   
   Index -> Programming, Turing -> Turing Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 12 Posts ]
Jump to:   


Style:  
Search: