Difference between revisions of "Designer"

From LinuxMCE
Jump to: navigation, search
(Download Designer)
(Designer)
Line 1: Line 1:
 
==Designer==
 
==Designer==
  
Designer is the program that is used to create a User Interface for the [[Orbiter]].  Designer has not yet been re-written in LinuxMCE.  While functional, it is not terribly user friendly, and it only runs on Windows. Eventually an entirely new cross-platform Designer ought to be written.  However, since it is still usable, this has been considered a lower priority by us.
+
Designer is the program that is used to create a User Interface for the [[Orbiter]].  Designer has not yet been re-written in LinuxMCE.  While functional, it is not terribly user friendly, and it only runs on Windows. Eventually an entirely new cross-platform Designer ought to be written.  However, since it is still usable, this has been considered to be a low priority for us.
  
 
Designer is very poorly written, and we do not recommend that any developer put much effort into writing new code for it. It needs be completely re-written from scratch.
 
Designer is very poorly written, and we do not recommend that any developer put much effort into writing new code for it. It needs be completely re-written from scratch.

Revision as of 21:15, 22 May 2008

Designer

Designer is the program that is used to create a User Interface for the Orbiter. Designer has not yet been re-written in LinuxMCE. While functional, it is not terribly user friendly, and it only runs on Windows. Eventually an entirely new cross-platform Designer ought to be written. However, since it is still usable, this has been considered to be a low priority for us.

Designer is very poorly written, and we do not recommend that any developer put much effort into writing new code for it. It needs be completely re-written from scratch.

To makes matters worse, it was originally written using our own .NET data access classes, similar to our sql2cpp. These classes only worked with the MS SQL Server back-end and were crudely hacked to work with MySql's ODBC connector. They are not easily maintained.

For Version 2, we plan to use the open source MySql database.

Re-writing Designer is a pretty big task and the current version remains usable for the most part, so we have considered re-writing it a lower priority. The database scheme is not likely to change much when the new Designer is written. Any user interfaces developed with the current version ought to be usable with the new Designer version, therefore.

The User's Manual explains how to use it. There is no Programmer's Guide for this version of Designer.

Download Designer