No announcements
Found 4102176 threads
-
2 Votes
how to remove a ui element or all ui element from code behind?
But i think it will not help masiboo as he was trying to hide an element not to remove :DAnswered | 4 Replies | 11487 Views | Created by masiboo - Wednesday, September 19, 2012 2:43 PM | Last reply by Prateek Jaiswal - Thursday, September 20, 2012 3:48 PM -
1 Votes
How do I access/call methods in UI thread from a separate thread without passing a delegate?
Is this OK too from a best practice do you think?Answered | 14 Replies | 7762 Views | Created by callagga - Friday, March 26, 2010 9:13 PM | Last reply by Sudip_inn - Thursday, February 23, 2017 12:41 PM -
1 Votes
Updating Form Controls from Separate Class
Normally, you need to separate any UI from the separate code class and *not* put UI elements in the separate class.Answered | 2 Replies | 2824 Views | Created by obrienkev - Tuesday, May 19, 2009 2:53 PM | Last reply by obrienkev - Tuesday, May 19, 2009 3:27 PM -
0 Votes
How to access UI elements generated by ItemsControl?
Hi Tim, ItemsControl has a static method, GetContainerForItem which can be used to obtain the UI element which is used to visualise your ...Answered | 1 Replies | 4534 Views | Created by Tim R - Thursday, July 31, 2008 2:20 PM | Last reply by Colin Eberhardt - Thursday, July 31, 2008 2:30 PM -
5 Votes
How do I read in elements from an XML form?
Thanks for that solution, I think that might do the job.Answered | 11 Replies | 3068 Views | Created by tae09 - Wednesday, May 27, 2009 7:31 AM | Last reply by tae09 - Sunday, June 7, 2009 5:13 AM -
1 Votes
Proper way to access a UI function asynchronously from another class
Therefore it doesn't matter who is actually doing the work, when it comes time for the UI update it has to be done on the thread that created the UI ...Answered | 9 Replies | 7073 Views | Created by MPittman - Tuesday, October 23, 2012 2:14 PM | Last reply by MPittman - Tuesday, October 23, 2012 7:43 PM -
0 Votes
How do I drag numerous elements independently?
How it works?Answered | 6 Replies | 1101 Views | Created by EddyTheBlack - Tuesday, August 13, 2013 1:23 PM | Last reply by Ramprasath R - Tuesday, August 13, 2013 2:58 PM -
0 Votes
How do I access to UI Elements from a separate class?
You can export public properties containing the elements you want to share.Answered | 1 Replies | 687 Views | Created by Mohammed El-Nabulsi - Saturday, November 2, 2013 12:53 PM | Last reply by Rob Caplan [MSFT] - Sunday, November 3, 2013 2:34 PM -
0 Votes
How do I access a class from another project?
I guess you're right.Answered | 4 Replies | 4026 Views | Created by StefanWebb - Friday, April 2, 2010 3:29 PM | Last reply by «_Superman_» - Friday, April 2, 2010 4:15 PM -
0 Votes
Scale the a UI element by 200% at the center of UI element on mouse hover
if i understand your question , here an example on how to do that ...Answered | 3 Replies | 838 Views | Created by IamHuM - Friday, February 5, 2016 7:40 PM | Last reply by Magnus (MM8) - Saturday, February 6, 2016 9:35 AM -
2 Votes
How do I access a MediaElement from a different frame?
I want to be able to turn this on and off and/or change the volume from within another 'page' hosted in a frame.Answered | 2 Replies | 1943 Views | Created by pumpkinszwan - Thursday, August 29, 2013 3:04 AM | Last reply by Anne Jing - Friday, August 30, 2013 4:03 AM -
2 Votes
How do I copy design elements from one cube to another?
I think in essense where I am coming from is reducing the complexity of design takes priority over storage space.Answered | 8 Replies | 5166 Views | Created by Kieran Patrick Wood - Saturday, March 3, 2012 5:03 AM | Last reply by Kieran Patrick Wood - Friday, March 23, 2012 10:37 AM -
0 Votes
class constructor using separate data access class
It would be good if you create a class level variable to store the value returned from getUser(ID).Answered | 1 Replies | 2769 Views | Created by Gregg Duncan - Wednesday, October 22, 2008 12:19 AM | Last reply by Sandeep Aparajit - Wednesday, October 22, 2008 1:06 AM -
0 Votes
inherit from a ui map
I'm just wondering...is it possible to have a UI Map class inherit from another one?Answered | 1 Replies | 2771 Views | Created by krobi26 - Wednesday, September 7, 2011 8:14 PM | Last reply by Aditya_msft - Thursday, September 8, 2011 8:24 AM -
0 Votes
Difference between Accessing control using automation element and thru coded UI wrapper classes (eg.
The Coded UI Test provides higher level of abstraction and functionality specifically for Functional Testing whereas AutomationElement is more for accessibility (& APIs are more ...Answered | 1 Replies | 7699 Views | Created by engsrini - Thursday, November 19, 2009 10:17 PM | Last reply by Gautam Goenka [MSFT] - Friday, November 20, 2009 3:33 AM -
0 Votes
How to access the UI Element present inside the data template in metro apps?
Hi all, <DataTemplate x:Key="StandardMyTemplate"> <Grid Height="110" Margin="6"> ...Answered | 1 Replies | 1164 Views | Created by SparkleLavs - Tuesday, April 30, 2013 4:15 AM | Last reply by RishiRajIT - Tuesday, April 30, 2013 5:49 AM -
0 Votes
accessing elements from HeaderTemplate
i used GetDescendantByName function from this post. :)Answered | 1 Replies | 3755 Views | Created by luth0r - Tuesday, June 10, 2008 2:39 AM | Last reply by luth0r - Tuesday, June 10, 2008 5:55 AM -
3 Votes
How can I access deployed Items from Coded UI Tests?
Now I want to access this file during the test run from within the code.Answered | 8 Replies | 4740 Views | Created by Victor Zn - Tuesday, August 14, 2012 1:59 PM | Last reply by Victor Zn - Wednesday, August 22, 2012 10:27 AM -
0 Votes
What is this mystery UI element?
You can then place UI objects within specific Rows and Columns.Answered | 1 Replies | 3132 Views | Created by snortch - Tuesday, September 15, 2009 11:16 PM | Last reply by Jeetendra Kukreja [MSFT] - Wednesday, September 16, 2009 12:13 AM -
1 Votes
Initialize a form from a separate class
I think this may be the simplest solution.Answered | 4 Replies | 10453 Views | Created by rdw72777 - Friday, May 11, 2012 7:54 PM | Last reply by Rudedog2 - Sunday, May 13, 2012 10:25 PM - Items 1 to 20 of 4102176 Next ›
No announcements