On Oct 31, 2005, at 8:03 PM, Francois Van Lerberghe wrote:
le 1/11/05 1:51, Keith DeLong <lists at redcort dot com> a écrit :
How do I clear the checkmark on a menu in a bevelbutton?
I build the menu in the MouseDown Event.
Starting with
myBevelButton.DeleteAllRows
myBevelButton.listIndex = -1
Listindex ?
Or Index ?
ListIndex doesn't seem to autocomplete for me so that doesn't compile
And making it
me.DeleteAllRows
me.Index = -1
me.AddRow "1"
me.AddRow "2"
me.AddRow "3"
me.AddRow "4"
me.AddRow "5"
I get the check all the time on whatever was last selected
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|