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

Home » U++ Library support » U++ Widgets - General questions or Mixed problems » Understanding Frames
Re: Understanding Frames [message #3918 is a reply to message #3851] Sun, 09 July 2006 15:58 Go to previous message
mirek is currently offline  mirek
Messages: 14291
Registered: November 2005
Ultimate Member
OK, now to reply to OP question:

Yes, you can have other widgets inside the frame. There are several different ways how to achieve that; perhaps the most simple is to use StaticRect-based frame and put things inside it.

Something like


FrameLeft<StaticRect> myframe;
Button b;
.....
mywidget.AddFrame(myframe);
myframe.Add(b.HSizePos().TopPos(0, 10));
.....


Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Mapping button to CALLBACK
Next Topic: scrolling without Frame and wrapping Ctrl?
Goto Forum:
  


Current Time: Thu Sep 17 04:06:07 GMT+2 2026

Total time taken to generate the page: 0.00998 seconds