Re: PropertyList Control for Win32Lib
- Posted by Judith Evans <camping at FLASH.NET> Oct 06, 2000
- 378 views
David, I'm having trouble with the scrollbar. When I did my testing I clicked the top/bottom of the bar to make the editor 'move' up and down. Dan Moyer noticed that if you slide the bar, then unless you click on the scrollbar after moving it, nothing happens. I assume this is happening because the IDE is giving focus to the mle in the toolbar routine. Is my thinking correct? I haven't got a clue how to get around the problem. Also in testing all that I noticed that when I fixed the selection at the bottom of the screen from leaving tic marks on the background I broke the use of the up/down keys going into the previous/next page. It never ends, does it! If you pursue the 'real' control IDE, do you want back the use of "IDE" as program name? I can always come up with something else. Or are we working on this together? Just need a little clarification of where you are heading. Judith On Fri, 6 Oct 2000 16:25:13 -0700, Cuny, David at DSS <David.Cuny at DSS.CA.GOV> wrote: > >There will be more changes coming along. I got the dropdown button to push, >using the Win32 API call DrawFrameControl. I've also changed some of the >drawing routines in the IDE as well. >