Learn about known issues and apply workarounds in PowerBuilder .NET WPF applications at runtime.
CR# | Description |
---|---|
621537 |
ListView actions can modify item selections.
If you select a ListView item, then modify the view type by adding columns, you can select a different item and unselect the first item. However, in PowerBuilder .NET WPF applications, if you subsequently move the ListView scroll bar or drag a column header, both the first and second items are selected. |
621432 |
RadioButtons are unselected when printing from a DataStore.
If you print a DataStore that has RadioButton styles, all the radio buttons are unselected in the printed output. |
621256 |
PrintSetupPrinter does not always correctly set page orientation.
If you change the page orientation from portrait to landscape with the PrintSetupPrinter function, and then print a RichTextEdit control, the control still prints in the portrait orientation, and the printer is also reset to use the portrait orientation. |
621224 |
Pointer property does not work for RadioButton with RoughGreen skin.
You cannot see the pointer for a RadioButton control that uses the RoughGreen system skin at runtime. |
620742 |
Reloading a TreeView control can degrade performance.
When you populate or fill a TreeView multiple times, PowerBuilder .NET performance starts to decline. This does not happen in PowerBuilder Classic. |
619876 |
After showing images from GIF files, Picture controls cannot display other types of images.
Although the Picture control can use images from several different file types, if it displays an image from a GIF file, it cannot then switch to an image of a different file type, such as a BMP or JPG. |
618158 |
Dragging a toolbar does not trigger the ToolbarMoved event.
In PowerBuilder .NET, the ToolbarMoved event is triggered for an SDI window only when you open the window. |
590157 |
Culture settings issues in DatePicker and MonthCalendar controls
The DatePicker and MonthCalendar controls display some dates in incorrect formats for culture settings other than en-us. Several of the format strings (MMMM, MMM, dddd, ddd, and tt) for the CustomFormat property of DatePicker controls are also incorrectly rendered in these culture settings. The masks for enabling single-digit values for the hour in 12-hour or 24-hour formats (h and H) do not work properly. In PowerBuilder .NET, they work the same as the hh and HH masks, and always present hour values with two digits. |
585399 |
Application and assemblies cannot have identical names.
A runtime error occurs when you use the same name for an assembly and the WPF application that references the assembly. Workaround: In a WCF Client Proxy project, do not name the generated assembly with the name of the WPF application that hosts the project. |
582510 |
Multiple-item selection in a ListView control.
Multiple-item selection in a ListView control is enabled when the ExtendedSelection property is set to true. However, in WPF applications, users cannot use the mouse to lasso the items they want to select. Workaround: In WPF applications, users must hold down the Shift key to select multiple items. |