1. Toolbar
- Posted by Matthew Lewis <MatthewL at KAPCOUSA.COM> Aug 09, 2000
- 461 views
OK, Skoda, et al: I've figured out (mostly) how to get the toolbar to work. You'll need to use the class FlatToolBar, and set up some icons for use with the toolbar. ToolBar.exw shows how to do that. Otherwise, it works pretty much as before with buttons, as far as the user is concerned. You can get it at: The file has grown to about 178K because I've included win32lib.htm, as I've begun adding documentation a la the rest of the lib. Lee West is helping me out in writing this, so pretty soon, we should have a much more up to date help file. Matt Lewis PS I'm as old as my hair, and a little bit older than my teeth...
2. Re: Toolbar
- Posted by =?iso-8859-1?B?U2tvZGE=?= <tone.skoda at SIOL.NET> Aug 09, 2000
- 432 views
ok, i'll use it in my editor for euphoria i am doing now. i hope it'll be finished till the end of august. do you know how can i put icons in combobox next ot the text? combobox that tracks mouse position and colors item that is where mouse is would also be great. thanks
3. Re: Toolbar
- Posted by Matthew Lewis <MatthewL at KAPCOUSA.COM> Aug 10, 2000
- 441 views
> do you know how can i put icons in combobox next ot the text? > combobox that tracks mouse position and colors item that is > where mouse is > would also be great. You need to use the comboboxex control to get images in the list. I don't know about hot tracking the items. Comboboxex might take care of that, too. Matt