Advanced Forum Search Results
-
JavaFX published a mobile-version today ( http://blogs.sun.com/javafx/entry/want_to_try_javafx_on ) and i bet, that the actual non public silverlight-mobile-version is better. I remember: I saw the first SL-mobile-videos before i know the name "JavaFX" ;)
I think that i will try JavaFX for my new "next generation mobile ...
-
Wow! Thanks! It works!
Really good explaination.
but i'll hope that some day MS make a easier solution for this case with an extra event.
-
Hi,
is there any possibility to know, if a ChildWindow-Control is moving?
MouseLeftButtonDown&up-Events work only in the content-area and not in the titlebar.
-
Thx "adefwebserver"!
this was the perfect answer to my question. :)
Can i use "InitParams"-Notation for enableGPUAcceleration,enableautozoom,autoUpgrade...and so on too?
-
ok but how can you access this from a c#-codebehind-file (this was my question ^^)?
I have a website...and on one page on the website is a Silverlight-Control and i want to transfer the Sessionkey of the Web-User to the Silverlight-Control (not on Application-Startup!).
-
Hi,
in my old SL2-application i had forwarded a SessionKey with .InitParameters to the Silverlight-Plugin (<asp:Silverlight>-tag).
The recommended method for SL3 to add this plugin into a html-page is with the "<object>"-tag. But what is the easiest way to access this plugin from a C#-codebehind-file?
Should i use ...
-
Hi Jani,
you are right! There is a bug with ChildWindow, ImplicitStyleManager and complex Controls. I've got the same one.
I don't know if the root of this bug is in the themes or in the ChildWindow-Control. I assume, that it is some annimation-incompatibility.
@Justin
After a little work i can reproduce this issue in a minimal ...
-
It seems like the new MergedDictionaries-Function in SL3 has a problem with dot's in the name of external libraries
This works:
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary ...
-
@Jonathan
In my ComboBoxItems are complex objects with texts, images (relative to the text) and sometimes different colors.
What is the correct value for DisplayMemberPath in this case? Is there any chance to solve such a problem with a DisplayMemberPath-Expression?
-
Hi Jonathan,
i've integrated your idea in my sampe above. But it didnt worked. I saw only empty Items in the Combobox. Can you do it better? The problem is to bind "old" items to a new instance of a Combobox.
XAML: (the same)
C#:namespace SilverlightErrorTest
{
public partial class Page : UserControl
{private ...