Page 1 of 1

xBrowse bPopup does not run when browse is empty. (SOLVED)

Posted: Wed Dec 30, 2020 8:49 am
by Horizon
Hi,

I use oBrw:bPopup to declare popup screen in xbrowse. If the browse is not empty there is not any problem. Popup shows.

But I have an empty xbrowse and want to show popup for "Paste" option.

How can I do it?

Re: xBrowse bPopup does not run when browse is empty.

Posted: Wed Dec 30, 2020 5:22 pm
by Horizon
any solution??

Re: xBrowse bPopup does not run when browse is empty.

Posted: Fri Jan 01, 2021 5:16 pm
by Horizon
:roll:

Re: xBrowse bPopup does not run when browse is empty.

Posted: Fri Jan 01, 2021 7:08 pm
by nageswaragunupudi
In the present implementation, oBrw:bPopUp is designed to refer to an active cell, i.e., active row and selected column. So this does not work when there are no rows.

If you want a PopUP menu that does not refer to any specific row, then you may implement by displaying a popup with oBrw:bRClicked.

Re: xBrowse bPopup does not run when browse is empty.

Posted: Sat Jan 02, 2021 8:49 am
by Horizon
Thank you Mr. Rao,

I is ok now.