Re: Dos32Lib
- Posted by David Cuny <dcuny at LANSET.COM> Nov 16, 1998
- 613 views
Reverend Ferlin wrote: > I wasn't sure if you have the email straight yet or not It's back up and running. >MBICONHAND and a few other ICONS on message boxes I'll try to get some default icons working the message boxes. If someone wants to send me some code to read icon files (hint, hint), I'll try to incorporate it in. However, I suspect that most non-messagebox icons will be calls to Windows default icons, which Dos32Lib won't have included. > MLE's and such MLE's will take a while to code. > you have to HOLD the mouse button down when > working with menu's or the menu will disappear. This is intentional, since the menu code exits when the mouse button is released. Coding it otherwise will make the code more complex. However, watching my three year old struggle with the "feature" when he tries to "play" Black Box has demonstrated that it's a real pain, so it's on my "to do" list.I've been working on scroll bars; I'll probably end up with a slider bar that can be dragged. I've ripped out most of the Java L&F, and need to tweak some of the metrics, but the new look is more or less complete. After that, I hope to work on composite controls (controls composed of several simpler controls, like lists+scrollbars). But one thing at a time. I hope to get a release out by the end of the week. -- David Cuny