>Are you really using menus (i.e. CMenu, ... ) ??? Very good question. I do not use CMenu, instead I did Insert->Resource->Menu and wrote menu items. Next I involved the "dialog properties" and selected this menu in a listbox. I didn't use directly CMenu. About csenario: "...first list is filled with car manufacturer" I have ~80 manufacturers without China market :) I think, finally it may be ~100. ------------------------------------ I've spent else a bit time and now I'm knowing a bit more... 1. This bug isn't a "news". And I'm not the first person who has detected it. 2. On old version of VC there was a bug: Wizard supports file .CLW upto 64K. Not bigger. Microsoft had fixed this bug, but unfortunatelly at "microsoft manner". I've done some experiments and now I know: 1. Wizard can create a long .CLW. But wizard cannot read .CLW above certain size. 2. There are many types of resources in the .CLW. Wizard places all those types on the DIFFERENT stacks each type. Therefore I have no problem to add dialogs (currently I have 65 dialogs, they require a short space). But I have problem to add menu items (currently 1096).
Member 708172
Posts
-
VC++6.0 menu limit? -
VC++6.0 menu limit?I have no questions about design. I have questions about fight the wizard in VC6.0 ------------------------------------- PS. This project isn't bubbleshooter or a text processor. Therefore its menu doesn't consist of Help->About only. This project operates with cars, that are splitted by models. Do you know how many car models in the world? No, you don't, but somehow you are sure that our users are not happy to navigate through this menu. Who from you solved a problem to combine over 1000 cars in an one project? Nobody. But all seems that they are guru in this question... OK, I'm listening you, make your suggestions...
-
VC++6.0 menu limit?Hi ALL! VC++6.0, XP SP3, MFC Dialog-based App. Adding a next item to the menu I've suddenly got a message "Out of memory. Unable to complete command". After restart it's impossible to load project clicking .DSW file: workspace stays empty, no files loaded. Killing of the .CLW solves the problem for an one session. After I restart project, it again doesn't work, need delete .CLW again. Now, I cannot add a menu item. Currently there are about 1000 items in the menu. I have a bad suspicion that may be there is a LIMIT for the wizard when it adds a menu item? Please, any ideas how to add items?