Re: standalone_builder

2003-03-04 Thread RCS
Here is a link to the standalone builder mod on my server:

http://www.rcsprogramming.com/data/standalone_builder.zip

JR



 Message: 3
 Date: Mon, 03 Mar 2003 08:04:40 -0800
 Subject: Re: Standalone Builder mod
 From: Ray Horsley [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]

 I'd love to see this but when I click your link I'm taken to a Yahoo page
 which asks me for a user name and password.  How do I get to the Stand
Alone
 Profile stack from there?


 Ray Horsley
 Developer, LinkIt! Software



___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard


Grouping with lists in a script

2003-03-04 Thread Wilhelm Sanke


I needed to make a greater number of controls into a group by script.

MetaTalk Reference (182) provides this information:

Syntax:

group c

Description:

The group comand makes a set of selected controls into a
group/background.
If a list of controls c is supplied, those controls will be added to
the new group.


I tried various forms of lists and put them into a variable
fieldlist, but then

group fieldlist failed each time.

Two forms of lists I tried - generated in a repeat-loop - were

fld 1
fld 2
fld 3


and

fld 1 and fld 2 and fld 3...

What finally worked after some experimenting was using  the do
command, like in

 put groupthe name of fld 1 into Fieldlist
  repeat with i = 2 to 100
put Spaceandthe name of fld i after last word of Fieldlist
  end repeat
 do Fieldlist

What am I missing in setting up the list structure for using the
information about grouping in the MetaTalk Reference?


Regards,

Wilhelm Sanke

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard


Re: standalone builder

2003-03-04 Thread Wilhelm Sanke


 From: RCS
 To:
 Subject: Re: standalone_builder
 Date: Tue, 4 Mar 2003 03:23:26 -0800
 Reply-To: [EMAIL PROTECTED]

 Here is a link to the standalone builder mod on my server:

 http://www.rcsprogramming.com/data/standalone_builder.zip

 JR



Be sure to comment or delete the line breakpoint in the script of the
Build-button before using the stack.

Regards,

Wilhelm Sanke

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard


images in menus

2003-03-04 Thread John J. Theobald
Has anyone had any success inserting images in button menu contents for 
pulldown/cascading menus?  Is this possible?

John J. Theobald

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard


Re: images in menus

2003-03-04 Thread Scott Rossi
Recently, John J. Theobald  wrote:

 Has anyone had any success inserting images in button menu contents for
 pulldown/cascading menus?  Is this possible?

You can do this when you create your own menus, which are essentially
(sub)stacks that pop up in specified locations.  A little more work than
using the built-in button-menu objects, but also very customizable.

Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia  Design
-
E: [EMAIL PROTECTED]
W: http://www.tactilemedia.com

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard