File Browser

2007-05-16 Thread Richmond Mathewson
This is a repost of mu message from the fag-end of
April as still looking for help :)

Just uploaded a primitive File Browser to RevOnline (
FILE POKER ) got a bit bogged down at one stage -
would be grateful if all willing could download, play
with, take to bits, criticise, reconstruct and
generally be helpful with it.

sincerely, Richmond Mathewson



A Thorn in the flesh is better than a failed Systems Development Life Cycle.



  ___
Yahoo! Answers - Got a question? Someone out there knows the answer. Try it
now.
http://uk.answers.yahoo.com/ 
___
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: strange blending ink problem

2007-05-16 Thread www.MeltingPotBar.com
Thanks Marks for your replies.  It seems the ink of a few images was  
somehow altered from srcCopy to scrSomethingElse.  The buttons that  
were using these images as icons also had their ink switched.  It may  
have happened with a previous version of dreamcard player, but it  
seems to be stable now with both revMedia and revStudio.  It is also  
possible that it was not a bug but rather a cat...walking on the  
keyboard...sigh...


yet another Mark
___
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: Understanding the long ID?

2007-05-16 Thread Devin Asay


On May 15, 2007, at 5:27 PM, J. Landman Gay wrote:


Trevor DeVore wrote:

On May 15, 2007, at 3:55 PM, Chipp Walters wrote:

I'm using the latest release of Rev 2.8.1

I create a new stack, add a single fld and a single button. In  
the button

script I add:

on mouseUp
 put the long ID of fld 1 into tID
 set the disabled of tID to not the disabled of tID
 put fred into tID
end mouseUp

Hi Chipp,
You are using put with a variable so fred is put into the  
variable tID.

When using a variable to reference a field you need to:
set the text of tID to fred


Or the dreaded do:

  do put quote fred quote into tID

Setting the text is easier.


Of course if you're dead set on putting the text, you could always do  
this:


on mouseUp
 put the long ID of fld 1 into tID
 set the disabled of tID to not the disabled of tID
 put fred into fld the short name of tID
 put tID
end mouseUp

;-)

Devin

Devin Asay
Humanities Technology and Research Support Center
Brigham Young University

___
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: Script Limits in 2.8.0 [was Spreadsheet]

2007-05-16 Thread David Bovill

Which is why I said then I thought better of the idea.

On 16/05/07, Chipp Walters [EMAIL PROTECTED] wrote:



And exactly how does 'letting them sue you' save money? Lawyers cost money
no matter which side of a case they are on.



In reality though it would be a foolish company or individual to sue you if
they had absolutely no case, and if they did you could always represent
yourself, or better get a lawyer to defend you on a no-win-no-fee basis. If
you have the facts, ie the contract, the comments in the code etc and you
use conventional journalistic standards in reporting them, you should be on
fairly safe ground. Of course if you want to play really safe - you'd be
better taking it as a learning exercise - who to trust who not that sort of
thing.

On the other hand if as is often the case you really do not want people to
get away with that sort of thing, you are angry, and you want to forewarn
other people, simply letting it slide under the carpet may not be what you
are after. I still think there should be some sort of web site for
publishing these sort of stories. Companies and individuals would think
twice about ripping someone off, whereas as it is at the moment they know
they are likely to get away with it. The counter problem of course is
spurious claims - but these would be subject to libel in the normal way for
any publication.
___
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


ctrl-y does a paste on Mac?

2007-05-16 Thread Peter T. Evensen
Why does ctrl-y do a paste on Mac OS X?  It appears pasteKey is NOT 
sent, but the system does a paste just the same.


Does anyone else see this?  This seems like a bug to me.

Thanks!

Peter Evensen
http://www.PetersRoadToHealth.com
___
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: ctrl-y does a paste on Mac?

2007-05-16 Thread Mark Schonewille

Hi Peter,

Indeed, it does. I'd report it as a bug.

Best,

Mark

--

Economy-x-Talk
Consultancy and Software Engineering
http://economy-x-talk.com
http://www.salery.biz

Get your store on-line within minutes with Salery Web Store software.  
Download at http://www.salery.biz


Op 16-mei-2007, om 22:58 heeft Peter T. Evensen het volgende geschreven:

Why does ctrl-y do a paste on Mac OS X?  It appears pasteKey is NOT  
sent, but the system does a paste just the same.


Does anyone else see this?  This seems like a bug to me.

Thanks!


___
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


Read File at 2GB Problem

2007-05-16 Thread Dave

Hi,

I have a File that is greater than 2GB in size. I am using:

read from file theFile at myFilePosition for myCount
put it into myFileData

It all works fine until myFilePosition is greater than 2GB. Is there  
a limit on the file position inside a file?


I Calculate the value for myFilePosition based on number of factors.

Thanks a lot
All the Best
Dave

___
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


Getting Icon out of ResEdit doc

2007-05-16 Thread Joe Lewis Wilkins

Hi everyone,

I'm sure one of you has determined how to do this. I have an  
application written in FB. It uses a resource file that contains an  
Icon I'd like to now use for a Rev Standalone. I haven't the  
slightest idea as to how to approach this. I've not used a resource  
editor other than ResEdit, which appears not to work in OSX.


Thoughts would be appreciated. BTW, I just used 2.8.1 to compile the  
standalone. Worked flawlessly AFAIK.


TIA,

Joe Wilkins
___
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: Getting Icon out of ResEdit doc

2007-05-16 Thread Brent Anderson

Hello.

File Juicer might be your best bet. It's very handy for extracting  
files from any kind of file, and it doesn't have a problem with  
resource forks.


http://echoone.com/filejuicer/

Thanks,
Brent Anderson
Christa McAulffe Space Education Center


___
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: Getting Icon out of ResEdit doc

2007-05-16 Thread Mark Schonewille

Hi Joe,

In ResEdit, copy the icon the same way you always did. Use Apple's  
Icon Composer (which is installed with Apples Developer Tools) to  
create an icon. You can simple paste the icon in Icon Composer. Point  
the Standalone Settings to the icon file you have just created and  
you're ready.


This way, you will get an icon 32x32 pixels large, which is rather  
ugly. I'd recommend creating a new icon or, if that is not an option,  
use an image editor to increase the size of the icon to 128x128 as  
smoothly as possible.


Best,

Mark

--

Economy-x-Talk
Consultancy and Software Engineering
http://economy-x-talk.com
http://www.salery.biz

Get your store on-line within minutes with Salery Web Store software.  
Download at http://www.salery.biz


Op 16-mei-2007, om 23:39 heeft Joe Lewis Wilkins het volgende  
geschreven:



Hi everyone,

I'm sure one of you has determined how to do this. I have an  
application written in FB. It uses a resource file that contains an  
Icon I'd like to now use for a Rev Standalone. I haven't the  
slightest idea as to how to approach this. I've not used a resource  
editor other than ResEdit, which appears not to work in OSX.


Thoughts would be appreciated. BTW, I just used 2.8.1 to compile  
the standalone. Worked flawlessly AFAIK.


TIA,

Joe Wilkins



___
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: Getting Icon out of ResEdit doc

2007-05-16 Thread Joe Lewis Wilkins

Thanks Brent. I'd never even heard of FileJuicer.

Joe Wilkins

On May 16, 2007, at 2:51 PM, Brent Anderson wrote:


Hello.

File Juicer might be your best bet. It's very handy for extracting  
files from any kind of file, and it doesn't have a problem with  
resource forks.


http://echoone.com/filejuicer/

Thanks,
Brent Anderson
Christa McAulffe Space Education Center


___
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


___
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: Getting Icon out of ResEdit doc

2007-05-16 Thread Joe Lewis Wilkins
Thanks, Mark. I thought I remembered something like that. The  
FileJuicer that Brent suggested is  very interesting, but doesn't  
appear to work for Icons.


Joe Wilkins

On May 16, 2007, at 2:56 PM, Mark Schonewille wrote:


Hi Joe,

In ResEdit, copy the icon the same way you always did. Use Apple's  
Icon Composer (which is installed with Apples Developer Tools) to  
create an icon. You can simple paste the icon in Icon Composer.  
Point the Standalone Settings to the icon file you have just  
created and you're ready.


This way, you will get an icon 32x32 pixels large, which is rather  
ugly. I'd recommend creating a new icon or, if that is not an  
option, use an image editor to increase the size of the icon to  
128x128 as smoothly as possible.


Best,

Mark

--

Economy-x-Talk
Consultancy and Software Engineering
http://economy-x-talk.com
http://www.salery.biz

Get your store on-line within minutes with Salery Web Store  
software. Download at http://www.salery.biz


Op 16-mei-2007, om 23:39 heeft Joe Lewis Wilkins het volgende  
geschreven:



Hi everyone,

I'm sure one of you has determined how to do this. I have an  
application written in FB. It uses a resource file that contains  
an Icon I'd like to now use for a Rev Standalone. I haven't the  
slightest idea as to how to approach this. I've not used a  
resource editor other than ResEdit, which appears not to work in OSX.


Thoughts would be appreciated. BTW, I just used 2.8.1 to compile  
the standalone. Worked flawlessly AFAIK.


TIA,

Joe Wilkins



___
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


___
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: Getting Icon out of ResEdit doc

2007-05-16 Thread Brent Anderson

Hello.

Sorry, for some reason I was thinking images. You're right that it  
doesn't touch icons, however images and sounds come out just fine  
(Assuming you use the full version). Mark's method should work just  
as well.


Thanks,
Brent Anderson
Christa McAuliffe Space Education Center
___
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: Script Limits in 2.8.0 [was Spreadsheet]

2007-05-16 Thread Chipp Walters

On 5/16/07, David Bovill [EMAIL PROTECTED] wrote:


Which is why I said then I thought better of the idea.



Oh, sorry. Didn't see THAT :-)
___
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: End of U3?

2007-05-16 Thread John Tregea
I remember downloading a version of Revolution that ran from a U3 drive. 
I was looking for a transportable, secure (protected) way to deliver a 
user interface and proprietary database.


It did work (at least for the term of the trial).

Cheers

JohnT

Judy Perry wrote:

Sounds like a job for office hours

;-)

But, of course, it's the end of the semester now, so I don't have any of
those.

Judy

On Tue, 15 May 2007, J. Landman Gay wrote:

  

Does it run from a flash drive, or does it require installation on a
hard drive?

  

Now *I'm* confused. :): I haven't tried running Rev itself from a flash
drive. Can't think why it wouldn't though, with the possible exception
of saving its prefs file or finding any custom plugins. If I get some
time, I might experiment. If someone else experiments first, that'd be
great.



___
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



  


___
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: Getting Icon out of ResEdit doc

2007-05-16 Thread Joe Lewis Wilkins
Brent, just the same, it appears to be a very useful tool for anyone  
working with images. And the price is right, though not free. (smile)


Joe Wilkins

On May 16, 2007, at 3:26 PM, Brent Anderson wrote:


Hello.

Sorry, for some reason I was thinking images. You're right that it  
doesn't touch icons, however images and sounds come out just fine  
(Assuming you use the full version). Mark's method should work just  
as well.


Thanks,
Brent Anderson
Christa McAuliffe Space Education Center
___
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


___
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


More - Read File at 2GB Problem

2007-05-16 Thread Dave

Hi,

I managed to make it work by reading the difference between the  
current position and but it's *MUCH* slower! I'm dealing with 60GB+  
files!!!


Any ideas on how to make this work greatly appreciated.

All the Best
Dave

Hi,

I have a File that is greater than 2GB in size. I am using:

read from file theFile at myFilePosition for myCount
put it into myFileData

It all works fine until myFilePosition is greater than 2GB. Is there  
a limit on the file position inside a file?


I Calculate the value for myFilePosition based on number of factors.

Thanks a lot
All the Best
Dave

___
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
___
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: Getting Icon out of ResEdit doc

2007-05-16 Thread Ian Wood
Yeah, a superb little app, and the developer is very responsive. You  
can blame the AppleScript support on me - I requested it and he added  
it within the week!


Ian

On 16 May 2007, at 23:44, Joe Lewis Wilkins wrote:

Brent, just the same, it appears to be a very useful tool for  
anyone working with images. And the price is right, though not  
free. (smile)


Joe Wilkins


___
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


Message Box

2007-05-16 Thread Shari

Is it safe to remove the Message Box from a standalone?

On the occasions where an Execution Error has occurred, it shows the 
Execution Error stack (which is desireable) but also puts the info 
into the Message Box and shows it (which is undesireable).  At no 
time do I want a user to see the Message Box.


Shari
--
Gypsy King games for
MAC and WlND0WS
http://www.gypsyware.com
___
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: Message Box

2007-05-16 Thread J. Landman Gay

Shari wrote:

Is it safe to remove the Message Box from a standalone?


Yes. Rev doesn't normally add it, so you may have done that in the MC 
IDE. Easiest way to get rid of it is to go back to MC, remove it there 
with the resource mover, save the stack, and then re-open it in Rev.


--
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software   | http://www.hyperactivesw.com
___
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