1. Can't Create Window

Hello all,
I just purchased EU2.4 and installed it but now a large program that I
have is not working as in when it trys to create the second window in
the project I get a cant create window error. I use Judith's IDE and
win32lib 59.1 on winxp. All other programs seem to run fine, IDE runs
fine etc. so I don't think it is the installation or EU. Project is too
large to post here.
Error file is available at
http://members.dodo.net.au/~tsteward/Software/ktex.err

Any ideas?

Help,
Tony Steward

new topic     » topic index » view message » categorize

2. Re: Can't Create Window

On Sun, 20 Jul 2003 11:27:20 +1000, Tony Steward
<tsteward at dodo.com.au> wrote:

>
>
>Hello all,
>I just purchased EU2.4 and installed it but now a large program that I
>have is not working as in when it trys to create the second window in
>the project I get a cant create window error. I use Judith's IDE and
>win32lib 59.1 on winxp. All other programs seem to run fine, IDE runs
>fine etc. so I don't think it is the installation or EU. Project is too
>large to post here.
>Error file is available at
>http://members.dodo.net.au/~tsteward/Software/ktex.err
>
>Any ideas?

Does this look familiar?
constant main =3D
create(Window,"Test",0,Default,Default,100,100,{WS_CHILD})
constant child =3D createEx( Window,"Key Detail Window",main,
						Default, Default,572,416,

{WS_BORDER,WS_DLGFRAME,WS_CAPTION,WS_SYSMENU},
						  {WS_CHILD,WS_EX_DLGMODALFRAME} )

I really don't know if I got that right, but you can't create a child
of a child and WS_CHILD should not be in the extended flags?

I think its in that area anyway,

Pete

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu