Re: controls on each card

2005-01-06 Thread Thomas McGrath III
But, doesn't a group need to have backgroundBehaviour true FIRST in 
order to show up in the Place Group submenu?

Tom
On Jan 5, 2005, at 11:15 PM, Jeanne A. E. DeVoto wrote:
Once you've grouped the objects, go to each card you want them to 
appear on, and choose the group from the Place Group submenu in the 
Object menu. (You may want to give your group a descriptive name 
first, if you're using more than one.) To place a group on a card from 
within a handler or the message box, use the place command.

Tip:  To place a group automatically whenever you create a new card, 
set the group's backgroundBehavior property to true. If you are on a 
card that has the group when you create the new card, the group is 
placed on the new card.
Thomas J. McGrath III
SCS
1000 Killarney Dr.
Pittsburgh, PA 15234
412-885-8541
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: controls on each card

2005-01-06 Thread Trevor DeVore
On Jan 6, 2005, at 6:17 AM, Thomas McGrath III wrote:
But, doesn't a group need to have backgroundBehaviour true FIRST in 
order to show up in the Place Group submenu?
No.  You can place any group in your stack on a card where it doesn't 
already appear.  This is how you use one group across multiple cards.  
The backgroundBehavior just places groups on a new card automatically 
and places the group script after the card script in the message path.

--
Trevor DeVore
Blue Mango Multimedia
[EMAIL PROTECTED]
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: controls on each card

2005-01-06 Thread Jeanne A. E. DeVoto
At 9:17 AM -0500 1/6/05, Thomas McGrath III wrote:
But, doesn't a group need to have backgroundBehaviour true FIRST in 
order to show up in the Place Group submenu?
No. (Just checked, in case a bug like that had sneaked in.) You can 
place any group (as long as it's not already placed on the current 
card - can't place the same group twice on the same card).
--
jeanne a. e. devoto ~ [EMAIL PROTECTED]
http://www.jaedworks.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


RE: controls on each card

2005-01-05 Thread Jeanne A. E. DeVoto
At 4:44 PM -0500 1/4/05, Lynch, Jonathan wrote:
See...
This is really a great example of why the documentation needs to be
clearer.
All you do is group the controls that you want to appear on new cards -
then set the background behavior of that group to true.

Maybe we could improve the documentation by adding something like this:
How to display objects on more than one card:
You display the same object (or a set of objects) on more than one 
card by making them part of a group. Select the object or objects you 
want to group, then choose Object menu   Group Selected. To do this 
in a handler, use the group command.

Once you've grouped the objects, go to each card you want them to 
appear on, and choose the group from the Place Group submenu in the 
Object menu. (You may want to give your group a descriptive name 
first, if you're using more than one.) To place a group on a card 
from within a handler or the message box, use the place command.

Tip:  To place a group automatically whenever you create a new card, 
set the group's backgroundBehavior property to true. If you are on a 
card that has the group when you create the new card, the group is 
placed on the new card.
--
jeanne a. e. devoto ~ [EMAIL PROTECTED]
http://www.jaedworks.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


controls on each card

2005-01-04 Thread Bob Hartley
Hi Folks
This is a silly one and AGAIN is very basic.
I have a card that has a button on it that creates a new card. OK simple. 
However, when I click on it, a new card is produced. It does not have on it 
the buttons of the [previous card.

This I know only requires something set via the IDE ( I read it the other 
night in Dan's book, a great buy) however, I have trawled the book and 
cannot find which box to tick.

I don't want to read the whole thing again word for word to find this since 
it is late (and I haev a habit of speed reading and missing things). So can 
someone send me the info. Naturally it is  RTFM :-) but the book is 321 
pages :-)

THanks in advance
Bob
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.8 - Release Date: 03/01/2005
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


RE: controls on each card

2005-01-04 Thread Lynch, Jonathan
See...
This is really a great example of why the documentation needs to be
clearer.

All you do is group the controls that you want to appear on new cards -
then set the background behavior of that group to true.

It took me a little while to figure out how to navigate between
selecting groups and selecting the controls within groups. The way Rev
handles groups and backgrounds is really very powerful - lets you do
lots of cool stuff - but it certainly is confusing at first.

Good luck

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bob
Hartley
Sent: Tuesday, January 04, 2005 4:45 PM
To: use-revolution@lists.runrev.com
Subject: controls on each card

Hi Folks

This is a silly one and AGAIN is very basic.

I have a card that has a button on it that creates a new card. OK
simple. 
However, when I click on it, a new card is produced. It does not have on
it 
the buttons of the [previous card.

This I know only requires something set via the IDE ( I read it the
other 
night in Dan's book, a great buy) however, I have trawled the book and 
cannot find which box to tick.

I don't want to read the whole thing again word for word to find this
since 
it is late (and I haev a habit of speed reading and missing things). So
can 
someone send me the info. Naturally it is  RTFM :-) but the book is 321 
pages :-)

THanks in advance

Bob


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.8 - Release Date: 03/01/2005


___
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


Re: controls on each card

2005-01-04 Thread Klaus Major
Hi Bob,
Hi Folks
This is a silly one and AGAIN is very basic.
I have a card that has a button on it that creates a new card. OK 
simple. However, when I click on it, a new card is produced. It does 
not have on it the buttons of the [previous card.
This I know only requires something set via the IDE ( I read it the 
other night in Dan's book, a great buy) however, I have trawled the 
book and cannot find which box to tick.
I don't want to read the whole thing again word for word to find this 
since it is late (and I haev a habit of speed reading and missing 
things). So can someone send me the info. Naturally it is  RTFM :-) 
but the book is 321 pages :-)
select all controls that you want to have on EVERY card and group 
them...

Then check that goup's backgroundBehaviour in the Basic Properties 
in the Inspector
for that group.

This way the group will be placed on every new card when you create a 
new card...

BUT that group must be on the card where the new card is being created!
Sounds like that is the case in your example :-)
Hope that helps.
THanks in advance
Bob
Regards
Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


RE: controls on each card

2005-01-04 Thread Bob Hartley
At 21:44 04/01/2005, you wrote:
See...
This is really a great example of why the documentation needs to be
clearer.

Hi Jonathan

All you do is group the controls that you want to appear on new cards -
then set the background behavior of that group to true.

Yes Ijust found this on the google site this moment.
I selected all the fields and then pressed group but they were only 
selected for aligning etc.
I then noticed in runrev help-topics that there was a group help section. 
So I checked this (I assumed my group was created but it seems that you 
need to select Object-group and not derag a box and click on the group 
icon) and found the way.

Off to bed now. Getting late and I'm tired. Perhaps that is why I have 
struggled with it so much in the last half hour. :-)

Thanks for the speedy reply.
Bob
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.8 - Release Date: 03/01/2005
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution