(X) Hide this Join a live webcast on October 14th, 10:00 am PDT: 'MEF: Overview of the Managed Extensibility Framework in Silverlight 4' by Gill Cleeren
Learn More | Sign Up | More Webinars by SilverlightShow

Recommended

Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 4 results for Gergely Orosz.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 0 comments  /  posted by  Silverlight Show  on  Oct 04, 2010 (2 weeks ago)
    First to answer the third question in our WP7 quiz challenge was Gergely Orosz (@gergelyorosz). Our short talk with Gergely will introduce him and his experience with WP7.


    Q. Gergely – congratulations for becoming the third winner in SilverlightShow WP7 quiz! Please introduce yourself to the community at SilverlightShow - who are you, your professional background, projects you are currently working on, interests, blog or anything else you’d like to mention?

    Thank you.


  • 0 comments  /  posted by  Silverlight Show  on  Aug 23, 2010 (2 months ago)
    In Part 3 of 4 of his series on styles in Silverlight, Gergely Orosz explores some further advanced topics like data binding, change notification, declaring styles in code behind and some other useful notes on styles.

    Source: ScottLogic

    This article is part 3 of 4 in a series covering everything that I think is worth knowing about styles in Silverlight. The previous parts of the series are Styles in Silverlight: an Introduction and Styles in Silverlight – Inheritance, Precedence and Other Advanced Topics.

  • 0 comments  /  posted by  Silverlight Show  on  Jul 26, 2010 (2 months ago)
    This article is part 1 of a series in which Gergely Orosz is going to cover everything that worths knowing about styles in Silverlight 4.

    Styles in Silverlight are a powerful mechanism that allow controlling the visual representation of elements in a unified way for all user interface elements. The concept is similar to using CSS to control the look and feel of HTML.

    Style properties differ by element type. For example on a TextBlock (a text element) one can style the FontSize, FontFamily, Foreground and lots of other properties. On an Ellipse however none of these properties can be set, on the other hand it does provide for example the Fill property, that the TextBlock does not.

  • Printing in Silverlight: Printing Charts and Auto Scaling

    0 comments  /  posted by  Silverlight Show  on  May 10, 2010 (5 months ago)
    Tags: Printing , Scaling , Charts , Silverlight 4 , Gergely Orosz
    This post of Gergely Orosz provides an example to print charts and looks at how elements can be auto scaled to fit the page size.

    There are lots of examples on blogs demonstrating printing on simple elements. However I wanted to test how the printing functionality performs when working with charts.

    I chose to use the most widespread (and free) charting component, the Silverlight Toolkit. In my example I’ve created four charts and added printing support to all of them.