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 » ArrayCtrl, HeaderCtrl & GridCtrl » Assertion in GridCtrl
Assertion in GridCtrl [message #24210] Tue, 05 January 2010 15:34 Go to previous message
Zbych is currently offline  Zbych
Messages: 325
Registered: July 2009
Senior Member
Hi,

Empty GridCtrl crashes after changing column width, if the cursor is moved below the column header.

index.php?t=getfile&id=2096&private=0

Test code:
#include <CtrlLib/CtrlLib.h>

#include <GridCtrl/GridCtrl.h>

using namespace Upp; 

struct App : TopWindow
{
	GridCtrl grid;
	App(){
		Add(grid.SizePos());
		grid.AddColumn("Name");
		grid.AddColumn("Surname");
		grid.Clear();
    }
};

GUI_APP_MAIN
{
	App().Run();
}
  • Attachment: grd.png
    (Size: 3.97KB, Downloaded 713 times)
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Embed editfields in ArrayCtrl
Next Topic: Wine + MinGW TDM problem
Goto Forum:
  


Current Time: Thu Apr 18 02:34:23 CEST 2024

Total time taken to generate the page: 0.02147 seconds