timheuer / callisto

A control toolkit for Windows 8 XAML applications. Contains some UI controls to make it easier to create Windows UI style apps for the Windows Store in accordance with Windows UI guidelines.
http://timheuer.com/blog/archive/2012/05/31/introducing-callisto-a-xaml-toolkit-for-metro-apps.aspx
Other
338 stars 108 forks source link

Fixes #235. #256

Open JoshClose opened 9 years ago

JoshClose commented 9 years ago

Resizes the dialog when the keyboard is shown. Also added a ScrollViewer so when the dialog is larger than the visible area, you can scroll and see all the content.

JoshClose commented 9 years ago

Looks like there are white space differences, so sorry about that.

yzhong52 commented 9 years ago

This totally works, how come it is not merged to master?

JoshClose commented 9 years ago

Tim is probably really busy. I know I haven't given my OSS project much love lately due to busyness.

yzhong52 commented 9 years ago

But one issue is that the code indention is very weird. Not sure what text editor you are using. Could you possibly fix that?

yzhong52 commented 9 years ago

Yeah, I can see that last changes are over a year ago. He is probably not maintaining this project now. Sad :(

JoshClose commented 9 years ago

Btw, if you tack on ?w=1 to the end of the URL when viewing file diffs, it'll ignore whitespace.

JoshClose commented 9 years ago

I used visual studio. If he wants to change that, he can probably just do a one click format in VS to change it to his preferences.

timheuer commented 9 years ago

I'm maintaining, just very very busy lately and don't want to blindly merge and release without ensuring that I take into account other changes that are in-flight.


http://timheuer.com/blog/ twitter: @timheuer

On Thu, Jul 30, 2015 at 9:05 AM, Josh Close notifications@github.com wrote:

I used visual studio. If he wants to change that, he can probably just do a one click format in VS to change it to his preferences.

— Reply to this email directly or view it on GitHub https://github.com/timheuer/callisto/pull/256#issuecomment-126383811.

yzhong52 commented 9 years ago

:+1: Nice to hear about that. And thanks for getting back to us Tim.