I have here a problem which has put the forum a few months and still can not solve.
The following example was tested on Windows emulator 6.5, and 6.1
#include "FWCE.ch"
function Main()
local oWnd, cValue :="One"
DEFINE window oWnd TITLE "Combos"
@ 1, 1 COMBOBOX cValue ITEMS { "One", "Two", "Three" } OF oWnd
ACTIVATE window oWnd
return nil
in the 6.5 the combobox not open
in thr 6.1 or 5.0 operate normally
Any topic will be a great help.
best Regards
Sérgio
combobox not open in windows mobile 6.5
Re: combobox not open in windows mobile 6.5
Pictures in the emulator WM6.
in the 6.5 the combobox not open
in thr 6.1 or 5.0 operate normally
What is wrong?
in the 6.5 the combobox not open
in thr 6.1 or 5.0 operate normally
What is wrong?
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: combobox not open in windows mobile 6.5
Try
EMG
Code: Select all
@ 1, 1 COMBOBOX cValue ITEMS { "One", "Two", "Three" } OF oWnd SIZE 175, 200
Re: combobox not open in windows mobile 6.5
Still does not work
the combobox not open
this image emulator - WM6.5 Professional emulator Square.
the same happens on my phone HTC TOUCH Dimmond
best regards
Sérgio
the combobox not open
this image emulator - WM6.5 Professional emulator Square.
the same happens on my phone HTC TOUCH Dimmond
best regards
Sérgio
Re: combobox not open in windows mobile 6.5
I can not understand why this happens
version of FWPPC ?
compiler ?
I developed a software using FWPPC, This has several combobox, my client is going to change equipment to windows Mobile 6.5
I'm in panic, because I still could not solve the problem.
help me please, Antonio Linares and all users of FWPPC.
Best Regards
version of FWPPC ?
compiler ?
I developed a software using FWPPC, This has several combobox, my client is going to change equipment to windows Mobile 6.5
I'm in panic, because I still could not solve the problem.
help me please, Antonio Linares and all users of FWPPC.
Best Regards
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: combobox not open in windows mobile 6.5
Sergio,
Please send me an email to alinares@fivetechsoft.com and we may do a TeamViewer session and check what is going on, thanks
Please send me an email to alinares@fivetechsoft.com and we may do a TeamViewer session and check what is going on, thanks
Re: combobox not open in windows mobile 6.5
António,
ainda não consegui resolver as combobox, tens mais alguma ideia?
Sergio
ainda não consegui resolver as combobox, tens mais alguma ideia?
Sergio
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: combobox not open in windows mobile 6.5
Thanks, that's OK.
tested the emulator WM6.5 and in HTC Touch Dimond 2. worked without problems.
Gracias, Obrigado, A Big Thanks
Post this resolved
Best Regards
Sérgio
tested the emulator WM6.5 and in HTC Touch Dimond 2. worked without problems.
Gracias, Obrigado, A Big Thanks
Post this resolved
Best Regards
Sérgio