User Profile & Activity

Richard Griffths Member
Page
of 6
Posted: May 2, 2013 12:06 PM

Thanks for that.  What you have supplied works for some controls and not others.  I have re-attached the project and added some code.  Th set focus works for buttons and text box but I want to set focus to a UXSearchBox - and this does not work for this control -can you please advise?

Posted: March 11, 2013 5:06 AM

Brilliant, thanks

Posted: March 9, 2013 8:04 AM

I was told this would be ready by 2012 R2...now you say 2013 R1.....is this guaranteed or will it by 2013 R2 or 2014 R1 .......and when will this be, thanks

Posted: January 3, 2013 6:01 AM

thanks, have now found

Posted: October 23, 2012 4:50 AM

Thanks, that works.  However for the average user they would not know how to do this (unless every datetimepicker has instructions displayed next to them).

I would suggest that this needs to be part of the UI and have a 'Clear' button on the pop-up Calendar.

Posted: October 12, 2012 6:15 AM

Thank you for your reply.

I  have added binded NavigatedCommand  to my command in my ViewModel.  The code goes through that command - what I don't know what to do is retrieve the passed (querystring) parameter (business object).

 string id = this.NavigationContext.QueryString["ID"]; works fine for string types 
How do I get the business class object?


Posted: October 5, 2012 4:02 AM

We are nearly there...yes I understand adding the OnPropertyChanged but why do we have to remove as well under this logic:

  if (_selectedItem != null)
                      _selectedItem.Contact.PropertyChanged -= new PropertyChangedEventHandler(Contact_PropertyChanged);

Posted: October 4, 2012 4:02 AM

I understand the code as you describe (subscribing/unsubscribing) what I wanted to know is why does it have to subscribe and unsubscribe when the selected item changes

Posted: September 27, 2012 4:56 AM

Thanks...whatabout this part, thanks


Can I also ask how to navigate to a new page but open a new instance through code.

I can see you use targeturi= _blank when in  xaml but not sure how to do using MVVM



Posted: September 7, 2012 4:25 AM

Thanks, that zipped worked - had a quick look and it looks good - will get back if I have any issues - thanks.

All times are GMT -5. The time now is 12:35 AM.
Previous Next