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 » LineEdit font bug
LineEdit font bug [message #40843] Mon, 23 September 2013 09:23 Go to previous message
iST1 is currently offline  iST1
Messages: 107
Registered: August 2013
Experienced Member
View state:
http://s020.radikal.ru/i718/1309/96/cf4c4e03e1b8.png
EditString cell:
http://s020.radikal.ru/i720/1309/a4/81cbe46a0814.png

LineEdit cell (error):
http://s019.radikal.ru/i629/1309/43/fde6358d73a2.png

GUI_APP_MAIN
{	
	LineEdit editCell;//uncomment for image3
        EditString editCell;//uncomment for image2

	editCell.SetFont(GetStdFont());
	
	TopWindow wnd;
	AppGrid grid;
	grid.Editing();
	wnd.Add(grid.SizePos());
	grid.AddColumn("Col").Edit(editCell);
	grid.Add();
	grid.Set(0, 0, "Hello World!");
	wnd.Sizeable();
	wnd.Run();
}

[Updated on: Mon, 23 September 2013 09:23]

Report message to a moderator

 
Read Message
Read Message
Read Message icon14.gif
Previous Topic: Two "basic" operations on GridCtrl
Next Topic: GridCtrl, Editing and DoubleClick
Goto Forum:
  


Current Time: Fri Mar 29 00:30:32 CET 2024

Total time taken to generate the page: 0.01086 seconds