>>Is there a procedure to print a string at the cursor?
uses MouseAndKeyInput, LCLType;
procedure TForm1.Button1Click(Sender: TObject);
var
Str: String;
begin
MouseInput.Move([], 200, 75);
MouseInput.Click(mbLeft,[], 200, 75);
KeyInput.Press(VK_T);
KeyInput.Press(VK_e);
KeyInput.Press
Hi,
We have made considerable progress with the online package manager. Next
week the central repository will be populated with 30+ packages. Here is a
short video(please watch it in 700p).
https://youtu.be/y_hT8u2u5bU
Suggestions are welcome.
--
View this message in context:
http://free-pa
Is there a procedure to print a string at the cursor?
Sent from my iPhone
> On Oct 27, 2016, at 07:34, Balázs Székely via Lazarus
> wrote:
>
> Add lazmouseandkeyinput to the required packages, then:
>
> uses MouseAndKeyInput;
>
> procedure TForm1.Button1Click(Sender: TObject);
> begin
> Mo
On 10/25/2016 11:23 AM, Travis Ayres via Lazarus wrote:
So...who wants to work on a modern course outline with me? We have a lot of
opinions and people willing to chime in, maybe we can do something good for
the community?
Some suggestions:
1) As the OP wrote (in a later message) "All my stude
Worked great! Thanks!
Sent from my iPhone
> On Oct 27, 2016, at 07:34, Balázs Székely via Lazarus
> wrote:
>
> Add lazmouseandkeyinput to the required packages, then:
>
> uses MouseAndKeyInput;
>
> procedure TForm1.Button1Click(Sender: TObject);
> begin
> MouseInput.Move([], 200, 75);
>
Add lazmouseandkeyinput to the required packages, then:
uses MouseAndKeyInput;
procedure TForm1.Button1Click(Sender: TObject);
begin
MouseInput.Move([], 200, 75);
MouseInput.Click(mbLeft,[], 200, 75);
end;
On Wed, Oct 26, 2016 at 6:40 PM, Larry Dalton via Lazarus <
lazarus@lists.lazarus-ide.