UpDown control is covering Buddy Edit control
- Posted by Andrew Katz <Akatz712 at gmail.com> Apr 01, 2007
- 501 views
With Judith's IDE I positioned these controls side by side. Here is the code generated by the IDE related to these 2 controls:
constant NUMPOINTS = createEx( UpDown, "", Group60, 8, 110, 0, 0, w32or_all({UDS_ALIGNRIGHT,UDS_SETBUDDYINT,UDS_ARROWKEYS}), 0 ) setScrollRange( NUMPOINTS, 1, 99) constant NUMPOINTS_E = createEx( EditText, "", Group60, 28, 110, 22, 20, w32or_all({ES_READONLY,#2000,ES_RIGHT}), 0 ) -- ... setBuddy( NUMPOINTS, NUMPOINTS_E )
Andy Katz B.S. Computer Science, 1978 Rensselaer Polytechnic Institute (RPI)