Hi All,
I am using ABMEditor, which is very good. I have a cell set to a height of 560px, however the ABMEditor component does not expand with the cell unless I click on it and then press the ALT key.
The result is you can not see all the content if you reload it. It does expand when you are first editing data in it.
I have tried refreshing the Cell, the container and the Editor, all without success! I have also used the following code:
Has anyone resolved this issue.
Thanks All!
I am using ABMEditor, which is very good. I have a cell set to a height of 560px, however the ABMEditor component does not expand with the cell unless I click on it and then press the ALT key.
The result is you can not see all the content if you reload it. It does expand when you are first editing data in it.
I have tried refreshing the Cell, the container and the Editor, all without success! I have also used the following code:
B4X:
Sub section0cEditor1_loaded(Target As String)
Dim myContainer0 As ABMContainer = page.Component("section0a")
Dim myContainer2 As ABMContainer = myContainer0.Component("section0c")
Dim myEditor1 As ABMEditor = myContainer2.Component("section0cEditor1")
myEditor1.SetFocus
myEditor1.Refresh
End Sub
Has anyone resolved this issue.
Thanks All!