Search found 355 matches: dropdown

Return to advanced search

Re: Scroll Down en un combobox

Amigos:

Me disculpo, fue mi error, estaba usando el estilo dropdown list
en lugar de solo dropdown.

Sorry, it was my mistake,
I was using dropdown list style instead of dropdown style

Saludos y muchas gracias
Best regards and thanks a lot
by Armando
Mon Feb 12, 2024 6:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Scroll Down en un combobox
Replies: 4
Views: 440

Re: Create solid color bitmap array

... entry. The label is a numeric value that you specify. Codejock has a list of default colors, their RGB values, and the ID code used. On the dropdown I select a color, and store the code value to the record for that event ( appointment ). Then when displaying the full calendar, it is to display ...
by TimStone
Thu Jul 13, 2023 1:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create solid color bitmap array
Replies: 6
Views: 323

Create solid color bitmap array

I am using a combobox ( REDEFINE in an RC file ). The dropdown is an array of color bitmaps.  REDEFINE COMBOBOX oCB2 VAR oAppointmentr:AptClr ;      ID 4065 OF oCalDlg ;       ITEMS { "0", "1", ...
by TimStone
Tue Jul 11, 2023 4:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create solid color bitmap array
Replies: 6
Views: 323

Re: "Starting With", "Containing"

I'd like add also the options "Starting With", "Containing" on combobox but I not Know how make it XBROWSER.PRG already has the code for it. Please adapt . yes I saw but I need to create this : when I insert this line @ 10, 550 COMBOBOX oBrw:oSortCbx VAR oBrw:cSortOrder; SIZE 10...
by Silvio.Falconi
Mon Mar 13, 2023 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Starting With", "Containing"
Replies: 4
Views: 354

"Starting With", "Containing"

I made the search on xbrowse with @ 10, 165 GET oGet VAR cSeek..... @ 10, 550 COMBOBOX oBrw:oSortCbx VAR oBrw:cSortOrder; SIZE 150,400 PIXEL OF oDlg HEIGHTGET 14.8 STYLE CBS_DROPDOWN I'd like add also the options "Starting With", "Containing" on combobox but I not Know how make i...
by Silvio.Falconi
Fri Mar 10, 2023 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Starting With", "Containing"
Replies: 4
Views: 354

Re: COMBOBOX with 2 element array

... I took the DBF, and put the first field in the array aSMScode, and the second field in aSMStext. This code takes the selected item in the dropdown, and looks at the corresponding element in the second array. It takes that 2nd array value and puts it into cBody which is the text to be used, ...
by TimStone
Sat Nov 12, 2022 1:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX with 2 element array
Replies: 3
Views: 348

Re: DIALOG NOCAPTION no funciona con XIMAGE

// RESOURCE SCRIPT generated by "Pelles C for Windows, version 8.00". #include <windows.h> #include <commctrl.h> #include <richedit.h> LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL PACIENTE_FICHA DIALOG DISCARDABLE 119, 121, 559, 410 STYLE WS_CHILD|DS_3DLOOK|WS_SYSMENU|WS_VISIBLE...
by Willi Quintana
Wed Oct 12, 2022 1:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIALOG NOCAPTION no funciona con XIMAGE
Replies: 17
Views: 1537

a Get on a buttonbar

How can I put a Get in a buttonbar when the end user selects the second option of a combobox xhe is on the same buttonbar local aShowExtract:= {"Estrazioni continue","Estrazioni annuali"} ::nyear := "2022" //ComboBox @ 2,190 COMBOBOX aShowCbx[2] Var cExtractSel ITEMS aS...
by Silvio.Falconi
Sat Oct 01, 2022 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a Get on a buttonbar
Replies: 9
Views: 562

Re: about RESIZE

... h ) )         ENDIF         :Refresh()      END   NEXTRETURN when "resize" it does use wrong Value for "Dropdown" Part of COMBOBOX i try to use this as Workaround   CASE :IsKindOf( "TCOMBOBOX" )      :nHeight := :nWidth      :nItemHeight( ...
by Jimmy
Fri Jul 29, 2022 10:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: about RESIZE
Replies: 7
Views: 467

New FTDN June/Junio 2022 (FWH 22.06)

... ) * New: hbmk2.exe makes to build your FWH apps using Visual Studio Community 32 and 64 bits Please review FWH\makes\hbmk2.zip * Fix: AUTOGET dropdown was not properly capturing the mouse. Now it is ok. Thanks to Ariel for his great feedback. * New: Class TWebView allows you to use the new ...
by Antonio Linares
Tue Jun 21, 2022 4:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2022 (FWH 22.06)
Replies: 1
Views: 869

xbrowser lAutoSeek proposal

Nages, You can add the new search mode (for example lautoSeek) in the xbrowser function and add @ 1.2, 75 SAY oSaySearch[1] Prompt "Search" SIZE 46,24 PIXEL OF oBar @ 1.2, 95 SAY oSaySearch[2] Prompt "on" SIZE 40,24 PIXEL OF oBar @ 1.2, 130 GET oGetSearch VAR cSeek SIZE 80,10 PIX...
by Silvio.Falconi
Wed Feb 23, 2022 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowser lAutoSeek proposal
Replies: 0
Views: 182

COMBOBOX STYLE

Nages sad me I can insert STYLE CBS_DROPDOWN on COMBOBOX when the value is numeric nNaturaIva: = ASCAN(aNatura, { | a | alltrim(a[ 1 ]) == alltrim("N1") } ) @ 140, 120 COMBOBOX aGet[4] VAR nNaturaIva ITEMS aItems SIZE 450,24 PIXEL OF oDlg STYLE CBS_DROPDOWN UPDATE bat when I put the mouse ...
by Silvio.Falconi
Tue Jan 11, 2022 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX STYLE
Replies: 0
Views: 241

To Nages : combobox not refresh xbrowse

https://i.postimg.cc/BtWRgJPd/jio.jpg When I select a item on combobox it no refresh the xbrowse with the order selected this the sources #INCLUDE "FIVEWIN.CH"#INCLUDE "DBCOMBO.CH"#INCLUDE "DTPICKER.CH"MEMVAR oApp// -------------------------------------...
by Silvio.Falconi
Mon Jan 03, 2022 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : combobox not refresh xbrowse
Replies: 1
Views: 257

Re: james

Yo haria asi: +-. // SAMPLES\SILDATAB.PRG#Include "Fivewin.ch"ANNOUNCE RDDSYS // IDEM: ANNOUNCE FPTCDXREQUEST OrdKeyNo, OrdKeyCount, OrdCreate, OrdKeyGoto // Para ListBoxREQUEST DBFCDX, DBFFPTFUNCTION Main()   LOCAL oDlg, oGet, oBrw, oFont, oBold, oCust, DbCust, oSay1, oSay2   LOC...
by Silvio.Falconi
Sun Dec 12, 2021 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: james
Replies: 8
Views: 790

Re: Color of Combobox on Windows 10 .. Greyish

Dear All,

Can we still not change colors of COMBOBOX (Dropdown List) from resource?
Enrico Maria Giordano wrote:Rick,

it seems that we cannot change the appearence of a themed control.

EMG
by dutch
Sun Mar 28, 2021 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color of Combobox on Windows 10 .. Greyish
Replies: 4
Views: 1808
Next

Return to advanced search