2009-10-24 12:21 UTC
Hello,
due to my custom scrollbar I have some further questions. For testing, I attached an example.
(Acad2008 on XP x86)
Thank you for watching.
Fred
due to my custom scrollbar I have some further questions. For testing, I attached an example.
(Acad2008 on XP x86)
- When I load the project and I open the form, the content of the comboboxes small increment and large increment seem to be selected although I haven't selected them. Is that by Windows design? The selection is over when I click into the control and put the cursor behind the last character. But when I resize the form the selection is appears again.
- The labels for large increment and style are shivering/flickering when the form will be resized by the user. I set all the background colors from -24 to -16 but it doesn't help. How can I avoid that?
- I activated the OnCancelClose event of the form to avoid closing the form after pressing enter in the textbox for the percentage value. After some tests I figured out that the argument intIsESCWasPressed of OnCancelClose isn't an integer anymore. But although I've changed my code the form cannot be closed by pressing ESC or clicking the closing button at the upper right. A. Are you going to change the argument data type in OpenDCL 6 for OnCancelClose? B. If you are going to change the data value for the argument of OnCancelClose event, it will break existing code. Shall we note this in the help step by step with the ongoing changes for OpenDCL 6 or will the help files get updated only in the end when all changes in the code were made? C. Is it a bug that the form cannot be closed if OnCancelClose is active, neither nil nor T is given back by the event function for OnCancelClose?
- I activated OnKeyPressed in the PictureBox. Unfortunately, the arrow keys are interpreted as TAB-key so they cannot be captured by OnKeyPressed in the PictureBox. Is there any solution to avoid that? End, Pos1, PgUp and PgDown "are working correctly".
Thank you for watching.
Fred
