|
From: SourceForge.net <no...@so...> - 2005-07-12 19:11:52
|
Bugs item #1208606, was opened at 2005-05-25 11:52 Message generated for change (Comment added) made by jerryvos You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101703&aid=1208606&group_id=1703 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Jerry Vos (jerryvos) Assigned to: Nobody/Anonymous (nobody) Summary: People images / text in adapatation demos Initial Comment: The text in the neural/... demos over the people (displaying their names) does not show up properly when the display is resized. For instance, when maximized the text is no where near the people. Probably just needs to switch to scaled coordinates. Also, look into what happens if you enable scaling on the images. ---------------------------------------------------------------------- >Comment By: Jerry Vos (jerryvos) Date: 2005-07-12 14:11 Message: Logged In: YES user_id=1093815 Changed SimGraphics.drawString to move the location of the drawing based on the scaling of the SimGraphics. It now shows text strings in the correct scaled location and clips the string based on the scaling. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101703&aid=1208606&group_id=1703 |