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++ Library support » TabCtrl » Tabctrl and RightDown.
Re: Tabctrl and RightDown. [message #37811 is a reply to message #37810] Wed, 14 November 2012 15:50 Go to previous messageGo to previous message
koldo is currently offline  koldo
Messages: 3361
Registered: August 2008
Senior Veteran
Hello witriol

Welcome to the forum Cool.

Personally I would do this:

class Gun : public WithGunLayout<TopWindow> 
{
.....;
Withkep_lay <StaticRect> mj;  
.....;
}

Gun::Gun()
{
.....
CtrlLayout(mj);
summa_vievver.Add(mj.SizePos(),"Image"); // So mj will fill all suma_vievver available area when resizing
.....
}


Quote:

Right click choose the interesting part but right click does not work. This is logical RightDown of mj overdefine/overwrite Gun::RigtDown. How to do call the right click function of mj?.


Do you mean that you want to call a function when the user right-clicks when hovering over mj?


Best regards
IƱaki
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Why not drop ParentCtrl pane and add Ctrls directly to TabBarCtrl?
Next Topic: TabBar min tab count
Goto Forum:
  


Current Time: Mon May 13 11:39:14 CEST 2024

Total time taken to generate the page: 0.02430 seconds