Search found 21 matches: hidekeyboard

Return to advanced search

Sip handler

for show the sip we must call showkeyboard() function for hide the sip we must call hidekeyboard() function (http://msdn.microsoft.com/en-us/library/aa932298.aspx) When I use hidekeyboard() the keyboard not i showed but on my smathphone the wm 6.1 or 5.0 put an icon ...
by Silvio
Thu Aug 27, 2009 11:43 pm
 
Forum: FiveWin for Pocket PC
Topic: Sip handler
Replies: 0
Views: 394

Erase keyboard icon from button bar

... on this buton bar because we made a small keyboard with fivewin buttons , and we want the user use only this our keyboard. I allready trying with hidEkeyboard function but this function not erase the icon of keyboard on the right of buttonbar of our smarthphone HTCTNT II. There is someone can ...
by Silvio
Sun Aug 23, 2009 9:12 am
 
Forum: FiveWin for Pocket PC
Topic: Erase keyboard icon from button bar
Replies: 0
Views: 371

Re: TO ANTONIO : Using menu on the dialog

... it Static lsave:=.f. and on editclient function ACTIVATE DIALOG oDlg ; ON INIT ( DlgFullScreen( oDlg:hWnd ), oDlg:SetMenu( DialogButtons(oDlg) ) ) HideKeyboard() If lsave =.t. ?"ciao" endif return nil function DialogButtons(oDlg) local oMenu DEFINE MENU oMenu RESOURCE 102 ; BITMAPS 10 ...
by Silvio
Mon May 11, 2009 6:35 pm
 
Forum: FiveWin for Pocket PC
Topic: TO ANTONIO : Using menu on the dialog RESOLVED!!
Replies: 16
Views: 4341

Re: FOLDER CLASS BUG

... GET cName1 SIZE 60, 20 OF oFld:aDialogs[ 1 ] */ ACTIVATE DIALOG oDlg ; ON INIT ( DlgFullScreen( oDlg:hWnd ), oDlg:SetMenu( DialogButtons(oDlg) ) ) HideKeyboard() IF lSave :=.t. ? "I'here" ELSE ? "I'm not here" ENDIF return nil
by Silvio
Mon May 11, 2009 12:25 pm
 
Forum: FiveWin for Pocket PC
Topic: FOLDER CLASS BUG RESOLVED!!!
Replies: 4
Views: 1013

To Antonio :Menubmp on a dialog

... @ 0, 0 FOLDER oFld PROMPTS "Generale", "Dettagli", "Note" ; SIZE 119, 80 ACTIVATE DIALOG oDlg ; on init BuildMenu() HideKeyboard() return nil function BuildMenu() local oMenu MENUITEM OF oMenu filename "ok.bmp" ACTION MsgInfo( "OK" ) MENUITEM OF ...
by Silvio
Mon May 04, 2009 12:39 am
 
Forum: FiveWin for Pocket PC
Topic: To Antonio :Menubmp on a dialog
Replies: 1
Views: 374

HideKeyBoard()
by Biel EA6DD
Thu Nov 06, 2008 8:30 am
 
Forum: FiveWin para Pocket PC
Topic: Activar Teclado ao clicar num GET
Replies: 7
Views: 1734

visualizar mal en listbox

... STATIC FUNCTION Sel_ubica() *--------------------------- LOCAL oDlg, oFont, oLbx LOCAL nRecno := 0 LOCAL cAlias := aDbf[ DBF_UBICACIO] HideKeyboard() DEFINE FONT oFont NAME "Arial" SIZE 0, -12 DEFINE DIALOG oDlg RESOURCE "ubicaciones" REDEFINE LISTBOX oLbx ; FIELDS str(( cAlias )->ubicanume) ...
by antonio1095
Tue Jul 01, 2008 10:21 am
 
Forum: FiveWin para Pocket PC
Topic: visualizar mal en listbox
Replies: 12
Views: 2677

... GET o[ O_SALARY ] VAR v[ O_SALARY ] ID 290 OF o[ O_DLG ] PICTURE '999999' ACTIVATE DIALOG o[ O_DLG ] CENTERED ; ON INIT ( Cli_Bar( o, v ), .f. ) HideKeyboard() RETU NIL *------------------------------ STATIC FUNCTION Cli_Bar( o, v ) *------------------------------ LOCAL oDummy @ 0, 0 BTNBMP NAME ...
by Lupita
Thu Apr 10, 2008 9:54 pm
 
Forum: FiveWin para Pocket PC
Topic: Instalacion
Replies: 10
Views: 2563

Re: @ ...,... listbox

... the listbox object Activate the window This is a workig sample DEFINE WINDOW OWND1 TITLE "A Faire" DEFINE FONT aFONT NAME "TAHOMA" SIZE 0,-12 // HideKeyboard() @ 0, 0 LISTBOX oBrw ; FIELDS DEPANBMP(BLEU,JAUNE,vert,rouge,blanc), ; SUBS(TRNDATE(PKDEPAN->DATEDEP),1,5), ; TRANSFORM(PKDEPAN->Hdeb,"@Z ...
by Richard Chidiak
Fri Feb 09, 2007 7:57 pm
 
Forum: FiveWin for Pocket PC
Topic: @ ...,... listbox
Replies: 2
Views: 1618

... #include "C:\FWPPC\INCLUDE\FWCE.ch" #include "C:\FWPPC\INCLUDE\DLL.ch" function Main() local oWnd, oSay, nHdc PUBLIC nOldX := -1, nOldY := -1 HIDEKEYBOARD() DEFINE WINDOW oWnd TITLE "Draw" @ 5,5 SAY oSay PROMPT " " COLOR "N+/W*" PIXEL SIZE 15,15 @ 5,30 BUTTON obtn1 prompt "Clear" SIZE 50,20 ...
by Richard Chidiak
Sat Dec 23, 2006 2:40 pm
 
Forum: FiveWin for Pocket PC
Topic: Signatures
Replies: 32
Views: 10628

Te comento,

He cogido, me ha compilado (quitando tambien las funciones de showkeyboard y hidekeyboard) , pero el resultado sigue siendo el mismo.
by Mike Serra
Sat Sep 30, 2006 3:29 pm
 
Forum: FiveWin para Pocket PC
Topic: Problemas con PDA PPT2800 (Symbol)
Replies: 18
Views: 5240

... DIALOG oContenedor oContenedorGet:bGotFocus :={||ShowKeyboard() } oContenedorGet:bLostFocus:={||HideKeyboard(),oContenedorSay:Hide(),oContenedorGet:Hide(), oxBrw:Refresh() } oContenedorGet:SetFocus() ...
by luis.santeliz
Wed Sep 13, 2006 10:28 pm
 
Forum: FiveWin para Pocket PC
Topic: Problema grave de velocidad
Replies: 23
Views: 6365

No borra el registro...

... si alguien ve algún error... LOCAL odlg,nKey,oSay,obtn,ofont Local cSearch := "" LOCAL nrecno:=0 LOCAL hBmp := ReadBitmap( CurDir() + "\go.bmp" ) HideKeyboard() DEFINE dialog odlg resource "sele_cli" redefine LISTBOX oBrw ; FIELDS hBmp, clientes->Nomcli, clientes->Apecli; HEADERS "","Nombre", ...
by Elias Torres
Thu Aug 17, 2006 8:32 am
 
Forum: FiveWin para Pocket PC
Topic: No borra el registro...
Replies: 2
Views: 797

PROBLEMAS CON UN GET!

... RETURN NIL *--------------------------- FUNCTION SEL_CLIENT() *--------------------------- LOCAL ODLG, OFONT, OTBR SELECT CLIENTES SET ORDER TO 0 HIDEKEYBOARD() ORDEN_BUSQUEDA(OTBR) DEFINE FONT OFONT NAME 'ARIAL' SIZE 0, -10 DEFINE DIALOG ODLG RESOURCE "SELEC_CLI" REDEFINE LISTBOX Otbr FIELDS ...
by jhony
Tue Jul 25, 2006 8:07 am
 
Forum: FiveWin para Pocket PC
Topic: PROBLEMAS CON UN GET!
Replies: 4
Views: 1566

!Ayuda!...class:'BLOCK' has no exported method refresh()

... FUNCTION SEL_CLIENT() *--------------------------- LOCAL ODLG, OFONT, OTBR, OGET1, orad SELECT CLIENTES SET FILTER TO SET ORDER TO 1 HIDEKEYBOARD() DEFINE FONT OFONT NAME 'ARIAL' SIZE 0, -10 DEFINE DIALOG ODLG RESOURCE "SELEC_CLI" REDEFINE LISTBOX Otbr FIELDS CLIENTES->CCODCLI, ...
by jhony
Mon Jul 24, 2006 6:58 pm
 
Forum: FiveWin para Pocket PC
Topic: !Ayuda!...class:'BLOCK' has no exported method refresh()
Replies: 2
Views: 1144
Next

Return to advanced search