Please change the testprogram:
"
//tterminal events
procedure tmainfo.on_progfinish(const sender: TObject);
begin
//  terminal.addline(' ==>  end<==');
  // writeln(' ==>  end<==');
end;
"
in order to get a clean output stream.
4 attemps. Answer :
========================
[root@server user]# LANG=en_US.utf8 /mnt/data/projects/mse/pacman/test/test
checking dependencies...

Remove (1): feh-1.15.1-1

Total Removed Size:   0.39 MB

Do you want to remove these packages? [Y/n] checking dependencies...

Remove (1): feh-1.15.1-1

Total Removed Size:   0.39 MB

Do you want to remove these packages? [Y/n] checking dependencies...

Remove (1): feh-1.15.1-1

Do you want to remove these packages? [Y/n] Total Removed Size:   0.39 MB

checking dependencies...

Remove (1): feh-1.15.1-1

Do you want to remove these packages?Total Removed Size:   0.39 MB

 [Y/n]

========================


> Please check if "errorinput" in
> "
> procedure tmainfo.on_recievetext(const sender: TObject; var atext:
> AnsiString; const errorinput: Boolean);
> "
> is never true.

No, "errorinput" some time true
when i make that:

procedure tmainfo.on_recievetext(const sender: TObject; var atext: AnsiString;
               const errorinput: Boolean);
begin
 write(atext);
 if errorinput then write('==true==');
end;


I got:
===========================
[root@server user]# LANG=en_US.utf8 /mnt/data/projects/mse/pacman/test/test
checking dependencies...

Remove (1): feh-1.15.1-1

Do you want to remove these packages? [Y/n] ==true==Total Removed Size: 0.39 MB

[root@server user]#
===========================

--
Yours,
Alexandre Minoshi
_______________________________________________
MSEide-MSEgui-talk mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/mseide-msegui-talk

Reply via email to