FireMonkey plugin issue

In FireMonkey Sample project, the firemonkey plugin edit control can’t select text, and window focus incorrect sometime.

Thanks, logged as bugs://76562

1 Like

bugs://76562 got closed with status fixed.

pls update uHYVisualPlugin_FMX as

procedure THYFMXVisualPlugin.MouseDown(Button: TMouseButton; Shift: TShiftState; X, Y: Single);
begin
...
  if Focused <> nil then begin
    {$IFNDEF DELPHIXE5UP} 
    fHYControlAsVisualPlugin.HostFocusLost;
    {$ENDIF}                              
    DisplayCaret;
  end;
end;

and rebuild Hydra_FMX package

by other hand, you can install the latest RTM (RemObjects Hydra - 4.0.83.1133.exe)

Thank you.

But, when focus in edit control, host window will lost active window state. it is bug?

I’ll investigate this case.

Thanks, logged as bugs://76788

When will the problem be solved? thanks.

I’m sorry, it is still on our issues’ table. I’ve increased priority for it

I very much hope to be able to use FireMonkey based plug-ins ASAP. Thank you very much.

When will the problem be solved? ask again?

I can confirm - when an edit control receives focus, form loses active window state. this case isn’t solved.

I need a solution ASAP. thanks.

Unfortunately this behavior is caused by the way FireMonkey works as well as the way its Hydra integration works. It is hardly possible (if possible at all) to change it without full re-implementation of the FMX Hydra integration .

bugs://76788 got closed with status fixed.

How to upgrade it? Thanks.

RTM was already created and will be published this week

Thank you very much.

This bug was fixed, but still can’t select any text in textbox control.