Quantcast
Viewing all articles
Browse latest Browse all 3737

Xojo2024R4.1: WebListBox with DataSource - appears to be redrawn upon subsequent Shown event

The situation: WebPage with WebListBox using DataSource class, user double clicks on entry to show “detail page”, then clicks on button which shows original page with the list - at this point the data in the list shows up, gets cleared and then shows the data again.

Pressed event behind this button has this code:

mReferrer.Show
mReferrer = nil
Self.close

I have checked to make sure that the Shown event does not rebuild the list. So my question is, why does the list appears to be cleared and redrawn upon simply bringing it back via Show method.

Is this normal?

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 3737

Trending Articles