Re: Bug in either Judith's IDE or Win32lib
- Posted by Sascha Zindel <s.zindel at GMX.DE> Nov 21, 2000
- 519 views
Hello, in the latest ide version .9k.5 i have found the following bugs: a) As soon as you move the mouse over the design window the focus gets changed to it. b) Due to the above behaviour a bug in ide_prop.exw can happen.... ..create a status bar in the design window ..open the properties of the status bar ..click on the design window ..now click back on the properties window ..change the name or title in the properties .. click on ok Normally the value of the statusbar should change, but sometimes the status of the window itself is changed This behaviour is because of the use of the variable selectedControl in the ide_prop.exw which changes as soon as the focus goes to the design window. And NO, even if the properties window is opened as Modal, this bug occurs. I have solved the second bug by defining a temporary variable with the value of selectedControl. This way always the correct control will be changed. What i still am looking for is a solution for the first bug. Greetings, Sascha Zindel