From: shelarcy <she...@gm...> - 2007-11-21 07:41:18
|
Hi Andrew, I'm sorry about my reply is late. Do you already solve this problem? On Thu, 08 Nov 2007 18:23:40 +0900, Andrew Butterfield <And...@cs...> wrote: > My code - for the relevant windows > > > -- Goal Window > > gp <- panel h [] > > g <- scrolledWindow gp [] > > Do I need to nest another window inside the scrolled window ? > When I perform the right-arrow action (say), I repaint g, > which renders the expression appropriately. Is gp a panel? I don't know why you don't want to set key events for panel instead of scrolledWindow. I think you can skip key events for scrolledWindow by propagateEvent, if you set key events for panel. > My biggest problem is that the documentation is very unclear. I think problems come from poor examples. Can you send us more complete - executable - example code? Your problem is unclear for me. Best Regards, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |