Click here to Skip to main content
15,914,111 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: File Open dialog in eVC ! Pin
nigs_krec28-Nov-03 3:03
nigs_krec28-Nov-03 3:03 
GeneralRe: File Open dialog in eVC ! Pin
João Paulo Figueira28-Nov-03 3:24
professionalJoão Paulo Figueira28-Nov-03 3:24 
GeneralRe: File Open dialog in eVC ! Pin
nigs_krec28-Nov-03 3:38
nigs_krec28-Nov-03 3:38 
GeneralRe: File Open dialog in eVC ! Pin
João Paulo Figueira28-Nov-03 3:50
professionalJoão Paulo Figueira28-Nov-03 3:50 
GeneralRe: File Open dialog in eVC ! Pin
Atif Mushtaq11-Dec-03 19:42
Atif Mushtaq11-Dec-03 19:42 
GeneralWAP PAP Application Pin
Socket_Layer26-Nov-03 1:13
Socket_Layer26-Nov-03 1:13 
Generalembedded/C code help Pin
Sirrius24-Nov-03 12:30
Sirrius24-Nov-03 12:30 
QuestionWizard Weirdness - João? Pin
#realJSOP24-Nov-03 2:11
professional#realJSOP24-Nov-03 2:11 
For PocketPC 2002...

I'm using João's wizard dialog stuff and have some really weird stuff happening.

I'm doing this for several property pages:

CMyWizard::CMySheet()
{
}

CMyWizard::OnInitDialog()
{
  CBaseSheet::OnInitDialog();
}

CMyWizard::InitWizard()
{
   m_pgPtr1 = new CPg1(this);
   m_pgPtr1->m_psp.dwFlags |= PSP_PREMATURE;
   AddPage(m_pgPtr1);

   m_pgPtr1->setData();
}


-----------------------------

CPg1::CPg1()
{
}

CPg1::OnInitDlg()
{
  CBasePage::OnInitDialog();
}

CPg1::setData(CDataPtr* dataPtr)
{
  m_ctrlCheckBox1.SetCheck(dataPtr->GetSetting());
}


and I'm calling it like this:

CMyWizard dlg;
dlg.InitWizard();
dlg.DoModal();


The program crashes when it tries to set the checkbox in the property page. The weirdness is that this works sometimes, and other times it doesn't.

Can anyone provide me with some insight?



------- signature starts

"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

"You won't like me when I'm angry..." - Dr. Bruce Banner

Please review the Legal Disclaimer in my bio.

------- signature ends
AnswerRe: Wizard Weirdness - João? Pin
João Paulo Figueira24-Nov-03 4:12
professionalJoão Paulo Figueira24-Nov-03 4:12 
GeneralRe: Wizard Weirdness - João? Pin
#realJSOP24-Nov-03 4:27
professional#realJSOP24-Nov-03 4:27 
AnswerRe: Wizard Weirdness - João? Pin
Atlantys24-Nov-03 14:10
Atlantys24-Nov-03 14:10 
GeneralSocket UDP Pin
cbusgut23-Nov-03 23:29
cbusgut23-Nov-03 23:29 
GeneralC code help Pin
Sirrius21-Nov-03 10:31
Sirrius21-Nov-03 10:31 
QuestionHow to define sort order in Access and convert to .cdb ? Pin
Nick.19-Nov-03 18:47
Nick.19-Nov-03 18:47 
AnswerRe: How to define sort order in Access and convert to .cdb ? Pin
João Paulo Figueira21-Nov-03 4:08
professionalJoão Paulo Figueira21-Nov-03 4:08 
GeneralRe: How to define sort order in Access and convert to .cdb ? Pin
Nick.24-Nov-03 19:44
Nick.24-Nov-03 19:44 
GeneralRe: How to define sort order in Access and convert to .cdb ? Pin
João Paulo Figueira24-Nov-03 22:26
professionalJoão Paulo Figueira24-Nov-03 22:26 
GeneralRe: How to define sort order in Access and convert to .cdb ? Pin
Nick.24-Nov-03 23:09
Nick.24-Nov-03 23:09 
GeneralRe: How to define sort order in Access and convert to .cdb ? Pin
João Paulo Figueira24-Nov-03 23:41
professionalJoão Paulo Figueira24-Nov-03 23:41 
GeneralRe: How to define sort order in Access and convert to .cdb ? Pin
Nick.25-Nov-03 15:02
Nick.25-Nov-03 15:02 
GeneralCancel the status of red-circles ring Pin
RubyHsiao19-Nov-03 17:05
RubyHsiao19-Nov-03 17:05 
GeneralRe: Cancel the status of red-circles ring Pin
Daniel Strigl19-Nov-03 20:11
Daniel Strigl19-Nov-03 20:11 
GeneralInstalling the dev tools Pin
#realJSOP19-Nov-03 10:07
professional#realJSOP19-Nov-03 10:07 
GeneralRe: Installing the dev tools Pin
João Paulo Figueira19-Nov-03 10:33
professionalJoão Paulo Figueira19-Nov-03 10:33 
GeneralPDA video phone Pin
Member 71365218-Nov-03 17:58
Member 71365218-Nov-03 17:58 

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.