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 to isolate Layouter to layout for custom export files /drag,resize Ctrl's at runtime
Re: How to isolate Layouter to layout for custom export files /drag,resize Ctrl's at runtime [message #29814 is a reply to message #29813] Fri, 19 November 2010 11:33 Go to previous message
kohait00 is currently offline  kohait00
Messages: 939
Registered: July 2009
Location: Germany
Experienced Contributor
digging a bit more i found the 'UscCtrl' example, which uses the 'Counter.usc' to have TheIDE understand it. it seems to even react on changes on the usc script immediately, seems like TheIDE is aware of changes to the file. great.

it names the prperties to Edit

	Frame  SetFrame = BlackFrame() @2;
	Font   SetFont = StdFont();
	Color  Ink = :SBlack;
	Color  Paper = :SWhite;


and by playing around i found the syntax for '>'

ctrl MyCtrl {
	> EditInt;
..
};

indicates TheIDE to use the properties from EditInt..cool.

now the biggest point for me now is, to make changes to the layout output possible..with the goal to be able to edit live properties from controls.. since now, the usc infos are used to build the '.lay' code, which is static and compile time for the used Ctrl's.

what would be the approach?

[Updated on: Fri, 19 November 2010 11:34]

Report message to a moderator

 
Read Message
Read Message
Read Message
Previous Topic: operator ambiguous
Next Topic: How to make Layout Sizeable & Zoomable
Goto Forum:
  


Current Time: Sun May 12 22:04:03 CEST 2024

Total time taken to generate the page: 0.03198 seconds