We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2021-11-22 11:32 AM
Hello everybody,
I have an Archicad plugin that contains a small toolbar.
For this toolbar i use the classic 'GDLG' dialog definition.
By default this makes framed buttons.
What should i do to avoid having these frames around my icons ?
Thanks,
Georges
Solved! Go to Solution.
2021-11-22 11:37 AM
Use the noFrame flag in your grc file. For example:
/* [ 3] */ IconButton 325 2 23 23 32100 noFrame
/* [ 4] */ IconButton 350 2 23 23 32101 noFrame
2021-11-22 11:37 AM
Use the noFrame flag in your grc file. For example:
/* [ 3] */ IconButton 325 2 23 23 32100 noFrame
/* [ 4] */ IconButton 350 2 23 23 32101 noFrame
2021-11-22 11:49 AM
Thanks a lot Viktor 🙂