05-04-2008, 09:26 PM
Hi Gintaras,
Love the new look of the Forum and especially love all the new improvements in the latest Beta - fantastic job!!!!!!!
I have been trying to do some ambitious multipage (tab-controlled i.e. SysTabControl32_) dialogs based on the sample you gave in earlier in this thread:
(SysTabControl32)
Unfortunately, I am running up against the limits of how many local variable, controls or cases you can have in a dialog. For example, when I add too many cases in the "sel wParam" section, QM stops being able to find the ;g11 label at the end in the messages3 section.
I can email you an example but I think it is too long to post in forum.
I would be so grateful if you could help me. To make it easier (I hope), I have attempted to break it down to simple questions that will help me reduce the number of these items in the dialog:
1). Using the example earlier in the SysTabControl32 thread, how do you output the tab that is being displayed. If I know this I can put some redundant buttons that are currently on every page just on the master page, and then, if they are selected, have a different outcome depending on which tab was active.
2). If I simply have to have a multipage dialog with too many buttons on too many pages, is there a way to split this among several macros/functions, i.e. maybe separate functions for each page/tab?
If #2 is the better approach, rather than #2, that's ok. I have been cutting back the dialog elements down to the bare minimum but can't get back under the limit. If I could have them all back by "off-loading" to helper macros, that would be great.
Thanks,
Stuart
Love the new look of the Forum and especially love all the new improvements in the latest Beta - fantastic job!!!!!!!
I have been trying to do some ambitious multipage (tab-controlled i.e. SysTabControl32_) dialogs based on the sample you gave in earlier in this thread:
(SysTabControl32)
Unfortunately, I am running up against the limits of how many local variable, controls or cases you can have in a dialog. For example, when I add too many cases in the "sel wParam" section, QM stops being able to find the ;g11 label at the end in the messages3 section.
I can email you an example but I think it is too long to post in forum.
I would be so grateful if you could help me. To make it easier (I hope), I have attempted to break it down to simple questions that will help me reduce the number of these items in the dialog:
1). Using the example earlier in the SysTabControl32 thread, how do you output the tab that is being displayed. If I know this I can put some redundant buttons that are currently on every page just on the master page, and then, if they are selected, have a different outcome depending on which tab was active.
2). If I simply have to have a multipage dialog with too many buttons on too many pages, is there a way to split this among several macros/functions, i.e. maybe separate functions for each page/tab?
If #2 is the better approach, rather than #2, that's ok. I have been cutting back the dialog elements down to the bare minimum but can't get back under the limit. If I could have them all back by "off-loading" to helper macros, that would be great.
Thanks,
Stuart