Right button select + String erase
Posted: Wed Feb 01, 2006 20:36
Hello,
I have two problems.
1/ Right button select :
Can someone tell me how to select an item with the right button of the mouse in a MultiColumnList ?
2/ String erase.
I want use the String.erase(size_type idx) function.
But when i compile, the compiler don't know if i'm using erase(size_type idx) or
erase(size_type idx, size_type len=npos)
And return an error because it can't choose between the two definitions of this function.
Thanx for help
I have two problems.
1/ Right button select :
Can someone tell me how to select an item with the right button of the mouse in a MultiColumnList ?
2/ String erase.
I want use the String.erase(size_type idx) function.
But when i compile, the compiler don't know if i'm using erase(size_type idx) or
erase(size_type idx, size_type len=npos)
And return an error because it can't choose between the two definitions of this function.
Thanx for help