devslide
SlideUI .NET CF Mobile Controls has been updated to SlideUI 1.6.0. A full demo illustrating the new release can be downloaded at
http://www.devslide.com/products/slideui/download. Upgrade to SlideUI 1.6 can be downloaded at:
http://support.devslide.com/my-purchases.html. You can find our review for an
older version here.
Below is a list of new features, improvements and fixed issues in SlideUI version 1.6:
- Memory usage for all controls reduced and drawing speeds increased.
- In the previous release of SlideUI (1.5.3), we added support for transparency for the UILabel control. In this release, transparency support was added for UIButton, UIImageButton, UISwitch, UICheckBox, UIRadioButton, UITextBox controls.
UIPages
- Implementation of new control which allows creation of pages in design or run time.
UIListItem
- Rendering optimized. Now UIListItems appearance will be faster for items inserted into UIList in design time.
UITextBox
- TextHint property added to allow showing a hint (i.e. “Enter your name”) if text value is empty.
- Issue fixed. Previously if UITextBox control was inserted into a form in design-time, and the ‘Text’ property was set to an empty string and then the form was closed / opened, the ‘Text’ property contained default value generated by the designer (i.e. UITextBox1) instead of empty string. This issue has been corrected.
UICanvas / UIList
- Aliases added: BeginUpdate (for BeginAddControls) and EndUpdate (for EndAddControls).
- Issue fixed. Previously if UIList or UICanvas was inserted inside of another container and controls were added in design time, then these controls inside of UIList / UICanvas were invisible in run-time. This issue has been corrected.
- Issue fixed. If UICanvas contains UIGroupBox control and a user starts sliding, the caption from UIGroupBox disappears. This issue has been corrected.
UIImageButton
- Additional icon positions added: IconTopLeft, IconTopRight, IconBottomLeft, IconBottomRight.
UIPictureBox
- Issue fixed. The background image did not refresh in design-time when a new image was assigned or if the value of BackgroundImageDisplay property was changed. This issue has been corrected.
UIProgressBar
- Marquee progress bar style added (new properties: Marquee and MarqueeAnimationSpeed).