clone card command

Pascal phefti at club-internet.fr
Tue Nov 1 05:53:16 EST 2005


I supposed there was other ways to do what I wanted and thanks for the 
hints that will save me time.

Still puzzled with crashes...

Pascal


>>
>
> Hi Pascal,
>
> To empty a field, you don't have to select the
> contents and delete them: just use:
> --
>   put empty into field "foobar"
> --
>
> If you're trying to make a stack with multiple cards
> that have the same basic controls but where the
> content of the fields is different on each card, you
> should check into background groups.
>
> Basically, you select all the controls that you want
> to share, and group them (menu 'Object' > item 'Group
> Selected') -- then open the 'Inspector' palette and
> tick the checkbox 'Behave like a background'.
>
> Now, when you create a new card from any card with
> that background group on it, Rev will automagically
> place this background group onto your new card.
>
> Then have a look at your fields. If the 'sharedText'
> property is true, then the same text will be displayed
> on each card with that background.
> If the same property is false, then the text of the
> field differs depending on the current card. You can
> control this property via the checkbox 'Share text' in
> the 'Basic' panel of the 'Inspector' palette.
>
> Labels and list fields will have the sharedText
> property set to true by default, other fields will
> have the sharedText property set to false by default.
>
> As for the weird phenomenon and the frequent cra&shes,
> I'm not sure what to answer you.
>
> Hope this helped,
>
> Jan Schenkel.
>
> Quartam - Tools for Revolution
> <http://www.quartam.com>
>
> =====
> "As we grow older, we grow both wiser and more foolish at the same 
> time."  (La Rochefoucauld)
>
>
> 		
> __________________________________
> Yahoo! FareChase: Search multiple travel sites in one click.
> http://farechase.yahoo.com
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your 
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>




More information about the use-livecode mailing list