Problem with WebListboxStyleRenderer

Hi!
Some help please.

This code runs OK on Xojo 2024 but I get an error when I try running it on 2025R1

Var PrescriptionStyleRenderer As WebListBoxStyleRenderer
PrescriptionStyleRenderer = Me.CellTextAt( row , 1 ) // This line gives the error

Error:

“There is more than one method with this name but this does not match any of the available signatures”

Any ideas what I’m supposed to do? I read the documentation but I’m still lost

They said that this changed. It’s something like CellRendererAt(row, column) now.

2 Likes

Thank you for your reply Greg. I’m going to investigate that.

1 Like

Yes, as Greg said, you have to use CellRendererAt now to get a Cell Renderer.