michelsalib / Gi7

A github app for Windows Phone 7
31 stars 14 forks source link

Avatar doesnt load in user list #88

Open AlbertoMonteiro opened 9 years ago

AlbertoMonteiro commented 9 years ago

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?

codewithtyler commented 9 years ago

Yeah I noticed that somewhere else as well.

codewithtyler commented 9 years ago

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

NPadrutt commented 9 years ago

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

codewithtyler commented 9 years ago

I don't see one being set.

NPadrutt commented 9 years ago

me neither.