Hi,
I've recently started using Rad controls for WPF in Powerbuilder .NET 12.5
I'm using powerscript to control most of the basic events within my Radbuttons (such as open / close windows, set text labels, etc.)
The issue I'm having is getting full control of the Radsplitbutton.
For example, I currently have a radsplitbutton1 where isOpen = true when the MouseEnter event occurs. I can also use AutoOpenDelay to achieve the same result.
However, I cannot find any way to close the popup. I've tried putting isOpen = false into the MouseLeave and LostFocus events, but it never closes. And there doesn't seem to be anything similar to AutoOpenDelay which will close the popup instead of open it.
Also, the AutoOpenDelay seems to cover the entire button. I'm not sure if there is a way to open the popup ONLY when the mouse is on the drop down arrow?
I've recently started using Rad controls for WPF in Powerbuilder .NET 12.5
I'm using powerscript to control most of the basic events within my Radbuttons (such as open / close windows, set text labels, etc.)
The issue I'm having is getting full control of the Radsplitbutton.
For example, I currently have a radsplitbutton1 where isOpen = true when the MouseEnter event occurs. I can also use AutoOpenDelay to achieve the same result.
However, I cannot find any way to close the popup. I've tried putting isOpen = false into the MouseLeave and LostFocus events, but it never closes. And there doesn't seem to be anything similar to AutoOpenDelay which will close the popup instead of open it.
Also, the AutoOpenDelay seems to cover the entire button. I'm not sure if there is a way to open the popup ONLY when the mouse is on the drop down arrow?