Search found 48 matches: texplorer

Return to advanced search

Disable and Enable Items ( TExplorerBar )

Hello

Has possibility to Disable and Enable Items ( TExplorerBar )

Image

Thank you all
by INFORMAISVRB
Thu Jun 22, 2023 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disable and Enable Items ( TExplorerBar )
Replies: 2
Views: 262

hb_CDPSELECT() crash ?

... Called from TDIALOG:READIMAGE(0) in .\source\classes\WINDOW.PRG Called from TGRID:CLEARANDFILLDIR(1133) in .\TGRID.PRG Called from TEXPLORER:FILLGRID(5183) in .\DUALGRID.PRG Called from NOWBUILDGRID(1836) in .\DUALGRID.PRG Called from (b)DOSPLASH(1777) in .\DUALGRID.PRG Called from ...
by Jimmy
Wed May 31, 2023 12:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_CDPSELECT() crash ?
Replies: 8
Views: 319

Re: Error when press ALT + XXX

hi Antonio, METHOD GetHotPos() VIRTUAL i have try to include METHOD GetHotPos() VIRTUAL in my CLASS TGrid() and CLASS TExplorer() but still get Error ... :( --- after disable and reduce used CLASS i got to TControl:HandleEvent() which are SUPER CLASS of TGrid() i have look for ...
by Jimmy
Fri Nov 11, 2022 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error when press ALT + XXX
Replies: 3
Views: 277

Re: "Pause" for Notify Event ?

hi Antonio, Please provide a small and self contained PRG to test it i use Method Notify in my CLASS TGrid() it is use by CLASS TExplorer() from Main i call n-Times CLASS TExplorer() so "smallest" Sample have about 3000 Lines ... --- it is a General Question how i can "block" ...
by Jimmy
Wed Nov 09, 2022 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Pause" for Notify Event ?
Replies: 4
Views: 211

Re: CLASS TGrid() for FiveWin

hi, CLASS TGrid() Source CODE with HB_FUNC() this is 1st "basic" Sample how to use Listview. Sample have 2 x CLASS CLASS TExplorer FROM TGrid CLASS TGrid FROM TControl 1st CLASS is Demo to use Explorer Style 2nd CLASS will be "general" for all Type and "other" ...
by Jimmy
Mon Oct 24, 2022 9:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS TGrid() for FiveWin
Replies: 43
Views: 3348

how to set Parent to Control

hi, i know Fivewin use OF Window ti assin Control now i have this   DEFINE WINDOW oWnd FROM nTop, nLeft TO nHeight, nWidth PIXEL      oExplorer := TExplorer():New( nTop, nLeft, nWidth - 20, nHeight -20, cPath ) how to set "Parent" oWnd to CLASS TExplorer() :idea: if want ...
by Jimmy
Sun Oct 23, 2022 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to set Parent to Control
Replies: 4
Views: 185

Re: questions about xbrowse to understand better

... the scrollbar in this case the vertical one should be activated only when the lines exceed the height of the xbrowse control, as happens in the texplorer class sample : https://i.postimg.cc/3xYp3wt3/gg.png the rows of the table does not arrive at the end of the xbrowse control, ...
by Silvio.Falconi
Thu Oct 20, 2022 7:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: questions about xbrowse to understand better
Replies: 4
Views: 279

Re: Algún ejemplo de la clase TExprorerBar?

Rolando,
Exactamente eso es, TExplorer dentro de OutLook

Saludos
by VitalJavier
Fri Jun 10, 2022 3:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Algún ejemplo de la clase TExprorerBar?
Replies: 8
Views: 611

Re: Algún ejemplo de la clase TExprorerBar?

VitalJavier wrote:Que tal Armando
Por s te interesa

[img]
Image
[/img]

Saludos.


Javier, buen dia

En el ejemplo que muestras, es un TExplorer bar dentro un TOulook2003 ?

Genialll!!!

Saludos, Rolando.
by RSalazarU
Fri Jun 10, 2022 1:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Algún ejemplo de la clase TExprorerBar?
Replies: 8
Views: 611

Re: Change TExplorer theme or Color ?

Dutch,

For the entire ExplorerBar you have:
::nTopColor, ::nBottomColor

You can modify the DATA aGradient in each TaskPanel:

Also you have
DATA nClrTextSpecial INIT CLR_WHITE
DATA nClrHover INIT RGB( 66, 142, 255 )
and nClrText
by Antonio Linares
Tue Jul 14, 2020 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change TExplorer theme or Color ?
Replies: 1
Views: 435

Change TExplorer theme or Color ?

Dear All,

Can I change color or theme of TExplorer?

Thanks in advance,
by dutch
Tue Jul 14, 2020 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change TExplorer theme or Color ?
Replies: 1
Views: 435

Re: Implementando una Clase TExplorerBar propia de FWH

Hola amigos: Tengo un pequeño problemilla con Texplorer. En general me va muy bien, pero he observado un problema que no sé por donde meterle mano. Se trata de Scroll Vertical. Si muevo la barra de Scroll, sin problemas. Si pincho abajo, fuera de ...
by pacotre
Fri May 15, 2020 12:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Implementando una Clase TExplorerBar propia de FWH
Replies: 57
Views: 8949

Re: Implementando una Clase TExplorerBar propia de FWH

... es una forma fácil y rápida de darle solución. Gracias. De momento me doy por satisfecho. La verdad es que el cambio de menús antiguos a éste de Texplorer es una pasada.
by pacotre
Fri Apr 17, 2020 9:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Implementando una Clase TExplorerBar propia de FWH
Replies: 57
Views: 8949

Re: Implementando una Clase TExplorerBar propia de FWH

Buenos dias Antonio: He añadido el nuevo Method en la Clase Texplorer y funciona correctamente, pero tiene un par de fallitos que no consigo arreglar. He intentado modificar el margen izquierdo, pero no lo consigo. El problema consiste en que al abrir ...
by pacotre
Wed Apr 15, 2020 7:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Implementando una Clase TExplorerBar propia de FWH
Replies: 57
Views: 8949

Re: Implementando una Clase TExplorerBar propia de FWH

Hola:
Alguien me puede decir como indicar que Texplorer, de inicio, me los muestre cerrados?
Gracias
by pacotre
Tue Apr 14, 2020 11:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Implementando una Clase TExplorerBar propia de FWH
Replies: 57
Views: 8949
Next

Return to advanced search