RE: A scrolling question and a tab question

new topic     » topic index » view thread      » older message » newer message

Derek Brown wrote:
> I'm writing text to a window with wPuts() and wPrint() I need to be able 
> to 
> make the window scrollable to see all of the text.  Is there a way to 
> render 
> this?  I know how to do it without smoothly scrolling, by showing a page 
> at a 
> time, but I'd much rather get a VScroll to work.  And I'd like to avoid 
> using 
> a List or a RichEdit if at all possible.  Any suggestions?

Create a PixMap and wPuts your text to the Pixmap, then use a vScroll to 
bitBlt the appropriate section to your Window.  I could do an example if 
you have problems figuring out this technique.

--Brian

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu