Quantcast
Channel: MicroStation Programming - Forum - Recent Threads
Viewing all articles
Browse latest Browse all 1677

Re: Set Configuration Variable Description

$
0
0

Our solution is a helper MDL app. whose sole purpose is to show a list of config.variables.  We pop this dialog from the real app's Help menu.   The list of variables is stored as a StringList in the app's message resource file. We don't provide an explanation, but clearly it would be simple to do so.Custom Configuration Variable Dialog


StringList STRLIST_CfgVars =
{
    2,    /*    N info fields                    */
    {
    {{ 0,     1},    TXT_FlexiTable                        },

    {{ 0,     1},    CFGVAR_FLEXITABLE_DATA                },
    {{ 0,     1},    TXT_Unknown                            },

   ....

    {{ 0,    17},    TXT_MicroStation                    },
    {{ 0,    17},    CFGVAR_USTN_LICENSING                },
    {{ 0,    17},    TXT_Unknown                            },
    }
};



Viewing all articles
Browse latest Browse all 1677

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>