Silverlight Tip: Object Creation via Silverlight.js – IE8 & FireFox tweak
Yesterday, when I arrive to the office my colleague (same one from this post) waited for me at the entry with new question/problem. That’s what I heard: - Hi Alex. I have a problem with my Silverlight application under FireFox – it is not being ... המשך לקרוא>
Alex Golesh , 05-01-2009 14:18
Silverlight Quick Tip: How to resize window from Silverlight
One of my colleagues asked me if it is possible to resize the Browser Window from within Silverlight application. Well, my answer was: “everything what is possible to do from JavaScript is possible to do from Silverlight”. Here is sample code ... המשך לקרוא>
Alex Golesh , 04-26-2009 16:37
Webcast / וידאו – Silverlight 2.0 קריאה לפונק’ JavaScript מ Silverlight
Webcast / וידאו – Silverlight 2.0 קריאה לפונק’ JavaScript מ Silverlight בסרטון קודם ראינו איך Webcast / Video – Silverlight 2.0 Update HTML DOM From Silverlight CodeBehind , אבל כדי להשלים את התמונה אנחנו צריכים גם תמיכה ב JavaScript. במסגרת ... המשך לקרוא>
Adlai Maschiach , 11-08-2008 12:29
Quick Silverlight Tip: Creating/Destroying Silverlight 2 Object dynamically
One of my clients asked me how to create and show (and then destroy) Silverlight application on the fly. Here is very fast solution, which allows such an object to be created and destroyed. First, we (still) need to have some DIV which will ... המשך לקרוא>
Alex Golesh , 08-05-2008 7:59
Quick Silverlight Tip: Silverlight Events in JavaScript and JavaScript Events in Silverlight
Lately I've been asked couple of times about catching managed events in JavaScript and catching JavaScript events in Silverlight managed code. In fact it is very easy, but seems not so obvious... Here it goes. To catch JavaScript event in ... המשך לקרוא>
Alex Golesh , 07-28-2008 7:51
Silverlight application performance - refresh rate & CPU usage
You just wrote great Silverlight application? How about CPU usage? Do you have pretty static application UI and it still consumes 25-30% of your CPU? Probably you have to control how fast Silverlight should redraw the UI. To do it, you need ... המשך לקרוא>
Alex Golesh , 07-17-2008 14:17
Silverlight Tip: How to reflect ScriptObject content in runtime
Today I want to show how Silverlight application could "understand" which objects form HTML DOM from hosting page it deals with. The minute before I start, let me show why many of Silverlight developers need it. Lets assume we have ... המשך לקרוא>
Alex Golesh , 07-15-2008 14:46
Quick Silverlight Tip: Communicating between two Silverlight objects on a single page
Today I'll show how two Silverlight objects (Silverlight applications) could communicate while been hosted on one page. Earlier today I've seen some blog post by Joel Neubeck about Silverlight objects communication. The way Joel does ... המשך לקרוא>
Alex Golesh , 07-10-2008 9:09
Quick Silverlight Tip: Initialization Parameters
The scenario: you developing Silverlight application, and you need to pass some parameter inside - for example to define which page will be shown, or to pass user credentials, after he already logged-in in previous non-Silverlight part of application ... המשך לקרוא>
Alex Golesh , 06-29-2008 12:39
Quick Tip: Silverlight Integration within HTML content
Couple of days ago I've got question, how Silverlight content could been integrated/overlapped by some HTML/AJAX content. The samples I've received produced following behavior - When clicking on hyperlink, it opens "modal pop-up" ... המשך לקרוא>
Alex Golesh , 06-19-2008 14:21
Page 1 of 2 (13 items) 1 2 Next >