Norman Franke
Norman Franke
However you'd create a UIViewController from a NIB without MMDrawerController and then call ``setCenterViewController``
I had the same problem. I sort of solved it for my by resigning the first responder before opening the drawers via the buttons. For the gestures, I used ``setDrawerVisualStateBlock``...
I instantiate the UIViewController directly from a UIStoryboard instance and then just call ``setCenterViewController``. MMDrawerController doesn't need to know about storyboards in this case.
I'm using Tapestry 5.3.7 and I have not defined tapestry.scriptaculous. That's part of the default config.
I can't tell what's failing, exactly. I get hundreds of these in the logs.
Making TopicMessage implement Serializable along with ChatMessage seems to fix this problem.