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 » CExtCombobox crashed on Toolbar Collapse All
Subject Author Date
Timo Stripf May 24, 2008 - 1:20 PM

I have the problem, that i get a assert exception, if i try to write text into a combobox which is into a toolbar on this lines of code


 


    case __EXT_WM_USER_AUTOCOMPLETE:

        {

            bool bAutoComplete =

                ( wParam > 0L ) ? true : false;

            DWORD dwCurSel = GetEditSel();

            WORD dStart = LOWORD( dwCurSel );

            WORD dEnd   = HIWORD( dwCurSel );



            CString str;

            GetWindowText( str );

            INT nLength = str.GetLength();

            INT nResult = FindString( -1, str );



            CEdit * pEdit = GetInnerEditCtrl();

            ASSERT( pEdit != NULL );


because pEdit is NULL. i was not sure, that it is my fault, but i have tested the profstudio version, and  i get the same exception.


i have the 2.82 version of profuis.

Technical Support May 27, 2008 - 2:14 PM

Please download it again. We uploaded a newer file.

Technical Support May 26, 2008 - 5:53 AM

This issue is already fixed. If you have valid subscription, then please drop us an e-mail at support@prof-uis.com so we can provide you with 2.83 beta.

Timo Stripf May 27, 2008 - 1:56 AM

If you mean the 2.83 beta from your ftp server, then i must say that the zip file is corrupted. i have tried it to download many times and receive ever the same crc problem.