On Sun, Aug 8, 2010 at 4:37 AM, Calvin <[email protected]> wrote:
> Hi
>
> I am experimenting with the WGoogleMap widget and binding it to a WTemplate
> that had a WContainerWidget parent and came across two issues:
>
> 1. The WGoogleMap widget displayed correctly in IE8 but not in Chrome. In
> Chrome, the widget took up white space but the actual map object was not
> displayed... I did not notice any error messages reported in any case.
>
> 2. I had further code which triggered login event in which the user had to
> enter a login and password and then click on the Login link. This threw an
> error that was presented in a popup messagebox with the following: "Wt
> internal error: [object Error], code: undefined, description: (error
> occured, no means to execute) 80020101." (clause in () parenthesis is a
> translation from Chinese as I'm using a Chinese version of Vista).  Upon
> debugging the issue, the error appears to be thrown from boost::signal
> module (signal_template.hpp returned unusable() operator).
>
> In Chrome, I am not able to get the expected functionality but the error
> occured at an earlier point in the code where I had code to find the right
> user based on the login credentials. Here, the query (a simple find query
> using the WSession::find() function returned a Null pointer.
>
> For both cases, if I had removed the line of code that bound the WGoogleMap
> object to the WTemplate object, all was well and I had the desired
> functionality.
>
> Any ideas?
>
> Thanks in advance for any suggestions!

Do you have a complete compilable example of both issues?

------------------------------------------------------------------------------
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

Reply via email to