Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

Understanding the event differences – PB Docs 2019 – PowerBuilder Library

Understanding the event differences – PB Docs 2019

Understanding the event differences

With the UI Theme feature applied to an application, the
application may be affected by the following event
differences:

  • When the DataWindow adds the scroll bar, the DataWindow
    Resize event will be automatically triggered (for one time) to
    refresh UI. We recommend you review the scripts carefully in the
    DataWindow Resize event as the event will be triggered for one
    extra time.

  • The ListBox Resize event will have to be triggered a few
    times automatically when the ListBox control is painted
    according to the settings in the theme file. We recommend you
    should not write scripts to the ListBox Resize event to avoid
    any issues as the event will be repeatedly triggered a few
    times.

  • The ListView GetFocus event must be triggered first before
    the ListView Clicked event can be triggered. Therefore, please
    make sure to trigger the ListView GetFocus event first if you
    want to trigger the ListView Clicked event.


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x