SOLVED!
Creating User Interface in Add-Ons
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2021-03-09
04:56 AM
- last edited on
‎2021-09-14
09:55 AM
by
Noemi Balogh
‎2021-03-09
04:56 AM
Hello, I am new to ARCHICAD. Need to do some automation task in ARCHICAD 24 using the Add-Ons. For this I need to create a user interface (Text box, Dropdown etc. to interact with the user). For this reason I have come to know that we can use Visual c++ MFC for the interface creation.
Is it possible to use the MFC project with the Add-Ons(Have gone through the Add-Ons template for CMake)?
Or if there is anything better for this please suggest me.
Is it possible to use the MFC project with the Add-Ons(Have gone through the Add-Ons template for CMake)?
Or if there is anything better for this please suggest me.
Solved! Go to Solution.
Labels:
- Labels:
-
Add-On (C++)
1 ACCEPTED SOLUTION
Accepted Solutions
Solution
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2021-03-09 08:07 AM
‎2021-03-09
08:07 AM
Maybe you should take a look of "DG_Test" example in ArchiCAD API SDK.
Or see also "Hello World 2" or "Maze Generator" blog in ArchiCAD API page.
Or see also "Hello World 2" or "Maze Generator" blog in ArchiCAD API page.
2 REPLIES 2
Solution
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2021-03-09 08:07 AM
‎2021-03-09
08:07 AM
Maybe you should take a look of "DG_Test" example in ArchiCAD API SDK.
Or see also "Hello World 2" or "Maze Generator" blog in ArchiCAD API page.
Or see also "Hello World 2" or "Maze Generator" blog in ArchiCAD API page.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2021-03-09 06:48 PM
‎2021-03-09
06:48 PM
blackd3er77 wrote:Thanks a lot for the suggestion. Gone through the mentioned resource and helped me a lot.
Maybe you should take a look of "DG_Test" example in ArchiCAD API SDK.
Or see also "Hello World 2" or "Maze Generator" blog in ArchiCAD API page.