Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avatar doesnt load in user list #88

Open
AlbertoMonteiro opened this issue Jan 15, 2015 · 5 comments
Open

Avatar doesnt load in user list #88

AlbertoMonteiro opened this issue Jan 15, 2015 · 5 comments
Labels

Comments

@AlbertoMonteiro
Copy link
Collaborator

When I am seeing users list, their avatars doesn't load.

After change this:

    <toolkit:HubTile Source="{Binding User.AvatarUrl, Converter={StaticResource GravatarSizeConverter}, ConverterParameter=175}" Margin="3" Size="Small" />

To this(removed User.):

     <toolkit:HubTile Source="{Binding AvatarUrl, Converter={StaticResource GravatarSizeConverter}, ConverterParameter=175}" Margin="3" Size="Small" />

It worked properly, you guys are experiencing same problem?

@PallasDoesCode
Copy link
Collaborator

Yeah I noticed that somewhere else as well.

@PallasDoesCode
Copy link
Collaborator

@AlbertoMonteiro ProfilePanel.xaml is one such example where if the data does not load unless you have User.AvatarUrl, User.Name, etc.

@NPadrutt
Copy link
Collaborator

I wonder where the data context is set in the profile panel o.O but maybe I'm just blind at the moment ^^

@PallasDoesCode
Copy link
Collaborator

I don't see one being set.

@NPadrutt
Copy link
Collaborator

me neither.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants