Forum > WinCE
InputBox function display not correct.
(1/1)
nikcool:
Hello!
Correct
lazarus-0.9.28-fpc-2.2.4-win32
lazarus-0.9.28-fpc-2.2.4-cross-arm-wince-win32
Not correct
lazarus-1.0.12-fpc-2.6.2-win32
lazarus-1.0.12-fpc-2.6.2-cross-arm-wince-win32
Compiled in Win XP, 7. Runs in WinCE 5.00
Tell me, how can I fix it?
example
bambamns:
What values do you have in Form Properties :
BorderIcons
BorderStyle
Position
nikcool:
bambamns,
BorderIcons = [biSystemMenu,biMinimize,biMaximize]
BorderStyle = bsSizeable
Position = poDesktopCenter
bambamns:
Try this :
BorderIcons = []
BorderStyle = bsNone
Position = poDesktopCenter
Those settings I use for custom message window wit Lazarus 1.2 RC1 and FPC 2.6.2.
nikcool:
My window is called by the InputBox:
--- Code: ---procedure TForm1.Button1Click(Sender: TObject);
begin
ShowMessage(InputBox('Lazarus IDE v1.0.12','Input Box','Input Box'));
end;
--- End code ---
And the properties are not set
Navigation
[0] Message Index