Is there a way to programatically go back?  Before in the old state machine 
there was back().  Now with the newest framework, I cant find back().  I'm 
not using the new GUI builder, I am coding all by hand

ConnectionRequest r = new ConnectionRequest() {
  protected void readResponse(InputStream input) throws IOException {
     String sError = "This would be set by server";
  }
  protected void postResponse() {
     if (!sError.equals("error")
       goBack();
  }
};


-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/8b053d6b-eba6-4844-91d3-204b083674f8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to