David-Summers / Azure-Design

My Azure stencil collection for Visio. Highly functional and always up to date.
GNU General Public License v3.0
1.48k stars 336 forks source link

icon request: icons from Azure Data Factory #40

Closed jikuja closed 7 months ago

jikuja commented 2 years ago

Split from #39

Azure Data Factory contains a set of icons that are not yet available in your stencil set:

Sadly those icons are embedded on TBD requires extracting with browser developer tools.

Priority:

Please let me know if you need any help finding those icons from the portal. I have saved the highest priority already locally and could share them if needed.

David-Summers commented 2 years ago

Not a problem. If you have SVG versions of the icons then attach them here while I work on the remaining ones

jikuja commented 2 years ago

azure-svgs.zip

David-Summers commented 2 years ago

Thanks for the challenge hahaha

I will need to draw most of those so might not be in the next release. If you have image examples (any format is fine) then send them through and I can design new SVG icons for them

David-Summers commented 2 years ago

Good news is the double click to edit is fairly straight forward

Application.ActiveWindow.Page.Shapes.ItemFromID(10).CellsSRC(visSectionObject, visRowEvent, visEvtCellDblClick).FormulaU = "OPENTEXTWIN()"

Just need to convert the above VBA to PS which is fairly easy

David-Summers commented 2 years ago

TEST_V3.8.zip

Could you test the double click behavior in the attached please

jikuja commented 2 years ago

Works for me.