Page 1 of 1

Right button select + String erase

Posted: Wed Feb 01, 2006 20:36
by olgarry
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

Re: Right button select + String erase

Posted: Sat Feb 04, 2006 20:17
by CrazyEddie
1) I think this is actually pretty difficult at present, using just the API. You may have to customise the widget code directly :-?

2) This is obviously a bug :hammer:

CE.

Re: Right button select + String erase

Posted: Sun Feb 05, 2006 22:17
by olgarry
ok :)

Thanx for your help