Difference between revisions of "Designer"

From LinuxMCE
Jump to: navigation, search
(Update Links)
(added link to newest Designer zip from Mantis)
Line 2: Line 2:
 
<p>Designer is very poorly written, and we do not recommend any developer puts much effort into this code.  It needs be completely re-written from scratch.  What makes matters worse is that it was originally written using our own .NET data access classes, similar to our [[sql2cpp]].  However these classes only worked with MS SQL Server as a back-end.  For Version 2, we are using the open source MySql database.  The data access classes were crudely hacked to work with MySql's ODBC connector and are not easily maintainable.</p>
 
<p>Designer is very poorly written, and we do not recommend any developer puts much effort into this code.  It needs be completely re-written from scratch.  What makes matters worse is that it was originally written using our own .NET data access classes, similar to our [[sql2cpp]].  However these classes only worked with MS SQL Server as a back-end.  For Version 2, we are using the open source MySql database.  The data access classes were crudely hacked to work with MySql's ODBC connector and are not easily maintainable.</p>
 
<p>Since re-writing Designer is a pretty big task and the current version is somehow usable, we have considered this a lower priority.  The database schema is not likely to change much when the new Designer is written, so any user interfaces developed now should be usable with the new Designer.  There is no Programmer's Guide for this version of Designer.</p>
 
<p>Since re-writing Designer is a pretty big task and the current version is somehow usable, we have considered this a lower priority.  The database schema is not likely to change much when the new Designer is written, so any user interfaces developed now should be usable with the new Designer.  There is no Programmer's Guide for this version of Designer.</p>
===Download Designer [[http://files-upload.com/files/454340/winbin.zip HERE]]===
+
===Download Designer [[http://mantis.linuxmce.org/file_download.php?file_id=97&type=bug HERE]]===
 
*[[Windows| Running on Windows Machine]]
 
*[[Windows| Running on Windows Machine]]
 
*[[Designer User's manual]]
 
*[[Designer User's manual]]
 
[[Category: Programmer's Guide]]
 
[[Category: Programmer's Guide]]

Revision as of 05:52, 7 December 2007

Designer is the program that is used to create a user interface for the Orbiter. Designer has not yet been re-written for LinuxMCE . While functional, it is not terribly user friendly, and it only runs on Windows. The User's Manual explains how to use it. Eventually an entirely new cross-platform Designer will be written. However, since it is still usable, this has been considered a lower priority.

Designer is very poorly written, and we do not recommend any developer puts much effort into this code. It needs be completely re-written from scratch. What makes matters worse is that it was originally written using our own .NET data access classes, similar to our sql2cpp. However these classes only worked with MS SQL Server as a back-end. For Version 2, we are using the open source MySql database. The data access classes were crudely hacked to work with MySql's ODBC connector and are not easily maintainable.

Since re-writing Designer is a pretty big task and the current version is somehow usable, we have considered this a lower priority. The database schema is not likely to change much when the new Designer is written, so any user interfaces developed now should be usable with the new Designer. There is no Programmer's Guide for this version of Designer.

Download Designer [HERE]