Checkbox push button icon dissapears on check
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-06-15
11:18 AM
- last edited on
‎2022-12-06
01:34 PM
by
Daniel Kassai
Is there a way around this?
Also why is the DGSetItemImageId function absent from the DG module in the current API? Am I missing something?
Solved! Go to Solution.
- Labels:
-
Add-On (C++)
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-06-19 11:02 AM
The other issue with the DGSetImage method still stands though but I'll close this thread either way.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-06-18 02:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-06-18 03:20 PM
I think
Central Innovation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-06-18 05:15 PM
Aside from that there's nothing fancy in the resources at all. Basically just a couple of checkbox push buttons and regular push buttons in a pallete. I took a look at
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-06-18 05:18 PM
Central Innovation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-06-19 09:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-06-19 10:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-06-19 11:02 AM
The other issue with the DGSetImage method still stands though but I'll close this thread either way.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-06-19 11:23 AM
#include "NativeImage.hpp"to your code.
Central Innovation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-06-19 12:35 PM
Ralph wrote:Aaaaah, got it, Thanks a lot!NativeImage.hppcan be found in Support/Modules/Graphix. Specify that as a search path in your project and add #include "NativeImage.hpp"to your code.