Hi Antonio,
so we have just to wait for a solution.
Let us to know, because if there isn't we'll try another way
regards
Search found 8 matches
- Mon Sep 10, 2018 1:45 pm
- Forum: FiveWin for Pocket PC
- Topic: Menu doesn't work CE 6.0
- Replies: 22
- Views: 14408
- Mon Sep 10, 2018 10:03 am
- Forum: FiveWin for Pocket PC
- Topic: Menu doesn't work CE 6.0
- Replies: 22
- Views: 14408
Re: Menu doesn't work CE 6.0
Hi Antonio,
how can we implement SHCreateMenuBar command in FWPPC ?
We have modified the example with TB_STYLEBUTTON but it doesn't works.
Have you an working menu CE 6.0 example compiled with FWPPC ?
regards
how can we implement SHCreateMenuBar command in FWPPC ?
We have modified the example with TB_STYLEBUTTON but it doesn't works.
Have you an working menu CE 6.0 example compiled with FWPPC ?
regards
- Mon Sep 10, 2018 8:37 am
- Forum: FiveWin for Pocket PC
- Topic: Menu doesn't work CE 6.0
- Replies: 22
- Views: 14408
Re: Menu doesn't work CE 6.0
Hi, here the output. regards ┌────────────────────────────────────────────────────────────────────────────┐ ?FiveWin for Pocket PC - February 2010 Harbour development power │▄ ?(c) FiveTech Software, 1993-2010 for Microsoft Windows Pocket PC │█ └─────────────────────────────────...
- Mon Sep 10, 2018 7:42 am
- Forum: FiveWin for Pocket PC
- Topic: Menu doesn't work CE 6.0
- Replies: 22
- Views: 14408
Re: Menu doesn't work CE 6.0
Hi Antonio, we tried to change the program as you indicated, but during compilation it returns the following errors: E0022 and E0030 Are we wrong? regards #include "FWCE.ch" FUNCTION Main local oWnd DEFINE WINDOW oWnd TITLE "Giro Sanitario" ; MENU BuildMenu() ACTIVATE...
- Fri Sep 07, 2018 11:41 am
- Forum: FiveWin for Pocket PC
- Topic: Menu doesn't work CE 6.0
- Replies: 22
- Views: 14408
Re: Menu doesn't work CE 6.0
Hi, we try this change but it doesn't work with both emulators regards RESOURCE #ifdef _CE #include "c:\fwppc\vce\include\windows.h" #include "c:\fwppc\vce\include\commctrl.h" #endif #define I_IMAGENONE (-2) #ifdef _CE 102 RCDATA { 102, 4, I_IMAGENONE, 100, TB...
- Fri Sep 07, 2018 8:48 am
- Forum: FiveWin for Pocket PC
- Topic: Menu doesn't work CE 6.0
- Replies: 22
- Views: 14408
Re: Menu doesn't work CE 6.0
Also with Win CE 6.0 emulator it doesn't work.
We have send you a link with the exe program
We have send you a link with the exe program
- Fri Sep 07, 2018 7:39 am
- Forum: FiveWin for Pocket PC
- Topic: Menu doesn't work CE 6.0
- Replies: 22
- Views: 14408
Re: Menu doesn't work CE 6.0
We have tested our program with emulator and it works fine.
We have noticed that the emulator is Win CE 5.0 and our terminal are Win CE 6.0
We have sent you a copy of the exe
We have noticed that the emulator is Win CE 5.0 and our terminal are Win CE 6.0
We have sent you a copy of the exe
- Thu Sep 06, 2018 12:54 pm
- Forum: FiveWin for Pocket PC
- Topic: Menu doesn't work CE 6.0
- Replies: 22
- Views: 14408
Menu doesn't work CE 6.0
Hi, we are migrating our procedure from a terminal with windows ce 4.20 to a new terminal with windows ce 6.0 we have upgrade the FWPPC to the last version. Now, we have a problem displaying the menu. We can see the main item of menu, but when we click on it don't display the popup with the sub-item...