<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML dir=ltr xmlns:o = "urn:schemas-microsoft-com:office:office"><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>Message</TITLE>
<META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=221020316-10022006><FONT face=Arial color=#0000ff size=2>That
popup is not an error. It is just a warning, that custom STL library (preferably
STLport) has to be used for VC versions <= 6.0.</FONT></SPAN></DIV>
<DIV><SPAN class=221020316-10022006><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=221020316-10022006><FONT face=Arial color=#0000ff
size=2>Another tip: try "build" instead of "compile" on the
project.</FONT></SPAN></DIV>
<DIV><SPAN class=221020316-10022006><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=221020316-10022006><FONT face=Arial color=#0000ff
size=2>Zoli</FONT></SPAN></DIV>
<BLOCKQUOTE dir=ltr
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
<DIV></DIV>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT
face=Tahoma size=2>-----Original Message-----<BR><B>From:</B>
gme-users-bounces@list.isis.vanderbilt.edu
[mailto:gme-users-bounces@list.isis.vanderbilt.edu] <B>On Behalf Of </B>Jesper
Berthing<BR><B>Sent:</B> Friday, February 10, 2006 8:15 AM<BR><B>To:</B>
gme-users<BR><B>Subject:</B> SV: [gme-users] Changing the color of diagram
objects?<BR><BR></FONT></DIV>
<DIV id=idOWAReplyText94784 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN
style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial">Hi,</SPAN><o:p></o:p></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><FONT
face="Times New Roman"> <o:p></o:p></FONT></FONT></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">I have started looking at the
GReAT source code as Attila recommended, but I am not able to compile the
project. Therefore I have used the tutorial lesson 3, in order to test my
program setup.</SPAN><o:p></o:p></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><FONT
face="Times New Roman"> <o:p></o:p></FONT></FONT></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">I am experiencing the following
problem:</SPAN><o:p></o:p></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">I am using Visual Studio C++
Express and I am not able to compile the created Builder Object Network II
source code.</SPAN><o:p></o:p></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><FONT
face="Times New Roman"> <o:p></o:p></FONT></FONT></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">It gives me a pop-up that I have
attached. </SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Is this why I cannot compile
the project or it is not compatible with my version of Visual
Studio?</SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><FONT
face="Times New Roman"> <o:p></o:p></FONT></FONT></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Thanks,</SPAN><o:p></o:p></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Jesper</SPAN><o:p></o:p></P></FONT></DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>Fra:</B>
gme-users-bounces@list.isis.vanderbilt.edu på vegne af Zoltan
Molnar<BR><B>Sendt:</B> to 2/9/2006 3:50<BR><B>Til:</B>
gme-users<BR><B>Emne:</B> RE: [gme-users] Changing the color of diagram
objects?<BR></FONT><BR></DIV>
<DIV dir=ltr>
<DIV><SPAN class=727474314-09022006><FONT face=Arial color=#0000ff
size=2>Hi,</FONT></SPAN></DIV>
<DIV><SPAN class=727474314-09022006><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=727474314-09022006><FONT face=Arial color=#0000ff size=2>I
think an add-on (GME component) listening to OBJEVENT_ATTR event code
(Attribute changed) could do that.</FONT></SPAN></DIV>
<DIV><SPAN class=727474314-09022006><FONT face=Arial color=#0000ff
size=2>Preferences (including color) are stored in the object registry (right
click, then Registry).</FONT></SPAN></DIV>
<DIV><SPAN class=727474314-09022006><FONT face=Arial color=#0000ff size=2>The
"color" node in case of models will indicate the filling color of the model
box.</FONT></SPAN></DIV>
<DIV><SPAN class=727474314-09022006><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=727474314-09022006><FONT face=Arial color=#0000ff size=2>This
can be implemented in C++ as a Raw COM component. I don't know if Java
BON supports add-ons.</FONT></SPAN></DIV>
<DIV><SPAN class=727474314-09022006><FONT face=Arial color=#0000ff
size=2>Zoli</FONT></SPAN></DIV>
<BLOCKQUOTE dir=ltr
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
<DIV></DIV>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT
face=Tahoma size=2>-----Original Message-----<BR><B>From:</B>
gme-users-bounces@list.isis.vanderbilt.edu
[mailto:gme-users-bounces@list.isis.vanderbilt.edu] <B>On Behalf Of
</B>Jesper Berthing<BR><B>Sent:</B> Thursday, February 09, 2006 4:39
AM<BR><B>To:</B> gme-users<BR><B>Subject:</B> [gme-users] Changing the color
of diagram objects?<BR><BR></FONT></DIV>
<DIV><FONT face=Arial color=#000000 size=2><FONT face="Times New Roman">
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN
style="FONT-SIZE: 10pt; COLOR: black">Hi, </SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN
style="FONT-SIZE: 10pt; COLOR: black">I have raised the question in one of
my previous responses to the list, but I have not received any reply.
Therefore I will try again, because it seems to be a simple
question.</SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT
size=3></FONT> </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN
style="FONT-SIZE: 10pt">Is it possible to change the color of an object in
the diagram, depending on an attribute value of that object.<SPAN
style="COLOR: black"><BR><BR>Like:</SPAN></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN
style="FONT-SIZE: 10pt; COLOR: black">Model.Enable can be set to true or
false, is it possible to do:</SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN
style="FONT-SIZE: 10pt; COLOR: black"><BR>"if self.Enable then let
self.color = 0x0000FF else self.color = 0x000000 endif" as a </SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN
style="FONT-SIZE: 10pt; COLOR: black">1. Constraint attached to the object?
or</SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN
style="FONT-SIZE: 10pt; COLOR: black">2. Can I use a "if then else" in the
general preference field of the object? or</SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN
style="FONT-SIZE: 10pt; COLOR: black">3. Use the Java BON interface to do
so?</SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN
style="FONT-SIZE: 10pt; COLOR: black">If it is possible how could it be
done?</SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN
style="FONT-SIZE: 10pt; COLOR: black"><BR>I know the above will not work I
have tried it ;-)<BR><BR>Regards,<BR>Jesper</SPAN><SPAN
style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"></SPAN></P></FONT></FONT><FONT
face=Arial color=#000000
size=2><BR></DIV></BLOCKQUOTE></FONT></DIV></BLOCKQUOTE></BODY></HTML>