kayler-renslow / arma-dialog-creator

A dialog/GUI creation tool for Arma 3.
MIT License
76 stars 12 forks source link

Unable to import custom controls #54

Open Squallzz opened 2 years ago

Squallzz commented 2 years ago

Version and Build

1.07 Build 60

Summary

I am trying to import the default custom control classes from AltisLife v5, but when I add #include "dialog/common.cpp" to my description.ext and try to import it through the dialog creator, it doesn't find any custom controls. I tried copy and pasting them into the CustomControls.h file that is made but they don't show up, I assume its because they dont have entries in project.xml. Please help...

Detail

I am trying to import the default custom control classes from AltisLife v5, but when I add #include "dialog/common.cpp" to my description.ext and try to import it through the dialog creator, it doesn't find any custom controls. I tried copy and pasting them into the CustomControls.h file that is made but they don't show up, I assume its because they dont have entries in project.xml. Please help...