3 responses to “WPF in PowerShell: PowerBoots 0.2”

  1. stej

    PowerBoots are complaining that I’m not running in -STA
    Maybe there should be -eq ‘STA’ ?
    $IsSTA = [System.Threading.Thread]::CurrentThread.ApartmentState -eq “MTA”

  2. stej

    And one more issue – sample #3 doesnt’ work for me. http://screencast.com/t/mv6DgqXn1 – button passed to boots window is ok, but button wrapped in stackPanel causes problems.
    (maybe there are some more problematic samples)

    Sorry, because it seems that I’m complaining only.. :(