|
When putting together Service Pack 2 for SharpUI it was necessary to remove the DataDynamics.SharpUI.Panels.RoundedCornerFlags enum in order to provide the Shared.RoundedCornersFlag. This change may cause a problem if a solution uses the uiTabView object. Here are the steps we recommend taking to resolve this problem: - Open the solution.
- Click the ‘Find in Files’ button.
- Search for “DataDynamics.SharpUI.Panels.RoundedCornerFlags” (no quotation marks).
- Replace all instances with “DataDynamics.Shared.RoundedCornerFlags” (no quotation marks).
- Click “Replace All”.
- Recompile the solution.
Please feel free to contact our SharpUI support by e-mailing them at SharpUI.Support@datadynamics.com if you encounter any problems altering your project for use with Service Pack 2.
Applies To: SharpUI for .NET 1.0
|