Oops, saw classes and equated it with property classes. You should try grepping through apps/ and see how its done there- primarily did you set the correct draw mode to CS_GRAPHICS_2D in BeginDraw?
Also that call to write should be capitalised afaik, like Write. A runtime error sounds awfully suspicious though... On Sunday 24 December 2006 22:13, Marten Svanfeldt (dev) wrote: > That is all good, except it isn't CS ;) > > The basic interface for doing 2D operations, such as drawing text is > iGraphics2D. Look into iGraphics2D::Write and companion functions. > > > -MÃ¥rten > > Quoting Amir Taaki <[EMAIL PROTECTED]>: > > <createpropclass name="pcbillboard" tag="line2" /> > > <default propclass="pctag(pcbillboard,line2)" /> > > <property id="propid(name)" value="hud_health" /> > > <property id="propid(visible)" value="false" /> > > <property id="propid(width)" value="65000" /> > > <property id="propid(height)" value="10000" /> > > <property id="propid(x)" value="15000" /> > > <property id="propid(y)" value="65000" /> > > <property id="propid(text_default_fg_color)" > > value="?cc_msgcol" /> > > <property id="propid(text_default_font_size)" value="10" /> > > <property id="propid(text_default_font)" > > value="'/cc/fonts/Samba is Dead.TTF'" /> > > <property id=propid(text)" values="'hello'" /> > > > > On Sunday 24 December 2006 20:37, Thomas Teufel wrote: > >> Hello all! > >> > >> I need to have a text output on the screen in order to create a head- > >> up-display. > >> > >> But I actually don't know what plugins, classes, functions to use for > >> this. > >> I would very appreciate it if you could guide me through this. > >> > >> > >> Thanks in advance! > >> > >> Merry Chirstmas! > >> > >> Greetings, > >> Thomas > >> > >> ------------------------------------------------------------------------ > >>- Take Surveys. Earn Cash. Influence the Future of IT > >> Join SourceForge.net's Techsay panel and you'll get the chance to share > >> your opinions on IT & business topics through brief surveys - and earn > >> cash > >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE > >>V _______________________________________________ > >> Crystal-main mailing list > >> [email protected] > >> https://lists.sourceforge.net/lists/listinfo/crystal-main > >> Unsubscribe: > >> mailto:[EMAIL PROTECTED] > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share > > your opinions on IT & business topics through brief surveys - and earn > > cash > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Crystal-main mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/crystal-main > > Unsubscribe: > > mailto:[EMAIL PROTECTED] > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Crystal-main mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/crystal-main > Unsubscribe: > mailto:[EMAIL PROTECTED] ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
