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 next 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 710 times)
Re: Assertion in GridCtrl [message #24211 is a reply to message #24210] Tue, 05 January 2010 15:47 Go to previous messageGo to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

Damn it Smile. I'll try to fix it ASAP
Re: Assertion in GridCtrl [message #24414 is a reply to message #24211] Fri, 15 January 2010 19:22 Go to previous messageGo to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

Sorry for taking it so long. Fixed.
Re: Assertion in GridCtrl [message #24456 is a reply to message #24414] Mon, 18 January 2010 09:54 Go to previous message
Zbych is currently offline  Zbych
Messages: 325
Registered: July 2009
Senior Member
unodgs wrote on Fri, 15 January 2010 19:22

Fixed.


Thank you.
Previous Topic: Embed editfields in ArrayCtrl
Next Topic: Wine + MinGW TDM problem
Goto Forum:
  


Current Time: Thu Mar 28 18:43:02 CET 2024

Total time taken to generate the page: 0.00993 seconds