Comments on: an AIR pet hate : Forcing Windows UI on users of other platforms https://blog.creacog.co.uk/2008/11/23/an-air-pet-hate-forcing-windows-ui-on-users-of-other-platforms/ Paul Evans, blogging since 2004 Thu, 04 Dec 2008 00:43:48 +0000 hourly 1 https://wordpress.org/?v=6.4.3 By: creacog https://blog.creacog.co.uk/2008/11/23/an-air-pet-hate-forcing-windows-ui-on-users-of-other-platforms/comment-page-1/#comment-643 Thu, 04 Dec 2008 00:43:48 +0000 http://blog.creacog.co.uk/2008/11/23/an-air-pet-hate-forcing-windows-ui-on-users-of-other-platforms/#comment-643 @Harry

“Do we really want our applications to have a different skin for different operating systems?”

Not different skins, but there are controls intrinsic to the OS UI that are different from platform to platform and should be respected. This includes those in my example, the menu system if used, and the dock or system tray if used.

Ironically my argument is a mix of mistakes 1, 6 and 9 in this Adobe article…
http://www.adobe.com/devnet/air/articles/10_common_mistakes_air.html

As for “who owns the user experience?”

IMO this is more a question of responsibility. The Designer/Developer is ‘responsible’ for creating user experience within the app and that responsibility should be weighted towards servicing the user’s needs and expectations rather than the application’s brand owner. With respect to the issue at hand, my reasoning is simple. The user has chosen an operating system and is comfortable using it. To then implement fundamental controls in a way other than expected in their environment devalues your app, the system on which it is running and further disrespects your user’s chosen way of working.

AIR does a great job of abstracting most of the stuff we deal with so we generally only really need write one cross-platform code-set. There simply remains these few areas where the systems are different and if they are to be used in the app – they should be implemented appropriately for each system.

]]>
By: Harry https://blog.creacog.co.uk/2008/11/23/an-air-pet-hate-forcing-windows-ui-on-users-of-other-platforms/comment-page-1/#comment-642 Wed, 03 Dec 2008 22:29:02 +0000 http://blog.creacog.co.uk/2008/11/23/an-air-pet-hate-forcing-windows-ui-on-users-of-other-platforms/#comment-642 This brings up an interesting point about who owns the user experience. Do we really want our applications to have a different skin for different operating systems?

The dark gray on black theme is not Windows or Mac. It is Adobe. It looks just like the chrome used by Adobe Media Player, and it creates a consistent brand between applications. When I write a computer application, the skinning process will include using the chrome as a branding opportunity.

I won’t try to make it more like Windows than Mac. I personally don’t have any interest in being a marketing tool for Apple OR Microsoft every time I write an application. I stopped writing “Windows applications” or “Macintosh applications” years ago because I’d rather see both operating systems neutralized and end the divisive partisanship we are forced into when we buy a computer and write computer applications.

]]>