Noticed that our ButtonColumn implementation is broken with the latest release (and possibly releases before this one, I haven’t had to update this project in a while).
I went to the ButtonColumn example and that is also broken.
Has anyone run into this / fixed it? I could probably do a deeper dive into the patch notes…
The error specifically is:
“There is more than one method with this name but this does not match any of the available signatures.” with the line: Me.CellTextAt(row,2) = New ButtonColumn("Edit", "Delete")
This is in the “Button Cell” example on the Opening event for Listbox1
Is this for a Web project? Maybe you can move this topic to the Web section of the forum.
You need to change the code from CellTextAt to CellRendererAt. With Xojo 2025r1 and up CellTextAt is only used for Strings and if you need to render a style (like a button) you need CellRendererAt