I'm updating the text of certain context menu items on right clicking over a
DataGrid, like:

'On right click

with me.bindings(table).current

miMenuItem.Text = .Item("MyName")

end with

cmContextMenu.Show(Ctrl, pnt)

All should be fine you might think, it updates the text on the first display
but following that the text remains the same.
I can do console.writes of the new MenuItem.Text to verify they have been
changed but its display isnt getting refreshed,

any ideas?
thanks

Re: hlp ContextMenuItem text not being updated by Matt

Matt
Fri Apr 23 07:46:46 CDT 2004

Oh and its a nested cascade MenuItem btw


"Matt" <matt@my.com> wrote in message news:408901b2@212.67.96.135...
> I'm updating the text of certain context menu items on right clicking over
a
> DataGrid, like:
>
> 'On right click
>
> with me.bindings(table).current
>
> miMenuItem.Text = .Item("MyName")
>
> end with
>
> cmContextMenu.Show(Ctrl, pnt)
>
> All should be fine you might think, it updates the text on the first
display
> but following that the text remains the same.
> I can do console.writes of the new MenuItem.Text to verify they have been
> changed but its display isnt getting refreshed,
>
> any ideas?
> thanks
>
>