> -----Original Message-----
> From: Alex [mailto:[email protected]] 
> 
> Hi,
> Some times, after pressing refresh in browser, application 
> halted with std::vector error. 

This behaviour is reproducable if you add an empty combobox to the application 
and refresh the page. 

> For solve this I add check to 
> empty vector in DataStore.C.  
>   if (dataLocation_ == ClientSide) {
>     for (int i = topLeft.row(); i <= bottomRight.row(); ++i) {
>               if(!recordIds_.empty())
>       if (recordIds_[i] == -1)
>       continue;
> 

Thank you for the fix :)


-- 
Med venlig hilsen / Best regards
Michael Sørensen Loft, Mjølner Informatics A/S

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to