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

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: 3461
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 964 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: Tue Sep 15 10:58:27 GMT+2 2026

Total time taken to generate the page: 0.00477 seconds