Embarcadero previews Metropolis in RAD Studio XE3: fake Metro apps?

Embarcadero has released a video (embedded at the foot of this post) previewing RAD Studio XE3, the next version of the application development suite which includes Delphi and C++ Builder.

Two big new features are Metropolis applications and an new HTML5 Builder tool which looks like a next-generation PHP Builder.

Metropolis – a neat name until Microsoft back-pedalled on the Metro designation for Windows Runtime apps – appears to be a framework for apps that look like Windows Runtime apps but in reality are not. At least, that is my presumption for “VCL Metropolis applications”. The VCL (Visual Component Library) is a Delphi framework (usable also in C++ Builder) which is tied to Windows and GDI, the old-style Windows graphics API, along with many other Win32 APIs. GDI does not work in the Windows Runtime.

image

No matter, all we need is full-screen apps, touch input, and a don’t-call-it-Metro look and feel, and presto, Windows Runtime apps in all but name. They might even run on Windows 7.

image

A glimpse at the controls.

image

Except that there will be significant differences between Metropolis and Windows Runtime. No support for Contracts, for example, the Windows Runtime mechanism for inter-app communication; no delivery from the Windows Store; no support for Windows RT.

The big issue though is this: why would you want a desktop app to look like a Windows Runtime app? And will not users be mightily confused?

The video then goes on to talk about converting existing apps with a “Convert to Metropolis UI” menu option. It turns out though that you can also create FireMonkey Metropolis apps, and the Convert to Metropolis UI option is shown with a FireMonkey app, not a VCL app. Since the FireMonkey framework is designed for cross-platform and uses custom drawing for all its controls, potentially a FireMonkey app could be a real Windows Runtime app, though I get the impression it probably is not.

image

I do think Embarcadero needs absolute clarity here, which is notably lacking in this preview. There is no point in pretending that a Win32 app is a Windows Runtime app when it is not. I have asked for further information.

HTML5 Builder

There is also a quick look at HTML5 Builder.

image

This tool targets server-side development with PHP, as well as apps for web,iOS,Android, Blackberry and Windows Phone. My guess is that there is PhoneGap/Cordova under the covers. I also saw some jQuery in the demo.

image

Here is a look at the CSS3 colour picker.

image

Update: looks like Embarcadero found a way to fake Live Tiles as well:

Metropolis applications are really traditional "desktop" applications styled to look like the Metro UI.
The TLiveTemplate component spawns a new process in the WinRT space which is is an actual WinRT LiveTile application. The LiveTile communicates with the Metropolis "desktop" backend via HTTP/REST to start/stop the application or update the LiveTile.

The screenshots are drawn from this video, or you can watch it on the Embarcadero site here.

For more info from attendees of the RAD Studio XE3 world tour see also:

http://members.adug.org.au/2012/08/22/highlights-of-the-sydney-xe3-event/

https://forums.embarcadero.com/thread.jspa?threadID=75773

4 thoughts on “Embarcadero previews Metropolis in RAD Studio XE3: fake Metro apps?”

  1. What about the new Microsoft Office? Isn’t it a “fake Metro” app as well?
    Why should UI and technology (WinRT) always get together? I know this might be confusing to end users, but I think the overall idea makes sense.

  2. @Marco

    No, the new Microsoft Office is nothing like a Windows Runtime app. It uses some Metro-inspired design but does not use imitation WinRT controls, does not run full screen, and looks in general like the Win32 app suite that it is.

    Tim

  3. HTTP/Rest to make a tile and an app communicate? Someone at Embarcadero should read “IPC for dummies (WinRT updated!)”. And hope they protected the channel somehow, or your tile can get poked by anyone able to do an HTTP call? How do they select a free port and tell each other?

  4. You have a solution to face the existing computers and not for those devices not sold next Christmas.

    Prism does support WinRT http://www.embarcadero.com/products/prism/whats-new. Why complain. It’s part of the RAD Studio. Prism’s role is the role of the early adopter.

    Tim, I think Delphi is simply an IDE for another kind of developer. Late adopters, those who are not hungry to go for the next hot technology and other vendors attempts to create a new locked’in world on it’s own. WinRT is one of those attempts.

    I think EMB is wise enough not to jump on a departing train, they wait at the next station. Sometimes the train does arrive sometimes not, in the case of MS not the first time, most of the time MS drive backwards or any direction.

    WinRT on ARM is Microsoft’s attempt to make an Apple with a .net successor. A good idea for 2012 … For me the combination ‘real’ Win8 on .net is still a very likely one.

    You can say a Metro emulation is useless. Maybe the tiles remain from Win8 … you never know. For me Metropolis is a – if shit does happen (tiles become accepted) we are there.

    ‘Off Topic’
    http://stackoverflow.com/questions/9509678/winrt-and-net-clarifications

    Interesting imo the last answer WinRT ARM does have a desktop but it’s limited to Microsofts Apps only and a few of them. I don’t know the current state … let me say. Give me a good reason to believe …

Comments are closed.