Is there a known issue with obtaining/retaining focus on a field while a form is in form in dialog? I have seen a commit come into 5.2 which apparently addresses a focus issue/bug for fields on forms in FID, but that was apparently for webclient. Is that same issue known for smart client?
I am having a problem where I cannot obtain focus on any field the first time a form is loaded in FID. In order to obtain focus I have to actually click out of Servoy Client (meaning make it not the foremost app). As soon as I click back, my cursor is focused where it should be??
in the quick test i did on our production system i dont see that
But it could be that this is programmed in (onshow doing field.focus()) does that help for you
Sorry for the late reply. It took us a bit to figure out what was going on, but what had happened is that our Linux boxes had auto-updated themselves to OpenJVM! Switched back to Sun; all is well.