by rasptty » Mon Apr 27, 2009 3:15 pm
Continuo com o mesmo problema as ComboBox, não Abrem no windows Mobile 6.1 SO CE 5.2.20764
EM baixo exemplo , peço ajuda ao LINARES para tentar resolver o problema...
#include "FWCE.ch"
#include "Combos.ch"
#define ID_SIMPLE 110
#define ID_DROPDOWN 120
#define ID_DROPDOWNLIST 188
#define ID_SELECTION 140
function Main()
local oWnd_des
local ajud_posi:=0
DEFINE WINDOW oWnd_des TITLE "Teste "
@ 0, -0.5 FOLDER oFld PROMPTS "Pag 1","Pag 2";
SIZE 247, 295 BOTTOM
*/esta Não Aparece na Folder 1
*/ eu quero um combobox numa window não numa dialog REDEFINE COMBOBOX ajud_posi ITEMS { " ", "A ","B ","C "} ;
ID ID_DROPDOWNLIST OF oFld:aDialogs[ 1 ];
ON CHANGE MsgBeep()
*/esta Funciona mas no HTC WM6.1 SO CE 5.2.20794 - > Não ABRE
@ 0.4, 13 COMBOBOX ajud_posi ITEMS { " ", "A ","B ","C "};
SIZE 40, 80 of oFld:aDialogs[ 2 ];
ON CHANGE MsgBeep()
ACTIVATE WINDOW oWnd_des
return nil
//FICHEIRO RC -
#include "WinApi.ch"
#include "Combos.ch"
combos DIALOG 135, 63, 140, 142
STYLE 0x4L | WS_CHILD
{
CONTROL "", ID_DROPDOWNLIST, "COMBOBOX", CBS_DROPDOWNLIST | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 1, 10, 49, 52
}
Obrigado #include "WinApi.ch"
#include "Combos.ch"
combos DIALOG 135, 63, 140, 142
STYLE 0x4L | WS_CHILD
{
CONTROL "", ID_DROPDOWNLIST, "COMBOBOX", CBS_DROPDOWNLIST | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 1, 10, 49, 52
}
Continuo a espera de uma LUZ neste Forum
Obrigado..