RE: Scrolling a Window

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

Hi Ron,

It sounds a bit like you want to create a grid of rows and columns. Have 
you considered using my EuGrid grid control for this (see Euphoria 
contributions page)? It allows you to create a grid of editable cells 
and automatically handles keyboard navigation and scrolling...

Please ignore if not relevant!

Phil Russell

Ron Tarrant wrote:
> I am using win32lib to create a window that has a number of text
> controls arranged in rows and columns (tiled as opposed to cascading). I
> want to be able to add rows/columns at will, but at some point, I'll
> need to be able to scroll the client area of the window in order to see
> the new text controls that I've added.
> 
> So what I'm looking for is a simple example of adding scrollbars to a
> window, then processing scrollbar messages (or however it's done) to
> scroll the contents of the window left/right/up/down. Does anyone know
> how to do this?
> 
> On a separate topic, I have attached a keyDown handler to this same
> window and I'm getting keyCodes for most keys, but not for the Tab key.
> I wrote a simple procedure that tells me the raw keyCode value and it
> works for a number of other keys I've tried, but when I press the Tab
> key, I get nothing. Does anyone know why?
> 
> If I haven't given enough info here, or haven't explained this very
> clearly, please let me know and I'll try again.
> 
> -Ron T.
> 
>

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

Search



Quick Links

User menu

Not signed in.

Misc Menu