Known Issues for Miscellaneous Items

Learn about known issues and apply workarounds for miscellaneous items in PowerBuilder.

Miscellaneous issues in PowerBuilder
CR# Description
676276 Changing screen resolution affects appearance at runtime.

If you change the screen resolution, there are differences between the appearance at design time and runtime.

675987 Customized constructor events do not display in a referenced PB Assembly.

Customized constructor events that are defined in NVUOs do not display in a PB Assembly referenced in the Solution Explorer. You must inherit from this NVUO to get information of the constructor event into the Script painter or PB Object Outline.

675440 Pressing Shift + F1 in Script painter does not open content directly.

We are unable to replicate the behavior of Windows Help using HTML Help. Windows Help has been deprecated by Microsoft.

675394 Setting the skin for multiple controls causes errors.

If pbwpf:window.skin is not the last property of a control in the XAML view and you select multiple controls to set their skin at the same time, this error appears: "The property 'skin' is set more than once."

674837 Assemblies cannot be generated if there's input following XML sample data.

In the REST client wizard or project painter, when you enter sample data for the primitive datatype such as a string or array of strings, then it will be failed to generate the assembly. For the primitive datatype, select Use primitive datatype (select Array option for an array of primitive datatypes) in the wizard or Project painter instead of entering the XML data and generating a new assembly.

674639

Shortcut key for Assembly Dependencies window changed

In PB12.5 .NET IDE, the keyboard shortcut to open the Assembly Dependencies window (Ctrl+Alt+A in the previous version) is changed.

674143 3-D property does not affect Checkbox control in Windows XP.

In the Windows XP theme, the 3-D property does not affect the appearance of the Checkbox control. It always appears as 3-D.

673442 Uninstalling .NET assembly case, it shows non-English interface.

If you uninstall a .NET assembly case, you will see an non-English interface (such as the German language).

672005 Inherited public .NET properties are not exposed to a .NET assembly.

The public properties of an NVO inherited from a .NET class are not exposed in a .NET assembly.

670814 .NET assembly's Array property has issues in the deployed DLL.

The array property is not exposed in a deployed DLL, nor is an array's instance variable with name of "names." Other instance variables are exposed.

661724 Message prompts to save changes before closing pbshell.exe after you execute the auto-build command.

This error occurs if you set the Solution and then use FullBuildSolution. It does not matter if there is an error in the solution, or if IncrementalBuildSolution is used instead of FullBuildSolution. Sybase recommends that you use only FullBuildSolution without using <Solution first.

654850 Temporary class members appear in .NET Assembly target project's Object tab.

If you create a class member but do not save it, and then open the project, that new class member is listed in the Object tab.

634891 Limitation of RichText

You cannot toggle InputFieldNamesVisible after using PasteRTF.

640509 WPF SmartClient fails to install if name has uppercase letters.

The names of WPF SmartClient applications are always generated using all lowercase characters. Consequently, if the manifest specifies an application name that contains uppercase letters, the installation fails to install.

Workaround: Use only lowercase characters when you specify the WPF application executable name in the Project painter General page.

Fixed in 12.1 EBF.

626344 Inconsistent Save Behavior.

In Windows 7, PowerBuilder .NET behavior is inconsistent when saving objects, depending on the type of object and the type of Windows user. For example, PowerBuilder might clear the layout view after an administrator saves a window painter, but not if a regular user launches the IDE using Run As Administrator.

623684 Error creating project with standard user login.

If the current user does not have write permission for the directory assigned to the TMP environment variable, an error message appears in the Output window after the user attemps to create a project with a target or project wizard.

Workaround: Set the TMP variable to a directory for which the current user has write permission.

617268 GetLatestVersion does not get all files added to Perforce by another user.

If two users add the same solution from a Perforce 2008 depot, then the first user checks in a new object for the solution, the second user can select Get Latest User (Recursive) to add the new object. However, although the new object is visible in the Solution Explorer of the second user, it is not added to that user's PBL directory.

Workaround: The second user must close and reopen the solution to complete the GetLatestUser action and get all the updates.

616577 Double-clicking resource items on FDCC-certified XP computers.

Although double-clicking a resource item in the Solution Explorer should open the editor associated with the item's file type, on FDCC-configured Windows XP computers, the Move dialog box opens instead. This does not occur on non-FDCC computers or on FDCC-configured computers using the Windows Vista operating system.

Workaround: To enable the correct editor to open:
  1. In the Solution Explorer, right-click the resource item.
  2. Select Add to open the Add Program dialog box.
  3. Browse to the program you want to use to open files of the type you right-clicked in step 1.
  4. If necessary, change the Friendly Name of the program you selected in step 3 and click OK.
  5. In the Open With dialog box, select the friendly name from step 4, click Set as Default, then click OK.
  6. Repeat this process for all other types of resource items you want to open from the Solution Explorer.
572522 Problem Starting SySAM License Server

If your Windows license server host has IPv6 enabled, the served license does not perform correctly. http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc71335.1550/doc/html/ate1274477728881.html provides more details.

569483 New targets in root path of the c: drive are not visible.

In PowerBuilder .NET, if you create a workspace in the root path of the c: drive, then create a target in the root path, the target does not appear in the Solution Explorer.