Search found 91 matches: tlistbox

Return to advanced search

xbrowser, no me funciona el setCheck() - SOLUCIONADO

Hola. No logro que al hacer "click" en la columna 2 que quede seleccionada la casilla del checkbox Me muestra bien el browser (Tlistbox en el RC) pero no me deja "editarlo" METHOD setBrw() CLASS TUsuarios   LOCAL oFont, oFont1   DEFINE FONT oFont NAME "Ms Sans ...
by goosfancito
Sat Nov 25, 2023 6:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowser, no me funciona el setCheck() - SOLUCIONADO
Replies: 0
Views: 310

Re: Mejoras para scintilla

... TCOMBOBOX 32 GET 33 TCLIPGET 34 TCHECKBOX 35 TXBROWSE 36 TXBRWCOLUMN 37 TSCROLLBAR 38 TCLIPBOARD 39 TBUTTON 40 TBUTTONBMP 41 TSAY 42 TMULTIGET 43 TLISTBOX 44 HBFORMATCODE 45 CODEFORMAT 46 TCURSOR 47 TSCINTILLA 48 TSPLITTER 49 TFILE 50 TTXTFILE 51 TGROUP 52 TPANEL Memory Analysis =============== ...
by caducca
Tue Jul 30, 2019 3:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 839276

Re: convert from oldest Listbox to xbrowse

You must be using a modified version of TListbox.

I searched TListbox, TControl, and TWindow for the variable bGoTop and it doesn't exist.

What are the functions GoToTop(), GoToBot(), and MovePtr() supposed to do?
by James Bott
Fri Mar 22, 2019 10:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: convert from oldest Listbox to xbrowse
Replies: 10
Views: 1869

ERROR XBROWSE -EDIT_LISTBOX

... => (b)TCONTROL:TCONTROL( 170 ) Called from: => TCONTROL:LOSTFOCUS( 0 ) Called from: .\source\classes\LISTBOX.PRG => TLISTBOX:LOSTFOCUS( 297 ) Called from: .\source\classes\CONTROL.PRG => TLISTBOX:KILLFOCUS( 1079 ) Called from: .\source\classes\CONTROL.PRG => ...
by jbrita
Fri Feb 09, 2018 3:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR XBROWSE -EDIT_LISTBOX
Replies: 1
Views: 881

Re: Evento WM_RBUTTONDBLCLK

No, Antonio. Lo probé en tWindow y no funciona.

No pude implementarlo en tControl o no supe cómo hacerlo.

Pero si hago las modificaciones en un control en particular entonces sí que funciona. (Lo hice en tListBox)

Saludos,
César
by César E. Lozada
Mon Jul 25, 2016 4:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Evento WM_RBUTTONDBLCLK
Replies: 5
Views: 595

New FTDN June 2015 (FWH 15.06)

... is improving thanks to Antonino! http://forums.fivetechsupport.com/viewtopic.php?p=178415#p178415 * New: samples\ListVie.prg using a TListBox and drag & drop files. Many thanks to Silvio! * New: Class TListViewItem Methods End() and SetText(). * New: functions LVDELETEITEM() and ...
by Antonio Linares
Sun Jul 19, 2015 10:00 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June 2015 (FWH 15.06)
Replies: 7
Views: 3037

Re: Problema version 15.04 TOUTLOOK:LLEGACYLOOK

... 4196886 Local 3: U Local 4: U Local 5: U Local 6: O Class: TDIALOG ERRORDIALOG Param 1: O Class: ERROR Local 1: O Class: TDIALOG Local 2: O Class: TLISTBOX Local 3: U Local 4: U Local 5: C " Called from: source\rtl\tobject.prg => TOUTLOOK:ERROR( 0 )" Local 6: N 9 Local 7: C " ...
by lelu
Mon May 11, 2015 2:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema version 15.04 TOUTLOOK:LLEGACYLOOK
Replies: 9
Views: 2414

Re: GET TsBrowse FWH 13.05 Vs FWH 15.01

... 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( "TBTNFLAT" ), o:lTransparent := .T., ) } )
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: 652

Re: Presentando fivedit de FiveTech

... 8 TMENUITEM 9 TACCTABLE 10 TMRU 11 TBRUSH 12 TFONT 13 TCONTROL 14 TBAR 15 TRECT 16 TBTNBMP 17 TIMAGELIST 18 TBITMAP 19 TTREEVIEW 20 TTVITEM 21 TLISTBOX 22 TMSGBAR 23 TMSGITEM 24 TTIMER 25 TFOLDER 26 TDIALOG 27 TSCINTILLA 28 TREG32 Memory Analysis =============== 221 Static variables Dynamic ...
by jmartial
Sun Jan 25, 2015 9:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Presentando fivedit de FiveTech
Replies: 156
Views: 24515

Re: Error DBCMD/2001 Workarea not in use: ORDKEYNO

... prgdispmru)   ACTIVATE DIALOG oDlgreturn nil  As you can see in fivewin.ch: @ <nRow>, <nCol> LISTBOX VAR : is translated to TListBox():New( <nRow>, <nCol> and works with single arrays @ <nRow>, <nCol> LISTBOX FIELDS : is translated to TWBrowse():New( ...
by Euclides
Tue Oct 07, 2014 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error DBCMD/2001 Workarea not in use: ORDKEYNO
Replies: 9
Views: 4369

ERROR LISTBOX :Someone can help me please?

... from: control.prg => (b)TCONTROL:TCONTROL( 186 ) Called from: => TCONTROL:LOSTFOCUS( 0 ) Called from: .\source\classes\LISTBOX.PRG => TLISTBOX:LOSTFOCUS( 297 ) Called from: control.prg => TLISTBOX:KILLFOCUS( 1063 ) Called from: control.prg => TCONTROL:HANDLEEVENT( 1674 ) Called ...
by Silvio.Falconi
Fri Feb 08, 2013 10:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR LISTBOX :Someone can help me please?
Replies: 3
Views: 649

Error en xBrowse

... => (b)TCONTROL:TCONTROL( 178 ) Called from: => TCONTROL:LOSTFOCUS( 0 ) Called from: .\source\classes\LISTBOX.PRG => TLISTBOX:LOSTFOCUS( 297 ) Called from: .\source\classes\CONTROL.PRG => TLISTBOX:KILLFOCUS( 1055 ) Called from: .\source\classes\CONTROL.PRG => ...
by Pedro
Thu Jan 17, 2013 4:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en xBrowse
Replies: 6
Views: 1128

Re: aBitmaps of object oEditLbx of txbrwCol class

... Right, I noticed that. However, even after the Listbox object has been created, it should be possible to set the abitmaps property array of the Tlistbox object and have the object be refreshed somehow so that the newly assigned bitmaps become visible. That approach would avoid having to override ...
by reinaldocrespo
Wed Dec 19, 2012 7:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: aBitmaps of object oEditLbx of txbrwCol class
Replies: 5
Views: 1109

aBitmaps of object oEditLbx of txbrwCol class

Hi everyone! On an TxbrwColumn object when nEditType is EDIT_LISTBOX, oEditLbx object of class TListBox is created but I don't see how to set aBitmaps property. Is there way to show the listbox with bitmaps? WITH OBJECT oBrw    :aCols[ 1 ]:nEditType := EDIT_LISTBOX  ...
by reinaldocrespo
Tue Dec 18, 2012 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: aBitmaps of object oEditLbx of txbrwCol class
Replies: 5
Views: 1109

Re: Problems with TListBox?

Enrico;

You are correct. That does solve the problem. Thank you very much.


Reinaldo.
by reinaldocrespo
Sat Aug 04, 2012 2:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with TListBox?
Replies: 2
Views: 586
Next

Return to advanced search