Tableview edit cell
Re: Tableview edit cell
Thanks, but is also not working, i can't see any editorbox or textbox.
-
- Legend
- Posts: 2081
- Joined: Thu Jul 23, 2020 5:20 pm
- Location: Isle of Wight
Re: Tableview edit cell
Make a sample project showing the problem Andreas and post it here.
1 of 2 things happen when you do that....
Either you find you cannot reproduce the problem in your example program and it helps you find where your main program is going wrong.
Or you CAN reproduce the problem and WE can then help you find the error

But without seeing your code we cannot guess as to why your editor (textbox) does not show.
Also are you using X11 or wayland?
Re: Tableview edit cell
Thanks everyone! With your tips i found it.
Since the update the row.height on the insertet row cannot be lower than 25, otherwise this error occur, also with higher values the text in the editorbox isnot readable. Can anyone reproduce this also? I use Ubuntu 24.10 with wayland.
.[irow, 5].Foreground = &H2727A0
.[irow, 6].Text = GridPesticide[GridPesticide.Row, 6].Text
.[irow, 7].Foreground = &HC0176B
.[irow, 7].Text = GridPesticide[GridPesticide.Row, 7].Text
.[irow, 7].tag = bBad
.[irow, 8].Text = GridPesticide[GridPesticide.Row, 9].Text
.[irow, 8].tag = GridPesticide[GridPesticide.Row, 10].Text
.Rows[irow].Height = 24 '<---------
End With
Since the update the row.height on the insertet row cannot be lower than 25, otherwise this error occur, also with higher values the text in the editorbox isnot readable. Can anyone reproduce this also? I use Ubuntu 24.10 with wayland.