Light Up the Web

Blog about programming in Silverlight

  Home  |   Contact  |   Syndication    |   Login
  24 Posts | 0 Stories | 45 Comments | 0 Trackbacks

News

My post about Deep Zoom Composer was recommended by Scott Guthrie! :) (see here)

Archives

About Me

News

Who was here

September 2009 Entries

As I promised in my last post about Surifty.com ( http://geekswithblogs.net/S... ) I did some performance improvement but still you have to run it on good PC to see 100% power of visual search engine. From now on application need less than 250MB in memory (I know, It’s still a lot!). I also changed design. I hope it's now more user friendly. :) And here is a sample video showing how http://surfity.com/ looks like in action! Bests, Jacek...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

For those of you who would like to add (attach) behavior to control in code behind, there is a simple solution. Adding Behaviors Let's say that we have xaml code like this one: Normal 0 false false false EN-GB X-NONE X-NONE MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:Standardowy; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt;...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Few days ago I wrote a small behavior, which I think, can be used in many applications, so I decided to share it with you :) What are behaviors in Silverlight I won't write in this post, because there are many other places where you can find nice tutorial about this. I personally recommend this one: http://www.silverlightshow.... What I did What I did is a "TargetedTriggerAction" behavior, which simulate button click on targeted button control, when...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

/* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin-top:0cm; mso-para-margin-right:0cm; mso-para-margin-bottom:10.0pt; mso-para-margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans... mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati