Prev: XPander-3 Progress
Next: RAM under $D000-DFFF?
From: Jonno Downes on 17 Apr 2010 07:36 On Apr 15, 5:34 am, Glenn Holmer <glenn.hol...(a)gmail.com> wrote: I was inspired to hack a geoWrite filter into peekbot so now I can browse your source code at http://peekbot.jamtronix.com/dispatch.fcgi/catalog_image/http%3A%2F%2Flyonlabs.org%2Fcommodore%2FgeoLink%2FgeoLink-20100414.d64 cheers Jonno
From: Maciej Witkowiak on 17 Apr 2010 19:18 Glenn Holmer wrote: > screen (GEOS calls RecoverRectangle to roll up a menu). So if I could > find a way to call ImprintRectangle before a menu is called (with just > the size that a menu might cover), I could make the scroll twice as Just an idea. You could hook into mouseVector, check mouseData if button was pressed, if mouse is in top level menu area and if menuNumber is 0 (only top level menu is active). If so - imprint the screen. In any case continue through original vector. ytm -- Najlepsza sygnatura to brak sygnatury. http://bossstation.dnsalias.org/
From: Maciej Witkowiak on 17 Apr 2010 20:41 Maciej Witkowiak wrote: >> screen (GEOS calls RecoverRectangle to roll up a menu). So if I could >> find a way to call ImprintRectangle before a menu is called (with just >> the size that a menu might cover), I could make the scroll twice as > > Just an idea. You could hook into mouseVector, check mouseData if button > was pressed, if mouse is in top level menu area and if menuNumber is 0 > (only top level menu is active). If so - imprint the screen. > In any case continue through original vector. It can be done even easier. You just need to change type of your top level submenus to dynamic. The handling routine would just call imprint and set in r0 the address of proper submenu. ytm -- Najlepsza sygnatura to brak sygnatury. http://bossstation.dnsalias.org/
From: Glenn Holmer on 17 Apr 2010 23:46 On Apr 17, 7:41 pm, Maciej Witkowiak <y...(a)elysium.pl.andremowe.me> wrote: > It can be done even easier. You just need to change type of your top level > submenus to dynamic. The handling routine would just call imprint and set > in r0 the address of proper submenu. Yes, already testing that when you posted :)
From: Glenn Holmer on 18 Apr 2010 13:33
On Apr 17, 6:36 am, Jonno Downes <jonno...(a)gmail.com> wrote: > On Apr 15, 5:34 am, Glenn Holmer <glenn.hol...(a)gmail.com> wrote: > > I was inspired to hack a geoWrite filter into peekbot so now I can > browse your source code athttp://peekbot.jamtronix.com/dispatch.fcgi/catalog_image/http%3A%2F%2... Thanks, that's very cool. I've added a link on the web page. |