Skip to content

HowTo: Loading icons(example Geomerty.Point)

aosyatnik edited this page Oct 1, 2014 · 1 revision

Consider the example of loading icon for Geomerty.Point.

  1. Go to src\Resources\

  2. Find folder with your Project (if it's not presented create it).

image

  1. Go to folder SmallIcons

  2. Rename icon like ClassName.Small.png (e.g. Point.Small.png)

  3. Add to git like: $ git add C:/../Dynamo/scr/Resources/*.png

  4. Open Project DynamoIcons.

  5. Choose appropriate file of resources and open it.

image

  1. Drag and drop your image here.

image

  1. Got to properties and change Persistence from "Linked at compile time" to "Embedded in .resx".

  2. Delete Resource folder.

  3. Rebuild DynamoIcons.

  4. Run Dynamo.