X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/422d719d54d3977b58d0ae8b054152958e533007..21dc4be5d27fd73cda55795ab9d1e7e02b494c46:/docs/latex/wx/wxmsw.tex diff --git a/docs/latex/wx/wxmsw.tex b/docs/latex/wx/wxmsw.tex index 69df7b1157..2f6ec969bf 100644 --- a/docs/latex/wx/wxmsw.tex +++ b/docs/latex/wx/wxmsw.tex @@ -20,7 +20,7 @@ most of wxMSW is common to Win32 and Windows CE but there are some simplifications, enhancements, and differences in behaviour. -For installation instructions, see docs/msw/wince in the +For building instructions, see docs/msw/wince in the distribution. The rest of this section documents issues you need to be aware of when programming for Windows CE devices. @@ -64,6 +64,13 @@ style of device. See the "Life!" example (demos/life) for an example of an application that has been tailored for PocketPC and Smartphone use. +{\bf Note:} don't forget to have this line in your .rc file, as for +desktop Windows applications: + +\begin{verbatim} +#include "wx/msw/wx.rc" +\end{verbatim} + \subsubsection{Testing for WinCE SDKs} Use these preprocessor symbols to test for the different types of device or SDK: @@ -333,6 +340,11 @@ by using wxCLOSE\_BOX to indicate when the OK button should be displayed. \item {\bf Dynamic adaptation.} We should probably be using run-time tests more than preprocessor tests, so that the same WinCE application can run on different versions of the operating system. +\item {\bf Modeless dialogs.} When a modeless dialog is hidden with the OK button, it doesn't restore the +frame's menubar. See for example the find dialog in the dialogs sample. However, the menubar is restored +if pressing Cancel (the window is closed). This reflects the fact that modeless dialogs are +not very useful on Windows CE; however, we could perhaps destroy/restore a modeless dialog's menubar +on deactivation and activation. \item {\bf Home screen plugins.} Figure out how to make home screen plugins for use with wxWidgets applications (see {\tt http://www.codeproject.com/ce/CTodayWindow.asp} for inspiration). Although we can't use wxWidgets to create the plugin (too large), we could perhaps write