Arpit

Results 4 comments of Arpit

did you set atPosition:TSMessageNotificationPositionNavBarOverlay? it worked for me with that.. [TSMessage showNotificationInViewController:self.messagesViewController.navigationController title:localNotificationTitle subtitle:localNotificationText image:localNotificationImage type:TSMessageNotificationTypeMessage duration:TSMessageNotificationDurationAutomatic callback:nil buttonTitle:nil buttonCallback:^{ NSLog(@"User tapped the button"); } atPosition:TSMessageNotificationPositionNavBarOverlay canBeDismissedByUser:YES];

Same problem, simple-freebase mode is giving the error

The command: ./run @mode=simple-freebase @sparqlserver=localhost:3001 works if I remove the following rule from demo1.grammar: (rule $NP (actors) (ConstantFn (fb:people.person.profession fb:en.film_actor))) I don't know why though