UpDown control is covering Buddy Edit control

new topic     » topic index » view thread      » older message » newer message

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)

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu