Josh Dye | 21 Nov 2001 16:30
Favicon

Re: Rev 1.1 will not boot

I would recommend you upgrade your system to OS 8.1. That will solve your
problems...

 - Josh Dye

----- Original Message -----
From: "John Cuccio" <jcuccio@...>
To: <use-revolution@...>
Sent: Tuesday, November 20, 2001 11:24 PM
Subject: Rev 1.1 will not boot

> I downloaded the new Rev 1.1 from the web sit (classic). On my PPC Mac os
> 7.5.5 Rev 1.1 bomb the system with error type 11. This is the same system
> that I was running rev 1 on.
>
> The rev screen comes up then error screen comes up. Have to restart
system.
>
> The only thing at this time is I do not have Quicktime 3 installed on that
> system. Does rev look for this.
>
> Rev 1.1 load fine on my Mac 9.1 system fine.
>

Josh Dye | 21 Nov 2001 16:32
Favicon

Re: revolution Memory allocation Mac

Like I said earlier, Revolution is a Ram Hogger. That's all there is to it.
I don't know why, but it is. Nothing you can do about it. How much ram do
you have installed?

 - Josh Dye

----- Original Message -----
From: "Ian Bridges" <inperson@...>
To: <use-revolution@...>
Sent: Wednesday, November 21, 2001 3:47 AM
Subject: revolution Memory allocation Mac

> How is it that Revolution can grab more memory than I allocate to it
through
> the get info box? This contradicts how every mac application I have ever
> seen behaves.
>
> The flip side of this is, if it is possible for Mac applications to
> dynamically allocate themselves more Ram as they need it (like Rev seems
> to), why don't more do it?
>
> Ian B
>

Geoff Canyon | 21 Nov 2001 17:37

Re: revolution Memory allocation Mac

At 10:47 PM +1100 11/21/01, Ian Bridges wrote:
>How is it that Revolution can grab more memory than I allocate to it through
>the get info box? This contradicts how every mac application I have ever
>seen behaves. 

I just checked -- Eudora and iCab both do this. I believe Internet Explorer does too.

>The flip side of this is, if it is possible for Mac applications to
>dynamically allocate themselves more Ram as they need it (like Rev seems
>to), why don't more do it?

Most applications know fairly well how much memory they'll need. Others have more variable requirements.

You'll find that the development environment takes a lot of memory. Your finished application will likely
need much less. I've built standalones that ran happily in 4MB.

regards,

Geoff

Ken Ray | 21 Nov 2001 17:10
Favicon

Re: HTML Text Fields

You need to set the 'opaque' of the field to false, either through script or
the Properties palette.

Ken Ray
Sons of Thunder Software
Email: kray@...
Web Site: http://www.sonsothunder.com/

----- Original Message -----
From: "Mark MacKenzie (Shaw)" <markmac@...>
To: <use-revolution@...>
Sent: Tuesday, November 20, 2001 10:36 PM
Subject: HTML Text Fields

> Is it possible to display html text in a scrolling field so that the
> background is "invisible" so that the underlying window or card shows
> through with the html text on top?
>
> I have played with everything property I could find, etc. and still have a
> grey background for the html text.
>
> I have gone over the html coding and can find nothing giving a grey
> background.
>
> Regards
> Mark MacKenzie
> Chief Techno-Mage
> Historical Treasures & Ancient Arts
> www.digitalheritage.ca
> markmac@...
(Continue reading)

Ken Ray | 21 Nov 2001 17:09
Favicon

Re: Templates

Shari,

There *is* a "templateCard", but it only allows pre-setting the properties
of a card, not the objects *on* the card. The only time Rev should look like
it's copying the current card is when the current card contains groups. Rev
1.1 has a group property called "backgroundBehavior" that can be turned off.
If you turn off this property for all groups on the current card, the next
time you create a card it will be blank.

Ken Ray
Sons of Thunder Software
Email: kray@...
Web Site: http://www.sonsothunder.com/

----- Original Message -----
From: "Shari" <gogypsy@...>
To: <use-revolution@...>
Sent: Tuesday, November 20, 2001 7:41 PM
Subject: Re: Templates

> >You can use the "templateButton" and "templateField". Set the properties
for
> >these templates, and then the next time you create a new button or new
> >field, it will start with a copy of the template, complete with font
> >settings.
>
> Hey is there a templateCard so that I can create a new card that is
> BLANK?  I hate that it copies the current card when I create a new
> card.  My cards rarely have the same object and data on them.
>
(Continue reading)

Sjoerd Op 't Land | 21 Nov 2001 17:59
Picon

Re: Customize Rev for automatic email feedback?

Judy Perry wrote/ schreef:

> Hi,
> 
> What I would like to do prior to delivering the door prize is customize
> the recipient's program so that, each time the recipient quits/exits a
> RunRev session, he or she is asked 5 or so brief questions on what was
> attempted, what succeeded, what problems were encountered, and
> suggestions on what would assist this user, and have these responses
> emailed back to me.
Maybe you should do something like this with a plug-in.

There's one drawback: once they get too familiar with RunRev, they'll hack
the plug-in out of their app... food for thought.

> Regards,
> 
> Judy Perry
Regards, / Groeten,
Sjoerd

Ben Rubinstein | 21 Nov 2001 19:05
Favicon

activating Revolution

I can't activate Revolution (1.0 or 1.1).  From the Script Debugger, I get
the error "Some parameter is missing from activate".  From Revolution itself
(which is what I really want it for, ie to restore Revolution after using
AppleScript to temporarily bring some other app to the front) I get
"execution error".

Anyone got any ideas?

Supplementary question: is there any way to find out the name of the
application (ie the Revolution app in the IDE, or the name of the standalone
app if a standalone) short of using AppleScript to ask the Finder to cycle
through the processes to find the frontmost one?

TIA,

  Ben Rubinstein               |  Email: benr_mc@...
  Cognitive Applications Ltd   |  Phone: +44 (0)1273-821600
  http://www.cogapp.com        |  Fax  : +44 (0)1273-728866

andu | 21 Nov 2001 19:05
Favicon

Re: revolution Memory allocation Mac

Geoff Canyon wrote:
> 
> At 10:47 PM +1100 11/21/01, Ian Bridges wrote:
> >How is it that Revolution can grab more memory than I allocate to it through
> >the get info box? This contradicts how every mac application I have ever
> >seen behaves.
> 
> I just checked -- Eudora and iCab both do this. I believe Internet Explorer does too.

A smart application should take as much memory as it needs when it needs
it, not as much as the user thinks it needs, the condition being that it
will release all memory it doesn't use.
The reason Rev needs 43MB just to start has to do with all those
colorful goodies it loads into memory. Metacard only needs 14MB to start
but it's not considered as a "user friendly" application; there's a
price for being spoiled.

> 
> >The flip side of this is, if it is possible for Mac applications to
> >dynamically allocate themselves more Ram as they need it (like Rev seems
> >to), why don't more do it?
> 
> Most applications know fairly well how much memory they'll need. Others have more variable requirements.
> 
> You'll find that the development environment takes a lot of memory. Your finished application will
likely need much less. I've built standalones that ran happily in 4MB.
> 
> regards,
> 
> Geoff
(Continue reading)

Jeanne A. E. DeVoto | 21 Nov 2001 00:33

Re: setting the result

At 7:39 AM -0800 11/19/2001, Ben Rubinstein wrote:
>Can a function set 'the result' separately from the result it returns?

As far as I know, there's no way to do this. (Sorry.)

--
Jeanne A. E. DeVoto ~ jeanne@...
http://www.runrev.com/
Runtime Revolution Limited - Power to the Developer!

Jeanne A. E. DeVoto | 21 Nov 2001 21:26

Re: revolution Memory allocation Mac

At 3:47 AM -0800 11/21/2001, Ian Bridges wrote:
>How is it that Revolution can grab more memory than I allocate to it through
>the get info box? This contradicts how every mac application I have ever
>seen behaves.

I quote (from the Troubleshooting section of the docs):

--------
The Mac OS allocates a fixed amount of memory to each application. If an
application requires additional memory, it can make a system call to
request temporary memory for itself, over and above the application's
assigned allocation. This temporary memory appears in the Finder's "About
This Computer" window, and in other utilities that display memory use, as
part of the application's assigned allocation.

On Mac OS systems, Revolution requests temporary memory when necessary
(typically for displaying images and playing movies that require a great
deal of memory, or for opening large stacks).

If for some reason you want to prevent Revolution from requesting temporary
memory, use ResEdit (or another resource editor) to edit the TMEM 128
resource in the Revolution application. Change the content of the resource
from 0101 to 0001 to disable temporary memory. (You will need to increase
Revolution's memory allocation to at least 6M plus the total size of all
the stacks that will be open at once.)

-------

>The flip side of this is, if it is possible for Mac applications to
>dynamically allocate themselves more Ram as they need it (like Rev seems
(Continue reading)


Gmane