Advanced Forum Search Results
-
Every container component (so Grid, Stackpanel) i think.. Actually I've tryied only with Grid (that I use in most of my project) -- As long as I could tell you, clipping will never occur until you explictly set it (as long as Z index is correcly set - so the your border should be on the bottom of the grid container in xaml).
For example, ...
-
[quote user="FURI-CURI"]Hello.
I better start with an example of what I'm trying to do.
Lets say I have a control with a red border. And I create this control dynamically. I need some functionality to place this dynamically created control over the top of any other control in the form. Overlay any control with my custom ...
-
I hope that SL apps are not business -- I want to change sometimes :D
Unfortunately hacks doesn't work on Mac and worse doesn't work in fullscreen mode (windowsless doesn't support it). But right now is the solution I adopted too..
-
I didn't think that Xbox will don't support Joypad from now on.. or Iphone doesn't allow to tap numbers now that have voice recognition-- future is made by step. It's a developer choice and frankly I think that should be respected. You don't want to use an "old" feature.. No one will make you do. But right now, right ...
-
In Minority Report user doesn't have Datagrid / Listbox and doesn't need to manage boring data.. In Sci-fi tools are cool because people are doing Cool things.. in real life work most of the time data needs to be showed as is..
Until I can connect my brain to a PC (and possibly i don't want any BSOD into my brain).. we have to stay ...
-
I completely agree with Montago.
To answer bartczernickj: ok, i see the point about UI patterns and other pointing system but there are other methods to simulate the same behavior (for example keeping the "click" / "touch" behavior for N millisecond could simulate the right click (it's obviously an ...
-
I have the same issues (also provided in a post in this forum some week ago - unanswered). I got a port of an application that was working on SL 2 with dynamic binding - I have ported in SL 3 but not working. I have noticed that once datacontext is assigned to datagrid can't be re-assigned (I also tryied to "Clear" datacontext ...
-
Hi,
we have developed a prototype app in Silverlight 2, that use some WCF service to retrive large amount of data.
I tryed converting it to SL 3 but we have figured out some problem in behavior.
First a summary about our app.
It make use WCF to retrieve data that is passed as multi dimensional list (a matrix) of string. In the silverlight ...
-
Rumors about June / July
-
Hi, I think that if you hosting your application on your own application (as a service, batch application or gui application) you have to provide yourself all the user session management. So i think you have to create in the service class a server side class that will manage every single request. For every request you will assign an identifier ...