Skip to content

Instantly share code, notes, and snippets.

@40
Created September 23, 2012 22:16
Show Gist options
  • Select an option

  • Save 40/3773236 to your computer and use it in GitHub Desktop.

Select an option

Save 40/3773236 to your computer and use it in GitHub Desktop.
onCreationCompleted
import bb.cascades 1.0
TabbedPane {
activePane: Page {
content: Container {
layout: DockLayout {}
}
} // Ends the root Container
} // Ends the Page
onCreationCompleted: {
// INIT YOUR APP IF FIRST TIME/RETURNING USER
// MOMENT OF CHARM GOES HERE
// MAKE ELEMENTS APPEAR ON PAGE
}
} // Ends the TabbedPane
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment