Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » Having Problem with CExtTabMdiWnd Collapse All
Subject Author Date
jess lim Mar 24, 2009 - 2:54 AM

I am trying to create a MDI tabs application using the Prof-UIS AppWizard. According to the help file, i just have to declare
" CExtTabMdiWnd m_wndMdiTabs" in the main frame window class and add the following code to the OnCreate() method:

if( !m_wndMdiTabs.Create(this) )
{
TRACE0("Failed to create m_wndMdiTabs\n");
return -1;
}

I have declared the m_wndMdiTabs in CMAinFrame and added the code in OnCreate() but it still shows the following errors:

1. syntax error : missing ’;’ before identifier ’m_wndMdiTabs’

2.’CExtTabMdiWnd’ : missing storage-class or type specifiers

3. ’m_wndMdiTabs’ : missing storage-class or type specifiers

4.’m_wndMdiTabs’ : undeclared identifier

5. left of ’.Create’ must have class/struct/union type

What should i do so that i can use the " CExtTabMdiWnd m_wndMdiTabs" to create tabs in the application?

Technical Support Mar 25, 2009 - 11:08 AM

We are sorry but the MDI tabs classes are not present in the freeware version.

Technical Support Mar 24, 2009 - 9:42 AM

MDI tabs classes present in Prof-UIS Trial and Commercial versions only. Could you tell us which version you are using?

jess lim Mar 25, 2009 - 1:27 AM

I am using the Prof-UIS Freeware v.2.84