Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » TabCtrl » [BUG - FIXED] TabDlg crashes the application
Re: [BUG] TabDlg crashes the application [message #8576 is a reply to message #8575] Mon, 19 March 2007 20:27 Go to previous messageGo to previous message
victorb is currently offline  victorb
Messages: 78
Registered: December 2005
Location: Nice, France
Member
I trace it down to

Value sChOp(Draw& w, const Rect& r, const Value& v, int op)
{
Value q;
for(int i = sChps().GetCount() - 1; i >= 0; i--) {
q = (*sChps()[i])(w, r, v, op);
if(!IsNull(q))
break;
}
return q;
}

No more time for today... We'll see tomorrow!
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: TabCtrl and layouts
Next Topic: How to resize TabCtrl?
Goto Forum:
  


Current Time: Sun Jul 20 12:39:04 CEST 2025

Total time taken to generate the page: 0.03887 seconds