Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

In Powerbuilder, the hourglass cursor does not persist when the Dart control is busy. How can I keep the hourglass?

0
Posted

In Powerbuilder, the hourglass cursor does not persist when the Dart control is busy. How can I keep the hourglass?

0

Unlike other environments, the interface is automatically disabled when the cursor changes to an hourglass in Powerbuilder. Including the code below will allow the hourglass to persist, but it will not automatically disable the interface. To produce the usual hourglass behavior, the interface must be explicitely disabled and enabled by the user. //In the external global function declarations FUNCTION ulong SetCapture(ulong a) LIBRARY “user32.dll” FUNCTION boolean ReleaseCapture() LIBRARY “user32.dll” //In the script ulong ll_handle, ll_rc ll_handle = Handle(this) ll_rc = SetCapture(ll_handle) SetPointer(hourglass!

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.