Search found 260 matches: ttreeview

Return to advanced search

Re: Inicie repositorio prueba e Tree

... No exported method: HITEM Args: [ 1] = U Stack Calls =========== Called from: => HITEM( 0 ) Called from: .\source\classes\TTREEVIE.PRG => TTREEVIEW:INSERTAFTER( 309 ) Called from: .\source\classes\TTREEVIE.PRG => TTREEVIEW:SWAPUP( 549 ) Called from: pim.prg => (b)EDITTREE( 397 ) ...
by goosfancito
Mon Aug 28, 2023 3:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inicie repositorio prueba e Tree (LO LOGRE)
Replies: 22
Views: 1105

Re: download iPhone Photo connect to PC

hi Antonio, have change Concept and now it work :) my "Problem" was to handle 2 x 2 Object : Fivewin TTreeView/TTVItem and Windows Folder/Folderitem when work with TTreeView/TTVItemto build "static" Tree all work but when add Child "dynamic" i have ...
by Jimmy
Wed Nov 30, 2022 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: download iPhone Photo connect to PC
Replies: 14
Views: 989

Re: download iPhone Photo connect to PC

hi Antonio, You can use the same code with almost no changes Please review FWH\samples\testtree.prg Also look for TTreeView in FWH\samples\*.prg there are many examples of its use OK, thx btw. when press 4th Button it crash Application =========== Path and name: C:\fwh\samples\testtree.exe ...
by Jimmy
Fri Nov 25, 2022 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: download iPhone Photo connect to PC
Replies: 14
Views: 989

Re: download iPhone Photo connect to PC

Dear Jimmy,

You can use the same code with almost no changes

Please review FWH\samples\testtree.prg

Also look for TTreeView in FWH\samples\*.prg there are many examples of its use
by Antonio Linares
Fri Nov 25, 2022 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: download iPhone Photo connect to PC
Replies: 14
Views: 989

Re: recorrer para atras en un tree

Gustavo, El método Scan() de la Clase TTreeView usa esta función para "avanzar en los items" static function ScanItemsBlock( aItems, bAction )   local oItem, n := 1, oItemFound   while n <= Len( aItems ) .and. oItemFound ...
by Antonio Linares
Mon May 23, 2022 8:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: recorrer para atras en un tree
Replies: 1
Views: 150

Re: quiero darle mas espacio entre linea y linea a TREE

Es un TTreeView?
En ese caso con oTree:SetItemHeight( nnn )
by cmsoft
Mon Apr 25, 2022 10:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: quiero darle mas espacio entre linea y linea a TREE
Replies: 4
Views: 268

Re: New FTDN November/Noviembre (FWH 21.11)

... * Nuevo: Nuevo método Bold( lOnOff ) en la clase TTVItem, para poner en negrita un item de un TTreeView. * Clase TArrayData (tarrdata.prg) - Puede asignar un valor a un campo en todas las filas mediante oData:cFieldNameS := <val> * Corrección: ...
by Antonio Linares
Tue Nov 30, 2021 10:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 21.11)
Replies: 2
Views: 1008

New FTDN November/Noviembre (FWH 21.11)

... Hakan Onemli: http://fivetechsupport.com/forums/viewtopic.php?p=243513#p243513 * New: Class TTVItem Method Bold( lOnOff ) to set bold an item of a TTreeView. * Class TArrayData (tarrdata.prg) - Can assign a value to a field in all rows by oData:cFieldNameS := <val> * Fix: FWH\DLL\rc2dll64.bat ...
by Antonio Linares
Tue Nov 30, 2021 7:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 21.11)
Replies: 2
Views: 1008

Re: cantidad de items en un TREE

Gustavo, Tienes que añadir estos métodos: Clase TTreeView: METHOD Len() INLINE Len( ::aItems ) y METHOD Count() CLASS TTreeView   local nItems := 0, bAction := { | oItem | nItems++, .F. }   ::Scan( bAction )return nItems ...
by Antonio Linares
Mon Sep 13, 2021 6:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: cantidad de items en un TREE
Replies: 14
Views: 1087

Re: New FTDN December/Diciembre 2020 (FWH 20.12)

... oItem ), permite la edición en línea en un elemento TreeView. * Nuevo: Métodos GoBottom(), GoNext(), GoPrev(), SwapUp() y SwapDown() en la clase TTreeView. Por favor, revisa el ejemplo samples\pim.prg para un ejemplo de uso. * Corrección: Las funciones FW_AdoPivotArray() y FW_AdoPivotRS() (source\function\adofuncs.prg) ...
by Antonio Linares
Mon Dec 28, 2020 3:18 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2020 (FWH 20.12)
Replies: 8
Views: 2552

New FTDN December/Diciembre 2020 (FWH 20.12)

... had an error loading the XML file. Already fixed. * New: Class TTVItem Method Edit() allows inline editing on a TreeView item * New: Class TTreeView Method EditItem( oItem ) allows inline editing on a TreeView item * New: Class TTreeView Method GoBottom(), GoNext(), GoPrev(), SwapUp() and ...
by Antonio Linares
Mon Dec 28, 2020 10:16 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2020 (FWH 20.12)
Replies: 8
Views: 2552

Re: Move a record into oTree

Next FWH build includes these new methods for Class TTreeView: Class TTreeView already has a Method GoTop() new Method GoPrev() new Method GoNext() new Method GoBottom() You may review the updated pim.exe and prg here to see how those methods are ...
by Silvio.Falconi
Wed Dec 09, 2020 12:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Move a record into oTree
Replies: 4
Views: 823

Re: Move a record into oTree

Next FWH build includes these new methods for Class TTreeView: Class TTreeView already has a Method GoTop() new Method GoPrev() new Method GoNext() new Method GoBottom() You may review the updated pim.exe and prg here to see how those methods are used: ...
by Antonio Linares
Wed Dec 09, 2020 11:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Move a record into oTree
Replies: 4
Views: 823

Re: Mejoras para scintilla

... ) 000010 Called from: .\source\classes\TFIVEDIT.PRG => (b)TFIVEDIT_TREEPROJECT( 4037 ) 000011 Called from: .\source\classes\WINDOW.PRG => TTREEVIEW:RBUTTONDOWN( 2518 ) 000012 Called from: => TWINDOW:HANDLEEVENT( 0 ) 000013 Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( ...
by Willi Quintana
Wed Jun 10, 2020 2:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 839482

Re: Find the screen coordinates

Hi, all ! How to find the screen coordinates of the selected element of the TTreeView object ? Let's see if this can help you https://docs.microsoft.com/es-es/windows/win32/controls/tvm-getitemrect From https://docs.microsoft.com/es-es/windows/win32/controls/bumper-tree-view-control-reference-messages
by cnavarro
Thu Sep 26, 2019 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Find the screen coordinates
Replies: 2
Views: 499
Next

Return to advanced search