Alessandro Del Sole's Blog

/* A programming space about Microsoft® .NET® */
posts - 128, comments - 14809, trackbacks - 2254

My Links

News

Your host

This is me! This space is about Microsoft® .NET® and Microsoft® Visual Basic development. Enjoy! :-)

These postings are provided 'AS IS' for entertainment purposes only with absolutely no warranty expressed or implied and confer no rights.

Microsoft MVP

My MVP Profile

I'm a VB!

Watch my interview in Seattle

My new book on LightSwitch!

Visual Studio LightSwitch Unleashed My book "Visual Studio LightSwitch Unleashed" is available. Click the cover!

My new book on VB 2010

Order my book about VB 2010 on Amazon My book "Visual Basic 2010 Unleashed" is available. Click the cover!

Your visits

Vsi Builder 2008

My tool for VS 2005/2008 Download Vsi Builder, my dev tool for Visual Studio 2005/2008!

Follow me on Twitter!

Messenger me!


CyberInstaller Beta Tester

Download CIS 2008!!

CodePlex download Download my open-source projects from CodePlex!

Search the blog



Article Categories

Archives

Post Categories

.NET Framework

Blogroll

Help Authoring

Microsoft & MSDN

Setup & Deployment

Visual Basic 2005/2008/2010

Metropolis: a suite of controls for Windows Phone 7 from BeeMobile

A company called Bee Mobile has created a series of controls for Windows Phone 7, called Metropolis. I was searching for a Book control and this controls' suite has one, so it has been immediately impressive to me.

I have been playing with the trial, and I had a chance of taking a look at the available controls, which are the following:

  • BookControl
  • iWheel, which allows implementing rotations of objects and creating stuff like a date or time picker 
  • RegionControl
  • VistaButton
  • WaitingBar

It is worth mentioning that the setup also installs a sample solution to show how to use all controls, however here you find a number of figures about some of them:

RegionControl, which allows selecting specified areas over a content, in this case the human body representation:

WaitingBar, a nice replacement for the built-in progress bar:

A date picker built with the iWheel, to select dates:

This is my favorite, the BookControl, which allows browsing XAML visual elements as if they ware pages of a book:

All controls are easy to use. As an example, here is how you can populate a BookControl:

            <my1:BookControl Name="bookControl1" HandleSize="120" Margin="-12,0">
                <Canvas Width="362" Height="478">
                    <Canvas.Background>
                        <ImageBrush ImageSource="/MetropolisSample;component/Images/catStart.png" />
                    </Canvas.Background>
                </Canvas>
                <Canvas Width="362" Height="478">
                    <Canvas.Background>
                        <ImageBrush ImageSource="/MetropolisSample;component/Images/france.png" />
                    </Canvas.Background>
                </Canvas>
            </my1:BookControl>

As you can see the Canvas panels (and their visual tree) are the page contents.

I would definitely recommend this suite of controls because it is easy to use and has controls that you will not find elsewhere.

Alessandro

Print | posted on lunedì 19 dicembre 2011 14.46 | Filed Under [ Silverlight/Windows Phone ]

Feedback

No comments posted yet.

Post Comment

Title  
Name  
Email
Url
Comment   
Please add 6 and 1 and type the answer here:

Powered by:
Powered By Subtext Powered By ASP.NET