Message 1 of 2
Fusion API - What size image is for the Boolean buttons?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am wondering what size image is required for a button in place of a checkbox. I didn't see them discuss this specifically in the User Guides. No matter what images I put in the referenced resource folder, a generic button comes up.
Heres my code to verify that it is correct...
fillet_cb = inputs.addBoolValueInput('fillet_cb','Add Fillets', False,'./Resources/Other Icons/fillet_32.png', True)
Here is the folder, which contains both 32x32 and 16x16...
Here is the button I am getting in my Addins UI:
* Tried referencing the file path using .png extension - still no luck
Both images are PNG format
Thank you very much
Regards