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 » U++ Widgets - General questions or Mixed problems » public Ctrl in my class - param in constructor problem
Re: public Ctrl in my class - param in constructor problem [message #30305 is a reply to message #29948] Thu, 23 December 2010 14:22 Go to previous message
arkady_c is currently offline  arkady_c
Messages: 14
Registered: December 2010
Location: Polska
Promising Member
I resigned from the parameters in constructor
class OptionOB, class OptionFDay, class FrameOb
and I used the function to set the addresses.
void FrameOb::SetDataAddr(zmienna & ani,...

Now I can change a bit in the class zmienna
in my class OptiopOB When I click Smile

void  OptionOB::PerformAction() {
	if(option == 1){
		*zm->vari = 1234; /:-D
		//zm->SetVar(1234);
		option = 0;
	}else{
		option = 1;
	}
	UpdateAction();
	RefreshPush();
}

Why can not the parameters in the constructor Confused


2a7aff6be3f76940495be32258777636
 
Read Message icon10.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: GetDefaultPrinter Call does not compile
Next Topic: Label box has no disabled look
Goto Forum:
  


Current Time: Wed Jun 05 18:01:14 CEST 2024

Total time taken to generate the page: 0.01755 seconds