Advanced Forum Search Results
-
Hi Gnop,
Much easier way is to use include. Please take a look at the link here.
Best regards,
Jonathan
-
Hi Mrmop,
If your ad system and game are integrated, then we can get a sea of functions. For example, when click on a pause button, a windows will fade in(all other animations) and call a WCF to get the AD(may be a picture or something). If user want to enter the game again, he can press the exit button and the game ...
-
Hi Rahul Jain.
The easier way is that we add a StackPanel to the Accordion's HeaderTemplate. The StackPanel will fill all the Header area and when we move mouse to the Header, the StackPanel's OnMouseMove event will be raised and we set the Accordion's SelectedIndex accordingly.
Best regards,
Jonathan
-
Hi Rahul Jain,
These controls are not used in our programming work. Indeed, they are used in SketchFlow player. We can use Reflector to get its details.
Best regards,
Jonathan
-
Hi Vladc77,
In your case, we need to manually move the focus to other controls before/after (before is better here) the animation raised. In other words, we need to raise the animation after some specific event fired on code behind.
Best regards,
Jonathan
-
Hi Tehprata,
You'd better check whether you have the right configuration on your ClientConfig. For an easier way, we can readd the service reference in your Visual Studio.
Best regards,
Jonathan
-
Hi Lawazia,
[quote user="lawazia"]Is PrepareContainerForItemOverride is available for DataGrid ?[/quote]
As far as I know, it is unavailable now. We'd better do something by ourselves. For example, before or after the WCF call complete event. Thanks.
Best regards,
Jonathan
-
Hi Baud9600,
We can change the download link in your PluginNotInstalledTemplate, which will point to a place(somewhere in your LAN). Another way is to upgrade it with SMS.
Currently, Silverlight application cannot update its plugin automatically. Thanks for your understanding.
Best regards,
Jonathan
-
Hi Escasal,
I have checked the document in Silverlight 3 and Silverlight 4. Mouse Wheel event is platform depended.
Platform Dependencies
MouseWheel is only raised and able to be handled for supported clients (Internet Explorer, Firefox) and the Microsoft Windows operating system, or that are running out-of-browser. Any ...
-
Hi Ironman2008,
By default, the y-Axis will be shown when mouseover event is raised. We can add this by modify its tempalte. You'd better take a look at this http://forums.silverlight.net/forums/t/80658.aspx
Best regards,
Jonathan