in msewidgets.pas
function showmessage(const actionbefore: notifyeventty; const atext:
msestring; const caption: msestring = ''): modalresultty;
begin
if actionbefore<>nil then begin
actionbefore(nil);
end;
result:= showmessage(atext,caption,[mr_ok],mr_ok,[],0,'');
end;
Then I can play custo
Alex:
"
Hello, Martin.
My program http://code.google.com/p/xroot/ uses tterminal. There is
problem with tterminal in Ubuntu 12.04 with sudo:
"sudo: no tty present and no asppass program specified."
Sudo don't like tterminal.
No problems with su in other distributions with tterminal.
"
Martin:
"
Is
2 matches
Mail list logo