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 » Compatibility of prof-uis 3.3.0.0 and new MFC features (introduced in Visual2008) ? Collapse All
Subject Author Date
Vincent SAFFRE Feb 17, 2017 - 11:05 AM

As prof-uis classes override the MFC 6 classes, I suppose that its is not recommended (or not nossible) to use new MFC classes in an application that already use prof-uis.


Ex : what will happen if I add a mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-hansi-theme-font:
minor-latin;mso-bidi-font-family:"Times New Roman";mso-bidi-theme-font:minor-bidi;
mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" lang="EN-US">CMFCEditBrowseCtrl
In a dialog that calls Calibri;mso-fareast-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";mso-bidi-theme-font:minor-bidi;
mso-ansi-language:FR;mso-fareast-language:EN-US;mso-bidi-language:AR-SA">SubclassChildControls ?


Calibri;mso-fareast-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";mso-bidi-theme-font:minor-bidi;
mso-ansi-language:FR;mso-fareast-language:EN-US;mso-bidi-language:AR-SA">Is it possible to use the MFC pane/docking system in place of prof-uis one (the rendering is not the same and in some cases, the MFC functionning is better) ?


So I was looking for a list of recommendations to know what is possible and what is not recommended.


 


 

Vincent SAFFRE Feb 17, 2017 - 11:30 AM

I retry as my 1st post is not readable :


As prof-uis classes override the MFC 6 classes, I suppose that its is not recommended (or not nossible) to use new MFC classes in an application that already use prof-uis.


Ex : what will happen if I add a CMFCEditBrowseCtrl In a dialog that calls SubclassChildControls ?


Is it possible to use the MFC pane/docking system in place of prof-uis one (the rendering is not the same and in some cases, the MFC functionning is better) ?


So I was looking for a list of recommendations to know what is possible and what is not recommended.