[Plib-users] Newbee with puInput Trouble
Brought to you by:
sjbaker
From: Fabricio G. <fgu...@ya...> - 2003-05-16 18:26:34
|
Hey Gang, I'm running the "Hello World" program for PUI with a slight modification (I've added a puInput object). The program compiles and runs but when I select the puInput object and type away nothing shows up (the cursor is present but doesn't move). Here's my modified code from the "Hello World" program (everything else is identical to the original program): ---------------------------------------------------- puOneShot *b = new puOneShot ( 50, 50, 200, 90 ) ; puInput *puIn = new puInput(50, 170, 200, 200); b -> setLegend ( "Say Hello" ) ; b -> setCallback ( button_cb ) ; puIn->acceptInput(); glutMainLoop () ; ---------------------------------------------------- Thanks in advace, -Fabricio __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com |