Search found 33 matches: othis

Return to advanced search

xbrowse report & Preview style

https://i.postimg.cc/j5KSsXMV/lk.png to make fast I made oThis:oLbx:report() But if I wish print al so the lines ? (Horizontal e and vertical separators) How I can do ? I notice on Windows 10 the style of Preview bar is not for Windows 10 but ...
by Silvio.Falconi
Fri Nov 11, 2022 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse report & Preview style
Replies: 5
Views: 450

Re: refresh a ribbonbar on line

Antonio Linares wrote:Dear Silvio,

Have you tried with ::oRebar:Refresh() ?


oThis:oReBar:refresh()
and
oThis:oReBar:aDialogs[1]:refresh()

I'm trying a little test to make you understand the problem

SENT
by Silvio.Falconi
Fri May 28, 2021 6:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: refresh a ribbonbar on line
Replies: 3
Views: 450

refresh a ribbonbar on line

I have a ribbonbar https://i.postimg.cc/3wmLvSNy/hh.jpg on tab 1 I have a group only when lShowMenuVeloci is true IF oThis:lShowMenuVeloci ADD GROUP ::oGrMenuVeloci RIBBON ::oRebar TO OPTION 1 WIDTH 130 PROMPT "menu veloci" Endif this group is on I draw a red arrow ...
by Silvio.Falconi
Tue May 25, 2021 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: refresh a ribbonbar on line
Replies: 3
Views: 450

Re: BROWSE con varias paginas

gracias lo he solucionado con esta linea en el archivo twebbrowse.prg data-pagination="{{ IF( oThis:lPagination, 'true', 'false') }}" si que cree una variable en la clase y esta funcionando                     data-row-style="{{ oThis:cRowStyle }}"    ...
by Patricio Avalos Aguirre
Mon Feb 01, 2021 10:25 pm
 
Forum: mod_harbour
Topic: BROWSE con varias paginas
Replies: 3
Views: 538

Re: transparent on a say

... I use a particolar method SetDialog( cResName ) of C5 Vtaskbar, do you Know it ? it insert a resource dialog into a menuitem with oBrush (color oThis:nClrPane) if I insert a say then make not trasparency https://i.postimg.cc/DfNFML6T/h.png now I resolved set color of say with ...
by Silvio.Falconi
Sat Apr 11, 2020 7:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: transparent on a say
Replies: 7
Views: 979

Problem with datepick

... oDate1 VAR dDataIniziale OF oGrS1 SIZE 145,25 ; UPDATE picture "ddd dd mmm yyyy" FONT oFontBig ; ON CHANGE (if( dDataIniziale != othis:dDataIniziale,; ( SetDates( dDataIniziale,dDataFinale ),; CHANGE_PLAN( dDataIniziale,dDataFinale,lShowNumeri,lshowPagamenti) ), ) ) ; VALID ValidareData ...
by Silvio.Falconi
Fri Mar 06, 2020 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with datepick
Replies: 13
Views: 2502

Re: Quien me ayuda...Adquirir datos de respuesta de una web

Antetodo gracias por responder, he utilizado muchas funciones diferentes pero ninguna funciona, aqui las que he probado pero nada function test(othis) local cUrl:="",oHttp:="",oIE:=nil,cbody:="",i:=0 cUrl:="https://maps.googleapis.com/maps/api/geocode/xml?address=calle ...
by softruz
Fri Mar 24, 2017 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Quien me ayuda...Adquirir datos de respuesta de una web
Replies: 11
Views: 2498

Re: Warning BASE/1004 Message not found: TBTNBMP:GETLIST?

Kim,

local oThis := Self

REDEFINE BTNBMP oBtn[2] ID 142 OF oClient FILE "..\bitmaps\find1.bmp" ACTION oThis:GetList(oBrw, aData, cGet[1], cGet[2] )
by Antonio Linares
Thu Sep 17, 2015 10:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Warning BASE/1004 Message not found: TBTNBMP:GETLIST?
Replies: 2
Views: 405

Re: Control Botón de Impresión

... hMeta := ::oMeta1:hMeta local oDlg, oRad, oPageIni, oPageEnd local nOption := 1, nFirst := 1, nLast := Len( ::oDevice:aMeta ) // DEVICE local oThis := Self local lCancel := .t. if nLast != 1 DEFINE DIALOG oDlg SIZE 400, 183 TITLE FWString( "Printing" ) oDlg:lTruePixel := .f. @ 8, ...
by luisduque
Thu Sep 10, 2015 7:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Control Botón de Impresión
Replies: 8
Views: 1437

Re: FolderEx y DelItem

... bRedefineControls, cnHelpId, bPrevItemDeleted, bPostItemDeleted) CLASS TFolderEx //Dos nuevos parámetros local oDlg local nLen local n local oThis := Self if ValType( ::bPrevItemAdded ) == "B" // New Eval( ::bPrevItemAdded, Self, ::nOption ) endif if Empty( cResName ) DEFINE DIALOG ...
by Biel EA6DD
Fri Feb 27, 2015 4:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FolderEx y DelItem
Replies: 25
Views: 4847

To Nages : xbrowse changed

I recompiled an old procedure with last fwh and it not found a variable

oThis:oBrwFilter:nEditTypes := EDIT_GET

why ? and How I can resolve it ?

I found it also on XbrArray.prg
by Silvio.Falconi
Sun Jan 04, 2015 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : xbrowse changed
Replies: 2
Views: 406

Re: Mejoras para scintilla

... sin problema pues supongo que oslide es estática para que la vea la función en onchange :( . has probado pasando a la función nValSlider un oThis ? .LO miro en un ejemplo autocontenido y te digo algo . Menudo arreón le has dado al scintilla :D . Se ve superbien . Como comentario , he investigado ...
by mastintin
Sun Dec 28, 2014 4:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 839592

METHOD PrintPage() CLASS TPreview

... SOLO lo crea la primera vez, despues ya no vuelve a salir... DEFINE DIALOG oDlg RESOURCE "PRINT" REDEFINE BUTTON ID 101 OF oDlg ; ACTION oThis:PrintPrv( oDlg, nOption, nFirst, nLast ) REDEFINE BUTTON ID 102 OF oDlg ACTION oDlg:End() REDEFINE RADIO oRad VAR nOption ID 103, 104, 105 OF ...
by thefull
Mon Feb 27, 2012 5:31 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: METHOD PrintPage() CLASS TPreview
Replies: 0
Views: 640

Re: how can do get spinner work ? and other tget modify

... ::oBtn:Move( 0, ::nWidth() - ::nHeight() - If( ::lSpinner, 20, 0 ),::nHeight() - 4,::nHeight() - 4 ) endif 3. method createbutton () ACTION (EVAL( oThis:bAction, oThis ), oThis:SetFocus()) ; should replaced with local bwhen := ::bwhen ACTION (if(empty(bwhen).or.EVAL(bwhen), (EVAL( oThis:bAction, ...
by ShumingWang
Thu May 05, 2011 8:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how can do get spinner work?
Replies: 3
Views: 813

Re: New FTDN April/Abril 2011 (FWH 11.04)

... En el método Paint() de la clase TBtnBmp, el texto usa la fuente correcta. * Corrección: En la clase TGET, usando ACTION necesitamos usar oThis:SetFocus() despues de bCodeblock, para recibir el foco de devolución de la llamada. Gracias a Lailton! * Corrección: Del error en el SAY transparente ...
by Antonio Linares
Tue May 03, 2011 11:09 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2011 (FWH 11.04)
Replies: 1
Views: 1992
Next

Return to advanced search