Hello! |
Re: formalPopupFiles: Right-Click gets item on which the right-click is perform
Item SelectedItem = getSelectedItem()
if(!null(SelectedItem)) {
// Do something...
}
|
Re: formalPopupFiles: Right-Click gets item on which the right-click is perform
Should read the post properly first...
Object SelectedObject = current()
if(!null(SelectedObject)) {
// Do something...}
|
Re: formalPopupFiles: Right-Click gets item on which the right-click is perform SystemAdmin - Mon Jul 30 05:42:55 EDT 2012
Should read the post properly first...
Object SelectedObject = current()
if(!null(SelectedObject)) {
// Do something...}
Is there a posibility to show a menu point only, when you are just editing an object text? |