PDA

View Full Version : OSDMenu 1.3 Released



mattwire
October 13th, 2002, 12:55 PM
I've just released OSDMenu 1.3.
Improvements/fixes:
-Scrolling support
-Border support
-Updated to latest 3.1 API

Enjoy! (I hope so anyway).

mattwire
October 13th, 2002, 12:55 PM
Yeah, I didn't check the registers bit. The reason it does that is because scrolling is a bit of a hack really - basically it loads a new menu with each scroll and truncates it at the appropriate place - hence it's slowness.
Dynamic startpos? I suppose I could add this. Would it be sufficient if you specify the register to read from by setting startpos as follows:
startpos=[-££,££] - where -value specifies register number, +value specifies position.

mattwire
October 13th, 2002, 12:55 PM
Version 1.35 is released:
-Minor bugfixes.
-Register loading of Startpos.

See download page.

SouthyPar
October 13th, 2002, 12:55 PM
There's a little bug in the function of returning the index number of the selected item into a girder reg. when scrolling is enabled.

If I'm using scrolling, say 10 items per screen, then the number returned to girder is the selected item's number -from within those 10 items-, not from the entire menu.

Also... would you consider allowing the "startpos" value to be dynamic? IE, to allow, for instances, "startpos=reg1".

<font size=-1>[ This Message was edited by: SouthyPar on 2002-03-20 18:57 ]</font>

SouthyPar
October 13th, 2002, 12:55 PM
Yeah; That should be fine.
Thank you very much.