C. Martin Taylor
C. Martin Taylor
Intellibot doesn't recognize KWs that are implemented as methods in Python libraries imported from a Resource file. The libraries are in the standard C:\Python27\Lib\site-packages location and can be seen when...
I tried using Symbiote to Tap on the selector: view:'UISwitch' marked:'swtchWizard' This ignored by the TI-Nspire app when running in an iPad Simulator. Direct Tap with the mouse on this...
There's a method in src/Commands/OrientationCommand.m: - (NSDictionary *)getOrientationRepresentationViaStatusBar{ switch([[UIApplication sharedApplication] statusBarOrientation]){ case UIInterfaceOrientationLandscapeLeft: return [self representOrientation:@"landscape" withDetailedOrientation:@"landscape_left"]; case UIInterfaceOrientationLandscapeRight: return [self representOrientation:@"landscape" withDetailedOrientation:@"landscape_right"]; case UIInterfaceOrientationPortrait: return [self representOrientation:@"portrait" withDetailedOrientation:@"portrait"]; case...