Click here to Skip to main content
16,006,006 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: Database Pin
João Paulo Figueira19-Jan-04 4:45
professionalJoão Paulo Figueira19-Jan-04 4:45 
GeneralWireless Communication Pin
Mahesh Varma16-Jan-04 21:36
Mahesh Varma16-Jan-04 21:36 
GeneraleMbedded Visual C++ 3.0 Pin
dhdhaha16-Jan-04 21:12
dhdhaha16-Jan-04 21:12 
GeneralRe: eMbedded Visual C++ 3.0 Pin
João Paulo Figueira18-Jan-04 5:07
professionalJoão Paulo Figueira18-Jan-04 5:07 
GeneralRe: eMbedded Visual C++ 3.0 Pin
P_JAYAPRAKASH23-Jan-04 3:10
P_JAYAPRAKASH23-Jan-04 3:10 
Generalclass for uuencode/uudecode on pocket pc Pin
bryce16-Jan-04 18:05
bryce16-Jan-04 18:05 
GeneralMore weirdness Pin
#realJSOP16-Jan-04 6:27
professional#realJSOP16-Jan-04 6:27 
GeneralRe: More weirdness Pin
cmk17-Jan-04 9:10
cmk17-Jan-04 9:10 
Are you using property sheet/pages and dialogs, or just dialogs ?

They all sound like the same problem - the new dialog isn't getting the focus when it should.

I've had something similar happen when, for instance, i created a dialog resource as a property page, then changed my mind and used as a CDialog without changing the resource properties from child to popup. Also make sure the new dialog isn't overlapped, i think that only the main app dialog can safely be overlapped (cound be wrong - have't checked).

For Part 3 : the X is part of the dialog/page, the SIP isn't, hitting enter in the SIP just acts as if you hit the default button on the dialog/page - usually IDOK.

On an unrelated note, here are some other things i've found :

There is a bug in MFC CPropertySheet::ContinueModal(), so in any PS derived class' override with :
class CkDlgEdit : public CPropertySheet
...
BOOL CkDlgEdit::ContinueModal()
{
if( !CWnd::ContinueModal() ) return(FALSE);
return(TRUE);
}

There is a resource leak when displaying a dialog box. The following methodology evidently prevents this :
void CJsoFldCeDlg::OnDblclkList( NMHDR *pNMHDR, LRESULT *pResult )
{
...
{
CkDlgEdit dlg(this, L"Edit Observation");
dlg.DoModal();
}
AfxGetApp()->OnIdle(1);
...
}


...cmk

Save the whales - collect the whole set
GeneralRe: More weirdness Pin
João Paulo Figueira20-Jan-04 3:54
professionalJoão Paulo Figueira20-Jan-04 3:54 
GeneralWeb Services on the Pocket PC with .NET Compact Framework Pin
Colin Angus Mackay16-Jan-04 3:19
Colin Angus Mackay16-Jan-04 3:19 
Generalaccess the pda's addressbook Pin
slomoman15-Jan-04 3:01
slomoman15-Jan-04 3:01 
GeneralRe: access the pda's addressbook Pin
João Paulo Figueira15-Jan-04 4:49
professionalJoão Paulo Figueira15-Jan-04 4:49 
GeneralTMobile ROM Upgrade to WM2003 Pin
alaa_m15-Jan-04 0:22
alaa_m15-Jan-04 0:22 
QuestionCan I Use AT Commands for CDMA Pin
misha_grewal14-Jan-04 3:08
misha_grewal14-Jan-04 3:08 
General.inf How to create new folder Pin
Rassul Yunussov13-Jan-04 4:41
Rassul Yunussov13-Jan-04 4:41 
GeneralRe: .inf How to create new folder Pin
João Paulo Figueira13-Jan-04 5:21
professionalJoão Paulo Figueira13-Jan-04 5:21 
QuestionHow to know the default Documents folder Pin
Cedric Moonen12-Jan-04 20:48
Cedric Moonen12-Jan-04 20:48 
AnswerRe: How to know the default Documents folder Pin
Jonas Larsson12-Jan-04 21:53
Jonas Larsson12-Jan-04 21:53 
GeneralGet rid of the authentification key in bluetooth Pin
Cedric Moonen12-Jan-04 20:39
Cedric Moonen12-Jan-04 20:39 
GeneralRe: Get rid of the authentification key in bluetooth Pin
Jonas Larsson12-Jan-04 21:43
Jonas Larsson12-Jan-04 21:43 
GeneralRe: Get rid of the authentification key in bluetooth Pin
Cedric Moonen12-Jan-04 22:15
Cedric Moonen12-Jan-04 22:15 
GeneralRe: Get rid of the authentification key in bluetooth Pin
Jonas Larsson12-Jan-04 22:39
Jonas Larsson12-Jan-04 22:39 
GeneralRemoving shortcuts from the start menu Pin
KellyR12-Jan-04 4:50
KellyR12-Jan-04 4:50 
GeneralRe: Removing shortcuts from the start menu Pin
Jonas Larsson12-Jan-04 21:49
Jonas Larsson12-Jan-04 21:49 
GeneralPopup Menu Pin
Member 5146729-Jan-04 4:56
Member 5146729-Jan-04 4:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.