01-31-2007 10:23 AM
01-31-2007 10:45 AM
Rather than have a huge panel which is scrollable, can you not have a scrollable list control which contains all your strings but only shows a reasonable number at any one time? I've used list controls with over 7 thousand lines without difficulty - I don't know if there is a limit.
JR
01-31-2007 01:00 PM
Hi JR,
Thanks for your reply. I have used list controls before but I'm not sure that it will work in this case. I left out some of the details in my original message. On my scrollable panel I populate it with 2 controls on each line: a text box control and a text message control. The operator can scroll down through the lines and edit and change the values in the text box controls. I don't think this would be very easy to implement using the list control. Let me give you an example of what would be on a single display line on the panel:
Airspeed 120.5 Knots
The airspeed and its associated value is the text box control. The text message control just displays the units associated with the parameter. The operator is allowed to edit the value. So he could scroll the panel until he found the airspeed line and then change its value to 100 knots for example. If there is a way to implement this with a list control then I'm not smart enough to figure out how to do it.
Thanks,
Jim
01-31-2007 03:17 PM
01-31-2007 04:25 PM
01-31-2007 04:32 PM