From: PASCHAL,DAVID (HP-Roseville,ex1) <dav...@hp...> - 2000-10-31 00:57:44
|
> From: Joe Piolunek [mailto:joe...@sn...] > About the simple xojpanel that has been included with hpoj-x.x : > > I improved its functionality and appearance a bit. It now has > some reasonably > nice graphics that I created for it. For an image of a > printer, I used a pic of > an OJ 500 from one of the project's web pages. I scaled it > down and touched it > up. <snip> > I'd like to do a little more with it, but it seems good > enough now to include > in your next release, if you want it. I'm guessing that you > are planning one > soon. Hi, Joe. Thanks for updating this utility. I haven't tried it out yet but the screenshot looks nice. It's starting to seem like time for another release, so I'll see about putting it in. > The LCD line 1 text scrolls now when it's too long. I > haven't been able to > test scrolling on line 2, but it looks like it might work. One concern I have here is that sometimes the peripheral does its own scrolling when the message is too big for the actual LCD. If your display is smaller and you're trying to do your own scrolling as well, then it might not be too pretty. I'm not sure what the best way would be to figure out how large to make the display, but perhaps you could make it grow dynamically whenever you got back a string with more printable (non-null, non-space) characters than you already had room for. Since I'm not familiar with QT I don't know how hard this would be. > By the way - are you satisfied with the project's present > versioning system? It > seems to me that adding a third digit might be useful. I think after 0.9 I'll just go to 0.10, where the dot is merely a field separator rather than a decimal point in the true mathematical sense (in other words, 0.1 != 0.10). I don't see any point in retroactively applying leading zeroes to the right-hand side of old versions. David |