custom properties help

2005-09-20 Thread Paul Salyers

Dear RunRev Programmers,

Can sopme1 help me with this stack, I'm trying to learn how to save program 
information in custom properties.


Thank you!

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  ___
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


Open default folder

2005-09-15 Thread Paul Salyers

Dear Rev Programmer,

I'm writing a program for an auto run cd. I got the autorun part finished, 
everything works except we like to be able to open the cd and view the 
files with MyComputer. Is that possible with a button or label called 
Browse CD


Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  



___
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


help on open file

2005-08-26 Thread Paul Salyers

Dear RunRev programmers

I have the need to open a word file from the app. I have the word file on 
my same path as my rev app. but using the suggested command it do not work, 
any reason why?


This is the programming line I'm using:

on mouseUp
launch textfile.doc
end mouseUp

the textfile.doc will not open from within the app.

Anyone know why?


Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  



___
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


len of field

2005-08-25 Thread Paul Salyers

Dear Programmers,

I need to find out how to add spaces to a field length if the number of 
characters are less than 14 to equal 14 charters.


I'm using this:

if the number of char  of tVar  14 then (I need to add spaces to equal 14 
char)




Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  



___
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


Access DB RunRev

2005-08-23 Thread Paul Salyers

Is it possible to extract records from Access db using Rev.?



Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org
(918) 465-7426 -- Cell
(918) 967-1013 -- Home 



___
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


screen position

2005-07-17 Thread Paul Salyers

I found a problem with Rev.

this below code open my stack to the screen width X height.

on preOpenStack
  -- get users screen size -- left,top,width,height

  put the screenrect into tScreenSize

  -- *Note: screenrect is the working size of the window NOT including 
borders.

  -- For this reason we set the parameters as follows.

  set itemDel to ,
  put item 3 of tScreenSize into tWidth
  put item 4 of tScreenSize into tHeight
  set the rect of this stack to 2,28,tWidth-2,tHeight-4
  go to card 1
end preOpenStack



BUT

when I change screen displays, from 1024 X 768 to 800 X 600 the program 
migrated to different locations.


I like to know how to keep my fields in the same locations of the screen 
proportional.


EX:

1024 X 768 -Screen

[My Field] will stay centered on 800 X 600 screen.

Can this be done.

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  



___
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 number help...

2005-07-12 Thread Paul Salyers

I need help on putting a random number in a array.

Here is my random code to get a random number 0-5:

on mouseUp
  put random(6) -1 onto tFNF1
  put tFNF1 into field FNF
  put random(6) -1 onto tSNF1
  put tSNF1 into field SNF
end mouseUp


What I need to do is to do that 100 times and store the random number is an 
aray


I guess repeat for 10 times has replaced For / Next

I can live with that, but how to I store the random number in an array 
field eX:


tFNF1 tFNF2 tFNF3 tFNF4 / tFNF100 the same for the tSNF

Then I'll put the tFNF1-100 and tSNF1-100 into the correct fields ad need be.




Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org 



___
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


Re: random number help...

2005-07-12 Thread Paul Salyers

At 01:01 PM 7/12/2005, you wrote:

Hi Paul,

There are many ways that other nice guys pointed.
But I wonder...
Could you tell us why do you need an array?
In other words, what exactly your problem?
Then, may be :-) shall we be able to help you more efficiently?
I guess here an architecture issue rather than a code issue...



I'm building a math program for school age kids. It will preselect the 
numbers to be used in the math program Flash Cards


the program puts up 2 X 2 = []   the user types a 4 in  the text box 
then the program goes on to the next math problem.


Not really rocket sciences but a way for kids to study math  hopefully 
improve their grades.



Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org


___
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


program icon

2005-06-20 Thread Paul Salyers

Dear Rev Programmers

Does anyone know how to have the program icon come up in the task bar on 
the right by the clock? That way to run the program you will click on the 
icon by the clock, then the program will run as normal, close the program 
and the program will be gone, but the icon will still be by the clock to be 
run again when need be.


Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  



___
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


Re: Piracy

2005-06-13 Thread Paul Salyers

I have a near perfect registering code that SoftSeven uses.

no 2 computers uses the same key

Interested reply back.

At 11:39 AM 6/13/2005, you wrote:

Greetings!

Has anyone come up with a decent way to deal with piracy?  I'm getting ready
to release a commercial application and wondered if there is anyway to stop
someone from just giving it to a friend.

[I would like my application to function off-line.  So, doing a look-up via
the web is out.]

Any thoughts, ideas or solutions out there?

Thank you in advance,
Dan

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org
(918) 465-7426 -- Cell
(918) 967-1013 -- Home 



___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


RenRev mysql help

2005-06-08 Thread Paul Salyers

Dear ReuRev Programmers,

I need some help on creating a simple db and then open it and extract 
information and place it on the card.


Please help with a simple small stack

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org 



___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: RenRev mysql help

2005-06-08 Thread Paul Salyers

At 05:55 PM 6/8/2005, you wrote:

What platform are you using SQL on?



Windows but we will be storing it on a OpenBSD server.




Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org
(918) 465-7426 -- Cell
(918) 967-1013 -- Home 



___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Access to MySQL convert

2005-06-01 Thread Paul Salyers
Does anyone have or know of a preferable a Rev, program or any kind that 
will convert Access to MySQL db?



Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  



___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Wildcard in Rev

2005-05-21 Thread Paul Salyers



Dear Rev Programmers,

I need to know if this command will work.

I didn't see anything in the documentations about a wild card.

revCopyFile *.uzy,C:\MyFolder

I want copy all my files with the ext of uzy to C:\MyFolder

Will this work?

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  



___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: bad word checker

2005-05-11 Thread Paul Salyers
Why not put the letter Q or X after or before each valve. Knowing that 
them 2 letters are not used in a bad word and omitting the Letter U after 
Q. That will omit the word queer

Just a thought.

At 10:32 AM 5/11/2005, you wrote:
On May 11, 2005, at 8:06 AM, Jonathan L. Schwartz wrote:
Why not make a list of acceptable words. I'm sure for a vision
tester the
list does not have to be infinitely long or truly random.

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: help on adding value in temp variable

2005-05-08 Thread Paul Salyers
At 07:32 PM 5/7/2005, you wrote:
Paul Salyers wrote:
Dear Rev Programmer,
I found the below commands (the value) in a program basic calculator
and the command without value in Rev Documentations of which neither works.
put value (tAddTo + tfkey) into tvar1
put tAddTo + tfkey into tvar1
Just tried them - they both work (i.e. they do what they should do).
I do have numbers stored in both variables.
Any clue why they are not working?
Nope - could you send the code (the entire handler) in which you're trying 
to use them, and we should be able to tell from that what's going wrong.

--
Alex Tweedly   http://www.tweedly.net

I got the above problem fixed, miss directed links.
however I'm now having this problem.
on mouseUp
  put + into 
tFx -- Store the + 
for use later
  put tFx into field 
Fx-- See for sure the + 
is being stored
  put  1 into field doWhat -- 
program handler if the text of field doWhat = 1 do this else do this
  put field Answer into tfkey
  put value ( field AddTo) Fx (tfkey) into field AddTo  --  Add the 
fields together

end mouseUp
of I use
on mouseUp
  --put + into tFx
  put tFx into field Fx
  put  1 into field doWhat
  put field Answer into tfkey
  put value ( field AddTo) + (tfkey) into field AddTo
end mouseUp
It works ok. How to I use tFX as a +
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org
(918) 465-7426 -- Cell
(918) 967-1013 -- Home 

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


help on adding value in temp variable

2005-05-07 Thread Paul Salyers
Dear Rev Programmer,
I found the below commands (the value) in a program basic calculator
and the command without value in Rev Documentations of which neither works.
put value (tAddTo + tfkey) into tvar1
put tAddTo + tfkey into tvar1
I do have numbers stored in both variables.
Any clue why they are not working?
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


custom properties

2005-05-05 Thread Paul Salyers
Dear Rev programmers,
Can some 1 make a simple stack that will defind a variable
and place it on a custom properties so other Rev programs can use this 
custom properties.

I did a search and found nothing that I could understand.
Thank you,
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: custom properties

2005-05-05 Thread Paul Salyers
At 01:04 PM 5/5/2005, you wrote:
Paul
You can order my chapter on properties from the RunRev store for $5.
I cover custom properties in some depth.
On May 5, 2005, at 7:05 AM, Paul Salyers wrote:
Dear Rev programmers,
Can some 1 make a simple stack that will defind a variable
and place it on a custom properties so other Rev programs can use
this custom properties.
I did a search and found nothing that I could understand.
Thank you,
Dear Rev Programmer,
Can anyone help me with this information?
If I could have a simple stack I think I could figure out how to do it.

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Calculator help

2005-05-05 Thread Paul Salyers
Dear Rev Programmer,
Had a basic calculator been made in Rev, If so can I have help. on getting 
it to add when you type in numbers say, (12 + 12)  before pressing the [=] 
key in the read out which is a label field I'm getting 1212

Can some1 help me on this?
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: don`t piss me off

2005-05-04 Thread Paul Salyers

Dear Mr. X;
I downloaded rev, to try it out!! and they asked me, if i wanted some 
email. (very little. as it was put to me)!! and i haven`t even opened 
the file to try it out yet!!  and i seem to be getting hundreds of e mails 
in my box every day!!! and half are repeats. i am not happy about 
this! i am sorry to single you out, but  I noticed your name as 
frequent as anyones . please tell me how to stop this maddness. nothing 
personal toward you! but i am only allowd 2 meg in my email  box. and my 
friends can`t even send me a messege, because my box is so full with this 
stuff. is there any way you can help me? I think that i won`t be 
interested in this product at all, if this keeps up! I am not in some 
office just waiting to here about the next move on the pc, for the day. i 
was thinking about learning how to program my own software! i am a 
physically disabled vietnam vet, just trying to learn how to get by in 
todays world. can you give me any advice on this subject? i am just a poor 
ole farm boy, who don`t even understand what they are talking about, most 
of the time. i am only trying to learn! if people don`t piss me off! too 
bad, too soon!but take my word for it .nothing to do with you as to why i 
am upset! I guess i just needed someone to vent to.and again I am sorry 
about that, but i am just getting irritated about the emails. sorry to 
take it out on you! but i thought you might be able to help me, or set me 
on to  the right track, on who to talk to.
PLEASE HELP ME I am willing to learn, and want to learn but 
these people are overwellming me!!!i am sorry . i cant spell 
either!! can ya help me? thanks for letting me vent to you. i hope 
you don`t hold it against me personably either. THANKS AGAIN!  FRANK KNOX

Hummm,
This reminds some time back when I was with a email group you could sign up 
for email, and like here that also had a unsubscribe link more obvious 
than here and we had people emailing the group complaining about so many 
emails. Some would call the users names and yell at the incidence persons 
that joined. And their favorite statement Was UNSUBSCRIBE ME NOW like we 
could do something.

Well I hope this is an isolated incident and not a common problem.

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: registry saving.

2005-05-03 Thread Paul Salyers
At 12:24 AM 5/3/2005, you wrote:
Paul Salyers wrote:
Can custom props keep things like registry keys for all the programs to 
use.  One key opens all the programs.
If the programs were developed with Rev, yes.
Can you explain how maybe a sample (simple) stack.

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


registry saving.

2005-05-02 Thread Paul Salyers

Dear Rev Programers,
I know that the Mac don't have a registry like windows, but is there way to 
save program information in a place on the Mac where only the program has 
access to it and not prying eyes?


Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: registry saving.

2005-05-02 Thread Paul Salyers
At 12:11 AM 5/3/2005, you wrote:
Paul Salyers wrote:
I know that the Mac don't have a registry like windows, but is there way 
to save program information in a place on the Mac where only the program 
has access to it and not prying eyes?
Some might recommend using invisible files, but for myself I find it 
disturbing when I discover hidden files apps have written to my drive, and 
none of mine do that sort of thing.

And remember that with the Windows Registry things are also wide open -- 
just do Run-regedit and the world is yours.

Maybe better would be to hide data in custom props in a stack file that's 
also used as a critical part of the program.  That way, unlike a standard 
Prefs file, if it's deleted the app won't run.

In order to have permissions to save the stack file you'll want to use the 
Preferences or Application Support folders.
Can custom props keep things like registry keys for all the programs to 
use.  One key opens all the programs.

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


saving settings.

2005-04-30 Thread Paul Salyers
Dear Rev Programmer,
I'm trying to get my program to save information into a text file.
I'm using this format, is something wrong?
put gDate1  gDate2  gDate3  gDate4  gDate5  cr \
into url (file:  tFolderName  slash  settings.txt)
It's saving gData1 instead on the information help in gData1
These are global settings but they do not change.
I want them do come out like so:
Settings1,Settings2,Settings3,Settings4,Settings5
They must be in this format to be compatible with VB programs not yet 
converted to Rev.

Please help
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: saving settings.

2005-04-30 Thread Paul Salyers

You would probably want
put quote  gData1  quote  comma  quote  gData2  etc.
or perhaps
put quote  comma  quote into myBetween
put quote  gData1  myBetween  gData2  myBetween  etc.
--
Alex Tweedly   http://www.tweedly.net

Close I now have:
gData1,gData2,gData3,gData4,gData5
At least the quotes  comas are in place but the information in the data is 
not getting saved.

I used:
put quote  gData1  quote  comma  quote  gData1  quote  comma  quote 
 gData1  quote  comma  quote  gData1  quote  comma  quote  gData1

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: saving settings.

2005-04-30 Thread Paul Salyers
it's data1, data2, etc.
At 05:10 PM 4/30/2005, you wrote:
Well that why you are only getting the data from gData1 everywhere.
Look at what you used!
Dennis
On Apr 30, 2005, at 5:53 PM, Paul Salyers wrote:

You would probably want
put quote  gData1  quote  comma  quote  gData2  etc.
or perhaps
put quote  comma  quote into myBetween
put quote  gData1  myBetween  gData2  myBetween  etc.
--
Alex Tweedly   http://www.tweedly.net

Close I now have:
gData1,gData2,gData3,gData4,gData5
At least the quotes  comas are in place but the information in the data 
is not getting saved.

I used:
put quote  gData1  quote  comma  quote  gData1  quote  comma  
quote  gData1  quote  comma  quote  gData1  quote  comma  quote  
gData1

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org
(918) 465-7426 -- Cell
(918) 967-1013 -- Home 

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


MySQL connection accepted

2005-04-29 Thread Paul Salyers

Dear Rev Programmers
I need a simple small stack that will try and connect to a MySQL db on a 
server shell.

If it connects ok I want a message that says Connected else No Connection
Anyone have such a stack.
I don't know how to do this but I would think there should be 3 test boxes:
URL, db login, db password
Can some1 help
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: MySQL connection accepted

2005-04-29 Thread Paul Salyers
At 03:00 PM 4/29/2005, you wrote:
Why would you want to access MySQL through the shell, when it's available 
in Rev?

sqb

Because we are butting up a non-rep program on a shell that will be 
accessed via http://address.com


Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


cut paste error

2005-04-27 Thread Paul Salyers

Dear Rev Programmer
This may be already discussed, but if so I missed it, so please help.
when I copy text and try to paste into a text field in a program it will 
not paste, I can copy using

on tabKey
  select text of the target
  -- for good ergonomics
  -- you might prefer to put this handler in the card script:
  --  on tabKey
  --  select text of fld MyField
  --  end tabKey
end tabKey
Thos is the code I found from Rev help for paste.
  paste
if the clipboard is text then paste

is it correct?
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: cut paste error

2005-04-27 Thread Paul Salyers
At 08:03 AM 4/27/2005, you wrote:
Hi Paul,
By pressing the tab key with your handler, you only select the text but 
you don't copy it.
So there is nothing to paste :-)

on tabKey
  select text of the target
  copy
end tabKey
Best regards,
After you press tab it is selected true!
then you press (ctrl +C) to copy onto the clip board.
then press (ctrl +V) to paste
but it will not paste.
I didn't think I would have to go through the step by step detail 
instructions with a programmers


Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


cut paste error

2005-04-26 Thread Paul Salyers

Dear Rev Programmer
This may be already discussed, but if so I missed it, so please help.
when I copy text and try to paste into a text field in a program it will 
not paste, I can copy using

  paste
if the clipboard is text then paste
Thats what I found from Rev help.
is it correct?
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Registry write/read problems

2005-04-24 Thread Paul Salyers
Dear Rev Programmer,
I have a program that writes a key to registry to unlock a program and make 
it go from shareware to full version.

I program on a Windows 2000 Pro. The executable works great on my Windows 
2000 Pro  Windows 98 laptop.

Three friends run it on their Windows XP and it worked fully on 1 worked 
half way on 1 and didn't work at all on 1. *

*
Worked fully: means the program registered the key and it shows that the 
program is registered.

Worked half: means it registered the programs, but didn't show that it 
registered the programs.

Didn't work: didn't register at all.
Any reasons why the 3 XP was like this?
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


delete registry do no work

2005-04-23 Thread Paul Salyers

I'mm trying to get a button to delete a registry, but it gives an error:
TypeHandler: can't find handler
Object  Button
LinedeleteRegistry(HKEY_CURRENT_USER\Software\123\UserName\)
HintdeleteRegistry
this is my command to save the registry:
 put HKEY_CURRENT_USER\Software\123\UserName into tRegistryKey
Anyone see what might be wrong?
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Recovery of a corrupted stack

2005-04-22 Thread Paul Salyers
At 07:30 PM 4/22/2005, you wrote:
Hi to all,
I wander if anybody can help me.
I had a stack that got deleted (hd was reinitialized). I managed to
recover it but revolution does not want to open it. It says it's
corrupted. I wander if there is a tool in revolution to recover
corrupted stacks (all or partially).
I tried opening the .rev file in a text editor but it shows nothing legible.
Thanks for your help.
Maybe this answer will also help me, not a reinitialized I try to load it 
in my rev editor and it closes down not even asking if I wish to save.

I can't even load in edit mode. Any suggestion. This script isn't some 
great program I was just making scripts to see how they worked so I remade 
in about 5 min. I would like to know why this is happening.

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Recovery of a corrupted stack

2005-04-22 Thread Paul Salyers
At 08:04 PM 4/22/2005, you wrote:
Paul Salyers wrote:
Maybe this answer will also help me, not a reinitialized I try to load 
it in my rev editor and it closes down not even asking if I wish to save.
I can't even load in edit mode. Any suggestion. This script isn't some 
great program I was just making scripts to see how they worked so I 
remade in about 5 min. I would like to know why this is happening.
I'll bet the folks at RunRev would too.
What did they say when you sent it to them at [EMAIL PROTECTED]
--
 Richard Gaskin
I didn't but I will thanks for the email address.

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Not quite a Rev problem

2005-04-16 Thread Paul Salyers
Dear Rev Programmer,
I need help on getting a eMail list into my address book, the eMail list is 
plain text one address per line with a coma following.

Can anyone help? I DO NOT want to type this in, I prefer a program that 
will convert my eMail file to a address book db.

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: ARE YOU SERIOUS REV TEAM? MAJOR SCRIPT EDITOR ISSUES

2005-04-09 Thread Paul Salyers
At 10:44 AM 4/9/2005, you wrote:
Just to let you know that I've been developing in the IDE for years and 
have never lost code or had most of the problems you described.

Bill Vlahos
On Apr 9, 2005, at 4:34 AM, Peter Armstrong wrote:
Yes
I can see that Rev could be the tool of preference for
my team, however I can not see them scripting in the
IDE right now.
Rev is BOSS!
I came from VB and I like Rev lots better, I have only lost 1 stack with 
Rev, well it's not totally lost I still have it on my hard drive but when 
I try to open it Rev shuts down. It was a small stack when I was learning 
to write and read the registry. No big deal. Never have load a script as 
someone stated. Oh Yea, I like Rev because it's not Billy Boy infested. 
I'll be glad when there is a windows like linux OS complete with point  
click and easy to install. I have received much more help here than I did 
on the VB egroups.


Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


troubles getting a global thisThing,thatThing,theOtherThing to work.

2005-04-09 Thread Paul Salyers
Dear Rev Programmer,
I need help on passing a global variable from the stack to the cards on at 
least a 2 card stack.

I would like to pass my age to both cards (24) we will say, when the cards 
open.

Please help a working stack would be nice.
Thank you!
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org 

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Disable screensaver?

2005-04-08 Thread Paul Salyers
At 03:57 PM 4/7/2005, you wrote:
Hi list,
has anyone an idea how to disable screensavers on Win and Mac by script? I 
need to quickly finish a small presentation that updates the screen 
permanently and the screensaver might get in the way. Can I do this somehow?

Thanks,
Malte
Sorry, didn't see by script bad eyes! :(

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Disable screensaver?

2005-04-07 Thread Paul Salyers
At 03:57 PM 4/7/2005, you wrote:
Hi list,
has anyone an idea how to disable screensavers on Win and Mac by script? I 
need to quickly finish a small presentation that updates the screen 
permanently and the screensaver might get in the way. Can I do this somehow?

Thanks,
Malte

Dear Malte
In the Windows right mouse click the screen choose properties, then [Screen 
Savers] then none then OK

I do not know about the Mac.
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Handler: error in statement

2005-03-23 Thread Paul Salyers
code:
on mouseUp
  go to card 5
end mouseUp
Error:
executing at 8:24:58 AM
TypeHandler: error in statement
Object  Label Field
Linego to card 5
HintmouseUp
Dear Rev Programmers,
Whats wrong here, I have looked at it till I see it in my sleep.
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


match not working

2005-03-21 Thread Paul Salyers
on rawKeyUp
  if the number of chars in me = the number of chars in field MyField 
then JobIsDone --
end rawKeyUp

on JobIsDone
  if me = field MyField then
put field MyField into field MyName
  else beep
  go to card 1
  if end
end JobIsDone

Dear Rev Programmer,
I'm trying to get this code to work. me is a input text box, MyField 
has 7 characters in it.

When 7 characters are typed in me then it goes to function JobIsDone
JobIsDone compares me with MyField and if they are alike then in puts 
MyField in MyName

if it's not the same then it will go to card 1
this line is not working:
 field MyField into field MyName
it's going to card 1 but I'm typing the correct 7 characters.
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: match not working

2005-03-21 Thread Paul Salyers
ME is where I type in a input from the keyboard, using a text field, can't 
it be used like that?

At 11:19 PM 3/21/2005, you wrote:
Paul
There are a couple of potential problems here.
First, me is a reserved Revolution keyword (see the Dictionary in the docs).
Second, whatever you decide to replace me with needs to be a global 
variable or both handlers can't access its value.

Dan
On Mar 21, 2005, at 8:28 PM, Paul Salyers wrote:
on rawKeyUp
  if the number of chars in me = the number of chars in field MyField 
then JobIsDone --
end rawKeyUp

on JobIsDone
  if me = field MyField then
put field MyField into field MyName
  else beep
  go to card 1
  if end
end JobIsDone

Dear Rev Programmer,
I'm trying to get this code to work. me is a input text box, MyField 
has 7 characters in it.

When 7 characters are typed in me then it goes to function JobIsDone
JobIsDone compares me with MyField and if they are alike then in puts 
MyField in MyName

if it's not the same then it will go to card 1
this line is not working:
 field MyField into field MyName
it's going to card 1 but I'm typing the correct 7 characters.
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: center stack

2005-03-19 Thread Paul Salyers
At 09:48 PM 3/18/2005, you wrote:
Dear Rev Programmer,
Is it possible to center a stack On OpenStack in the screen?
I'm programming 800 X 600 and I want the stack to open in the center of 
the screen for people with larger than 800 X 600 screen.

How is this did?
I search the help with center but got no help on what I wanted.

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org
Dear Rev Programmer,
Thanks it worked.
set the loc of this stack to the screenloc
set the loc of me to the screenLoc
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


comment lines readable

2005-03-19 Thread Paul Salyers
Dear Rev Programmer,
When you place a comment like IE:
-- this does that
Can it be read with a hex editor or any other program after the stack has 
been compiled?

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: comment lines readable

2005-03-19 Thread Paul Salyers
At 06:41 PM 3/19/2005, you wrote:
Paul Salyers wrote:
Dear Rev Programmer,
When you place a comment like IE:
-- this does that
Can it be read with a hex editor or any other program after the stack has 
been compiled?
Not if the stack has been password-protected.
Dear Rev Programmer,
How you password protect a stack?
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


field information bails out on card 2

2005-03-18 Thread Paul Salyers
  Dear Rev Programmers,
I have the following line in a on openCard line. it places the version 
number on card 1 ok, no problem.

  --put item 5 of line 1 of tData into field L1
For card 2 I placed the above line in on openCard but the version does not 
come up. I also trues to use different versions of the below line. Still no go.

put field L1 into field L1
put field L1 into field L1
put L1 into field L1
put L1 into field L1
Both cards have a field L1
How do I get the field1 of card 2 to show up?
Also I have seen the term:
into field
and
after field
Does into replace the current data and after adds data?
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: field information bails out on card 2

2005-03-18 Thread Paul Salyers
At 04:33 PM 3/18/2005, you wrote:
Try put field L1 of card 1 into field L1 of card 2
On Mar 18, 2005, at 4:20 PM, Paul Salyers wrote:
put field L1 into field L1

Dear Rev Programmer
Thanks this worked great.
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


center stack

2005-03-18 Thread Paul Salyers
Dear Rev Programmer,
Is it possible to center a stack On OpenStack in the screen?
I'm programming 800 X 600 and I want the stack to open in the center of the 
screen for people with larger than 800 X 600 screen.

How is this did?
I search the help with center but got no help on what I wanted.

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


System Tray Icon

2005-03-09 Thread Paul Salyers
Is it possible to make a Rev executable to have the icon show up in the 
task bar over by the clock and when you click on it a pop up menu will 
appear showing you other options letting you run other programs, exit, 
check for upgrades, register the program, or do this and that?

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: The Best just got Better

2005-03-09 Thread Paul Salyers
At 12:45 PM 3/9/2005, you wrote:
Dear List members,
Last year, MacWorld gave us 5 out of 5 stars and called us the best Rapid
Application Development tool on the market'. Well, the best just got better!
We are pleased to announce the immediate availability of Version 2.5.1 of
Revolution and Dreamcard!

 message snipped 
If I download ver 2.5.1 will that interfere with my purchase key on ver 2.5
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org
(918) 465-7426 -- Cell
(918) 967-1013 -- Home 

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Save program information

2005-03-08 Thread Paul Salyers
D\ear Rev Porgrammers,
Is it possible to save program information where the user don't have access 
to it, This will be for program number, version number, serial number, 
users name, score  more.


Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org 

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Save program information

2005-03-08 Thread Paul Salyers
At 08:54 PM 3/8/2005, you wrote:
Use custom properties for this.
Dan
(There is an eBook on custom properties which...ahem...I wrote if the 
online help isn't sufficient here.)

Where might I find this ebook?
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


saving information.

2005-03-07 Thread Paul Salyers
Dear Rev Programers
I need to know how to save field information from within a stack.
I have a button save when I click it I want safe the information in the 
fields on a text file. I want it to add not replace.

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Mail Card

2005-03-01 Thread Paul Salyers
Dear ReuRev Programmers,
Is it possible to create a Mail Form: From:, Subject:,  Body and send 
the email using the users default pop3 email setting?

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Mail Card

2005-03-01 Thread Paul Salyers
At 03:49 PM 3/1/2005, you wrote:
Check out the revMail command.
Sarah
On 02/03/2005, at 7:12 AM, Paul Salyers wrote:
Dear ReuRev Programmers,
Is it possible to create a Mail Form: From:, Subject:,  Body and send 
the email using the users default pop3 email setting?

That brings up the users default mail client. I was wanting to make a card 
to put in a program where the user could send a form like email. Can Rev 
do this?

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


CLP help

2005-02-28 Thread Paul Salyers
Dear Rev Programmer,
I got a file called something.clp. I like to know what this type of file is 
and  can it be a virus?  Norton didn't flag it as a virus.

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Error on reading file from HD

2005-02-25 Thread Paul Salyers
Dear Rev Programmers
This code works ok:
  put MyFile.Txt after tFilename
When reading from the default path (CD)
but
put c:/MyFolder/MyFile.Txt after tFilename
does not work with the file in the path.
Whats I'm am doing wrong?
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Tri-boot CD

2005-02-24 Thread Paul Salyers
Dear Rev Programmer,
Is there a way to create a cd and make it detect the OS then execute a 
executable program to run on the correct OD?

EX: Win/Mac/ Linux
will run the AutoRun.exe
I know how to make the Autorun.exe run in windows.
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Tri-boot CD

2005-02-24 Thread Paul Salyers
At 01:22 PM 2/24/2005, you wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
There was an autostart available with OS 9 and prior, but according to 
this web site (at least), it is nonexistent in OS X:

Ok, so my next question is how is best to make a installing CD for mac.
Also if mac users had an anti-virus program wouldn't this problem be took 
care of?

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


compiling fields

2005-02-24 Thread Paul Salyers
ok I need to add fields together to create a new fields, not adding numbers.
EX:
put tCardID + - + tCond into field CardCond
Note:
tCard will be the year 1970
tCond will be the condition (poor, good, best)
outcome will be (1970 - Good) for the field CardCond
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


legal...

2005-02-23 Thread Paul Salyers
Dear Rev Programmers,
Anyone know the legal mumble-jumble on taking a open VB source code than 
you didn't write and converting it to Rev, and distributing. Is that legal 
or not?

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


graphics on a button....

2005-02-22 Thread Paul Salyers
Dear Rev Programmers,
Is there a way to insert a graphics on a button like you can with VB.

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


altIconBuilderTemplate.psd

2005-02-22 Thread Paul Salyers
At 12:33 PM 1/5/2005, you wrote:
Thanks, Hershel
On Wednesday, January 5, 2005, at 01:08  AM, Chipp Walters wrote:
Here's one..
www.altuit.com/webs/altuit2/StandaloneBuilderTutorial/ 
BuildingIconsforMacOSXandWindowsXP.htm

best,
Chipp
Hershel Fisch wrote:
Hi all there was a link from ?? regarding a tutorial on how to create
icons for mac and win. I googled around but came up with nothing i
was looking for, does any body remember which site it was ? or can
any body point me to that site?
Dear Rev Programmer,
From the above link I got this file:
altIconBuilderTemplate.psd
Whats it open with?

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


label help

2005-02-21 Thread Paul Salyers
For a label how to you change the contents on mouseup command?
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Rev in CGI

2005-02-18 Thread Paul Salyers
What is needed to tun a Rev program in a CGI folder so anyone can access 
from the web with a web browser?

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


if then do something ??

2005-02-16 Thread Paul Salyers
Dear Rev Users,
How do I make a program do something like so:
if (space bar) then
do this
if end
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


sound file help

2005-02-15 Thread Paul Salyers
  play audioClip 01  -- Play sound file 1
  wait until the sound is done
Dear Rev Programmers,
I use the above command to play a wav file, I need to know 2 things
1) Will Rev use any sound file in place of a wav?
2) Is there a way to stop the sound file when you want to for want ever reason?
Thank you
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Images

2005-02-14 Thread Paul Salyers

A friend and I are working on propjet on different computers. The question 
is when we are finished how do we put the stacks together into one stack?

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


text size

2005-02-14 Thread Paul Salyers
The largest text size I can get is 24, can Rev go bigger?
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: text size

2005-02-14 Thread Paul Salyers
At 01:00 PM 2/14/2005, you wrote:
You can have any size text you want, you just can't always get there 
through the choices presented in the Rev Dev UI. However, you can type a 
larger value into the combo box showing textSize. Try that.

I just created a stack, added a button and a field, and ran this command 
in the message box:

set the textSize of this stack to 72
That made the default textSize 72 for all objects in the stack.
HTH
Phil Davis

Dear Phil,
Cook it worked!
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org
(918) 465-7426 -- Cell
(918) 967-1013 -- Home 

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Check for updates...

2005-02-11 Thread Paul Salyers
Dear Rev User,
Anyone here have a sample stack I could look at that will check for update 
programs and if an update is found make a dl link active?

I have an ideal by having a file on the server and in the folder with the 
program. Both files are read and the contents are stored in different 
fields then compared, if the fields are the same than no update is ready, 
id their different then there is a update and a dl link will appear. The 
only problem I'm having is I don't know how to read a file from the web 
server without first dl it.

Is there another way?
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


play sound error

2005-02-09 Thread Paul Salyers
on mouseup
  play audioClip 1 wait until  the sound is done
  play audioClip 2 wait until the sound is done
end mouseup
executing at 11:13:39 AM
TypeHandler: can't find handler
Object  Label Field
Lineplay audioClip 1 wait until  the sound is done
Hintuntil

What's going on here. the first wav file will play but the second don't 
start and I get the above error message.

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


on load image

2005-02-08 Thread Paul Salyers
Id there a way to play different wav files when a image loads.
The way I want this to do it is play 1.wav
when this wav finishes then play 2.wav, etc.
Please help
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Resizing stack to any screen size!

2005-02-07 Thread Paul Salyers
At 04:54 PM 1/1/2005, you wrote:
Hi all,
Have seen a few posts about how to rezize a stack to suit your screen 
size, here's how I did it!

Resizing the main stack to suit any screen size is quite simple really, 
the challenge comes when trying to keep all your fields in a relative size 
 position.
To resize a stack to any screen size I use the following code;

on preOpenStack
-- get users screen size -- left,top,width,height
   put the screenrect into tScreenSize
-- *Note: screenrect is the working size of the window NOT including borders.
-- For this reason we set the parameters as follows.
   set itemDel to ,
   put item 3 of tScreenSize into tWidth
   put item 4 of tScreenSize into tHeight
   set the rect of this stack to 2,28,tWidth-2,tHeight-4
end preOpenStack
2 puts the window 2 pixels from the left
28 puts the window 28 pixels from the top, this allows the window title 
bar to show.
tWidth-2 sets the overall window width to the screen size -2 pixels to 
allow the border to fit.
tHeight-4 sets the overall window height to the screen size -4 pixels to 
allow the border to fit.

This setting works well using windows XP but I haven't tested it on other OS'.
To manipulate fields etc. use; set the rect of fld fieldname to 
?,?,tWidth-?,tHeight-?

Happy New Year!! . Dwayne

How do you apply the above theory the resize other object based on a 
percent of screen size?

image, label, button, etc?
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Save reg information

2005-02-05 Thread Paul Salyers
I need to know if it's possible to save software registry information on a 
floppy disk and move it to a different computer in a file with a format 
that if it's copied or saved over it will become scrambled and un-useable ?


Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Notepad can't...interpret the code parts of a stack?

2005-02-05 Thread Paul Salyers
At 07:50 PM 2/4/2005, you wrote:
--- Alex Tweedly [EMAIL PROTECTED] wrote:
 ...use a basic text editor and just copy the
 script code out and paste into a new stack.
 (Notepad can't do it, but Emacs has no problem
 finding and sensibly
 interpreting the code parts of a stack).
this sounds ominous,
could you please elaborate?
Thanks,
Erik Hansen
=
[EMAIL PROTECTED]http://www.erikhansen.org
It's true that you can't copy from a stack to notepad never tried it the 
other way. Wordpad works ok.

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


shareware/demoware

2005-02-05 Thread Paul Salyers
So you have your shareware code to save in the registry or do you save it 
on a file? Something you might consider is get the hard drive serial number 
of C: this number to register it with. This will be different with every 
computer and can not be pirated to other computers.

Ex. hard drive number
23091827389   Hard Drive number
*   25   Number you choose to generate the key
 +237   Add to that number to make it harder to figure out
 ==
 577295684962
then use the first 10 numbers.
5772956849 then reverse the numbers to 9486592775 would be the registry 
key for that one computer.

I don't know if there is a reverse command in Rev. I used to use this in VB 
6.0.

The set back is if they lose the hard drive the and replace it, the key 
will not work, but if they format the hard drive the key will still work.

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: unscribe

2005-02-04 Thread Paul Salyers
At 01:02 AM 2/4/2005, you wrote:


I want to unscribe to this mail list.
Thank you

Am I missing something?
Can't a person unsubscribe by clicking this link in your email?
List-Unsubscribe: http://lists.runrev.com/mailman/listinfo/use-revolution,
mailto:[EMAIL PROTECTED]
Also while I'm here why does my spell checker show Unsubscribe as miss spelled?
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


What am I missing?

2005-02-03 Thread Paul Salyers
if tSSPC = tSSSN77 then
  put tDHSSR into field 
DSS

else
 put Sorry, That isn't correct into field DSS
  end if
I have the above code in a Rev stack
tSSPC  tSSSN77 are 2 numbers I'm comparing.  I have put them both in a 
field and can see that they are the same in my test.

tDHSSR holds information *IF* the above 2 are the same
 field DSS  is the field the information (good or bad) is put in.''
But I'm getting Sorry, That isn't correct no matter what.
I hope some one can shed some lite on the deal.
Please help.
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: SpecialFolderPath

2005-02-02 Thread Paul Salyers
At 01:05 PM 1/21/2005, you wrote:

the specialFolderPath of folderIdentifier
specialFolderPath(folderIdentifier)
specialFolderPath(Preferences)
set the defaultFolder to specialFolderPath(documents)
put specialFolderPath(asup) into appSupportFolder -- special constant
I need help one last time. :)
I found the above code on Rev doc-help section by searching for Special 
but as usually no coding help!

can some1 help me with a small stack that will place an icon  on the desk 
top to run the program from the current location.

Thank you


 Can some1 give a working stack example for desktop, Start menu,  
Programs menu?

I want this fir PC, but also like it for Mac  Linux.
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


create a patch upgrade

2005-02-02 Thread Paul Salyers

Is making a patch for a program easy or hard to change minor things on a 
program that has already been compiled into an exe?

This will be for the user to upgrade without having to dl the whole program.

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


check box help

2005-02-01 Thread Paul Salyers
How do you make a check box carry out instructions when checked or not checked?
EX:
  Do one thing when checked, do another thing when unchecked
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Field Label information

2005-01-31 Thread Paul Salyers

When you have a field on a card, after you run it the information stored in 
the field is held in there while in edit mode. Is there a way to have it 
cleared out when you run the program in run script mode?

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org 

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


HEX TO DEC CONVERSION

2005-01-28 Thread Paul Salyers

I know the below code will convert a hex number to dec.
 put baseConvert(tmpVar,16,10) into tmyNumber
like wise will
 put baseConvert(tmpVar,10,16) into tmyNumber
convert a dec to hex?
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


email url link.

2005-01-28 Thread Paul Salyers

Email link
on mouseUp
  put field vAddress into tAddress
  revMail tAddress
end mouseUp
URL link
on mouseUp
  put field vWeb into tWeb
 revGoURL tWeb
end mouseUp
I have this in my card, on my windows it works ok, but a friend used it on 
his Mac and it went to my url both times.

Anyone know why this is?
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Text box entery

2005-01-28 Thread Paul Salyers

To everyone that has help me on my Rev question, THANK YOU, with out your 
help I would have gave up on Rev long ago.

However now I need to learn how to input characters in a text box, this 
text box will always 6 characters alpha-numerals then after the 6th 
characters is typed in I want it to auto continue (pressing of the enter 
key) without the user doing anything.

NO non alpha-numerals will be used. This is not a password so blocking the 
characters from showing is not needed.


Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


baseConvert help

2005-01-27 Thread Paul Salyers

I'm converting a hexadecimal number to decimal. the below code works and 
placed it in my label called myNumber

  put baseConvert(tmpVar,16,10) into field myNumber
The problem is I now need to use myNumber to do some calculations with and 
place it in a field called myAnswer

Please help
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: What do most Rev developers do?

2005-01-26 Thread Paul Salyers
At 10:56 AM 1/26/2005, you wrote:
I have a question for you guys:
What do you do?
I  don't know about most, but this one is busy at converting VB programs to 
Rev.

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Hard Drive serial number

2005-01-25 Thread Paul Salyers
At 05:06 AM 1/25/2005, you wrote:
Paul Salyers wrote:
 RB gobbledygook snipped 
This is the code I have in VB for a hard drive serial number. Can some 
one help me convert this to Rev?
I can't tell what the RB code does - but if it really is get the hard 
drive serial number then you should be able to find the function that Ken 
Ray recently published to this list. A search of the archive should find 
it (around mid-January). It is multi-platform, so if you only need the Win 
part of it, it could be shortened.

-- Alex.
I got that code, but some reason the code produces a different serial 
number than out current VB code, We need a code in Rev that produces the 
same serial number as out current VB code.

EX:
VBCode serial number is 1350804678 Out program currently has this serial 
number.

Rev serial number is 5083-A4C6 I found last nite VB code that also 
produces this code

So we need a serial number code in Rev that will produce a number like the 
first VB code to work with current programs.

Any suggestions?
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Hard Drive serial number

2005-01-25 Thread Paul Salyers
At 08:41 AM 1/25/2005, Thierry Arbellot wrote:
VBCode and Rev number are the same
5083A4C6 is the hexadecimal value of 1350804678
baseConvert(5083A4C6,16,10) convert from hexa to decimal
Hope it helps.
Thierry

I tryed this but it didn't work:
on mouseUp
  --put stsGetSerialNumber(C:) into fld 1 --Hex number this works
  put baseConvert(stsGetSerialNumber,16,10) into fld 1 --Trying to 
convert hex to dec

  --baseConvert(5083A4C6,16,10) --Your suggestion
end mouseUp
What am I doing wrong
the above code didn't produce the same code as our VB programs
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org 

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Mouse move

2005-01-25 Thread Paul Salyers

is there an command to have:
if mouseMove  5 then
quit
else
end if
tried everything I could think of no help.
Sorry VB programming still a habit!
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Memory error on exit

2005-01-25 Thread Paul Salyers
At 06:47 PM 1/25/2005, you wrote:
Hi,
I'm new to Revolution and am building my first standalone on a Windows
XP machine. My application uses MySQL 4.1.8. When I quit the application
I issue

  revCloseDatabases dbID
  close this stack

The application window exits but then I get a Windows complaint:

  Application Error:  The instruction at 0x10001bdf referenced memory
at 0x01520d30. The memory could not be read. Click on OK to terminate
the program.

Can anyone point out what I may be doing wrong?

-- Harvey
Hope so, I get it with non rev programming, I think it's a gift Billy Boy 
gave us to deal with!

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


len(right(number, 3))

2005-01-25 Thread Paul Salyers

How is this statement wrote in Rev,
len(right(number, 3)
this in VB will take the number ex:
number = 12345678
and cut it down to
number = 678
starting at the right and give you the first 3 numbers.
I need to do this in Rev.
I searched len and got
put char (length(it) - 3) to (length(it)) of it into myExtension
but don't understand what it means.

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org 

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Hard Drive serial number

2005-01-24 Thread Paul Salyers
Private Declare Function GetVolumeInformation Lib kernel32 Alias 
GetVolumeInformationA (ByVal lpRootPathName As String, ByVal 
lpVolumeNameBuffer As String, ByVal nVolumeNameSize As Long, 
lpVolumeSerialNumber As Long, lpMaximumComponentLength As Long, 
lpFileSystemFlags As Long, ByVal lpFileSystemNameBuffer As String, ByVal 
nFileSystemNameSize As Long) As Long
Public Function GetSerial(str As String) As Long
Dim Buf$, Name$, Flags, Length
Dim Serial As Long
GetVolumeInformation str, Buf$, 255, Serial, Length, Flags, Name$, 255
GetSerial = Serial
End Function

Private Sub Form_Load()
Label1.Caption = GetSerial(C:\)  'This prints the hard drive serial 
number of C: here. No other drive is needed.
End Sub

This is the code I have in VB for a hard drive serial number. Can some one 
help me convert this to Rev?

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


default resolution

2005-01-23 Thread Paul Salyers

How do I make a stack open up to the default resolution?
EX: 640X480, 800X600, 1200X1600 ect
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: save/get a registery

2005-01-23 Thread Paul Salyers
At 04:25 PM 1/22/2005, you wrote:
 Sub GetARegistry()
  MyKey = GetSetting(myProgram, myRegistry, myProgramAutoKey,
 12345678)
 End Sub

 Sub SaveARegistry()
SaveSetting myProgram, myRegistry, myProgramAutoKey, MyKey
 End Sub
Paul, look at the queryRegistry() and setRegistry() functions.
I looked there, didn't understand much Rev doc needs more explaining.
queryRegistry() = GET
setRegistry() = SAVE
Is this right?



Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org
(918) 465-7426 -- Cell
(918) 967-1013 -- Home 

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


show card1

2005-01-22 Thread Paul Salyers


on openstack
  show card1
end openstack
Should this code make card1 visible when run?
If it should then it don't, my question is why?
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Show card1

2005-01-22 Thread Paul Salyers
go card card1 Did Work
but not till I compiled it.
At 10:56 AM 1/22/2005, you wrote:
Perhaps you mean 'go card 1 ( also note the space between 'card' and
'1', though if you've named the card 'card1' then it would be 'go card 
card1).


On 22 Jan 2005, at 17:00, [EMAIL PROTECTED] wrote:
on openstack
   show card1
end openstack
Should this code make card1 visible when run?
If it should then it don't, my question is why?
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution
Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org
(918) 465-7426 -- Cell
(918) 967-1013 -- Home 

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


  1   2   >