Search found 47 matches: oself

Return to advanced search

Re: XIMAGE

... blanco. Me esta faltando algo? agregue esto antes de guardar la imagen cArchivo:=curdrive()+":\"+curdir()+"\imagenes\foto.jpg" oSelf:oImg:Save(.F.,cArchivo, 100) lo guarda pero me da un alert de here P y es molesto para el usuario final Cualquier sugerencia les agradezco
by Marcelo Roggeri
Tue Mar 05, 2024 1:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XIMAGE
Replies: 10
Views: 434

Re: Owner of the object

hi Natter, Here I need the owner of the oVScroll object. perhaps this Method can help METHOD GetScrollbarObj( oSelf, lVScroll ) CLASS TGridLOCAL oObj, cTitle := ""LOCAL hWnd := 0   DEFAULT oSelf := SELF   DEFAULT lVScroll := .T.   IF lVScroll      cTitle := "oVScroll"  ...
by Jimmy
Thu Mar 02, 2023 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Owner of the object
Replies: 7
Views: 368

Re: does Fivewin have a Gradient ComboBox ?

... DoMyComBo()   nCount := PCOUNT()   FOR ii := 1 TO nCount      xPara := PValue(ii)      DO CASE         CASE ii = 1 ; oSelf    := xPara         CASE ii = 2 ; nIdCtl   := xPara         CASE ii = 3 ; aStruc   := xPara         CASE ii = 4 ; nPointer := xPara      ENDCASE  ...
by Jimmy
Wed Feb 15, 2023 6:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: does Fivewin have a Gradient ComboBox ?
Replies: 7
Views: 508

Re: show a btnbmp pressed

No I made DEFINE BUTTON oSelf:oPlus FILENAME ".\bitmaps\plus.bmp" OF ::oBar ; TOOLTIP "plus numbers" ; ACTION (ChangePressedBtn(oSelf:oPlus)) Function ChangePressedBtn(oBtn)   local  bClrGradSelect ...
by Silvio.Falconi
Mon Oct 17, 2022 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: show a btnbmp pressed on buttonbar
Replies: 9
Views: 616

Re: show a btnbmp pressed

I tried DEFINE BUTTON oSelf:oPlus FILENAME ".\bitmaps\plus.bmp" OF ::oBar ; TOOLTIP "plus numbers" ; ACTION (oSelf:oPlus:lPressed:=!oSelf:oPlus:lPressed,; oSelf:oPlus:setcolor( CLR_BLUE, If( oSelf:oPlus:lPressed == ...
by Silvio.Falconi
Mon Oct 17, 2022 10:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: show a btnbmp pressed on buttonbar
Replies: 9
Views: 616

show a btnbmp pressed on buttonbar

... (2015) I have these btnbmps and I would like that when I press a button it stays pressed to simulate the select option , so I made DEFINE BUTTON oSelf:oPlus FILENAME ".\bitmaps\plus.bmp" OF ::oBar ; TOOLTIP "plus numbers" ; ACTION (oSelf:oPlus:lPressed:=!oSelf:oPlus:lPressed, ...
by Silvio.Falconi
Mon Oct 17, 2022 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: show a btnbmp pressed on buttonbar
Replies: 9
Views: 616

To Nages : combobox not refresh xbrowse

... CLASSMETHOD New() CLASS TPaziente   LOCAL oFont1   local cSeek:=Space(100)   local oGet   local oSay:=array(2)   local oSelf:=self   local cOrder := ""  local  aCols    := { ;        { "FIRST",  "First"        ,,   80, },;  ...
by Silvio.Falconi
Mon Jan 03, 2022 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : combobox not refresh xbrowse
Replies: 1
Views: 266

Error XBrowse edit_listbox

... := { || LEN(oBrwPlan:aArrayData)>0.AND.oBrwPlan:aRow[03]==0 } // :bEditValid := { | oGet, oCol | ValidaCodArt( oGet, oCol, oBrwArticulo, oSelf:cPathRs ) } :aEditListTxt := ArrTranspose( aPlanes )[02] :aEditListBound := ArrTranspose( aPlanes )[01] :bOnPostEdit:= { | oCol, xVal, nKey | ...
by Ariel
Thu Oct 17, 2019 11:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error XBrowse edit_listbox
Replies: 13
Views: 2648

Re: Clausole When not run ok

... get not respect the when clausole https://i.postimg.cc/9XxwyYtS/NN.jpg I tried with btnbmp @ 24, 400 BTNBMP oSay PROMPT { || If( oSelf:lFilter, "Filtro", "Tutti" ) } ; RESOURCE aImagesGiorno[ 1 ] ; SIZE 50,60 PIXEL OF ::oGrPlanning FLAT ; ACTION ( oSelf:lFilter ...
by Silvio.Falconi
Thu Jul 04, 2019 2:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Clausole When not run ok - Resolved!!!
Replies: 6
Views: 605

Clausole When not run ok - Resolved!!!

... @ 24, 400 ADD BUTTON oSay OF ::oGrPlanning BITMAP ".\bitmaps\bradio1.bmp" MOSTLEFT SIZE 65, 18 PROMPT "Filtro" ; ACTION ( oSelf:lFilter := ! oSelf:lFilter, ; oSay:SetFile( If( oSelf:lFilter, ".\bitmaps\bradio1.bmp", ".\bitmaps\bradio2.bmp" ) ) ) then ...
by Silvio.Falconi
Thu Jul 04, 2019 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Clausole When not run ok - Resolved!!!
Replies: 6
Views: 605

Re: Problem with Tplan : Cargo Error

... Dow( dDate ) == 7, CLR_WHITE, ::oPlann:nClrText ) ); COLOR CELL ::ColorData( oData ) ; START DAY Date() - 5; END DAY Date() + 5; ON RIGHT SELECT oSelf:BuildPop( nRow, nCol, Self, dCheckIn, dCheckOut ); ON CAPTURE oSelf:MoveReservation(oData, nRowId, Self); ON RESIZE DATA oSelf:ResizeReservation(oData, ...
by Silvio.Falconi
Tue Jul 02, 2019 9:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Tplan : Cargo Error
Replies: 26
Views: 2935

Re: Ribbon Theme

Antonio, AFill( oRb:aClrTabTxt, { | oSelf, nPrompt | If( nPrompt == oSelf:nOption, CLR_WHITE, CLR_HRED ) } ) Unfortunately no. That changes the text color of the selected and unselected tabs. I am looking for a way to change the text color ...
by James Bott
Mon May 06, 2019 7:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28487

Re: Ribbon Theme

James,

This line sets the colors of the Tabs texts:

AFill( oRb:aClrTabTxt, { | oSelf, nPrompt | If( nPrompt == oSelf:nOption, CLR_WHITE, CLR_HRED ) } )

Is this what you are looking for ?
by Antonio Linares
Mon May 06, 2019 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28487

Re: lGetBar

... el problema después de tanto comentar código hasta encontrar que era. Comente la altura que le doy a los get y de esa forma me muestra los combo //oSelf:oBrw:nGetBarHeight := 33 Mi pregunta es por que en cierto momento me lo mostraba y ahora no? Esteticamente queda el combo mas grande que los get. ...
by Marcelo Roggeri
Mon Apr 01, 2019 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: lGetBar
Replies: 34
Views: 5781

Please Daniel Tplann

... Type: " OF ::oPlann size 85,20 pixel TRANSPARENT @ 10, 690 COMBOBOX ::cTypeRoom ITEMS aItems OF ::oPlann size 45,90 pixel ; ON CHANGE (; oSelf:oPlann:Reset(),; oSelf:LoadRooms(),; oSelf:LoadData(),; oSelf:oPlann:Refresh() ) Application===========   Path and name: C:\Work\pezzi_per_spiaggia\Tplann\sample01.Exe ...
by Silvio.Falconi
Thu Jul 12, 2018 6:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Please Daniel Tplann
Replies: 0
Views: 362
Next

Return to advanced search