> > Do you have a complete compilable example of both issues? > Hi overmindDL1
Sorry for the delay--I was out the whole of last week. Anyway, the easiest test case would be to use the blog.wt example that is available from the Wt 3.1.3 package. In this case, I have added the following code to instantiate the WGoogleMap widget...somewhere near the bottom (for me, this was at line 102) within the logout() function in blogview.c: WGoogleMap * goog = new WGoogleMap(items_); goog->enableGoogleBar(); goog->resize(400,400); goog->setCenter(WGoogleMap::Coordinate(10.0, 10.0), 3); Enabling this code breaks the blog example in the way as I have described in the original post. Any ideas on why this would be the case? Thanks! Calvin ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
