uf... Sory.. You have right... SetFocus working like expected.. It's only important, that focus is SET after page is finished (loaded)...
like this...
Dim btn3 As ABMButton
btn3.InitializeRaised(page, "Poslji", "mdi-image-palette", ABM.ICONALIGN_RIGHT, "Pošlji", "")
page.Cell(4,1).AddComponent(btn3)
page.Refresh ' IMPORTANT
' NEW, because we use ShowLoaderType=ABM.LOADER_TYPE_MANUAL
page.FinishedLoading 'IMPORTANT
Opravilo.SetFocus
Many thanx and have a nice day...
Regard, Darko