MDI windows not added to Window menu |
Post Reply |
Author | |
Alistair
Newbie Joined: 14 May 2004 Status: Offline Points: 15 |
Post Options
Thanks(0)
Posted: 24 May 2004 at 10:34am |
I've just noticed that when my application is built with Xtreme Toolkit Pro (evaluation), my MDI windows are not being added to the list on the Windows menu so in fact, there is no list.
Any suggestions? This may be related to this post: https://forum.codejock.com/forum_posts.asp?TID=374&KW=wi ndow+menu --- Al. |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
see FAQ.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Alistair
Newbie Joined: 14 May 2004 Status: Offline Points: 15 |
Post Options
Thanks(0)
|
Thanks, that works. Apologies for not checking there first.
Actually, I've tried to conditionally include it (I have 2 versions of my application - with and without XTreme toolkit. So to prevent a superfluous menu item in the none XTreme build, my resource file now looks like this: #ifdef _XTPRO MENUITEM "&Windows List", 35000 #endif but defining _XTPRO does not add the list. it looks like the #ifdef always evaluates to FALSE. Any idea why? (this is obviously not a CodeJock issue but I thought I'd ask.) --- Al. |
|
brianh
Groupie Joined: 30 April 2004 Location: United Kingdom Status: Offline Points: 83 |
Post Options
Thanks(0)
|
Where are you defining it? I suspect you need to add the define to the Project Settings, Resources tab, under Preprocessor definitions. I believe that the resource compiler is a separate program and so needs separate settings on this tab (e.g. include paths for resources need to go here). |
|
Alistair
Newbie Joined: 14 May 2004 Status: Offline Points: 15 |
Post Options
Thanks(0)
|
Hmm, yes that makes perfect sense. I did not have it defined for the resource compiler.
Unfortunately, defining it in the Resources tab makes no difference! |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |