Guest Huseyin Posted May 7, 2015 Posted May 7, 2015 MessageDlg('Ok ? ',mtConfirmation,mbYesNo, procedure(Sender : Tcomponent; Aresult : Integer) begin case Aresult of mryes: Showmessage('ok!'); mrno : Showmessage('No'); end end ) I am use the this code but i taking this error : " There is no overloaded version of 'message Dialog' that called with these arguments "; Quote
Administrators Farshad Mohajeri Posted May 7, 2015 Administrators Posted May 7, 2015 In which unit is this code placed? Quote
Administrators Farshad Mohajeri Posted May 7, 2015 Administrators Posted May 7, 2015 Please post a code sample Quote
Administrators Farshad Mohajeri Posted May 7, 2015 Administrators Posted May 7, 2015 Delphi version? Quote
Administrators Farshad Mohajeri Posted May 7, 2015 Administrators Posted May 7, 2015 I couldn't find any issues. It works normally. Quote
docjones Posted May 7, 2015 Posted May 7, 2015 your code wokring on xe2 fine, tested and no error. i think your are using a unigui older version, ¿ which version unigui are you using ?, Quote
Guest Huseyin Posted May 8, 2015 Posted May 8, 2015 I couldn't find any issues. It works normally. But ı taking again Quote
Guest Huseyin Posted May 8, 2015 Posted May 8, 2015 Ok.I found that where i taking Callback procedure's parameter is just one.its a integer parameter for result for 0.95 versions Thanks for all Quote
Administrators Farshad Mohajeri Posted May 8, 2015 Administrators Posted May 8, 2015 We no longer support v0.95 Quote
Guest Huseyin Posted May 8, 2015 Posted May 8, 2015 I know and i preaperly for buy new versions Thanks for all Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.