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 Tech Support » We are facing problem with INPLACE MENUS. Collapse All
Subject Author Date
MUKESH GUPTA Jul 4, 2013 - 4:19 AM

Hi Team,

We are facing problem with INPLACE MENUS.

We have SDI application Where we load in place excel server object and combine inplace menu with the embedded server menu.
The defaut arrangement of the Application is such that one View window which is specifically for In place excel server object is in docked state.
The menu of application gets merged with the in place menu for this OLE item.

Issue:-
When the docked view window is dragged using mouse to undock state and mouse pointer moves out of the view window focus, the in place menu unloads.

Is the Behaviour correct?
Since my view window has excel embedded , i want this inplace menu to remain loaded. What is solution you can propose. let me know if, i am missing anything.


Following is the snippet of our impletation.

BOOL App::InitInstance()
{
CSaIsDocTemplate* pDocTemplate;
pDocTemplate = new CSaIsDocTemplate(
IDR_MAINFRAME,
RUNTIME_CLASS(CSaIsDoc),
RUNTIME_CLASS(CSaIsMainFrame), // main SDI frame window
RUNTIME_CLASS(CSaIsPresentationView));

pDocTemplate->SetContainerInfo(IDR_CNTR_INPLACE);
AddDocTemplate(pDocTemplate);

}

int MainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct)
{
g_CmdManager->ProfileSetup(pApp->m_pszProfileName,GetSafeHwnd());

VERIFY(g_CmdManager->ProfileWndAdd(pApp->m_pszProfileName,GetSafeHwnd()));
VERIFY(g_CmdManager->UpdateFromMenu(pApp->m_pszProfileName,IDR_MAINFRAME));
VERIFY(g_CmdManager->UpdateFromMenu(pApp->m_pszProfileName,IDR_CNTR_INPLACE));

if(!m_wndMenuBar.Create(NULL,this,IDR_MAINFRAME))
{
TRACE(_T("Failed to create menubar\n")); //Infosys:Unicode: TRACE0 changed to ’TRACE’
return -1;
}

m_wndMenuBar.EnableDocking(CBRS_ALIGN_TOP);

// We have another Dockable Result window

m_wndResultBar.SetInitDesiredSizeHorizontal(CSize(50,240));
strFrameName.LoadString(IDS_SAIS_RESULT_BAR);
if( !m_wndResultBar.Create(strFrameName,this,IDS_SAIS_RESULT_BAR,WS_CHILD|WS_VISIBLE|WS_CLIPCHILDREN|WS_CLIPSIBLINGS
|CBRS_TOP|CBRS_GRIPPER|CBRS_TOOLTIPS|CBRS_FLYBY|CBRS_SIZE_DYNAMIC
//|CBRS_HIDE_INPLACE //Hide Inplace flag has been removed to do away with the excel-reports loading issue.
)
)
{
TRACE0("Failed to create m_wndResultBar\n");
return -1; // fail to create
}
}


Looking forward towards your quick responce/Support

Thanks in advance.

MUKESH GUPTA Oct 31, 2013 - 6:32 AM

Is there any way to increase the priority of the issues?

MUKESH GUPTA Oct 31, 2013 - 6:30 AM

Hi Team,


Is there anyone who is looking this issue and can help us to resolve it.
We have already sent the detailed mail regarding this problem.

We have to fix this problem in our current release our lots of customer are waiting for this fix.


We have not received any update any mail as of now from your support side. we are not aware that any one is looking it to help us.
I think we have wasted our money and time with PROFUI support.

Thanks.

MUKESH GUPTA Oct 29, 2013 - 9:01 AM

Hi Art,

We are waiting for your help on this issue.

This issue is very critical for us and we have to fix it in our next release our lots of customer is waiting for it.
We have tried lots of things at our end to resolve this problem but noting is working as of now.

We have already sent you a mail in which we have attached snap shots and video of the problem.

Waiting for your help.

Thanks in advance

Art Wilkes Oct 10, 2013 - 9:18 AM

Hi


Could you snip some screen shots so I can see what you want to do. 


Also illustrate the problems.

MUKESH GUPTA Oct 23, 2013 - 7:39 AM

Hi Team,

As you mentioned we have sent the mail and also attached the video of the issue.
Please let us know in case you need more information.

Thanks

MUKESH GUPTA Oct 10, 2013 - 4:47 AM

HI Team,

can any one provide any help on this problem as our lots of customer is facing this issue.
For your better understanding we can send you a video in which you can see and understand the exact problem which we are facing.

Thanks in advance.

Waiting for your quick and positive solution.

MUKESH GUPTA Aug 12, 2013 - 7:47 AM

Hi Team,

I have sent the snippets of the problem and I understand that it is difficult to understand the exact problem with the snippets.

For your better understanding we can send you a video in which you can see and understand the exact problem which we are facing.

Please let us know if video can help you to understand the problem.

Thanks

Art Wilkes Jul 16, 2013 - 9:18 AM

First I don’t think the menu should upload.


Can you send in a project that shows this behavior. I see the snippets but would like a little more.


I not sure why an alert was not send to me when you entered this item.  I normally get them when an item is entered.


Thanks