Search found 49 matches

by stuartls
Thu Dec 20, 2007 10:52 pm
Forum: Talking LiveCode
Topic: Displaying only a couple decimal places.
Replies: 2
Views: 3512

Opppppppsssssss... found it myself..

put format("%2.2f", tNumberOfWrong) into field "Percentage"
by stuartls
Thu Dec 20, 2007 10:18 pm
Forum: Talking LiveCode
Topic: Displaying only a couple decimal places.
Replies: 2
Views: 3512

Displaying only a couple decimal places.

If I have a field that accepts a value. Such as 7.45789 for example. How do I force that field to just display the 7.45?

Thanks!
Stu
by stuartls
Mon Apr 30, 2007 10:29 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Installer program?
Replies: 13
Views: 8580

Thanks! and more about software protection

Thanks guys! Thinking of what the problems would be just running if off the CD. You see i am not that familiar with programming and have made great strides with REV with the help of everyone in the forum. So I am learning and appreciate everyones imput and direction. I would like it to be installed ...
by stuartls
Mon Apr 30, 2007 2:03 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: passwording
Replies: 1
Views: 2935

passwording

I would like to password my rev program and not only password it but prevent it from being read on a text editor. I have read of "ask password" but am confused on how to set this up and accomplish what I need.


Stu
by stuartls
Sat Apr 28, 2007 4:51 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Installer program?
Replies: 13
Views: 8580

Installer program?

Maybe I just have no idea how it actually works, but after I develope my rev program and save it to cd rom I am kind of confused. If someone gave me a program on CD rom or of course I buy it when I slip the CD rom into my drive an automatic "installer" type of program takes over and installs the pro...
by stuartls
Fri Apr 20, 2007 1:51 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Having a problem with the "ask" dialog
Replies: 1
Views: 3282

Having a problem with the "ask" dialog

Here is my code. on mouseUp ask "Enter the Question # you would like to go to! Then press the OK button" if it is not a number or it > 200 or it = 0 then answer "Your input must be a number and must be between 1 and 200!" else go to card it end mouseUp Butttttttt when a person hits the cancel button...
by stuartls
Wed Apr 18, 2007 4:23 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: He's back! Test Review Software still ongoing project! lol
Replies: 11
Views: 10436

Mark,

Any way I can send you my stack to explain what I am doing? I think it would clarify alot of questions and explainations. My personal email is raft_guide@hotmail.com if you would like to send me contact info off-forum.

Stu
by stuartls
Wed Apr 18, 2007 4:24 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: He's back! Test Review Software still ongoing project! lol
Replies: 11
Views: 10436

Got it!

This works! lol

on mouseUp
put 200 into tTryThis
repeat 200 times
set the hilitedbutton of group "slideRB" of card tTryThis to 0
subtract 1 from tTryThis
end repeat
go to card 1
end mouseUP
by stuartls
Wed Apr 18, 2007 12:03 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: He's back! Test Review Software still ongoing project! lol
Replies: 11
Views: 10436

oopppppppppppppsssssss!

I can't get this to work? And what do I do if a student had not even answered a question, meaning no hilited button? on mouseUp put 200 into tTotalCardNumbers repeat for 200 times put the hilitedbuttonname of group "slideRB" of card tTotalCardNumbers into tClearThisButton unhilite button tClearThisB...
by stuartls
Tue Apr 17, 2007 9:50 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: He's back! Test Review Software still ongoing project! lol
Replies: 11
Views: 10436

I found part of my answer. I am using "hilitedbutton" to find the number of the button that is hilited. If I go with set the hilitedbutton of group "slideRB" of card tIncreaseNumber to "none" At the end of the exam "tIncreaseNumber" will contain the number of quesitons the student has answered. I ju...
by stuartls
Tue Apr 17, 2007 7:22 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: He's back! Test Review Software still ongoing project! lol
Replies: 11
Views: 10436

Further explaination, and radio button help.

Mark, To further clarify this. My test only has 200 questions and I am not copying any cards. There is actually 400 cards. The last 200, cards 201 thru 400 are explainations to the answers for the first 200 cards, meaning cards 1-200. A student goes thru and answers all the questions (which are ques...
by stuartls
Sat Apr 14, 2007 1:11 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: He's back! Test Review Software still ongoing project! lol
Replies: 11
Views: 10436

Can I copy or refer to card by it's card number in the stack in not it's name?

Stu
by stuartls
Fri Apr 13, 2007 6:21 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: He's back! Test Review Software still ongoing project! lol
Replies: 11
Views: 10436

He's back! Test Review Software still ongoing project! lol

Hey Mark and Marielle and the rest of the gang! Still putting together my test review software! Been alot of research into the answers, questions and everything to make it meaningful for my students so haven't been programming alot. I think I need a staff of 20 just to do half of what I need! Anyway...
by stuartls
Mon Mar 05, 2007 1:36 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Kinda confused
Replies: 1
Views: 4073

Kinda confused

I am in the process of developing a revolution program. Every one of my cards imports an image. I want to be able to save the program to a CD rom and then once my students get the CD rom to be able to install the standalone program onto their computer. Or maybe even just run off of the CD rom. In de...
by stuartls
Wed Feb 07, 2007 11:53 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Thanks.....
Replies: 1
Views: 3034

Thanks.....

Well don't reallly know how to write this. BUT want to say a big thank you to all who are helping me and others with questions in the forum. You don't have to. You could sit and read and do nothing. I quess in a way you and me are maybe alike in that regard. I spent 4 hours today cleaning off the dr...

Go to advanced search