Help please

2004-03-15 Thread Douglas Mackay
Anyone help me and e-mail me the full working scrips for Dans ToDoPlus application in his e-book , I cant seem to get it too work Please e-mail if you have it to [EMAIL PROTECTED] TIA Douglas ___ use-revolution mailing list [EMAIL PROTECTED]

Dans' book

2004-03-12 Thread Douglas Mackay
Hi rev users , could anyone help me out with the completed file of the lesson in Dans' book TheToDoPlus application , so I can see what scrips belong to what buttons , cards and stacks. I am struggling to understand how this works, think I needs an idiots guide to RR LOL Would realy be

stack scrips and card scripts

2004-03-10 Thread Douglas Mackay
what is the differnce between stack scripts and card scripts , why do some scripts have to written in the stack script and some in the card script thanks Douglas ___ use-revolution mailing list [EMAIL PROTECTED]

Reading Dan's Book

2004-02-22 Thread Douglas Mackay
I am reading volume 1 of Dans book on page 287 ( or 313 in pdf) he says I just type the following line into the message box and hit Enter. The file will then contain one task I can work with as a starting point. Notice that I set this task's order item (the first item in the line) to 1 since

help with understanding why script dont give disired outcome

2004-02-01 Thread Douglas Mackay
here is part of the script I am working with : on mouseUp global Gbox ask Date of Birth? (eg. 23/9/1987) put it into firstDate ask Date of Assessment? (eg. 18/3/2001) put it into secondDate put whichage (firstDate, secondDate) into dateholder if Gbox = 1 then put year into field

age calculator

2004-01-30 Thread Douglas Mackay
Hello all , i am struggling to understand the scipts in this program . the prorame was downloaded from http://www.runrev.com/revolution/developers/developerdownloads/usercontributions.html the things I dont understand are : It wont calculate my age from thease two inputs : date of birth

newbie requires help

2004-01-27 Thread Douglas Mackay
Rod the debugger keeps on comming up with : . There was an Execution Error at 1:02:50 PM Error description: Function: error in function handler Object: button id 1003 of card id 1002 of stack C:/Program Files/Revolution 1.1.1/Sample Stacks/Age Calculator.rev/Age Calculator.rev

tried this data and error occured

2004-01-27 Thread Douglas Mackay
date of birth 8/2/1961 and assesment date the days date thats when an err occurrs ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

newbie requires help

2004-01-24 Thread Douglas Mackay
I am trying to learn from other people's scrips so I downloaded the age calculator on from the web. It comes p continually with the same bug i dont know how to fix. The line in question is put (item 1 of enddate - item 1 of startdate) into diffan and the full script is : ask Date of Birth?