Where did my control groups go?

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

On upgrading to win23lib.55, I lose my control groups and the controls that
populate them. Why?

<code>
include win32lib.ew

constant
  win1 = create(Window, "Win1", 0, Default, Default, 100, 100, 0),
  grpBtns = create(Group, "Buttons", win1, 5, 5, 90, 90, 0),
  btnWin2 = create(PushButton, "Win2", grpBtns, 25, 10, 40, 20, 0),
  btnWin3 = create(PushButton, "Win3", grpBtns, 25, 35, 40, 20, 0)

WinMain(win1, Normal)
</code>

When I run that code, I see a blank (empty) window. Same thing happens to
the much larger application that was working previously.

George
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

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

Search



Quick Links

User menu

Not signed in.

Misc Menu