in reply to xcb Unknown sequence number while processing queue in Perl/Gtk2

Can you explain in words/pictures how that is supposed to work?
  • Comment on Re: xcb Unknown sequence number while processing queue in Perl/Gtk2

Replies are listed 'Best First'.
Re^2: xcb Unknown sequence number while processing queue in Perl/Gtk2
by Muskovitz (Scribe) on Jan 09, 2015 at 03:49 UTC

    well ok ill explain it in words, the user will enter a username and click submit, the submit button will start a thread that will connect to mysql server and execute those queries and checks if username already exist if not then it will start another thread, the second thread creates a new Gtk2 window w/ the label

    Hey $str how are you?.

    and then i get errors.