Re: I'm having a "group" problem

2007-03-22 Thread Jim Ault
On 3/22/07 9:32 AM, "Len Morgan" <[EMAIL PROTECTED]> wrote: > I'm sorry to keep coming back with what must seem like stupid > questions. This one has me really confused. > > I've created a group that contains summary information in a small band > that goes on each card. I have set the behavior

Re: I'm having a "group" problem

2007-03-22 Thread Klaus Major
Hi Len, I'm sorry to keep coming back with what must seem like stupid questions. This one has me really confused. I've created a group that contains summary information in a small band that goes on each card. I have set the behavior to "background." There is a field filled in on the fi

Re: I'm having a "group" problem

2007-03-22 Thread Joe Lewis Wilkins
Len, I'm pretty sure that you need to check the shared property of the field for its contents to appear on all cards. Joe Wilkins On Mar 22, 2007, at 9:32 AM, Len Morgan wrote: I'm sorry to keep coming back with what must seem like stupid questions. This one has me really confused. I'

I'm having a "group" problem

2007-03-22 Thread Len Morgan
I'm sorry to keep coming back with what must seem like stupid questions. This one has me really confused. I've created a group that contains summary information in a small band that goes on each card. I have set the behavior to "background." There is a field filled in on the first card (whe

Re: Group Problem

2006-11-04 Thread Mark Schonewille
I posted this 5 days ago: Create your button on the first card of your stack, select it, choose Group Selected from the Object menu and run the following script: put the short id of the last grp into myID -- following line shows grp if new cards -- are created afterwards set the bgBehavior of

Re: Group Problem

2006-11-04 Thread Dar Scott
On Nov 4, 2006, at 12:35 PM, [EMAIL PROTECTED] wrote: I cut a group of fields and buttons from one stack and pasted it into another. However, I want that group in the new stack to appear on all existing and new cards. That's not happening. What did I do wrong? I checked off "Act like backg

Group Problem

2006-11-04 Thread LunchnMeets
Hi Everyone, I'm using Mac OSX. I cut a group of fields and buttons from one stack and pasted it into another. However, I want that group in the new stack to appear on all existing and new cards. That's not happening. What did I do wrong? I checked off "Act like background" but that didn't do

Re: Edit Group problem

2003-10-22 Thread Graham Samuel
On Wed, 22 Oct 2003 11:40:16 +0200, Klaus Major <[EMAIL PROTECTED]> wrote: Even if the images (not referenced!) are not of the same size, you can always do: ... put image "face.gif" into img "placeholder image" of grp "TheGroup" ... "placeholder image" will resize to fit the new "content"... Ch

Re: Edit Group problem

2003-10-22 Thread Klaus Major
Hi Graham, On Tue, 21 Oct 2003 20:38:44 -0500, "Ken Ray" <[EMAIL PROTECTED]> wrote: First of all, I would avoid editing the group and just address items in the group directly if you can. For example, if you do: delete image "face.gif" of grp "TheGroup" you don't need to be in "editing" mode

RE: Edit Group problem

2003-10-22 Thread Graham Samuel
On Tue, 21 Oct 2003 20:38:44 -0500, "Ken Ray" <[EMAIL PROTECTED]> wrote: First of all, I would avoid editing the group and just address items in the group directly if you can. For example, if you do: delete image "face.gif" of grp "TheGroup" you don't need to be in "editing" mode to do it; you c

RE: Edit Group problem

2003-10-21 Thread Ken Ray
y Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Graham Samuel > Sent: Tuesday, October 21, 2003 1:38 PM > To: Revolution user discussion &

Edit Group problem

2003-10-21 Thread Graham Samuel
I'm experimenting to see how easy it is to add items to a group temporarily (to facilitate moving the items round the screen together, either by script of by the user dragging them and the group reacting to a 'grab' command) and later removing the items again. I've succeeded in adding an image