Re: Yet another MTF question.

Pedro Szekely ([email protected])
Fri, 09 Jun 1995 13:42:10 PDT

Kurt,

Looked at your example in detail, and your understanding matches mine.

There is no link between:
NT_Generate_Report.Specify_second_account and the object
NT_Generate_Report.Specify_account

Might be surprising to some people, but your diagram is correct.

In fact, in one of our examples, we have done exactly the same thing. The only
problem I have is that I am not sure it is or should be legal to refer to
value_font from label_font. How should I do that?

fonts =
value_font : MM_Font {
font = "Times";
style = Regular;
size = 10 pt;
color = Black; // assumes that Black is an object in the server.
},
label_font : value_font {
style = Bold;

Pedro Szekely
USC/ISI, 4676 Admiralty Way, Marina del Rey, CA 90292
Phone: 310/822-1511, Fax: 310/823-6714
URL: http://www.isi.edu/isd/szekely.html