MenuItem.popup does not seem to work in Classic in RB2006R3 ... Is it me, a bug or not supported for some reason (it is doable there - HeirPop did it) ?

It says nothing about Classic not being supported in the language reference entry.

In a new project in the default Window MouseDown put:
  Dim theMenu as New MenuItem

  Dim Item as MenuItem

  Item = NEw MenuItem
  Item.Text = "One"
  theMenu.Append Item

  Item = NEw MenuItem
  Item.Text = "Two"
  theMenu.Append Item

  Item = NEw MenuItem
  Item.Text = "Three"
  theMenu.Append Item
  Call theMenu.PopUp


Compile for Classic only , Run the app and click on the window, No popup menu.

Thanks,
- Karen
_______________________________________________
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>

Reply via email to