login

2006-04-01 Thread liamlambert
The login that I need is just to keep a log of who was useing the  
software

 the date time , and only to
let the registered people use the software

Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


login

2006-03-31 Thread liamlambert
I was wondering what is the best way to go about building a login for  
an app

or is there an example out there I could have a look at.
thanks
Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


objCalendar_v1.1.2.rev

2006-03-28 Thread liamlambert

Thanks Karen got it working

Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


objCalendar_v1.1.2.rev

2006-03-27 Thread liamlambert
I am getting a error when clicking next month with Shao Sean's  
calendar object

any ides what I'am doing wrong?
Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


clipboard

2006-03-26 Thread liamlambert

Is there a way to use the clipboardData property  to paste into a fld
automatically when the clipboard is up dated
Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


UpDate Db

2006-03-24 Thread liamlambert

Ruslan
Thank You.
Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


UpDate Db

2006-03-24 Thread liamlambert

 global gConID
   put fld bookingid into tbooking
put UPDATE Booking SET ticket = 'no' WHERE BookingId = 8   into  
tSQLbooking

  -- EXECUTE SQL
  put revdb_execute(gConID,tSQLbooking)

This works fine but if I want to use a variable  in stead of 8 what  
is the syntaxes


Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


upDate data

2006-03-24 Thread liamlambert
 This works code works fine but if I want to use a variable  in  
stead of 8

can I do this I could not find any reference to it any where
or is there an other way of up dating a column


global gConID
put fld bookingid into tbooking
put UPDATE Booking SET ticket = 'no' WHERE BookingId = 8   into
tSQLbooking
   -- EXECUTE SQL
   put revdb_execute(gConID,tSQLbooking)



Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


upDate data

2006-03-24 Thread liamlambert
What I want to do is to change Column ticket to where BookingId =  
tbookingID and change Column ticket to NO

what I am getting is changing column ticket to where column ticket = NO

Liam

Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


numberFormat

2006-03-22 Thread liamlambert

I have this bit of code the numberFormat
is not giving me two zeros after the decimal point
Why ???
thanks in advance

global gConID
 get fld showid
  put it into tshowid
  set the numberFormat to #0.00
  put SELECT sum (child) FROM Booking where showid = ' tshowid   
' into tChild

  put revdb_querylist(,,gConID,tChild) into tcSeats
  put tCseats into fld child
  put SELECT sum (adult) FROM Booking where showid = ' tshowid   
' into tAdult

  put revdb_querylist(,,gConID,tAdult) into tAseats
  put tAseats into fld Adult
  put SELECT sum (cashDb) FROM Booking where showid = ' tshowid   
' into tCash

  put revdb_querylist(,,gConID,tCash) into tCashFld
  put tCashFld into fld cash

Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


numberFormat

2006-03-22 Thread liamlambert

Thanks Chipp
Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


switch

2006-03-18 Thread liamlambert


what am I doing wrong here

put fld total into ttotal
  put fld paymenttype into tpayment

  switch tpayment
  case credit
  if tpayment contains credit then put ttotal into fld CreditDb
exit switch

case cash
if tpayment contains cash then put ttotal into fld cash2
exit switch

end switch

Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


switch

2006-03-18 Thread liamlambert

Thanks
Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Report Builder

2006-03-17 Thread liamlambert

How do I add Report Builder to the tool menu in 2.7
It is there in a file ToolSet but does not show up in the
tool menu
thanks
Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


add main stack

2006-03-15 Thread liamlambert

I have a stack Booking which is the main stack,
I want to add a stack Welcome which will be the
main stack and the stack Booking be a sub stack of welcome
How do I do this
Thanks
Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


add main stack

2006-03-15 Thread liamlambert

That is what I thought but when I try this it does not work
the stacks revert to what they were
I had done this before when I had dreamcard but now I am using studio
Is this a bug
Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


add main stack

2006-03-15 Thread liamlambert

Just tried it in dreamcard worked fine not in studio
Liam
On 3/16/06, liamlambert liamlambert at mac.com wrote:
 That is what I thought but when I try this it does not work
 the stacks revert to what they were
 I had done this before when I had dreamcard but now I am using studio
 Is this a bug
 Liam Lambert
 liamlambert at mac.com
 IRELAND

Then you need to save, then to get to the stacks, you open up the file
of the new main stack. I've done this many times and never had a
problem with it, but I haven't had to do it yet using Rev 2.7 so maybe
you have found a bug, or maybe the stacks and stackFiles are confusing
you :-)

Cheers,
Sarah

Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


random

2006-03-12 Thread liamlambert

I have this code for a random number in 6
fld's how do I stop the same number form appearing
in more then one fld

put 1a,2a,3a,4a,5a,6a into tFieldNames
 repeat for each item tfield in tFieldNames
  put the random of 45 into trandom
  put trandom into fld tfield
  end repeat

Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


importing list

2006-03-09 Thread liamlambert

Just a note to say thank you all
I got it all working I was downloading database info from a web site
 5000 files and filtering out a lot of info I did not need just  
leaving the
address and some other info with help from this list I got it done in  
6 hours  and then
printing them out on labels and putting the info into a db I ended up  
with a nice little

app REV AND THIS LIST are really powerful things
Thanks' a lot every body.

Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


importing list

2006-03-08 Thread liamlambert
I have a large amount of plane text files that are laid out like this  
Below



Name:

Roll Number:

Address:

Principal/Director:

Phone:

Fax:

Email:

Website:

Female Enrolment:

Male Enrolment:

Type: Primary

I want to import the info that is after the  colon into fields of the  
same name as the list above the list repeats name roll number ect

Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


filter list

2006-03-08 Thread liamlambert

I find my self answering my own question  here
I thought I would remove what I did not need and replace with a tab  
so I could
use it in a dataBase this works but how do I put a return after the  
last entry


on mouseUp
  FilterText
end mouseUp

on FilterText
  put the htmlText of field Text into myHTML
  replace p with empty in myHTML
  replace /p with empty in myHTML
  replace Name: with tab in myHtml
  replace Roll Number: with tab in myHtml
  replace Address: with tab in myHtml
  replace Principal/Director: with tab in myHtml
  replace Phone: with tab in myHtml
  replace Fax: with tab in myHtml
  replace Email: with tab in myHtml
  replace Website: with tab in myHtml
  replace Female Enrolment: with tab in myHtml
  replace Male Enrolment: with tab in myHtml
  replace Type: with tab in myHtml
 set the htmlText of field Text to myHTML
end FilterText

Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


filter list

2006-03-08 Thread liamlambert

That puts one cr after all the entries  there are many entries
I have a large amount of plane text files that are laid out like this
Below If the list below is one entry there are 100's of entries


Name:

Roll Number:

Address:

Principal/Director:

Phone:

Fax:

Email:

Website:

Female Enrolment:

Male Enrolment:

Type: Primary

Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


importing list

2006-03-08 Thread liamlambert

Devin
Thanks This is part of what I Wanted to do
The rest was filtering out data which I have working
Thank You.
Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


repeat repeat

2006-03-01 Thread liamlambert

My fld seatNo has more than one line or item
I want to repeat the code below for each line or item


on mouseUp
  put fld seatNo into tseatNo
 repeat with x = 1 to the number of buttons
 if tseatNo = the label of button x then
  set the backgroundcolor of  button x to red
  end if
  end repeat
end mouseUp

Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


clickLine

2006-01-25 Thread liamlambert

I have a pice of code

set itemdel to tab
  select the clickLine
  put the item 1 of the clickLine into tuserID
  put tuserID into fld field

which returns say

line 6 of field 1

I want to find line 6 of field 2

how


thanks

Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


clickLine

2006-01-25 Thread liamlambert

I got this to work is this the best Way

 set itemdel to tab
  select the clickLine
  put the item 1 of the clickLine into tuserID
  set itemdel to space
  get item 2 of tuserID
  put it into tlineNO
  select line tlineNo of field bookinglist

Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


case Sensitive

2006-01-22 Thread liamlambert

 In order to solve the problem of case sensitive I would like to do
something like this but there is something not right here


put a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z into  
tLowerCase
  put A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z into  
tUpperCase

  get char 1 of item 1 fld 1
  put it into tChar
  repeat with x = 1 to the number of items of tUpperCase
if tChar contains item x of tLowerCase then replace tChar with  
item x

end if
  end repeat
  put it into fld 2

Liam Lambert
[EMAIL PROTECTED]
IRELAND

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


case Sensitive

2006-01-22 Thread liamlambert

yes toUpper is the way to do if I had not come across that one.
Thanks
Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


yet another repeat

2006-01-21 Thread liamlambert

Thank you Sarah That was just what I needed.

Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


case Sensitive

2006-01-21 Thread liamlambert
I have a search stack that searches an SQLlite database the database  
is case sensitive

does anyone know of a way around this

setting the set the caseSensitive to false does not work


Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


yet another repeat

2006-01-20 Thread liamlambert
 I would like to put the costumer detales into the fields  
userID,name,Phone.ect

with a repeat command but am stuck here


  get fld showID
  put it into tshowID
  put SELECT  
userID,name,phone,address,address1,address,email,showID FROM  
costumer WHERE SHOWID = '  tshowID  ' into tSQLCostm

  -- EXECUTE SQL
  put revdb_querylist(,,gConID,tSQLCostm) into tListCostm
  put tListCostm into fld costumerlist

  put  userID,name,phone,address,address1,address2,email,showID  
into tFieldNames


thanks
Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Refer to button in group

2006-01-19 Thread liamlambert

Hi every one

They are radiobuttons and thanks for your
input I love to see the different ways people do things.
Thank's
Liam :-)


 Just thought I'd throw this in.
 I like to use:

 if the hilitedbutton of grp whichState is 3 then
 you can also check the hilitedButtonName of a group

IF the referred buttons are radiobuttons! :-)

 liamlambert wrote:
 I want to check the state of a button from outside the group
 How do I refer to a button in the group

 best,

 Chipp

Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Refer to button in group

2006-01-19 Thread liamlambert

:-)
Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Refer to button in group

2006-01-18 Thread liamlambert

I want to check the state of a button from outside the group
How do I refer to a button in the group

the (group id 1053 ) is



on mouseUp
if button cash  is true then
 put fld total into fld cashTotal
 end if
end mouseUP

Thanks
ee
Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Refer to button in group

2006-01-18 Thread liamlambert

Thanks
I won't say anything about the JOKE 
Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Refer to button in group

2006-01-18 Thread liamlambert

:-)
Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


NumberFormat

2006-01-17 Thread liamlambert


Hi all
I am calling a col total from a data Base  and not getting the right  
format

Say the Total is 100.50
I am getting 100.5

this is the code



set the numberFormat to 00.00
get fld showid
put it into tshowid
 put SELECT sum (total) FROM showDb where showid = ' tshowid   
' into tTotal

 put revdb_querylist(,,gConID,tTotal) into tFinalTotal
 put tFinalTotal into fld FinalTotal

Thank's
Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


NumberFormat

2006-01-17 Thread liamlambert

Thank's  * 2
Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


repeat with

2006-01-13 Thread liamlambert
There is still a problem with this I tried the text of field tField  
but no luck


put  
name1,phone,child,adult,total,credit,paymenttype,address,address1,addre 
ss2,email,seatNo,ticket,showID into tFieldNames

repeat for each item tField in tFieldNames
  put '  cleanSQL(field tField)  '  , after tRowData
end repeat

Thanks
Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


repeat with

2006-01-13 Thread liamlambert
There is nothing going into the Db The rest of the script is fine  
when I put the items into the Db one at time they go in. I am not  
getting any errors back.


Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


repeat with

2006-01-13 Thread liamlambert

I have not set the itemDel

on fSave
  global gConID

  if fld total is empty then
answer error THERE IS NO TOTAL as sheet exit to top
  end if

  put  
name1,phone,child,adult,total,credit,paymenttype,address,address1,addre 
ss2,email,seatNo,ticket,showID into tFieldNames

  repeat for each item tField in tFieldNames
put '  cleanSQL (field tField)  '  , after tRowData
  end repeat


  put INSERT INTO showDb 
(userID,name,phone,child,adult,total,credit,paymenttype,address,address1 
,address2,email,seatNo,ticket,showID)  \

   VALUES(null,  tRowData  ) into tSQL

  put revdb_execute(gConID,tSQL) into tTmp


  put empty into fld name1
  put empty into fld phone
  put empty into fld child
  put empty into fld adult
  put empty into fld total
  put empty into fld credit
  put empty into fld address
  put empty into fld address1
  put empty into fld address2
  put empty into fld email

  put empty into fld childprice
  put empty into fld adultprice


  -refresh
  get fld showid
  put it into tshowid
  put SELECT  
userid,name,phone,child,adult,total,credit,paymenttype,seatNo,ticket,sho 
wid FROM showDb WHERE showid = '  tshowid  ' into tSQL

  -- EXECUTE SQL
  put revdb_querylist(,,gConID,tSQL) into tList
  put tList into fld list
end fsave



function cleanSQL pSQL
  -- THIS ESCAPES THE QUOTE PROBLEM IN SQL
  replace ' with '' in pSQL
  replace quote with quote  quote in pSQL
  -- THIS ESCAPES THE tab AND cr DELIMITERS
  -- IF YOU PLAN ON HAVING USERS ENTER cr AND tab THEN YOU ALSO  
NEED TO

  --replace *CR* with cr IN THE RETURNED DATA!
  replace cr with *CR* in pSQL
  replace tab with *TAB* in pSQL
  return pSQL
end cleanSQL

Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


repeat with

2006-01-13 Thread liamlambert

That's not it
Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


repeat with

2006-01-13 Thread liamlambert

That sorted it out and thought me a lot as well.
Thank you very much
Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


repeat with

2006-01-13 Thread liamlambert

These are the sort of challenges I enjoy.
Thank
Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


stopping Handlers

2006-01-12 Thread liamlambert

Hi all
I have this script in a button which calls three handlers
the if statement checks the fld for the card number was filled in
if it was not I want to stop calling the fsave and the fTotalSeats  
Handlers

on mouseUp
  if fld paymenttype = credit card then fcredit
  fSave
  TotalSeats
end mouseUp
Thank's
Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


stopping Handlers

2006-01-12 Thread liamlambert

 Hi all

 on mouseUp
   if fld paymenttype = credit card then fcredit --fcredit  
the card number was filled in

fSave
   TotalSeats
 end mouseUp


on fCredit
   if fld credit =  then answer NO CREDIT CARD NUMBER  if  
it answers then I want it to stop

  end fCredit


 Thank's

Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


[ANN] Audio Waveform display

2006-01-12 Thread liamlambert

Well done Mark This will get a lot of us thinking.
Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


stopping Handlers

2006-01-12 Thread liamlambert

Thank you all
Have it working coming back to screen
Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


repeat with

2006-01-12 Thread liamlambert

I am trying to tidy up this code with repeat but haveing trubble
This works fine
get field name1
  put '  cleanSQL(it)  '  , after tRowData
  get field phone
  put '  cleanSQL(it)  '  , after tRowData
  get field child
  put '  cleanSQL(it)  '  , after tRowData
  get field adult
  put '  cleanSQL(it)  '  , after tRowData
  get field total
  put '  cleanSQL(it)  '  , after tRowData
  get field credit
  put '  cleanSQL(it)  '  , after tRowData
  get field paymenttype
  put '  cleanSQL(it)  '  , after tRowData
  get field address
  put '  cleanSQL(it)  '  , after tRowData
  get field address1
  put '  cleanSQL(it)  '  , after tRowData
  get field address2
  put '  cleanSQL(it)  '  , after tRowData
  get field email
  put '  cleanSQL(it)  '   , after tRowData
  get field seatNo
  put '  cleanSQL(it)  '   , after tRowData
  get field ticket
  put '  cleanSQL(it)  '   , after tRowData
  get field showID
  put '  cleanSQL(it)  ' after tRowData

this does not

get field  
name1,phone,child,adult,total,credit,paymenttype,address,address1,addre 
ss2,email,seatNo,ticket,showID

  put it into tColData
  repeat with i = to number of items in tColData
put '  cleanSQL(it)  '  , after tRowData
  end repeat

thanks
Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


repeat with

2006-01-12 Thread liamlambert

Thank you Ken that worked
Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


[ANN] Audio Waveform display

2006-01-12 Thread liamlambert

Nice one Mark 20 out of 10
Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


audio wave form

2006-01-11 Thread liamlambert
I found this site with different standers  http:// 
preserve.harvard.edu/standards/

Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


audio wave form

2006-01-10 Thread liamlambert


Is it possible  display the audio wave form in rev

Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Serial communication

2006-01-09 Thread liamlambert
Try this stack from http://www.troz.net/Rev/tutorials.html from  
sarah's page.



Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Is it posable to do this as a card script

2005-12-16 Thread liamlambert
I am building stack for cueing quicktime movies to a projector I want  
a number of  thumbnail players showing that you drag and drop  
the .mov into and when you click the thumbnail player it lodes the  
movie into the main player  stack . I have this working with the  
script below in each thumbnail player. I was wondering if  there is a  
way to use this script as a card script rather than in each player.


on dragEnter
  if the short name of the target = player1 then set the  
acceptDrop to true

   end dragEnter

on dragDrop

  if there is a folder tfile then
answer This is a folder files only !
exit dragdrop
  end if
  put the dragdata into fld addOne ---file path
  add 1 to fld track --this is for later script so I know how meny  
tracks there are

  set itemDel to slash
  put item - 1 of dragdata into fld Cue1---fld with name of movie
  set the filename of player player1 to dragData
end dragDrop
on mouseUp
  lock screen
  get fld addOneget file path
  put it into tmov1
  if the hilite button loop1 is true then set the looping of  
player main stack projector to true
  else set the looping of player main stack projector to false  
---set looping to true or false
  get fld cardNO --I use two cards so I can have quicktime effects  
between movie changes

  put it into tcardNo
  if tcardNo = 1 then go to card 2 stack projector
  else if tcardNo = 2 then go to card 1 stack projector
  set the filename of player main stack projector to tmov1

end mouseUp

Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Is it posable to do this as a card script

2005-12-16 Thread liamlambert

yes I know I must that is why I asked but how do I refer to each player
Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Is it posable to do this as a card script

2005-12-16 Thread liamlambert

Thank you Eric
yes I get it,
on mouseUp
   if peg is in short name of the target then
   snip
   put last char of tPeg into N
   etc.
That Large Dinner I just had slowed my brain down.

Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Full Screen for presentations

2005-12-14 Thread liamlambert
I am looking for a way to have a stack go to full screen for a  
presentation

thanks
Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


(no subject)

2005-12-13 Thread liamlambert
Is there any way to control  video out from rev i.e. write to a  
projector.



Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


video out put

2005-12-13 Thread liamlambert

sorry I forgot subject in pre message.
Is there any way to control  video out from rev i.e. write to a
projector.

Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


video output

2005-12-13 Thread liamlambert

Yes I am on a mac.
thanks for that.
Liam
On Dec 13, 2005, at 7:44 AM, liamlambert wrote:

 sorry I forgot subject in pre message.
 Is there any way to control  video out from rev i.e. write to a
 projector.

Not sure what platform but on a Mac, this has nothing to do with
Runrev. But if you had a Mac with a monitor attached that was a
video projector, AND you had that monitor not mirroring the main
screen, but rather as an additional screen, then the question would be:

How do I locate the rectangle of the second monitor and then move my
runrev stack into that rectangle to have it display the entire stack?
Or, How do I locate the second monitor and then how do I cause the
Mac OS to change the monitor size to match the runrev stack size so
that my stack gets displayed as large as possible?

I don't know the answer to either of those questions but for sure on
a Mac, it knows nothing about a projector, all it has are multiple
monitors (if your machine supports multiple monitors, high end macs
do and low end macs do not).

Kee

Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


(no subject)

2005-12-12 Thread liamlambert
I wonder if anyone has used rev with DMX for stage Lighting. I am  
interested in using it of this product if posable any advice would  
greatly be appreciated.

Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


DMX Stage lighting

2005-12-12 Thread liamlambert

I posted this again I forgot the subject
I wonder if anyone has used rev with DMX for stage Lighting. I am
interested in using it of this product if posable any advice would
greatly be appreciated.

Liam Lambert
[EMAIL PROTECTED]
IRELAND


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


[ANN] SERVICE USB Plus Drives Real World Device Control with Runtime Revolution

2005-12-09 Thread liamlambert

Software

You can use SERVICE USB plus with the following programs:

Runtime Revolution (via external)
RealBasic (via plug in)
AppleScript (via OSAX)
FileMaker (via AppleScript)
Ragtime (via AppleScript)
Xcode C/C++,Cocoa,Java (via Framework)
Hypercard (only OS9 via AppleScript)
CodeWarrior Carbon (via Framework)
MaxMSP (via driver)
LabView (via virtual instrument)
DirectorMX (via Xtra)
4th Dimension (external)

It is an external This is really great move forward for rev in my book.
Liam
liamlambert
[EMAIL PROTECTED]



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


[ANN] SERVICE USB Plus Drives Real World Device Control with Runtime Revolution

2005-12-09 Thread liamlambert

http://www.bkohg.com/
liamlambert
[EMAIL PROTECTED]



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


[ANN] SERVICE USB Plus Drives Real World Device Control with Runtime Revolution

2005-12-09 Thread liamlambert

http://www.bkohg.com/serviceusbplus_e.html
half way down under software
Software

You can use SERVICE USB plus with the following programs:

Runtime Revolution (via external)
RealBasic (via plug in)
AppleScript (via OSAX)
FileMaker (via AppleScript)
Ragtime (via AppleScript)
Xcode C/C++,Cocoa,Java (via Framework)
Hypercard (only OS9 via AppleScript)
CodeWarrior Carbon (via Framework)
MaxMSP (via driver)
LabView (via virtual instrument)
DirectorMX (via Xtra)
4th Dimension (external)

I've seen the site. I can't seem to find the the page that mentions
'external' for Rev.
sqb

http://www.bkohg.com/
liamlambert
liamlambert at mac.com


--
stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -

liamlambert
[EMAIL PROTECTED]



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


VU meter

2005-12-08 Thread liamlambert
That is great Thank you Scott. Any time I have posted on this list  
people have come up trumps.


Liam.
liamlambert
[EMAIL PROTECTED]



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


VU meter

2005-12-07 Thread liamlambert
Thanks Scott it would be great if you could I always  take the  
opportunity to learn something new with rev.


liam lambert
[EMAIL PROTECTED]



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


VU meter

2005-12-07 Thread liamlambert
I am having the same problem as bill witch is a pity as it looks just  
what I need can you help scott


Thanks scott
Liam.

liamlambert
[EMAIL PROTECTED]



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


VU meter

2005-12-07 Thread liamlambert

Scott I am on mac
LIam

liamlambert
[EMAIL PROTECTED]



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


VU meter

2005-12-06 Thread liamlambert
I have been working on a project for sound cuing and it is up and  
running with some help from from this list thanks again every body.

Now I would like to add a VU METER  to the project.


Meters which monitor audio levels are typically one of two varieties:  
VU (Volume Unit) or PPM (Peak Program Meters). Though both perform  
the same function, they accomplish the function in very different  
manners. A VU meter displays the average volume level of an audio  
signal. A PPM displays the peak volume level of an audio signal.  
Analogy: The average height of the Himalayan Mountains is 18,000 feet  
(VU), but Mt. Everest's peak is 29,000+ feet



Has anyone got any idea how to go about this is this possible.

Liam Lambert

[EMAIL PROTECTED]



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


seems to meny If

2005-11-25 Thread liamlambert

Thank you everybody for your input It was all very useful me .
The letters in my code are sent from a matrix key pad connected to a  
weeder Digital i/o module
I use the key pad to select tracks from a play list and to line up  
the next sound cue ( for live Theatre).
It is really great to get all this feed back and some very elegant  
solutions .

Thanks to you all
liamlambert
[EMAIL PROTECTED]



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


seems to meny If

2005-11-24 Thread liamlambert


how do I write this in a switch statement or is there a better way
to write it

if it contains JK then send mouseUp to button NextTrack
if it contains AB then send mouseUp to button NextTrack
if it contains JL then send mouseUp to button playpause
if it contains JM then send mouseUp to button back
if it contains GK then send mouseUp to button 1
if it contains HK then send mouseUp to button 2
if it contains IK then send mouseUp to button 3
if it contains GL then send mouseUp to button 4
if it contains HL then send mouseUp to button 5
if it contains IL then send mouseUp to button 6
if it contains GM then send mouseUp to button 7
if it contains HM then send mouseUp to button 8
if it contains IM then send mouseUp to button 9
if it contains HN then send mouseUp to button 10
if it contains IN then send mouseUp to button 11
if it contains GN then send mouseUp to button 12

thanks
Liam L.

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Teleo from makingthings.com

2005-10-03 Thread liamlambert

Sarah
Just a note to say thank you I got the weeder device and your stack
and got my project up and running I am very happy with it
Thank you for all your help
Liam L.


 Sarah thanks for your reply Does weeder devices work with mac's (osx)
 Liam

Hi Liam,

I thought I had already answered this, but I can't find the answer, so
I guess I just imagined it :-)

Yes, I have only used these devices on Mac OS X. I use an FTDI
EasySync USB-serial adapter and then Rev's basic serial port commands.
You can have multiple Weeder modules connected together and the only
trick is to make sure you don't try talking to more than one at a
time. I set up a queue system which worked well for this.

There is a serial test stack on my web site which is useful for
testing serial connections to such things.
http://www.troz.net/Rev/tutorials/SerialTest.rev.gz

Cheers,
Sarah
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Teleo from makingthings.com

2005-09-30 Thread liamlambert

Sarah thanks for your reply Does weeder devices work with mac's (osx)
Liam

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Teleo from makingthings.com

2005-09-22 Thread liamlambert

Sarah thanks for your reply Does weeder devices work with mac's (osx)
Liam

On 9/15/05, liamlambert liamlambert at mac.com wrote:
 Has anyone use rev with teleo from makingthings.com I am looking for
 a stack that will connect to there starter kit and read a single
 Digital in put
   Liam . L

Unfortunately, Telo uses a USB interface and Revolution currently has
no mechanism for reading  writing to a USB port directly, although I
understand that Altuit are working on an external to do this. However
Rev can write to a serial port or to a USB-serial adapter to you might
find these Weeder devices useful http://www.weedtech.com/. I have
successfully used the Digital I/O, Analog Input  Thermocouple Input
modules with a Revolution program.

Cheers,
Sarah
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Teleo from makingthings.com

2005-09-14 Thread liamlambert
Has anyone use rev with teleo from makingthings.com I am looking for  
a stack that will connect to there starter kit and read a single  
Digital in put
 Liam . L 
___

use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution