Re: [fpc-devel] patch - Add new constant to WinCE RTL

2007-05-10 Thread Yury Sidorov
From: Patrick Chevalley This patch add the constant SHDB_SHOWCANCEL added by Windows Mobile 5.0 to aygshell WinCE API. It is to use with SHDoneButton call to replace the OK top bar button by a Cancel button, > syntaxe is SHDoneButton(hwnd,SHDB_SHOWCANCEL); I also replace WS_NONAVDONEBUTTON wit

[fpc-devel] patch - Add new constant to WinCE RTL

2007-05-10 Thread Patrick Chevalley
Hi, This patch add the constant SHDB_SHOWCANCEL added by Windows Mobile 5.0 to aygshell WinCE API. It is to use with SHDoneButton call to replace the OK top bar button by a Cancel button, syntaxe is SHDoneButton(hwnd,SHDB_SHOWCANCEL); I also replace WS_NONAVDONEBUTTON with its correct value $100