Search found 235 matches: ccaption

Return to advanced search

Re: Error of text on a dialog

... einmal persönlich kennen lernen. We have to find out why METHOD Refresh() INLINE If( ::bGet != nil, ::SetText( Eval( ::bGet ) ),) does not read ::cCaption of :settext() method. Best regards, Otto
by Otto
Sun Jun 28, 2020 6:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error of text on a dialog- RESOLVED!!
Replies: 7
Views: 1059

Re: Como Calcular Ancho en Pixeles de una Variable "FrancicoA"

... sería mejor hacer el refresh después de establecer el nuevo ancho ? ANTES AEval(aoSay,{|o,n| o:Refresh() ,o:nWidth := GetTextWidth( 0, Alltrim(o:cCaption), o:oFont:hFont ) + if(alBorder[n],6,0) }) AHORA AEval(aoSay,{|o,n| o:nWidth := GetTextWidth( 0, Alltrim(o:cCaption), o:oFont:hFont ) + if(alBorder[n],6,0), ...
by JESUS MARIN
Mon Jun 15, 2020 10:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como Calcular Ancho en Pixeles de una Variable "FrancicoA"
Replies: 21
Views: 3899

Re: New FTDN February 2020 (FWH 20.02)

... nLangID puede ser una de las constantes disponibles en https://docs.microsoft.com/en-us/window ... nd-strings * Mejora en la función MsgRun( cCaption, cTitle, bAction, oWndParent, aColor ) - Nuevo: Quinto parámetro opcional aColor. Matriz de dos colores, color de texto y fondo. - Si se especifica ...
by Antonio Linares
Fri Feb 28, 2020 7:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2020 (FWH 20.02)
Replies: 1
Views: 4665

New FTDN February 2020 (FWH 20.02)

... of the constants available in https://docs.microsoft.com/en-us/windows/win32/intl/language-identifier-constants-and-strings * Enhancement MsgRun( cCaption, cTitle, bAction, oWndParent, aColor ) - New: 5th optional parameter aColor. Array of 2 colors, Text and back colors - If oWndParent is speicified, ...
by Antonio Linares
Wed Feb 26, 2020 10:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2020 (FWH 20.02)
Replies: 1
Views: 4665

Re: conflicto con database

... funcionar lo que hice funcionar DEFINE ICON surge resource "icoprog" DEFINE DIALOG oDlg resource "lisbus_1" ICON surge odlg:cCaption:= "Clientes" REDEFINE LISTBOX olbm FIELDS (oDbf:calias) ->NAPE ID 101; ON DBLCLICK (lacepto:= .t.,odlg:end()) of odlg olbm:setfocus() ...
by surGom
Thu Oct 24, 2019 1:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: conflicto con database
Replies: 4
Views: 928

Re: Saber si ventana MDI esta abierta

... MDI si ya esta abierta. LOCAL i:=0, lSuccess:=.f. cTitle:=upper(cTitle) FOR i=1 TO LEN(oWndP:oWndClient:aWnd) IF UPPER( oWndP:oWndClient:aWnd[i]:cCaption )=cTitle oWndP:oWndClient:aWnd[i]:SetFocus() lSuccess:=.t. ENDIF NEXT RETURN lSuccess Return NIL
by JESUS MARIN
Wed Oct 16, 2019 9:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber si ventana MDI esta abierta - ( SOLUCIONADO )
Replies: 9
Views: 1710

Re: A problem with SAY and font- style and size

In Class TSAY I added Line 93 // DEFAULT nWidth := SAY_CHARPIX_W * Len( ::cCaption ) - 4 DEFAULT nWidth := GetTextWidth( 0, ::cCaption, If( oFont != nil, oFont:hFont,; If( oWnd:oFont != nil, oWnd:oFont:hFont,) ) ) + 5 because NO textwidth and height is defined ...
by ukoenig
Thu Aug 15, 2019 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with SAY and font- style and < size default >
Replies: 5
Views: 806

Re: Problem to change bitmap

... color when the bbtnbmp is press or over and chenged the border But I not have the theme effect then I thinked to BUTTOMBMP but I have problem with cCaption not refresh
by Silvio.Falconi
Wed May 22, 2019 7:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem to change bitmap
Replies: 7
Views: 675

Re: Problem with FW_SayText

yes I write it on the same coordinates for each btnbmp If I set aBmps[nY,nX]:ccaption := ALLTRIM(STR(nElemento)) I see the numbers on btnbmp as you can see here but as cCaption https://i.postimg.cc/4x0H4szS/mmm.png I not Understood with old fwh ...
by Silvio.Falconi
Thu Apr 25, 2019 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FW_SayText RESOLVED
Replies: 8
Views: 961

A problem with < oCtrl:cVarName > from TRadio and TDatepick

... TRadio ... ... cPrg += CRLF + " @ " + cTop + ", " + cLeft + ; " RADIOITEM " + ::cVarName + ' PROMPT "' + ::cCaption + '"' + ; " ;" + CRLF + ' SIZE ' + cWidth + ", " + cHeight + ; " PIXEL OF " + ::oWnd:cVarName + " ;" ...
by ukoenig
Fri Mar 29, 2019 11:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with < oCtrl:cVarName > from TRadio and TDatepick
Replies: 0
Views: 420

Group Label

Can Update a label on a Group control ...if yes How ?

I made
oGroupPreview:cCaption:="Preview "+str(nWBmp)+"X"+str(nHBmp)
oGroupPreview:refresh()

not run !!!!
by Silvio.Falconi
Mon Oct 15, 2018 4:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Group Label
Replies: 5
Views: 874

Re: Find a dialog

You know cTitle / cCaption of dialog? if you know cCaption, sample //----------------------------------------------------------------------------////Function BuscaDialog( cTitle )   local nAt  := Ascan( GetAllWin(), ...
by cnavarro
Tue Jan 02, 2018 10:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Find a dialog
Replies: 3
Views: 563

Re: Problemas de 'TClase'

... + oBtn2:nHeight )}, 100, 30,,, .F., .T., .F.,, .F.,,, .F.,, .F. ) WITH OBJECT oBtn1 := TButton():New() :SetBounds( 110, 100, 210, 130 ) * :cCaption := "Menu 2010" :SetText( "Menu 2010" ) :bAction := {|| menu2010( oWnd, oBtn2:nTop + oBtn2:nHeight ) } END WITH OBJECT oBtn2 ...
by Xevi
Wed Dec 13, 2017 11:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas de 'TClase'
Replies: 5
Views: 853

Problemas de 'TClase'

... i eventos que voy definiendo segun el caso, pues vendria a ser como... WITH OBJECT oBtn1 := TButton():New() :SetBounds( 110, 100, 210, 130 ) :cCaption := "&Menu" :bAction := {|| menu(oWnd) } END WITH OBJECT oBtn2 := TButton():New() :SetBounds( 110, 140, 210, 170 ) :bAction := ...
by Xevi
Wed Dec 13, 2017 10:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas de 'TClase'
Replies: 5
Views: 853

Re: Set filter for deleted in MariaSql

... a fieldname with deleted, BIT 1 and than trie to make a sql filter to show or not show this. ACTION (oRs:SetFilter( "ploeg2017 = ?", { ::cCaption } ) But than for a fieldname deleted = .t. or delted = .f. (How in SQL) Thanks.
by Marc Venken
Wed May 31, 2017 3:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set filter for deleted in MariaSql (SOLVED)
Replies: 10
Views: 1050
PreviousNext

Return to advanced search