Hello,
Delphi 10.2.3
TAdvPopupTouchKeyBoard 2.0.2.6
ownerWindow.AdvPopupTouchKeyBoard1.Keyboard.Zoom(1.5,1.5);
If is just me or is zoom...
This is the full popup window capture. Zoom is not mentioned in the user manual.
Mark
Hello,
Delphi 10.2.3
TAdvPopupTouchKeyBoard 2.0.2.6
ownerWindow.AdvPopupTouchKeyBoard1.Keyboard.Zoom(1.5,1.5);
If is just me or is zoom...
This is the full popup window capture. Zoom is not mentioned in the user manual.
Mark
With this limited information, I cannot reproduce this with default TAdvPopupTouchKeyboard on the form
procedure TForm1.AdvPopupTouchKeyBoard1KeyboardCreated(Sender: TObject);
begin
AdvPopupTouchKeyBoard1.Keyboard.Zoom(1.5,1.5);
end;
procedure TForm1.Button1Click(Sender: TObject);
begin
AdvPopupTouchKeyBoard1.Show;
end;
We both do not have enough information. The user manual has zero data.
I am using AdvPopupTouchKeyBoard1.ShowAtXY(0,0);.
So, now I see that AdvPopupTouchKeyBoard1KeyboardCreated is called when ShowAtXY is called.
All sorted out, working as expected.