Search found 21 matches: cpict

Return to advanced search

TGet() - UTF8 encoding fails [Solved]

... NIL  https://i.postimg.cc/cHfP9v5f/2023-09-14-10-24-08.png If using the paramters <VARCHAR/lnLimitChars> and/or <PICTURE/cPict> the encoding is changed from UTF-8 to Unicode when editing!
by frose
Thu Sep 14, 2023 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet() - UTF8 encoding fails [Solved]
Replies: 20
Views: 1713

Re: TEdit y alineación del texto

... ] ; [ SIZE <nWidth>, <nHeight> ] ; [ <lPixel: PIXEL, PIXELS > ] ; [ FONT <oFont> ] ; [ <pict: PICT, PICTURE> <cPict> ] ; [ <pass: PASSWORD> ] ; [ ON CHANGE <uChange> ] ; [ ON UPDATE <uUpdate> ] ; [ ON SCROLL <uScroll> ] ; [ <lRO: ...
by cnavarro
Tue Feb 20, 2018 2:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TEdit y alineación del texto... Solucionado!!!
Replies: 6
Views: 901

Re: change a number ( negative and positive)

... on msgcalc() @ n + nlinea2,ncol6 BUTTON oBtPM PROMPT "±" OF oDlg ; SIZE 30,25 ; ACTION (CalcRes( cLastOpe, @nMemo, oGet, oRes, cPict,.t.,"±" ), ; cLastOpe := "±" ) FONT oFont on Calcres function I add elseif cnOpe == "±" nMemo := if(nval>0,-nval,Abs(nval) ...
by Silvio.Falconi
Sun Nov 09, 2014 11:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change a number ( negative and positive)
Replies: 6
Views: 965

Re: to Mr Nages xbrowse footer

... => CALCOLOMUTUO( 136 ) IF I ADD EXTEND CLASS TXBRWCOLUMN WITH DATA nFooterLines it run but on footer I not see anything this is source cPict is a static variable cPict:="999,999.99" Static  Function CreateBrw()EXTEND CLASS TXBRWCOLUMN WITH DATA cFooterPictureEXTEND ...
by Silvio.Falconi
Mon May 26, 2014 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Mr Nages xbrowse footer
Replies: 8
Views: 1539

Re: Like clipper readvar()

... for the fourth parameter GetNew currently (as my version of FW) class tget sends this null parameter, see the class tget (GetNew (20,20, bSetGet, cPict)) in the example that you mentioned would have to do so: GetNew (20,20, bSetGet, "Test1", cPict) this way you would oGet01: oGet: cVarName ...
by yury
Mon Aug 19, 2013 6:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Like clipper readvar()
Replies: 15
Views: 3516

Re: DIALOG ON DIALOG

... / 100 ) ) CASE Tipo == 3 Display := ( nMemo ) / ( 1 + ( PorCien / 100 ) ) ENDCASE nMemo := Display oGet:cText( Space(18)+Transform( nMemo , cPict )) oDlg:Update() // update the msgcalc dialog Endif Allarge(oDlg,1) // return to first size dialog return NIL
by Silvio.Falconi
Tue May 07, 2013 9:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DIALOG ON DIALOG
Replies: 8
Views: 3025

oBrw:Report , error on memo field

... ) == nil bData := oXCol:bEditValue else cPic := oXCol:cEditPicture endif This change solved the problem , but i don't understand why cpict is only assigned when bStrData (or bEditValue) is nil Frank
by Franklin Demont
Sun Feb 17, 2013 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBrw:Report , error on memo field
Replies: 3
Views: 710

Re: Position of msg* dialogs

... calculated > FUNCTION MyMsgBox( lPosition, aRect , cMsg, aOptions, cTitle, xIcon, nDefault, aGradiate, ; bAction, oFont, cFileRes, oIcon, uVar, cPict, bValid,; lSpinner, lMeter, oMeter, lCancel) ... ... ACTIVATE DIALOG oDlg CENTERED ; ON INIT (DlgInit(oDlg, lPosition, aRect , oFont, cMsg, aOptions, ...
by ukoenig
Tue Jul 17, 2012 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Position of msg* dialogs
Replies: 4
Views: 1067

To Mr. frose

... oFont_default, ; // oFont , ; // cMsg .F., ; // LUpdate , ; // bWhen .F., ; // lDesign , ; // acBitmaps , ; // bDrawItem , ; // nStyle , ; // cPict ) // bEChange regards, saludos, gruß Frank (frose) FWH 12.02, xHarbour.com Okt. 2011 (9382), xCC, ADS 10.10.0.28, Windows 7 x64 Transitioning ...
by Otto
Wed Apr 18, 2012 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mr. frose
Replies: 1
Views: 638

Re: autocomplete in get

... .T. to Add New Items to aItems, .F. Don't Add - Added by RAMESH BABU P DATA cAlias METHOD New( nRow , nCol , bSetGet , oWnd , nWidth , nHeight,; cPict , bValid , nClrFore , nClrBack , oFont , lDesign,; oCursor , lPixel , cMsg , lUpdate , bWhen , lCenter,; lRight , bChanged, lReadOnly, lPassword, ...
by Maurizio
Thu Jun 23, 2011 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: autocomplete in get
Replies: 15
Views: 9168

To Antonio: ReadVar()

... DIALOG> <oDlg> ] ; [ <help:HELPID, HELP ID> <nHelpId> ] ; [ VALID <ValidFunc> ] ; [ <pict: PICT, PICTURE> <cPict> ] ; [ <color:COLOR,COLORS> <nClrFore> [,<nClrBack>] ] ; [ FONT <oFont> ] ; [ CURSOR <oCursor> ] ; [ MESSAGE ...
by Colin Wisbey
Sat Jan 24, 2009 6:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: ReadVar()
Replies: 10
Views: 2471

tAutoGet de Maurilio Viana

... when typing // #include "fivewin.ch" CLASS TAutoGet FROM TGet DATA aItems AS ARRAY METHOD New( nRow , nCol , bSetGet , oWnd , nWidth , nHeight,; cPict , bValid , nClrFore , nClrBack , oFont , lDesign,; oCursor , lPixel , cMsg , lUpdate , bWhen , lCenter,; lRight , bChanged, lReadOnly, lPassword, ...
by jose_murugosa
Sat Jan 19, 2008 1:11 am
 
Forum: Utilities / Utilidades
Topic: tAutoGet de Maurilio Viana
Replies: 0
Views: 1394

... !short: SAY */ #xcommand REDEFINE SAY [<oSay>] ; [ <label: PROMPT, VAR> <cText> ] ; [ PICTURE <cPict> ] ; [ ID <nId> ] ; [ <dlg: OF,WINDOW,DIALOG > <oWnd> ] ; [ <color: COLOR,COLORS > <nClrText> [,<nClrBack> ...
by karinha
Fri Aug 31, 2007 3:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DUDA: COMANDO TRANSPARENT EN UNA BITMAP
Replies: 4
Views: 1397

... esta en el evento que edita la celda, que recibe como parametro POR REFERENCIA la variable que deseas editar: oBrw:lEditCol(oBrw:nColAct,@xVar,cPict,bValid,RGB(0,0,0),Rgb(255,255,255)) @xVar es el valor que tu quieres editar, puedes hacer por ejemplo xVar := 0 o bien xVar := SPACE(20) y ahora ...
by thefull
Fri Oct 13, 2006 4:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Browse con Combobox
Replies: 7
Views: 2454

... esta en el evento que edita la celda, que recibe como parametro POR REFERENCIA la variable que deseas editar: oBrw:lEditCol(oBrw:nColAct,@xVar,cPict,bValid,RGB(0,0,0),Rgb(255,255,255)) @xVar es el valor que tu quieres editar, puedes hacer por ejemplo xVar := 0 o bien xVar := SPACE(20) y ahora ...
by R.F.
Tue Oct 10, 2006 5:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Browse con Combobox
Replies: 7
Views: 2454
Next

Return to advanced search