Good day fellow powerbuilder-ers
I have a challenge - we want [<F1> help] coverage across our application. To be available everywhere. We have already a menu within our main mdi! window.
We have other window types we also want <F1> to be used. Response windows we seem to have working by using a descendant menu that is hidden in design and also hidden in code for each menuitem. (still minor modifications needed but within my capabilities)
Our problem is the popup window type. It appears the only MenuName it will accept is the standard property item. I can not code similar solution to what we have in the response windows.
Setting this property allows me to access <F1> which is nice.
The big issue I have is when the popup closes. it seems when another window inside our main mdi! window is opened we have problem accessing the expected menu object unless we load it ourselves on the activate event.
Is there any other way to simply get <F1> working when the popup window has focus???
Thank you in advance for any helpful responses!
Andy
I have a challenge - we want [<F1> help] coverage across our application. To be available everywhere. We have already a menu within our main mdi! window.
We have other window types we also want <F1> to be used. Response windows we seem to have working by using a descendant menu that is hidden in design and also hidden in code for each menuitem. (still minor modifications needed but within my capabilities)
Our problem is the popup window type. It appears the only MenuName it will accept is the standard property item. I can not code similar solution to what we have in the response windows.
Setting this property allows me to access <F1> which is nice.
The big issue I have is when the popup closes. it seems when another window inside our main mdi! window is opened we have problem accessing the expected menu object unless we load it ourselves on the activate event.
Is there any other way to simply get <F1> working when the popup window has focus???
Thank you in advance for any helpful responses!
Andy