U++ framework
Do not panic. Ask here before giving up.

Home » Developing U++ » UppHub » GUI Form Editor
GUI Form Editor [message #26692] Wed, 19 May 2010 16:14 Go to previous message
Sc0rch is currently offline  Sc0rch
Messages: 99
Registered: February 2008
Location: Russia, Rubtsovsk
Member

GUI Form Editor 0.8.0 - Alpha release

Features:
- native view of widgets;
- supports layers;
- supports nested forms;
- customizable interface;
- font-zoomed coordinates support;
- different view modes (as-is, info, simple/wireframe);
- ... I don't remember all features =)


Generated XML example:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE form>
<form>
	<layouts>
		<item>
			<content>
				<item x="150" y="70" cx="70" cy="30" align="1" valign="1">
					<name>Noname</name>
					<properties>
						<property name="Variable" value="Cancel"/>
						<property name="Frame" value="Default frame"/>
						<property name="Label" value="Cancel"/>
						<property name="Type" value="Button"/>
						<property name="Action" value="Cancel"/>
						<property name="Tip" value="Cancel and exit"/>
						<property name="Font.Height" value="0"/>
						<property name="OutlineDraw" value="false"/>
					</properties>
				</item>
...
			</content>
			<name></name>
			<properties>
				<property name="Form.Width" value="230"/>
				<property name="Form.Height" value="110"/>
				<property name="Form.MaximizeBox" value="false"/>
				<property name="Form.MinimizeBox" value="false"/>
				<property name="Form.Sizeable" value="false"/>
				<property name="Form.ToolWindow" value="true"/>
				<property name="Form.Name" value="Default"/>
				<property name="Form.Title" value="Authorization"/>
			</properties>
		</item>
	</layouts>
</form>


About DEMO: Please, test the editor and report the bugs! It was compiled with MSC9 in Optimal-mode.

About SOURCES:
Bazaar: Sources of editor will be moved to bazaar with help of Koldo. Generated XML-forms are not very simple in use yet. And code is dirty and needs refactoring (too many hacks used to achieve result, and also I'm not a professional). So I need some advices and help.
Linux: Editor compiles and works great with Ubuntu 10.04, but there are little problems with relative paths (nested forms not work), I'll try to fix it as soon as possible.

Best regards and sorry for my English!
Anton

[Updated on: Wed, 19 May 2010 16:22]

Report message to a moderator

 
Read Message
Read Message
Read Message
Previous Topic: WebUpdater
Next Topic: Scatter. Faster updates for huge datasets
Goto Forum:
  


Current Time: Sun May 03 10:37:36 GMT+2 2026

Total time taken to generate the page: 0.00436 seconds