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 » can't use SetLabel and Tip for Option (only one or the other)
Re: can't use SetLabel and Tip for Option (only one or the other) [message #9985 is a reply to message #9944] Tue, 12 June 2007 16:33 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14260
Registered: November 2005
Ultimate Member
Quick fix:

ctrl Option {
	group "Push";

	Text   SetLabel @1 ? "Option text";
	Font   SetFont = StdFont() @1;
	Frame  SetFrame @2;
	bool   BlackEdge;
	bool   SwitchImage;
	bool   SetEditable = true @1 ? "Editable";
	bool   ThreeState;
	bool   NotNull;
	Text   Tip @2;


("@2" does the trick -> means put this 2 inheritance levels deeper).
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: "Visual Inheritance" possible?
Next Topic: Wrong behaviour when switching from text to graphical mode [BUG]
Goto Forum:
  


Current Time: Mon Jun 02 19:46:35 CEST 2025

Total time taken to generate the page: 0.01011 seconds