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 » About ArrayCtrl options
Re: About ArrayCtrl options [message #1741 is a reply to message #1735] Fri, 17 March 2006 07:44 Go to previous messageGo to previous message
kverko is currently offline  kverko
Messages: 8
Registered: December 2005
Location: Porva, Hungary
Promising Member
Well, to be preciser there is a NoInsertAppend method what is said switch off (with false) the default InsertAppend mechanism.
This is the whole object (constructor) I wish to use auto-appending in:
Inswindow::Inswindow(){
CtrlLayout(*this, t_("Add new words"));
ilist.AddColumn(t_("hun")).Edit(es1);
ilist.AddColumn(t_("fin")).Edit(es2);
swapper.WhenPush = THISBACK(Swap);
rdy.WhenPush = THISBACK(Cm);
cancel.WhenPush = Breaker(IDOK);
hufi = 1;
ilist.AppendLine(true);
ilist.DoAppend();
ilist.ShowAppendLine();
}
Of course ilist is an ArrayCtrl. And with the last 3 rows I can get in the new window a row with row cursor active (highlighted). I type the two values in, then hit <Enter> first time - then the highlight disappears, but not any new auto-appended row. If I hit <Enter> once again, then got a newer row.
I suspect non-adequate use rather than a bug, if it is so, you will spot right now.

Miklós
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: ArrayCtrl strange colors in Navigate 602beta3 [BUG][FIXED]-Value problem
Next Topic: ArrayCtrl scroll position [BUG] [FIXED]
Goto Forum:
  


Current Time: Mon Jun 10 17:28:49 CEST 2024

Total time taken to generate the page: 0.02628 seconds