Search found 3 matches

by Clint
Tue Jan 06, 2009 2:17 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: event handler questions
Replies: 5
Views: 8037

code for event handlers

Hi all

I could use a few more pointers for my event handlers

what is the command to close or unload a form?
I have a button to Close

similarly, I'd be interested to learn the command to reset all the text boxes to blank based on a mouseup event

is there a good place in the dictionary or ...
by Clint
Sun Dec 28, 2008 3:46 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: event handler questions
Replies: 5
Views: 8037

got it working

Hi Mark

thanks so much for the help

I've got it working

next I'm going to try to create two more scripts, one to reset or clear the fields and one to close the form so, it will be two more buttons with mouseup handlers

best

Clint


[/img]
by Clint
Sat Dec 27, 2008 8:15 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: event handler questions
Replies: 5
Views: 8037

event handler questions

Hi

I'm a new Rev user, I've had media edition for about a week

For my first project, I've been trying to develop a form to convert distances

I want to be able to change kilometers to miles and miles into kilometers

I have a text entry field for the user to input a number, a push button to ...