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 » to use CExtListCtrl in dynamic bar Collapse All
Subject Author Date
nakzu e Sep 25, 2009 - 10:45 AM

I ’m using 2.85 version.


I refered the example of  "MDI_DynamicInnerOuterBars".


I’m tying to use CExtlistctrl in place of  CSimpleDynamicEdit in a dynamic bar. An assertion is occurred.


 The orignal CSimpleDynamicEdit is

 



        pLogEdit = new CSimpleDynamicEdit;


VERIFY(


pLogEdit->Create(


m_parrControlBars[i]->m_hWnd,


NULL


)


);


pCpriEdit->SetWindowText("Log Monitor");

Halfdom LCap Sep 25, 2009 - 11:00 AM

Plz, erase this.

nakzu e Sep 25, 2009 - 10:50 AM

I’m using 2.85 version.


I refer from the example of "MDI_DynamicInnerOuterBars ".


I ’m trying to use CExtListCtrl in place of CSimpleDynamicEdit in the sy

The source of  CSimpleDynamicEdit is



in MainFrm.cpp


                pLogEdit = new CSimpleDynamicEdit;


                VERIFY(pLogEdit->Create(


                                              m_parrControlBars[i]->m_hWnd,


                                              NULL) );


                pCpriEdit->SetWindowText("Log Monitor");



 


Halfdom LCap Sep 25, 2009 - 11:01 AM

plz, erase this.

Technical Support Sep 25, 2009 - 12:17 PM

You should just create a list view common control instead of editor window.