Known Issues for MAKit

Learn about known issues and apply workarounds for MAKit development.

Issue #Description
N/A
When opening a MAKit PDF from the Product Documentation Web site, some users may be prompted to update Adobe Flash Player.

When some users attempt to open the MAKit Developer Guides at http://sybooks.sybase.com/sybooks/sybooks.xhtml?id=1289&c=firsttab&a=0&p=categories, they may get an error stating an updated version of Flash is required to view the PDF package.

Workaround: Update to the most recent version of both Adobe Reader and Adobe Flash Player by visiting the Adobe Downloads Web site at http://www.adobe.com/downloads/.

RTC-137
Orientation issues when running MAKit 2.2 code example in the iOS6.0 iPad Device.

When the iPad's orientation changes from portrait to landscape or vice versa, the MAKit code example's orientation does not change.

Workaround: follow these steps:
  1. In the MAKitCodeExamplesAppDelegate, replace this line:
     [self.window addSubview:navController.view];
    with this line:
     [self.wndow setRootViewController:navController];
  2. In the MAKitCodeExamples-info.plist file, delete the sub items (item 0 and item 1) under "Supported interface orientations".
CR-703197
SUPContainer iOS (iPad) what-if integer columns turns blank after clearing the value.

When the MAKit what-if feature is used in the Unwired Platform Workflow container environment on iOS (iPad devices), the what-if integer column becomes blank and the slider does not reposition when the value is cleared using device keyboard input and the user taps out of the field. This field should have a value of 0 after clearing and the slider control should be synchronized to the 0 position.

Workaround: Users can use the slider control to change the what-if column values.