Advanced Forum Search Results
-
Well, maybe this should go to the uservoice list I guess, but since the votes aren't yet redistributed for started suggestions, I really doubt it's possible to get significant ammount of points for any idea right now.
So, since in full trusted mode the policy server files are not necessary anymore anyways, and we're getting tcpchannel ...
-
Well, thank you.
I'm not sure... they mention p2p which would indicate we get it, but policy server as well...
I guess we don't get real low-level stuff, question is how much we'll be able to do with whatever we're getting.
-
WOW!
I was so amazed when read these features.
UDP + Server capabilities for p2p were actually no. 1 on my list, people seemed so rejecting about them I didn't bother to make a ticket for this in the wishlist.
Unfortunately couldn't find any details.
Are we actually gonna get low-level UDP server capabalities ...
-
<Image x:Key="PicRes" Height="40" Width="40" Source="/ArenaUIWindowAssembly;Component/Images/pic1.png"/>
(defined in the same resource dictionary as the controltemplate)
-
Define this way:
public FrameworkElement Pic { get { return (FrameworkElement)GetValue(PicProperty); } set { SetValue(PicProperty, value); } }
public static readonly DependencyProperty PicProperty = DependencyProperty.Register("Pic", ...
-
Hi!
Have a similar question, but that's fundamentally about a different issue.
While trying to solve it, realized that in Silverlight trying to set a Dependency Property from XAML to a FrameworkElement will always throw an exception.
I can set it even from Blend fully through the UI, it stil won't work.
In the same ...
-
Hey!
I'm having a Frameworkelement dependency property, that I'm adding to a canvas in the control.
Want to set it to an image, tried 2 ways to accomplish that:
<Setter Property="FEDP">
...
-
Hmm, VisualTreeHelper.FindElementsInHostCoordinates seems to solve this issue, haven't tested it through yet.
If anyone knows a better way or some reason why this couldn't work please don't hesitate to tell
-
Hey
I'm making a custom cursor handler that should be able to add cursors to certain controls in run-time.
I'm handling the cursor switching with the host's MouseEnter and MouseLeave events, however, when a new cursor is added in run-time, how do I tell if the mouse is currently over that control, so the cursor should switch ...
-
Read back a little, it's like the 4th reference to this
http://silverlight.uservoice.com/pages/4325-feature-suggestions
(it was created by some developers of the Silverlight team)