Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS NappDrawer in Tab Window #32

Closed
binc-tw opened this issue Dec 22, 2013 · 1 comment
Closed

iOS NappDrawer in Tab Window #32

binc-tw opened this issue Dec 22, 2013 · 1 comment

Comments

@binc-tw
Copy link

binc-tw commented Dec 22, 2013

Stuck on adding a napp drawer to the first window of a tabgroup tab. Unable to set title and leftNavButton - settings got just ignored. Any ideas? What's the best way adding NappDrawer to a tabgroup window?

function DatagridWindow(title) {
...
var button = Ti.UI.createButton({
title:'Test'
});

var self = Ti.UI.createWindow({
    backgroundColor:'#efeff4',
    title:'Groups', leftNavButton:button

});

var mainWindow = NappDrawerModule.createDrawer({
centerWindow:self,
leftWindow:subMenuWin,
centerhiddenInteractivity:'TouchDisabled',
closeDrawerGestureMode: NappDrawerModule.CLOSE_MODE_ALL,
openDrawerGestureMode: NappDrawerModule.OPEN_MODE_ALL,
leftDrawerWidth: 240,
orientationModes: [Ti.UI.PORTRAIT, Ti.UI.UPSIDE_PORTRAIT],
animationMode:NappDrawerModule.ANIMATION_NONE,
shouldStretchDrawer:false ,
showShadow:false

});

return mainWindow;
...
}

@viezel
Copy link
Owner

viezel commented Jan 16, 2014

its not supported.

@viezel viezel closed this as completed Jan 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants