Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-2300] HIde Master Popover on iPad

GitHub Issuen/a
TypeNew Feature
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:58:41.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.6.0 M02
ComponentsiOS
Labelsfeature, ios, ipad, release-1.6.0, request
ReporterRalf Pfeiffer
AssigneeBlain Hamon
Created2011-04-15T03:16:06.000+0000
Updated2011-04-17T01:58:41.000+0000

Description

We need to be able to close the Master Popover via code.

Comments

  1. Jeff Haynie 2011-04-15

    (from [40efbb31da00ea01b86e3022157934c16fb5faa5]) [#2300 state:fixed-in-qa] SplitWindow now has a 'masterPopupVisible' property that can be set true to show the master view in a popover, false to hide the popover. When the master view is visible in the split view (eg, in landscape), this property stays 'false'. https://github.com/appcelerator/titanium_mobile/commit/40efbb31da00ea01b86e3022157934c16fb5faa5"> https://github.com/appcelerator/titanium_mobile/commit/40efbb31da00...

  2. Thomas Huelbert 2011-04-15

    4.2 sim, 3.2 ipad wifi [INFO] Titanium SDK version: 1.6.0 (01/12/11 14:54 ff401e1)

  3. Ygor Lemos 2011-04-15

    It only works for me if I set it to true again, so I can call with false to hide again.

    Eg:

    Everytime I call:

    xCtr.splitView.setMasterPopupVisible(false);

    I need to call right after:

    xCtr.splitView.setMasterPopupVisible(true);

    If I don't reset to it true, It never works again.

    Why not just implement it this way:

    xCtr.splitView.showMasterPopup();
    xCtr.splitView.hideMasterPopup();

    Thanks.

  4. netspy 2011-04-15

    The new function setMasterPopupVisible works only once. See #3315

JSON Source