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 » Modifying AddressBookXML2
Re: Modifying AddressBookXML2 [message #22790 is a reply to message #22789] Sun, 16 August 2009 16:12 Go to previous messageGo to previous message
koldo is currently offline  koldo
Messages: 3361
Registered: August 2008
Senior Veteran
Hello ksingh

Quote:

On a related matter, how does one make the whole dialog resizable?


Add a Sizeable(); in the window constructor:

AddressBook::AddressBook()
{
	...
	menu.Set(THISBACK(MainMenu));
	Sizeable();
}


And in the layout editor change the "springs" with "rods" by clicking the "spring" with the left button where it makes sense. I mean:

index.php?t=getfile&id=1888&private=0

This way the control width-height will follow window size making it really resizable.

Best regards
Koldo
  • Attachment: Dib.PNG
    (Size: 8.91KB, Downloaded 595 times)


Best regards
IƱaki
 
Read Message
Read Message
Read Message
Previous Topic: Incorrect default font settings in Layout Designer
Next Topic: Toggle layout/text view in Layout Designer
Goto Forum:
  


Current Time: Thu May 09 04:14:02 CEST 2024

Total time taken to generate the page: 0.01651 seconds