ironcev / Pragmatic

[The description is yet to come]
5 stars 3 forks source link

"OK" and "Cancel" button in the User Profile Dialog with ModernUI styled buttons #12

Closed ironcev closed 10 years ago

ironcev commented 10 years ago

Hi @vipinyadav08,

Is it possible to replace the standard "OK" and "Cancel" button in the User Profile Dialog with ModernUI styled buttons? Standard buttons looks very alienated on ModernUI dialogs.

Best regards, Igor

vipyadav commented 10 years ago

Hi @ironcev,

Yes,you are right our "OK" and "Cancel" buttons are not from ModernUI.This is because of the issue in ModernDialog that it returns always false.That's why we are using dialog without buttons and we have our own buttons on dialog.

ModernUI style is applied on all the buttons which are using in any user control not in any dailog window.So for solving the problem, I have applied the ModernUI button style explicitly on our own buttons.

Thus, The look n feel is now changed into ModernUI.

Thanks & BR, Vipin

ironcev commented 10 years ago

Implemented with the commit 70d6c26b2c41ba7dfd52d5152f22a36383452c12.