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

Home » Extra libraries, Code snippets, applications etc. » U++ users applications in progress and useful code snippets, including reference examples! » Window without title bar
Re: Window without title bar [message #14136 is a reply to message #14135] Thu, 14 February 2008 16:53 Go to previous messageGo to previous message
cbpporter is currently offline  cbpporter
Messages: 1428
Registered: September 2007
Ultimate Contributor
Anyway, using singleton pattern here is really overkill. Just create and instance variable in MainWin called for example popUp, with type PopUpWin and replace all Single<PopUpWin>() with that given name.

For example,
Single<PopUpWin>().SetPoppedUp(true);
becomes
popUp.SetPoppedUp(true);
 
Read Message icon5.gif
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
Read Message
Read Message
Previous Topic: Sometimes, you don't want to update the GUI...
Next Topic: print multiple postscript/PDF in windows
Goto Forum:
  


Current Time: Thu Sep 17 02:51:26 GMT+2 2026

Total time taken to generate the page: 0.00700 seconds