Re: button - ID number - image object - filename - folder of pngs and jpgs

2009-12-23 Thread Scott Rossi
Recently, jim sims wrote:

 I've inherited some stacks that use the following method to display
 icon images for lots of buttons on OS X.
 ... 
 My problem is when I make a standalone. The first time the standalone
 is run, none of the images (as explained above) appear in the buttons.
 
 However, the second time I open the standalone it all seems to work
 fine, all images appear as desired.

Is there some routine present that sets the defaultFolder or similar to an
alternate path at startup or shutdown?

Maybe try explicitly setting the defaultFolder yourself at startup.  Or
maybe run a loop that resets the filename of each image that has an external
link.  Something like:

 repeat with N = 1 to number of imgs of this cd
put fileName of img N into origPath
set fileName of img N to empty
set fileName of img N to origPath
 end repeat

Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia  Design


___
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


4.0 engine as an executable shell/cgi

2009-12-23 Thread Bernard Devlin
The 4.0 engine does not work from a command line at all i.e. as a
shell script processor (at least I can get no output from it).
Somewhere (maybe it was in the text file about the engine) it states
that this new lack of functionality was a side-effect of enabling the
engine to produce revlets.  Seems like a strange explanation, but
there you go...

It means anyone who does use that kind of functionality should keep
old copies of Rev around.  And with Rev version 4+ it will no longer
be possible to use Rev as a cgi program.  Has the apache module been
released so that Rev can be used on one's own server?

Bernard
___
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: 4.0 engine as an executable shell/cgi

2009-12-23 Thread Richard Gaskin

Bernard wrote:


The 4.0 engine does not work from a command line at all i.e. as a
shell script processor (at least I can get no output from it).
Somewhere (maybe it was in the text file about the engine) it states
that this new lack of functionality was a side-effect of enabling the
engine to produce revlets.  Seems like a strange explanation, but
there you go...

It means anyone who does use that kind of functionality should keep
old copies of Rev around.  And with Rev version 4+ it will no longer
be possible to use Rev as a cgi program.  Has the apache module been
released so that Rev can be used on one's own server?


The note was in the v4.0 Engine Change Log:

--

Standalone Building
~~~

The method by which standalone building is done has changed in this 
release. Standalones are now built in such a way that they behave much 
better as executable files on all three platforms. In particular, 
Revolution standalone executables can now:

  - be digitally signed using the various OS tools on Windows and Mac OS X
  - have arbitrarily sized document and application ICO files used on 
Windows

  - have their resources edited on Windows
  - be used with various third-party executable processing tools (such 
as compressors, trial run makers, network key wrappers etc.)


In order to achieve this, it has been necessary to implement the core 
operation of standalone building in the (ide) engine. This means that 
the standalone engine provided in the distribution is no longer 
generally useful as anything other than the shell which is used to form 
the standalone. In particular, it cannot be used to build standalones 
using the method previously used nor can it be used as a generic command 
line engine.

--


Kevin has stated here his intention of providing a free engine for CGI 
use for v4 forward as has always been the case, but given the complexity 
of the RevWeb plugin I can understand the delay in delivering this.


In the meantime I've continued using the v3.5 engine as a CGI, and given 
that most of the v4 changes affect things that don't come into play in a 
faceless mode I would imagine v3.5 would be suitable for most command 
line-driven projects.


Is there something specific to v4 your project needs which would 
preclude using the v3.5 runtime engine?  Maybe we can brainstorm a 
workaround to get you going.


--
 Richard Gaskin
 Fourth World
 Rev training and consulting: http://www.fourthworld.com
 Webzine for Rev developers: http://www.revjournal.com
 revJournal blog: http://revjournal.com/blog.irv
___
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: Slideshows in iRev

2009-12-23 Thread Thomas McGrath III

WOW. I mean like WOW.

This is such a great slideshow. I have watched it twice through now  
and I am in awe...


Thank you

Tom McGrath III
Lazy River Software
3mcgr...@comcast.net

iTunes Library Suite - libITS
Information and download can be found on this page:
http://www.lazyriversoftware.com/RevOne.html


On Dec 23, 2009, at 12:10 AM, Sivakatirswami wrote:


Jim Ault wrote:

meta HTTP-EQUIV=refresh CONTENT=10



I think I'm pretty close to a final product:


Enjoy:

http://himalayanacademy.com/slideshows/aadheenam/2009/iraivan_2009-May-June_Gold-Gilding/

The above folder has 180 photos, 1 index.html file and 1 title.txt  
file:


  source irev: (right click to download the code)

http://www.himalayanacademy.com/slideshows/templates/slideshow-auto.irev

  index page to put into to the folder with the photos.

http://www.himalayanacademy.com/slideshows/templates/Slideshow-Index-Template.html

Sivakatirswami





___
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: 4.0 engine as an executable shell/cgi

2009-12-23 Thread Bernard Devlin
Hi Richard

On Wed, Dec 23, 2009 at 12:52 PM, Richard Gaskin
ambassa...@fourthworld.com wrote:
 In the meantime I've continued using the v3.5 engine as a CGI, and given
 that most of the v4 changes affect things that don't come into play in a
 faceless mode I would imagine v3.5 would be suitable for most command
 line-driven projects.

 Is there something specific to v4 your project needs which would preclude
 using the v3.5 runtime engine?  Maybe we can brainstorm a workaround to get
 you going.

 --
  Richard Gaskin

I thought I'd read it in the log text files, but I wasn't at a
computer with 4.0 installed when I wrote that.

Thanks (as always) for your offer of help.  Much appreciated.
However, I found out that Rev 4.0 didn't work as a shell processor
when I tried running some of my Rev shell scripts with 4.0.  As I had
3.5 installed on that computer, I just switched to using that instead.

But I thought it was important to raise this issue about the changes
to the way Rev works in case other people were thinking to use Rev 4
in a cgi environment. In another thread yesterday Viktoras was asking
about virtual servers hosts on the internet where he could install
Rev.

It was in this context that I wondered about the availability of the
Apache module from on-Rev.  Clearly it's been in use for months now,
but I don't remember seeing that it been made publicly available.

Regards,
Bernard
___
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


[OT] The Perfect Time to Come Back

2009-12-23 Thread Richmond Mathewson

Well it made me laugh (mind you I have a feeling
that is not what I was meant to do) . . .

What from?

The dead, perhaps?

Vegetarianism, perhaps (the roast turkey seemed to be saying something)?

Homosexuality, perhaps (the attractive woman . . . )?

other suggestions welcome . . . . . .
___
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: [OT] The Perfect Time to Come Back

2009-12-23 Thread Jim Sims


On Dec 23, 2009, at 4:40 PM, Richmond Mathewson wrote:


Well it made me laugh (mind you I have a feeling
that is not what I was meant to do) . . .



Didn't know I'd left.
Didn't know you left either.
Maybe we've had a memory lapse, group memory lapse?

jeez

sims


___
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: button - ID number - image object - filename - folder of pngs and jpgs

2009-12-23 Thread Jim Sims


On Dec 23, 2009, at 10:55 AM, Scott Rossi wrote:


Maybe try explicitly setting the defaultFolder yourself at start



Thanks Scott, turned out to be the right area to look.
My mind was mistakenly on an OS glitch of some kind when I should have  
been thinking defaultFolder instead.


sims
___
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: 4.0 engine as an executable shell/cgi

2009-12-23 Thread Richard Gaskin

Bernard Devlin wrote:

But I thought it was important to raise this issue about the changes
to the way Rev works in case other people were thinking to use Rev 4
in a cgi environment.


Agreed.  I understand RunRev Ltd. is on holiday break at the moment, but 
I'm hoping when they get back they'll be in a position to move forward 
with the new server thang.



It was in this context that I wondered about the availability of the
Apache module from on-Rev.  Clearly it's been in use for months now,
but I don't remember seeing that it been made publicly available.


I don't think it's a module per se since it isn't stay-resident, which 
is a good thing IMO since most of us use shared hosting services and 
it's not easy getting admins to install a module their server for a 
single account.


Behaviorally, it's very much like a CGI configured with .htaccess to run 
files ending in .irev through an enhanced merge function.  At least 
that's how I've been able to approximate the behavior, as with the 
templates driving the blog at revJournal.com.  While missing some of the 
syntactic sugar on-rev users enjoy (and without the great benefit of 
live debugging), it's been delightfully simple to drop RevTalk function 
calls in standard HTML pages and have them fill in the blanks from calls 
to a library stack.  Merge is a beautiful thing.


But as for the new server component, I'm not really sure what exactly it 
is.  I'm told it's not a CGI, and it doesn't behave like a module.


Whatever it is, I'm looking forward to getting my hands on it. :)

--
 Richard Gaskin
 Fourth World
 Rev training and consulting: http://www.fourthworld.com
 Webzine for Rev developers: http://www.revjournal.com
 revJournal blog: http://revjournal.com/blog.irv
___
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


Can I know the revWeb is installed?

2009-12-23 Thread Kenji Kojima
Hi,

Can I know the revWeb plugin is installed or not by a script? 
I want to make an application for desktop + web browser. 
And desktop version can detect a plugin.

Thanks,
--
Kenji Kojima
http://kenjikojima.com/999ViewsRenga/



___
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


free Rev game! - free Monks!

2009-12-23 Thread Brian Thomas
21 years after it began If Monks had Macs is ending, as all good media
things must, with a remake.

Hi, this is the author of If Monks had Macs. Jacqueline Landman Gay and I
have been doing a remake of the last volume of Monks in preparation for the
free release of what may be the longest running multimedia release in
history. The final version of Monks was released for Windows and Macs with
Revolution.

*** I would like you recommendations of where to upload a free version of a
150 megabyte program ***

You can download the remake of our philosophical game, Killing Time, here:

http://rivertext.com/

Please report any bugs, problems or praise back to us here in this thread.

I don’t know if a game about death is really in the Christmas spirit, but
you can’t argue with the “free” part.

Killing Time is beautifully illustrated, quick and deep.

-- 
Brian Thomas
___
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: free Rev game! - free Monks!

2009-12-23 Thread Mark Schonewille

Hi Brian,

Thanks, this is great news.

You can use Rapidshare.com to share big files (max 200MB). You might  
want to use a combination of Rapidshare and a torrent file and let  
people choose what they prefer.


--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer

Full PayPal integration and automation in web site or (Revolution/ 
SuperCard/other) software. Contact me for a quote before 1 Jan 2010  
and we'll charge (reduced) 2009 prices.

http://economy-x-talk.com/contact.html

Op 23 dec 2009, om 18:52 heeft Brian Thomas het volgende geschreven:


21 years after it began If Monks had Macs is ending, as all good media
things must, with a remake.

Hi, this is the author of If Monks had Macs. Jacqueline Landman Gay  
and I
have been doing a remake of the last volume of Monks in preparation  
for the

free release of what may be the longest running multimedia release in
history. The final version of Monks was released for Windows and  
Macs with

Revolution.

*** I would like you recommendations of where to upload a free  
version of a

150 megabyte program ***

You can download the remake of our philosophical game, Killing Time,  
here:


http://rivertext.com/

Please report any bugs, problems or praise back to us here in this  
thread.


I don’t know if a game about death is really in the Christmas  
spirit, but

you can’t argue with the “free” part.

Killing Time is beautifully illustrated, quick and deep.

--
Brian Thomas


___
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: free Rev game! - free Monks!

2009-12-23 Thread Brian Thomas
Doesn't rapidshare make providers buy pro accounts or cancel the
transmissions after a certain amount of time?


On Wed, Dec 23, 2009 at 9:59 AM, Mark Schonewille 
m.schonewi...@economy-x-talk.com wrote:

 Hi Brian,

 Thanks, this is great news.

 You can use Rapidshare.com to share big files (max 200MB). You might want
 to use a combination of Rapidshare and a torrent file and let people choose
 what they prefer.

 --
 Best regards,

 Mark Schonewille

 Economy-x-Talk Consulting and Software Engineering
 Homepage: http://economy-x-talk.com
 Twitter: http://twitter.com/xtalkprogrammer

 Full PayPal integration and automation in web site or
 (Revolution/SuperCard/other) software. Contact me for a quote before 1 Jan
 2010 and we'll charge (reduced) 2009 prices.
 http://economy-x-talk.com/contact.html

 Op 23 dec 2009, om 18:52 heeft Brian Thomas het volgende geschreven:


  21 years after it began If Monks had Macs is ending, as all good media
 things must, with a remake.

 Hi, this is the author of If Monks had Macs. Jacqueline Landman Gay and I
 have been doing a remake of the last volume of Monks in preparation for
 the
 free release of what may be the longest running multimedia release in
 history. The final version of Monks was released for Windows and Macs with
 Revolution.

 *** I would like you recommendations of where to upload a free version of
 a
 150 megabyte program ***

 You can download the remake of our philosophical game, Killing Time, here:

 http://rivertext.com/

 Please report any bugs, problems or praise back to us here in this thread.

 I don’t know if a game about death is really in the Christmas spirit, but
 you can’t argue with the “free” part.

 Killing Time is beautifully illustrated, quick and deep.

 --
 Brian Thomas


 ___
 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




-- 
Brian

insidepoc...@gmail.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: free Rev game! - free Monks!

2009-12-23 Thread Josh Mellicker

On Dec 23, 2009, at 9:52 AM, Brian Thomas wrote:

  If Monks had Macs


Couldn't resist posting this movie:

http://dvcreators.net/media/misc/hindu_monastery.html

that will offer a tiny glimpse into the extraordinary work being done at the 
media lab at the Hindu Monastery on Kauai, including Sivakatirswami who uses 
Revolution for many purposes.___
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: free Rev game! - free Monks!

2009-12-23 Thread Brian Thomas
Wow, the monks posture was better than that of their Macintosh displays! I
really liked seeing that film.

I am about to write a letter about the game to the Monks of an ashram on the
Ganges River in Rishikesh where I stayed last Christmas. I was hoping to get
some positive feedback that everything is working here first.

Let me just say that the game is SOLITAIRE FOR MONKS!



On Wed, Dec 23, 2009 at 10:27 AM, Josh Mellicker j...@dvcreators.netwrote:


 On Dec 23, 2009, at 9:52 AM, Brian Thomas wrote:

   If Monks had Macs


 Couldn't resist posting this movie:

 http://dvcreators.net/media/misc/hindu_monastery.html

 that will offer a tiny glimpse into the extraordinary work being done at
 the media lab at the Hindu Monastery on Kauai, including Sivakatirswami who
 uses Revolution for many
 purposes.___
 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




-- 
Brian

insidepoc...@gmail.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: free Rev game! - free Monks!

2009-12-23 Thread Brian Thomas
Ah, I didn't finish that last note before my finger hit the return.

Let me just say that the game is SOLITAIRE FOR MONKS!

Killing Time was born when the Voyager Company created an ad saying that
were games in If Monks had Macs because monks goofed off.

I thought that was sort of disrespectful. So, I designed a game especially
for monks.

Also, I created a picture book while living in a Hindu ashram last
Christmas. It is online here:

http://rivertext.smugmug.com/Travel/This-is-India/7344740_RMt4r

http://rivertext.smugmug.com/Travel/This-is-India/7344740_RMt4rBrian

P.S. are these messages still archived on the web? I accidentally let my
email address signature get posted in the last email.





___
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: [OT] The Perfect Time to Come Back

2009-12-23 Thread Björnke von Gierke
Targeted advertisement sucks... unless it goes wrong of course :D


On 23 Dec 2009, at 16:40, Richmond Mathewson wrote:

 Well it made me laugh (mind you I have a feeling
 that is not what I was meant to do) . . .
 
 What from?
 
 The dead, perhaps?
 
 Vegetarianism, perhaps (the roast turkey seemed to be saying something)?
 
 Homosexuality, perhaps (the attractive woman . . . )?
 
 other suggestions welcome . . . . . .
 ___
 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: Slideshows in iRev

2009-12-23 Thread Troy Rollins


On Dec 23, 2009, at 8:09 AM, Thomas McGrath III wrote:


WOW. I mean like WOW.


+1

Fabulous.

--
Troy
RPSystems, Ltd.
http://www.rpsystems.net


___
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


December 2009 Only: Upgrade Valentina and Get Reports for Free

2009-12-23 Thread Lynn Fredricks
Hello all,

Just wanted to let you all know of a special deal we are offering in
December 2009 only. All new and upgrade orders of Valentina through the
valentina-db.com website includes the associated Valentina Reports module
for free! This is a really great deal for the megabundle buyers through
purchasing the ADK to ADK+ Upgrade. Normally, ADK to ADK+ WITH Reports runs
$600, but this special offer brings the price down to $200.

If you are a megabundle buyer, you will be getting also the Valentina DB ADK
for Revolution (Linux), a license of Valentina Studio Pro, and all three
deployment modules for Valentina Reports.

http://valentina-db.com/index.php/en/component/virtuemart/?page=shop.product
_detailsflypage=flypage.tplproduct_id=41

You can also use this deal to upgrade to VDN which has deployable Valentina
Embedded Server.

Best regards,

Lynn Fredricks
President
Paradigma Software
http://www.paradigmasoft.com

Valentina SQL Server: The Ultra-fast, Royalty Free Database Server 


___
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: free Rev game! - free Monks!

2009-12-23 Thread Richard Gaskin

Brian Thomas wrote:

21 years after it began If Monks had Macs is ending, as all good media
things must, with a remake.

Hi, this is the author of If Monks had Macs. Jacqueline Landman Gay and I
have been doing a remake of the last volume of Monks in preparation for the
free release of what may be the longest running multimedia release in
history. The final version of Monks was released for Windows and Macs with
Revolution.


Congrats on the new release.


*** I would like you recommendations of where to upload a free version of a
150 megabyte program ***


I have plenty of space and bandwidth to make a section for it at 
revJournal.com.


It would make a nice companion to the making-of article we have there:
http://www.revjournal.com/features/rivertext-monks.html

--
 Richard Gaskin
 Fourth World
 Rev training and consulting: http://www.fourthworld.com
 Webzine for Rev developers: http://www.revjournal.com
 revJournal blog: http://revjournal.com/blog.irv
___
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: free Rev game! - free Monks!

2009-12-23 Thread Bill Vlahos
Brian,

It has been quite a journey. It is gratifying that you guys attended the San 
Gabriel Valley Macintosh Users Group in Southern California that I founded in 
1984 (and is still running).

The original If Monks Had Macs was truly revolutionary in so many ways and so 
well done. I was delighted to get the updated one made with Revolution a while 
back and that our paths crossed again.

Bill Vlahos
_
InfoWallet (http://www.infowallet.com) helps me remember the important details 
of my life.



On Dec 23, 2009, at 9:52 AM, Brian Thomas wrote:

 21 years after it began If Monks had Macs is ending, as all good media
 things must, with a remake.
 
 Hi, this is the author of If Monks had Macs. Jacqueline Landman Gay and I
 have been doing a remake of the last volume of Monks in preparation for the
 free release of what may be the longest running multimedia release in
 history. The final version of Monks was released for Windows and Macs with
 Revolution.
 
 *** I would like you recommendations of where to upload a free version of a
 150 megabyte program ***
 
 You can download the remake of our philosophical game, Killing Time, here:
 
 http://rivertext.com/
 
 Please report any bugs, problems or praise back to us here in this thread.
 
 I don’t know if a game about death is really in the Christmas spirit, but
 you can’t argue with the “free” part.
 
 Killing Time is beautifully illustrated, quick and deep.
 
 -- 
 Brian Thomas
 ___
 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: free Rev game! - free Monks!

2009-12-23 Thread Colin Holgate

On Dec 23, 2009, at 12:52 PM, Brian Thomas wrote:

 21 years after it began If Monks had Macs is ending, as all good media
 things must, with a remake.


I demand a free copy! Oh, it's free for everyone... well, that's ok then.



___
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: large-file sharing

2009-12-23 Thread Vokey, John

On 2009-12-23, at 11:00 AM, use-revolution-requ...@lists.runrev.com wrote:

 *** I would like you recommendations of where to upload a free version of a
 150 megabyte program ***



Try Dropbox: https://www.dropbox.com/home#/
--
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html




___
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: free Rev game! - free Monks!

2009-12-23 Thread Alejandro Tejada
Hi Mr. Thomas

On Wed, 23 Dec 2009 09:52:35 -0800
Brian Thomas wrote:

 Hi, this is the author of If Monks had Macs. Jacqueline Landman Gay and I
 have been doing a remake of the last volume of Monks in preparation for the
 free release of what may be the longest running multimedia release in
 history. The final version of Monks was released for Windows and Macs with
 Revolution.

This a great christmas gift!
Many Thanks, Mr. Thomas.

 *** I would like you recommendations of where to upload a free version of a
 150 megabyte program ***

My advice is to use the free services of MegaUpload, that behave better than
many other free options.

 You can download the remake of our philosophical game, Killing Time, here:
 http://rivertext.com/
 Please report any bugs, problems or praise back to us here in this thread.
 I don’t know if a game about death is really in the Christmas spirit, but
 you can’t argue with the “free” part.
 Killing Time is beautifully illustrated, quick and deep.

Downloading now  :-)
Wonderful gift. Thanks again!

Alejandro
___
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