Search found 303 matches: tcombobox

Return to advanced search

Re: Child OF oWnd

... ) ) that help me very much :D --- when using FWLOG i "just" got 1-DIM Array which Controls oMain:aControls = {TSAY,TCOMBOBOX,TFOLDER,TCOMBOBOX,TFOLDER,TSPLITTER,TBUTTON, ... } but when look at each Control there are "more" (Array)   x :=  hb_valToExp(oMain:aControls[ii]) ...
by Jimmy
Thu Nov 10, 2022 5:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Child OF oWnd
Replies: 7
Views: 344

Re: Child OF oWnd

hi Antonio, when use FWLOG i got oMain:aControls = {TSAY,TCOMBOBOX,TFOLDER,TCOMBOBOX,TFOLDER,TSPLITTER, ...} Question : how to "identify" Control "Type" :?: are Array Element a Object :?:   FOR ii := 1 TO LEN(oMain:aControls)  ...
by Jimmy
Wed Nov 09, 2022 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Child OF oWnd
Replies: 7
Views: 344

Re: harbour CLASS vs. Xbase++ CLASS

... both Method in 1st Sample crash and i don´t understand why :( so i switch to OOP and try to use CLASS TCombobox() OOP is much more easy for me and i can search in Source when i not understand Help File
by Jimmy
Mon Oct 31, 2022 5:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour CLASS vs. Xbase++ CLASS
Replies: 2
Views: 292

Style WS_TABSTOP

... Style WS_TABSTOP. when have e.g. XIMAGE or ActiveX it "TabStop" when press "TAB" and Control got Focus but when have TGET, TCOMBOBOX in same Form i like to have WS_TABSTOP only on Control which can "change" (User Action) Result. is there a (easy) Method to change ...
by Jimmy
Sat Aug 06, 2022 6:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Style WS_TABSTOP
Replies: 6
Views: 492

Re: unrecoverable error 9015 hb_vmdo()

... 17 TBUTTON 18 TMETER 19 TREG32 20 TGROUP 21 TICON 22 TSKINBUTTON 23 TMENU 24 TMENUITEM 25 TMSGBAR 26 TRECT 27 TMSGITEM 28 TTIMER 29 TSBUTTON 30 TCOMBOBOX 31 TXBROWSE 32 TXBRWCOLUMN Memory Analysis =============== 226 Static variables Dynamic memory consume: Actual Value: 0 bytes Highest Value: ...
by Edman
Wed Oct 13, 2021 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: unrecoverable error 9015 hb_vmdo()
Replies: 33
Views: 1769

Re: Como Actilizar 2º Combobox ANIDADOS " URGENTE "

... te parece mas sencillo. Ahora ya no es necesario llamar a ArrTranspose(). Tampoco es necesario llamar dos veces a Carga_dos() He revisado la clase TComboBox y debe ser un array de una sola dimensión. # Include "Fivewin.ch"# Define C1_CODE aItems1[oCombo1:nAt,1]# Define C1_DATA ...
by JESUS MARIN
Fri Apr 10, 2020 5:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como Actilizar 2º Combobox ANIDADOS " URGENTE "
Replies: 24
Views: 2435

Re: Mejoras para scintilla

... 3026478 Local 10: N 3026478 Local 11: C " " Local 12: C " " Local 13: O Class: TGET Local 14: O Class: TGET Local 15: O Class: TCOMBOBOX Local 16: O Class: TCOMBOBOX Local 17: C "" Local 18: L .T. Local 19: L .T. Local 20: L .T. Local 21: O Class: TCHECKBOX Local 22: ...
by caducca
Tue Jul 30, 2019 3:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 839119

Re: To Nages : Explain me how I must make this tdatabase

... links would not be "absurd?" What does it matter if they are "absurd" if they work? Did you know that TDbcombo inherits from TCombobox which inherits from TControl which inherits from TWindow. Most of the FW language is written using objects. Inheritance is a good thing, not ...
by Silvio.Falconi
Wed Mar 06, 2019 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3313

Re: To Nages : Explain me how I must make this tdatabase

... links would not be "absurd?" What does it matter if they are "absurd" if they work? Did you know that TDbcombo inherits from TCombobox which inherits from TControl which inherits from TWindow. Most of the FW language is written using objects. Inheritance is a good thing, not ...
by James Bott
Tue Mar 05, 2019 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3313

Re: get combobox

press ENTER key, do not execute GoNextCtrl too. for solve this problem, I changed Method GetKeyChar() in TComboBox Class. //----------------------------------------------------------------------------//METHOD GetKeyChar( nKey ) CLASS TComboBox   local nAt, cText   local ...
by shark
Thu Sep 27, 2018 7:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: get combobox
Replies: 7
Views: 923

Re: ComboBox GetKeyChar() Method

I added and tested this lines which serves the purpose.. i dunno if I made it right or any other ways so I can avoid modifying the original ComboBox source if any? ... I mean, I tried several ways as well.. http://i208.photobucket.com/albums/bb82/fraxzi/FWxHarbour/TComboBox_Mod_zps7z7l68...
by fraxzi
Wed Sep 26, 2018 1:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ComboBox GetKeyChar() Method
Replies: 2
Views: 445

ComboBox GetKeyChar() Method

Hi All, I noticed that TComboBox:nAt is not updated when GetKeyChar() hit a match ... It would be handy though ... So when user press char in oCbx:oGet and hit a match, we can retrieve other info relative to oCbx:nAt from another array... ...
by fraxzi
Wed Sep 26, 2018 12:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ComboBox GetKeyChar() Method
Replies: 2
Views: 445

Re: Color del COMBOBOX?

March 2015
==========

* New: function SetCbxColorFocus( nClrFocus ) same as SetGetColorFocus() but for
ComboBoxes. We tried to take these functions into Class TControl may there are
many side effects for other controls.

* Enhancement: Class TComboBox support for color change on focus gain/loose.
by karinha
Fri Jan 12, 2018 8:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Color del COMBOBOX?
Replies: 7
Views: 1090

Re: Error TDolphin

... 19 TRBTN 20 TQUICKACCESS 21 TMSGBAR 22 TRECT 23 TMSGITEM 24 TTIMER 25 TDIALOG 26 TGET 27 GET 28 TCLIPGET 29 TCHECKBOX 30 TBTNBMP 31 TSAY 32 TCOMBOBOX 33 TDBCOMBO 34 TBUTTON 35 TBUTTONBMP 36 TBITMAP 37 TIMAGE 38 TRADMENU 39 TRADIO 40 TXBROWSE 41 TXBRWCOLUMN 42 TSCROLLBAR 43 TSTRUCT Memory ...
by caducca
Thu Oct 26, 2017 12:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error TDolphin
Replies: 7
Views: 1893

Re: Allow a write in Get in a Combobox

Mr James but it was since moved into the parent class, TCombobox. I have in my notes that moving the code to TComobox broke it for DBCombo but I don't know if that was ever fixed. Incremental search is implemented in KeyChar() method. It is the same ...
by nageswaragunupudi
Wed Sep 06, 2017 3:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Allow a write in Get in a Combobox
Replies: 11
Views: 2863
Next

Return to advanced search