Search found 25 matches: ttreview

Return to advanced search

Re: Fivewin en version antigua (FW24)

... it from resources you MUST indentify the control as: 'SysDateTimePick32' Consult the sample TESTDTP.PRG on samples directory. * Improved: Classes TTreView and TTVItem have been tremendously improved: New methods on class TTreeView: - GetSelected() -> oItem - Select( oItem ) - DeleteAll() - ...
by cnavarro
Wed Jun 22, 2016 9:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fivewin en version antigua (FW24 xHarbour)
Replies: 28
Views: 5150

Re: Fivewin en version antigua (FW24)

... <uChange> ] Very Important: In order to use it from resources you MUST indentify the control as: 'SysDateTimePick32' * Improved: Classes TTreView and TTVItem have been tremendously improved: New methods on class TTreeView: - GetSelected() -> oItem - Select( oItem ) - DeleteAll() - ...
by cnavarro
Wed Jun 22, 2016 9:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fivewin en version antigua (FW24 xHarbour)
Replies: 28
Views: 5150

Re: nuevo metodo para ttreview

Cristobal,

No es un Tree estandard de Windows.

Revisa FWH\samples\xbrwtree.prg y verás a lo que me refiero :-)
by Antonio Linares
Sun Oct 05, 2014 5:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: nuevo metodo para ttreview
Replies: 4
Views: 669

Re: nuevo metodo para ttreview

El metodo SetTree de XBrowse, permite un objeto TTreeview ?
by cnavarro
Sat Oct 04, 2014 8:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: nuevo metodo para ttreview
Replies: 4
Views: 669

Re: nuevo metodo para ttreview

Más simple aún:

METHOD SetSelText( cText ) INLINE ::GetSelected():SetText( cText )

La única duda es si ::GetSelected() puede devolver nil
by Antonio Linares
Fri Oct 03, 2014 10:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: nuevo metodo para ttreview
Replies: 4
Views: 669

Re: nuevo metodo para ttreview

Antonio seria bueno añadir este metodo : METHOD SetSelText( cText ) INLINE oItem := GetSelected(), TVSetItemText( ::hWnd, oItem:hItem, cText )      Seria buenos disponer tambien de : METHOD EditLabel() CLASS TTreeView ... no se si esto sirve : http://msdn.microsoft&#...
by cnavarro
Thu Oct 02, 2014 5:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: nuevo metodo para ttreview
Replies: 4
Views: 669

nuevo metodo para ttreview

Antonio seria bueno añadir este metodo : METHOD SetSelText( cText ) INLINE oItem := GetSelected(), TVSetItemText( ::hWnd, oItem:hItem, cText )      Seria buenos disponer tambien de : METHOD EditLabel() CLASS TTreeView ... no se si esto sirve : http://msdn.microsoft...
by mastintin
Thu Oct 02, 2014 9:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: nuevo metodo para ttreview
Replies: 4
Views: 669

Ejemplo Cuentas con TTreeView...

... fivewineros, antes que nada, esperando que se encuentren bien, les envio cordial saludos. Tengo un pequeño problema, he visto ejemplos de la clase TTreView(), pero con modulos de menus, a lo mejor no le eche mas vistazo al samples, pero no tengo idea de como crear los trees, en directorios de arbol, ...
by ACC69
Fri Jul 13, 2012 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo Cuentas con TTreeView...
Replies: 2
Views: 609

Re: How can I detect the Enter key in TTreview Class.

Daniel,

It work OK.

Thanks,
by Horizon
Wed Dec 01, 2010 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can I detect the Enter key in TTreview Class.
Replies: 15
Views: 4397

Re: How can I detect the Enter key in TTreview Class.

Hakan #include "FiveWin.ch" function Main()    local oDlg, oTree    DEFINE DIALOG oDlg SIZE 400, 400   @ 0, 0 TREEVIEW oTree OF oDlg SIZE 400, 400        oTree:bKeyDown = { | nKey, nFlags | KeyDown(nKey, nFlags, oTree)&...
by Daniel Garcia-Gil
Wed Dec 01, 2010 1:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can I detect the Enter key in TTreview Class.
Replies: 15
Views: 4397

Re: How can I detect the Enter key in TTreview Class.

Daniel, Compile and run sample. Select Imprimir. Right click on "Definir Proyectos" In ShowPopup function, I want to say "Definir Proyectos". The parameter oItem is TTreeview class handle not TTVItem. Thanks, #include "FiveWin.ch" function Main()    local oDlg, ...
by Horizon
Wed Dec 01, 2010 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can I detect the Enter key in TTreview Class.
Replies: 15
Views: 4397

Re: How can I detect the Enter key in TTreview Class.

Hi Daniel, I have downloaded your sample. Exe file works ok. I have compiled test.prg with xharbour builder. I have added to xhb.obj (because that gives an error about activex.obj) and TTVItem class (that is changed as you described). There is no change. Could you please send TTVItem class as an e-m...
by Horizon
Wed Dec 01, 2010 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can I detect the Enter key in TTreview Class.
Replies: 15
Views: 4397

Re: How can I detect the Enter key in TTreview Class.

Horizon wrote:Daniel,

Should I change something in TTreview Class. Your example does not show ItemLevel. It show allways 0.

Thanks,


to me working fine.... i use with window 7 and win xp prof

maybe other user can test too and show us
by Daniel Garcia-Gil
Tue Nov 30, 2010 8:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can I detect the Enter key in TTreview Class.
Replies: 15
Views: 4397

Re: How can I detect the Enter key in TTreview Class.

Daniel,

Should I change something in TTreview Class. Your example does not show ItemLevel. It show allways 0.

Thanks,



ps. I have added your chhanges to TTVItem. I have added TTVItem class to my example's builder script.

Edit:syntax
by Horizon
Tue Nov 30, 2010 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can I detect the Enter key in TTreview Class.
Replies: 15
Views: 4397
Next

Return to advanced search