Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3860

WebListBox: random hiccup when rendering list

$
0
0

Hello all,

I’ve been using a WebListBox in a Web 2.0 project I’ve deployed on-prem behind a Caddy server.
The Listbox is inside a Container and when Shown, it displays the contents of a database table.

Normally, it renders to something like this:

The problem is that, on random occasions, it renders like this:+

When it does, I navigate to some other container, then return to this one and it will most likely work ok again. Most likely, not always. It does glitch annoyingly often though.

The setup is as follows:

  • Xojo 2023R4 on Windows 10 , Web 2.0 app.
  • Deployed on a Windows 10 server
  • Single instance: Caddy server only does SSL offloading, no load balancing.
  • Manifests almost always during production (when connecting from a remote client). Don’t remember ever seeing it during debug, but I might be wrong.
  • Manifests both when connecting via Caddy and directly on the port the app is listening to.
  • List populate code on Shown event of the container
  • Minimal load, usually 1-2 sessions active, not doing much
  • List is 19 columns wide, less than 100 rows
  • The code clears the list if rowcount>0 , executes the query, gets the rowset, sets column count and then column names and goes on to create the rows. Nothing unusual there.

Can’t think of anything else that could be relevant.
Any ideas?

Thanks!

George

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 3860

Trending Articles