Unofficial Content
  • This documentation is valid for:

Description

This SDK example shows how to define new menu options and how to interact with all menu commands.

Sample images

MenuSDK01

MenuSDK02

Project Configuration

Add to your project a new file called Catalog.xml:

<?xml version="1.0" encoding="utf-8"?>
<Projects>
    <Project Name="Menu" Location=".">
        <File Name="Menu.dll" Target="Packages" />
        <File Name="Menu.pdb" Target="Packages" />
    </Project>
</Projects>

Modify the project post-build event command line to:

"$(GX_SDK_DIR)\Tools\Updater" ..\..\Catalog.xml ..\..\ "$(GX_PROGRAM_DIR)"\ $(Configuration)
"$(GX_PROGRAM_DIR)"\Genexus /install

When your project is build, it will be copied to the GeneXus version and installed.

Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant