WopsS / PawnPlus-WinForms

An open source editor for SA-MP scripts.
BSD 3-Clause "New" or "Revised" License
9 stars 5 forks source link

Reposition Ok & Cancel button and set Accept and CancelButton in Goto… #24

Closed 123marvin123 closed 8 years ago

123marvin123 commented 8 years ago

…, InputBox and NewForm

WopsS commented 8 years ago

Hello, Thank you for the pull request but I think it is better to be OK/Cancel not Cancel/OK.

123marvin123 commented 8 years ago

Ok, but I think you should still use the Form's Accept/CancelButton, because it enables a native Windows feeling. Many apps use this mechanism, because it allows a faster workflow and you don't have to touch your mouse after you've typed something in.

WopsS commented 8 years ago

You are right, but in windows forms the positions are Yes / No / Cancel.

WopsS commented 8 years ago

Oh, I had some forms with Cancel button on the left and OK button on the right, maybe this is why you changed positions for GoToLine form. Anyway I changed them back.

Thank you :)