Application Builder
Application BuilderWith the Pythia application builder, you have full access to all Pythia features. There is a complete project manager, which allows you to control many forms and units in a Pythia project. There is also a visual component manager existing on the bottom of the form, making it possible to put a component on a form without writing any line of code.
 
 
Editor
EditorThe Pythia source code editor provides an editable syntax highlighting for the pascal/delphi language. As used in delphi, Pythia provides a feature called code completion, that prevent mistakes and make it easier to write your code. As you can see on the screenshot on the right hand side, you can visualize debugging breakpoints with a red line. Using tab sheets, you can easily switch between many units used in your Pythia project.
 
 
Object Inspector
Object InspectorThe Pythia object inspector is used to control the published attributes of a component. Simply clicking on a component, the object inspector is filled with the actual attribute values. Now you can change the component view or behaviour by editing the attribute values. These values covers so called properties and events. As described above, you can manage your components without writing any line of code. Special components, like the menu component, are supported with special property editors, which allows you to edit the component attributes in an intuitive way.
 
 
Object Treeview
Object TreeviewWith the Pythia object treeview you can get an overview of the component structure of the current used form. Also you can easily get access to your components for editing them with the object inspector.
 
 
Form Editor
Form EditorThe Pythia form editor is a special feature of Pythia, that allows you to edit the view of your components. You can change the position or the size of a component easily by using the mouse pointer. There is a strict interaction between the object inspector and the form editor. Changes in the object inspector are immediately shown in the form editor in the same way as changes in the form editor effect the values of the related attribute values in the property editor. The components in the form editor are displayed one-to-one as on your organizer. You can see the edited form like you can see it on your palm.
 
 
Project Manager
Project ManagerWith the Pythia project manager you can get an overview of the forms and units used in the current project. Also you can easily get access to the parts of the project, simply by clicking them with the mouse pointer.