Unexpected program hang

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

By deleting a constant which was used later on, I got an unexpected
hang. I have tracked it down to the following:
The following code snippet works fine (but does not do much):

include win32lib.ew

constant ppwin =3D create(Window,"Print
Preview",0,0,0,Default,Default,0)
--,		 Page =3D create(LText,"",ppwin,10,10,100,25,0)
sequence controllist
controllist=3D{ppwin}--,Page}

	WinMain(ppwin,Maximize)

However, delete the }-- and it just hangs, no error message.

Pete

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

Search



Quick Links

User menu

Not signed in.

Misc Menu