A few menu and toolbar problems

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I'll break up the problems I've encountered into a list.

Problem 1:
I'm loading some forms to add them to a form cache mechanism. When I try to
instantiate a form I can see the form's menu/toolbar painted to the screen
even though I never told the form to show itself. Below is a sample of the
instantiation code for the form. This code is based on code from exisiting
form caching sample code posted on the web.

//FormType = the form class to load
Form f= (Form) Activator.CreateInstance(typeof(FormType));

Problem 2:
On WM 2003 (first edition) I can mix a menu bar and toolbar just fine on the
same form. On WM 2003 Second Edition I can not see the toolbar when I run the
same code.

Has anyone come up with any workarounds for these issues?

Thank you kindly,
Jarod Lavay
 
Looks like I may have answered both my problems. I deployed the CF 1.0 SP3
x86 cab to the emulator and restarted my test app. The menu/toolbar no longer
appear before I show the form and the menu and the toolbar issue in problem 2
now work together in WM 2003 SE.

I'm not sure why this was not working before on my device. I removed and
reinstalled CF SP 3 on my PDA and it too is working now.

Thanks,
Jarod Lavay
 
Looks like I may have answered both my problems. I deployed the CF 1.0 SP3
x86 cab to the emulator and restarted my test app. The menu/toolbar no longer
appear before I show the form and the menu and the toolbar issue in problem 2
now work together in WM 2003 SE.

I'm not sure why this was not working before on my device. I removed and
reinstalled CF SP 3 on my PDA and it too is working now.

Thanks,
Jarod Lavay
 
Back
Top