Re: [osg-users] Working with text

2008-04-23 Thread Lucas Goss
You're only calling -setText on text, not on textSe and textMono. Whew, thanks, I was losing my mind. On a related note: why not just use osgWidget and not worry about all this placement stuff? :) I'm trying to get osgWidget working, but took a break to play around with some other stuff...

Re: [osg-users] Working with text

2008-04-23 Thread Jeremy Moles
On Wed, 2008-04-23 at 10:54 -0400, Lucas Goss wrote: You're only calling -setText on text, not on textSe and textMono. Whew, thanks, I was losing my mind. On a related note: why not just use osgWidget and not worry about all this placement stuff? :) I'm trying to get osgWidget

Re: [osg-users] Working with text

2008-04-23 Thread Lucas Goss
Yeah it all built properly... but that gave me a clue. So I ran: cmake .. -DCMAKE_BUILD_TYPE=Release And got past that part, but got this error (I couldn't find the io_utils file): Scanning dependencies of target osgwidgetmenu [ 60%] Building CXX object

Re: [osg-users] Working with text

2008-04-23 Thread Jeremy Moles
On Wed, 2008-04-23 at 12:31 -0400, Lucas Goss wrote: Yeah it all built properly... but that gave me a clue. So I ran: cmake .. -DCMAKE_BUILD_TYPE=Release And got past that part, but got this error (I couldn't find the io_utils file): Alas, the dangers of svn head. :) This is fixed in my

Re: [osg-users] Working with text (osgWidget)

2008-04-23 Thread Lucas Goss
More eyes--is more testing--is more good! OK, well here's some testing notes on osgWidget head: * osgwidgetaddremove -I get: Warning: font file fonts/Calibri1.ttf not found -I get a blank screen.. looked at the code and seems to go with mouse push/release * osgwidgetbox -I get a blank

Re: [osg-users] Working with text (osgWidget)

2008-04-23 Thread Jeremy Moles
These errors are all the result of using SVN, some of which I have an answer in the works for and some of which I do not. Also, most of your errors are caused by not having the font I use installed, which you can remedy by changing the examples to use your font of choice. :) Widgets and Windows

Re: [osg-users] Working with text

2008-04-22 Thread Jeremy Moles
On Tue, 2008-04-22 at 20:35 -0400, Lucas Goss wrote: I must be blind, but I can't figure out what is wrong with this small text example (attached). I wanted to load 3 fonts side by side to compare them, but the viewer only shows that last font that was loaded. I compared the code to the