cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
gehairing
Participant

Avoid frame around palette buttons

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


ArchicadDevForumSampleImage.jpg
1 Solution

Accepted Solutions
Viktor Kovacs
Graphisoft
Graphisoft

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

 

Go to post

2 Replies 2
Viktor Kovacs
Graphisoft
Graphisoft

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

 

gehairing
Participant

Thanks a lot Viktor 🙂

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!