Guest User

Untitled

a guest
Jul 15th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. 0 CoreFoundation 0x02265be9 __exceptionPreprocess + 185
  2. 1 libobjc.A.dylib 0x023ba5c2 objc_exception_throw + 47
  3. 2 CoreFoundation 0x0221e628 +[NSException raise:format:arguments:] + 136
  4. 3 CoreFoundation 0x0221e59a +[NSException raise:format:] + 58
  5. 4 QuartzCore 0x0191696a _ZL18CALayerSetPositionP7CALayerRKN2CA4Vec2IdEEb + 177
  6. 5 QuartzCore 0x019168b5 -[CALayer setPosition:] + 42
  7. 6 CurrentProject 0x0004f9a7 -[TiViewProxy relayout] + 871
  8. 7 CurrentProject 0x0004ed49 -[TiViewProxy refreshView:] + 485
  9. 8 CurrentProject 0x0004fcb0 -[TiViewProxy layoutChildrenIfNeeded] + 182
  10. 9 CurrentProject 0x0013c905 performLayoutRefresh + 364
  11. 10 CoreFoundation 0x02246fe3 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 19
  12. 11 CoreFoundation 0x02248594 __CFRunLoopDoTimer + 1220
  13. 12 CoreFoundation 0x021a4cc9 __CFRunLoopRun + 1817
  14. 13 CoreFoundation 0x021a4240 CFRunLoopRunSpecific + 208
  15. 14 CoreFoundation 0x021a4161 CFRunLoopRunInMode + 97
  16. 15 GraphicsServices 0x04037268 GSEventRunModal + 217
  17. 16 GraphicsServices 0x0403732d GSEventRun + 115
  18. 17 UIKit 0x008a442e UIApplicationMain + 1160
  19. 18 CurrentProject 0x00003c4a main + 104
  20. 19 CurrentProject 0x00002b71 start + 53
  21.  
  22. var win6 = Titanium.UI.createWindow({
  23. backgroundColor:'#ffffff',
  24. tabBarHidden:true,
  25. navBarHidden:true,
  26. modal:true,
  27.  
  28. image: 'back button.png',
  29. enabled: true,
  30. top:'100',
  31. left: '80',
  32. width: '50',
  33. height: '50'
  34.  
  35. },3000);
  36.  
  37. });
  38.  
  39. win1.add(btn1);
Add Comment
Please, Sign In to add comment