cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Streamline your workflows and master BIM coordination! Program starts April 28!

Archicad C++ API
About Archicad add-on development using the C++ API.

Adding a picture in .GRC Windows

Docmatic
Participant

Can someone please direct me on how to define a background picture for a dialog using .grc definitions

 

using the Picture  dialog item and not Icon

 

 

1 REPLY 1
Miklos Vegh
Graphisoft

The picture dialog item is obsolete you should not use it. You can try add a UserItem to the dialog resource and draw the image on it on the UserItemUpdate notification.