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 » Exclamation doesnt show the text...
Exclamation doesnt show the text... [message #16709] Tue, 08 July 2008 10:44 Go to previous message
kbyte is currently offline  kbyte
Messages: 87
Registered: July 2008
Member
Hi,
When I try the UWord example the exclamation functions show the messagebox windows but text doesnt appear.
I have a very simple sample app that demonstrates this problem. Here is it:


aaa.h

#ifndef _aaa_aaa_h
#define _aaa_aaa_h

#include <CtrlLib/CtrlLib.h>

using namespace Upp;

#define LAYOUTFILE <aaa/aaa.lay>
#include <CtrlCore/lay.h>

class aaa : public WithaaaLayout<TopWindow>
{
public:
typedef aaa CLASSNAME;
aaa();
};

#endif


aaa.cpp

#include "aaa.h"
aaa::aaa()
{
CtrlLayout(*this, "Window title");
Exclamation("dfsdfasdfasdfsadf");
}

GUI_APP_MAIN
{
aaa().Run();
}



There is a printscreen in attachment that shows the "empty" message box.

Thank you very much,


Kim
 
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: Can we get OptionTree:ManualMode?
Next Topic: Can't Get DropGrid Working
Goto Forum:
  


Current Time: Sat Apr 27 22:35:26 CEST 2024

Total time taken to generate the page: 0.05894 seconds