2020-02-16 10:26 PM - last edited on 2024-09-24 09:45 AM by Doreena Deng
Solved! Go to Solution.
2020-03-07 02:41 PM
'STR#' ID_MENU_STRINGS_NEW "Menu strings" { /* [ ] */ "Planersoftware 2.0" /* [ 1] */ "Erstelle neues Fenster oder Tür^32101" }But this way:
'STR#' ID_MENU_STRINGS_NEW "Menu strings" { /* [ 1] */ "Planersoftware 2.0" /* [ 2] */ "Erstelle neues Fenster oder Tür^32101" }
2020-02-16 11:18 PM
"Help^32529"
2020-02-17 07:57 PM
in RegisterInterface (void): err = ACAPI_Register_Menu(ID_MENU_STRINGS1, ID_STATUS_STRINGS1, MenuCode_UserDef, MenuFlag_Default);------------------------------------
in file .grc: 'STR#' ID_MENU_STRINGS1 "Menu strings" { /* [ 1] */ "WinDoPlan" /* [ 2] */ "Neues Fenster oder Tür^33000" } -------------------------------------- in file ...fix.grc: 'GICN' 33000 "buttonVekaCreate icon" { "buttonVekaCreate" }
2020-02-17 11:15 PM
2020-02-18 01:21 PM
..\APIDevelopmentKit23\Tools\Win\ResConv.exe" -m r -D WINDOWS -T W -q utf8 1252 -i "RINT\$(ProjectName).grc" -D _DEBUG -o "$(OutDir)\RO\$(ProjectName).grc.rc2
2020-02-18 01:53 PM
2020-02-18 03:29 PM
//nclude "DGDefs.h" /*---- This file was created by GRC compiler --------------------------------------------*/ /* */ /* Source file: RFIX\ArchicadPluginFix.grc Code table: NUL */ /* */ /*---- Version 2.0 - Windows ------------------------------ (c) 1996-2019 by GRAPHISOFT -*/ #include "MDIDs_APICD.h" 32500 MDID BEGIN 8, 0, 0L + 707017037, 0L + 4022811608 END I33000&96 ICON "buttonVekaCreate&96.ico" I33001&96 ICON "buttonVekaChange&96.ico" I33002&96 ICON "buttonVekaSettings&96.ico"-------------------------------------
2020-02-21 08:53 PM
'STR#' DGTEST_MENU_STRINGSID "Menu strings" { /* [ ] */ "Test" /* [ ] */ "DG Functions^10000" /* [ 1] */ "Fill Settings^EL^10000" /* [ 2] */ "Library Browser^EL^10080"
2020-03-06 12:59 PM
2020-03-06 01:33 PM