dahall / AeroWizard

Library for easy creation of custom and Aero Wizards. Aero Wizard strictly follows Microsoft guidelines and uses Visual Styles to get visual theming.
MIT License
112 stars 32 forks source link

.net 7 with visual studio 2022 #93

Open calgary123 opened 1 year ago

calgary123 commented 1 year ago

Hi. I installed the latest version from visual studio market place (2.30). Worked fine in a .net 4.x project But in a .net 7 project the triangles to edit/add pages are missing?

Great project! Thanks!

image

francescogerardi commented 1 year ago

Hi, same here. Not able to switch to other tab pages from the current visible one. Tried in the properties but most likely we miss the triangle as I could see in some older tutorial videos on yt.

dahall commented 1 year ago

Microsoft dramatically changed the designer SDK for all .NET Core based versions. I'm working on a fix, but many of the .NET Framework features aren't available. I'll have something workable, but not functionally equivalent, shortly.

francescogerardi commented 1 year ago

Looking forward to more usability w.r.t. your wizard component. Jumping to the concrete wizard page is quite tricky. (1) Open collection property (2) Move interested page always to last wizard page (3) do the necessary ui/form modification (4) bring pages back to origin order.

It is manageable but tedious a bit.

mosmanski commented 1 year ago

Just checking in to see if you have anything workable yet for release. Thanks!

pionut196 commented 23 hours ago

Any news?