|
What's new in the latest SoapBox Core version? |
Version 2010.09.11 includes these changes:
The new release is working great. However, I had some issues due to patches that I made in the previous version. Due to comment length restrictions, I have to list them individually below.
(12 Sep '10, 05:14)
BSalita
Got MEF errors in Compose "An attempt was made to load a program with an incorrect format." This is due to use of mixing x86 and x64 assemblies. Apparently MEF doesn't handle this. The solution is to go into Visual Studio's Configuration Manager and create profiles for x86 for both SoapBox and your app. Then recompile all.
(12 Sep '10, 05:17)
BSalita
On the previous version, I patched in dhm's Submenu events. They are now replaced by AbstractMenuItem's OnIsSubmenuOpenChanged method call.
(12 Sep '10, 05:17)
BSalita
Maybe I'm imagining it but I thought the main window (AvalonDock) opened over Visual Studio. Now it's opening under.
(12 Sep '10, 05:17)
BSalita
Wow, that's weird. Both my demo app and app in development load over top of visual studio. You are correct that the Submenu* events are now replaced by the IsSubmenuOpen property and associated virtual method. This is cleaner because it avoids the ViewModel having to know about the View. Not sure what you mean about the x86 vs. x64 profiles. Is there something we can change in SBC to fix that?
(12 Sep '10, 09:24)
Scott Whitlock ♦♦
Great work Scott!
(16 Sep '10, 23:01)
Mark Phipps ♦♦
1
I believe the open-under issue was related to breakpoints. I removed some breakpoints that weren't being hit and the main window is now opening on top. I'm confused about this thought. I thought the breakpoints should have been hit but weren't. The breakpoints did show as active.
(20 Sep '10, 02:51)
BSalita
@BSalita: Check if your running in debug vs. release mode for all assemblies with breakpoints in them.
(21 Sep '10, 22:04)
Scott Whitlock ♦♦
showing 5 of 8
show 3 more comments
|