Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Layout (Forms) Designer » How can I layout non-zoomed controls?
How can I layout non-zoomed controls? [message #7814] Wed, 24 January 2007 06:37 Go to next message
yoco is currently offline  yoco
Messages: 25
Registered: June 2006
Location: Taiwan
Promising Member
The code generated by the layout editor..
LAYOUT(sudokuLayout, 308, 216)
	ITEM(Button, dv___0, LeftPosZ(12, 88).TopPosZ(12, 40))
END_LAYOUT

Sizes and Positions generated by the designer is Zoomed.
What if I want to do a pixel-accurate layout?

Currently I assigned controls' positions by hand.
Is there are batter way to do this?

Thank you very much ^^
Re: How can I layout non-zoomed controls? [message #7844 is a reply to message #7814] Thu, 25 January 2007 21:20 Go to previous message
mirek is currently offline  mirek
Messages: 13974
Registered: November 2005
Ultimate Member
yoco wrote on Wed, 24 January 2007 00:37

The code generated by the layout editor..
LAYOUT(sudokuLayout, 308, 216)
	ITEM(Button, dv___0, LeftPosZ(12, 88).TopPosZ(12, 40))
END_LAYOUT

Sizes and Positions generated by the designer is Zoomed.
What if I want to do a pixel-accurate layout?



You can set zoom factor to 1:1 in the code.

Mirek
Previous Topic: Creating Layouts
Next Topic: Layout and Tip
Goto Forum:
  


Current Time: Tue Mar 19 11:37:40 CET 2024

Total time taken to generate the page: 0.00908 seconds