fluentribbon / Fluent.Ribbon

WPF Ribbon control like in Office
http://fluentribbon.github.io
MIT License
2.48k stars 515 forks source link

Simple App in Powershell #1149

Closed oliwex closed 8 months ago

oliwex commented 11 months ago

Hi,

i am a PowerShell developer and for my day to day tasks i develop scripts for automating. Lastly i have a task to create app for my coworkers to automate their and i want to use Fluent.Ribbon. The problem is i do not have enough experience to use Fluent.Ribbon in PowerShell.(Just learning). Could you please create sample PowerShell app with all Fluent.Ribbon functionalities to demonstrate power of Fluent.Ribbon i PowerShell?

Environment

batzen commented 11 months ago

I won't write a sample PowerShell app as I don't use Fluent.Ribbon there.

There are quite a lot of samples showing how to do this with MahApps.Metro and as it's not that different, regarding the initial setup etc., you could take those as a starting point for writing scripts that use Fluent.Ribbon. I hope this helps.

oliwex commented 11 months ago

Nope. That not helps. Many of WPFlibraries has PowerShell samples, so i thnk it will be perfect to do the example, but if you do not know how to use own product with PowerShell then i must try it on my own by trying and maybe the script will work.