Search found 167 matches: tmultiget

Return to advanced search

Re: ADORDD FAQs

... in use: =============== 1 ERROR 2 HBCLASS 3 HBOBJECT 4 TINI 5 WIN_OLEAUTO 6 TOLEAUTO 7 TFONT 8 TWINDOW 9 TDIALOG 10 TBRUSH 11 TCONTROL 12 TICON 13 TMULTIGET 14 TBUTTON 15 TRECT 16 TREG32 Memory Analysis =============== 1810 Static variables Dynamic memory consume: Actual Value: 0 bytes Highest ...
by gautxori
Tue Apr 19, 2016 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD FAQs
Replies: 87
Views: 19689

Re: ADORDD FAQs

... in use: =============== 1 ERROR 2 HBCLASS 3 HBOBJECT 4 TINI 5 WIN_OLEAUTO 6 TOLEAUTO 7 TFONT 8 TWINDOW 9 TDIALOG 10 TBRUSH 11 TCONTROL 12 TICON 13 TMULTIGET 14 TBUTTON 15 TRECT 16 TREG32 Memory Analysis =============== 1809 Static variables Dynamic memory consume: Actual Value: 0 bytes Highest ...
by gautxori
Wed Apr 13, 2016 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD FAQs
Replies: 87
Views: 19689

Re: TMultiGet():bRClicked := {|..| } like TGet():lChangeCaret ?

Thank you Antonio,

I prefer not to modify standart FWH class.
by Horizon
Tue Mar 08, 2016 7:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TMultiGet():bRClicked := {|..| } like TGet():lChangeCaret ?
Replies: 2
Views: 393

Re: TMultiGet():bRClicked := {|..| } like TGet():lChangeCaret ?

Hakan, Please try to modify Class TMultiGet adding this: CLASSDATA bRClicked from that moment on, you should be able to use it as you use lChangeCaret I have tried to do it this way, to avoid changing the FWH source code: #include "c:\harbour\contrib\xhb\xhbcls.ch" ...
by Antonio Linares
Mon Mar 07, 2016 10:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TMultiGet():bRClicked := {|..| } like TGet():lChangeCaret ?
Replies: 2
Views: 393

TMultiGet():bRClicked := {|..| } like TGet():lChangeCaret ?

Hi

We use TGet():lChangeCaret := .f. to use this behavior all application.

Can we use it with like TMultiGet():bRClicked := {|nRow, nCol, nFlags|MEMO_RC(nRow, nCol, nFlags, Self)}

Must I change all TMultiget class descriptions in my app?

Thanks.
by Horizon
Mon Mar 07, 2016 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TMultiGet():bRClicked := {|..| } like TGet():lChangeCaret ?
Replies: 2
Views: 393

New FTDN November/Noviembre 2015 (FWH 15.11)

... comfortable to scroll by panning with finger anywhere over the client area of the control. Now the following controls support touch scrolling: TMultiGet (by OS by default ) TEdit multiline mode (by OS by default ) XBrowse (by FWH 15.11) ScrollPanel (by FWH 15.11) Recommended that using controls ...
by Antonio Linares
Sat Dec 26, 2015 9:26 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2015 (FWH 15.11)
Replies: 5
Views: 2758

Re: GET TsBrowse FWH 13.05 Vs FWH 15.01

... // added FWH 13.03 en la clase dialog en la linea 639 AEval( ::aControls,; { | o | If( ! Upper( o:ClassName() ) $ ; "TGET;TMULTIGET;TBTNBMP;TCOMBOBOX;TWBROWSE;TSBROWSE;TCBROWSE;TXBROWSE;TLISTBOX;TDBCOMBO;TDATEPICK" .and. ; ! o:IsKindOf( 'TXBROWSE' ) .and. ! o:isKindOf( ...
by Patricio Avalos Aguirre
Fri Apr 24, 2015 3:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: GET TsBrowse FWH 13.05 Vs FWH 15.01
Replies: 4
Views: 663

New FTDN March/Marzo 2015 (FWH 15.03)

March 2015 ========== * New: function SetMGetColorFocus( nClrFocus ) same as SetGetColorFocus() but for GETs multilines. * Enhancement: Class TMultiGet support for color change on focus gain/loose. * New: function SetCbxColorFocus( nClrFocus ) same as SetGetColorFocus() but for ComboBoxes. We ...
by Antonio Linares
Fri Mar 20, 2015 10:22 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2015 (FWH 15.03)
Replies: 16
Views: 7348

Re: New FTDN february/febrero 2015 (FWH 15.02)

... Button as params * Revised: \samples\metrptst.prg. Included use of bOnMove and how to return from a Menu Panel to Parent panel * New: CLASS TMultiGet CLASSDATA lChangeCaret works in the same way as we recently implemented CLASSDATA lChangeCaret in Class TGet.
by Antonio Linares
Sun Mar 01, 2015 8:58 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN february/febrero 2015 (FWH 15.02)
Replies: 1
Views: 1480

Re: Nuevo FWH 15.02

... Button as params * Revised: \samples\metrptst.prg. Included use of bOnMove and how to return from a Menu Panel to Parent panel * New: CLASS TMultiGet CLASSDATA lChangeCaret works in the same way as we recently implemented CLASSDATA lChangeCaret in Class TGet.
by Antonio Linares
Sun Mar 01, 2015 8:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 15.02
Replies: 7
Views: 1612

Re: New FWH 15.02

... Button as params * Revised: \samples\metrptst.prg. Included use of bOnMove and how to return from a Menu Panel to Parent panel * New: CLASS TMultiGet CLASSDATA lChangeCaret works in the same way as we recently implemented CLASSDATA lChangeCaret in Class TGet.
by Antonio Linares
Sun Mar 01, 2015 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 15.02
Replies: 4
Views: 1108

Re: Change field in tMultiGet

Enrico,

I just found it 10 minutes ago myself, and wanted to post the result.

Thanks anyway!!
by Marc Vanzegbroeck
Tue Jul 22, 2014 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change field in tMultiGet
Replies: 2
Views: 551

Re: Change field in tMultiGet

Marc, Hi, With a normal Get I can use vGetlist:oget:block := bSETGET(instaanm->aanmb1) to change a fieldname in guntime, but it doesn't work with a multget. I get the error Error description: Error BASE/1004 Message not found: TGET:OMULTIGET What can I use? With both class try: vGetlist:b...
by Enrico Maria Giordano
Tue Jul 22, 2014 1:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change field in tMultiGet
Replies: 2
Views: 551

Change field in tMultiGet

Hi,

With a normal Get I can use
Code: Select all  Expand view
vGetlist:oget:block := bSETGET(instaanm->aanmb1)

to change a fieldname in guntime, but it doesn't work with a multget.
I get the error
Error description: Error BASE/1004 Message not found: TGET:OMULTIGET


What can I use?
by Marc Vanzegbroeck
Mon Jul 21, 2014 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change field in tMultiGet
Replies: 2
Views: 551

GET multiline sin metodo ASSIGN.?

... oGets[2]:bchange:= { || oGets[2]:assign(), ::verificarVacio(vGets, @oBtns)}  me dice Message not found: TMULTIGET:ASSIGN gracias.
by goosfancito
Fri May 16, 2014 1:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GET multiline sin metodo ASSIGN.?
Replies: 2
Views: 256
PreviousNext

Return to advanced search