Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 7th, 2012  |  syntax: None  |  size: 0.37 KB  |  hits: 19  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Appcelerator Titanium Mobile compass heading in tab group window
  2. unable to unregister, sensorManager is null
  3.        
  4. var tabGroup = Ti.UI.createTabGroup();
  5. var tab1 = Ti.UI.createTab({
  6.     title: "Compass",
  7.     window: compassWindow
  8. });
  9. tabGroup.addTab(tab1);
  10.        
  11. var compassView = Ti.UI.createView();
  12. ..
  13. compassView.transform = Ti.UI.create2DMatrix().rotate(360-event.heading);