New build available

Docking/MDI for WPF Forum

Posted 16 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
A new beta build is now available at the same beta URL as before. This includes all the updates mentioned to this point. Next we will continue working on tweaking MDI and floating window issues.

All the themes should now be available in this build, including Classic.


Actipro Software Support

Comments (4)

Posted 16 years ago by dmelinosky
Avatar
I'm having trouble getting the sample application to build with the new beta.

Seems the trouble is here


        /// <summary>
        /// Returns the logo for the specified item.
        /// </summary>
        /// <param name="itemName">The name of the item.</param>
        /// <returns>The logo for the specified item.</returns>
        internal static FrameworkElement GetLogo(string itemName) {
            switch (itemName) {
                case "Bar Code":
                    return new ActiproSoftware.Products.BarCode.BarCodeLogo();
                case "Docking & MDI":
                    return new ActiproSoftware.Products.Docking.DockingLogo();
                case "Gauge":
                    return new ActiproSoftware.Products.Gauge.GaugeLogo();
                case "General":
                    return new ActiproSoftware.Products.Shared.InfoLogo();
                case "Navigation":
                    return new ActiproSoftware.Products.Navigation.NavigationLogo();
                case "Ribbon":
                    return new ActiproSoftware.Products.Ribbon.RibbonLogo();
                case "Shared Library":
                    return new ActiproSoftware.Products.Shared.SharedLogo();
                case "Wizard":
                    return new ActiproSoftware.Products.Wizard.WizardLogo();
                default:
                    return null;
            }
        }
Something change in this area? I couldn't find the logo functions in the supplied assemblies.
Posted 16 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
It sounds like you are somehow pulling in old beta builds. Probably because they have the same build number as previous betas. Try uninstalling, and then verifying that all old assemblies are off your machine before reinstalling. Let us know if that helps.

We hope to have a new build tomorrow too if things go well.


Actipro Software Support

Posted 16 years ago by dmelinosky
Avatar
You were right, uninstalling didn't clean out the

C:\Program Files\Actipro Software\WPFStudio\v4.0.0450\Assemblies

folder, so installing the newer version with the same version numbers probably didn't overwrite the dlls.
Posted 16 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Maybe we'll have to start incrementing the build numbers, even for the beta to help avoid this.


Actipro Software Support

The latest build of this product (v24.1.2) was released 1 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.