Home » U++ Library support » U++ Widgets - General questions or Mixed problems » TreeCtrl and ArrayCtrl - how to invoke editor for individual items? [SOLVED...]
Re: TreeCtrl and ArrayCtrl - how to invoke editor for individual items? [message #2342 is a reply to message #2341] |
Sat, 08 April 2006 20:29   |
 |
fudadmin
Messages: 1321 Registered: November 2005 Location: Kaunas, Lithuania
|
Ultimate Contributor Administrator |
|
|
luzr wrote on Sat, 08 April 2006 16:09 | I see.
Well, first, this looks like corner case ortoghonality bug (I mean this is not typical usage, however, U++ should work anyway .
Personally, I would rather tried to implement this by placing EditString over the TreeCtrl spot.
Mirek
|
At last, at least a bug? I've spent some crazy time since yesterday with those TreeCtrl::Node's
Personally, I would rather have added Dirty() instead of RefreshItem(id) in TreeCtrl.cpp:
void TreeCtrl::SetNode(int id, const TreeCtrl::Node& n)
{
(TreeCtrl::Node&)item[id] = n;
Dirty(id); //aris added - for refreshing added controls
// RefreshItem(id); //not needed anymore?
}
don't you think?
[Updated on: Sat, 08 April 2006 20:29] Report message to a moderator
|
|
|
 |
|
TreeCtrl and ArrayCtrl - how to invoke editor for individual items? [SOLVED...]
By: fudadmin on Sat, 08 April 2006 02:10
|
 |
|
Re: TreeCtrl and ArrayCtrl - how to invoke editor for individual items?
By: mirek on Sat, 08 April 2006 12:50
|
 |
|
Re: TreeCtrl and ArrayCtrl - how to invoke editor for individual items?
By: fudadmin on Sat, 08 April 2006 16:32
|
 |
|
Re: TreeCtrl and ArrayCtrl - how to invoke editor for individual items?
By: fudadmin on Sat, 08 April 2006 16:39
|
 |
|
Re: TreeCtrl and ArrayCtrl - how to invoke editor for individual items?
By: mirek on Sat, 08 April 2006 17:09
|
 |
|
Re: TreeCtrl and ArrayCtrl - how to invoke editor for individual items?
By: fudadmin on Sat, 08 April 2006 20:29
|
 |
|
Re: TreeCtrl and ArrayCtrl - how to invoke editor for individual items?
By: mirek on Sat, 08 April 2006 21:21
|
 |
|
Re: TreeCtrl and ArrayCtrl - how to invoke editor for individual items?
By: fudadmin on Sun, 09 April 2006 04:44
|
 |
|
Re: TreeCtrl and ArrayCtrl - how to invoke editor for individual items?
By: mirek on Sun, 09 April 2006 07:31
|
 |
|
Re: TreeCtrl and ArrayCtrl - how to invoke editor for individual items?
By: fudadmin on Sun, 09 April 2006 14:00
|
Goto Forum:
Current Time: Sat Jun 07 16:10:40 CEST 2025
Total time taken to generate the page: 0.04561 seconds
|