messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2007-11-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Pier,\n\nThats because the pushbutton is a default pushbutton and traps the Enter key", "time": "17:11", "topic": "Combobox problem", "username": "Antonio Linares" } ]
Combobox problem
[ { "date": "2007-11-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Peir,\n\n>Thats because the pushbutton is a default pushbutton and traps the Enter key.\n\nAnd this is standard Windows behavior. In the old DOS apps you could use Enter to select an item in a combo, but it is not advisable to do ...
Combobox problem
[ { "date": "2007-11-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Now I understand.\n\nThanks.\nPier Luigi", "time": "09:29", "topic": "Combobox problem", "username": "Pier Luigi" } ]
Combobox problem
[ { "date": "2015-12-11", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Jack\":3hvtmky7]What is this ACTION on a GET ?\nI use VALID but never ACTION .\nWhen is it execute ?\n\nThanks[/quote:3hvtmky7]\n\nPuedes usarlo con el VALID o ACTION, un pequeño boton que se crea a la derecha del GET y s...
Combobox scroll (function PopupBrowse())
[ { "date": "2015-12-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Good morning\n\nI have a combobox redefined from resource, dropdown list.\n\nI need a horizontal scroll on this combobox in addition to the normal vertical scroll.\n\nI have tried cbs-autohscroll style but without success, same wi...
Combobox scroll (function PopupBrowse())
[ { "date": "2015-12-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Richard,\n\nHave you considered to use a GET and a XBrowse together ?\n\nHere you have a function PopupBrowse() that behaves quite similar to a combobox, but you have all the xbrowse possibilities:\n\n[code=fw:62niijfy]<div class=...
Combobox scroll (function PopupBrowse())
[ { "date": "2015-12-11", "forum": "FiveWin for Harbour/xHarbour", "text": "What is this ACTION on a GET ?\nI use VALID but never ACTION .\nWhen is it execute ?\n\nThanks", "time": "11:51", "topic": "Combobox scroll (function PopupBrowse())", "username": "Jack" } ]
Combobox scroll (function PopupBrowse())
[ { "date": "2015-12-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio\n\nThanks \n\nI will try and let you know, \n\nRegards\n\nRichard", "time": "05:59", "topic": "Combobox scroll (function PopupBrowse())", "username": "Richard Chidiak" } ]
Combobox scroll (function PopupBrowse())
[ { "date": "2015-12-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, he probado tu solución y tengo el siguiente problema, cuando abro el combo y hago foco en otro control con el ratón, este no se cierra. Tampoco si presiono el ratón sobre la barra de título del dialogo que contiene el com...
Combobox scroll (function PopupBrowse())
[ { "date": "2015-12-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Horacio,\n\nAqui tienes una versión mejorada:\n\n[code=fw:334cly65]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">function</span> PopupBrowse<span style=\"color: #000000;\">&#40;</s...
Combobox scroll (function PopupBrowse())
[ { "date": "2015-12-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, gracias por tu respuesta. He probado esta nueva versión. Ahora si cierra el combo si pico con el ratón en otro control. Solo faltaría que si muevo el dialogo que contiene el combo, este se cierre. Muchísimas gracias.\n\nS...
Combobox scroll (function PopupBrowse())
[ { "date": "2015-12-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Horacio,\n\nPrueba esta versión mejorada, gracias\n\n[code=fw:1vkbtbkb]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">function</span> PopupBrowse<span style=\"color: #000000;\">&#40...
Combobox scroll (function PopupBrowse())
[ { "date": "2015-12-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, no funciona bien. Si muevo el ratón fuera del combo este se cierra. Tampoco trabaja la rueda del ratón cuando el mismo está abierto. La linea que hace fallar es\n\n[code=fw:khuul3rn]<div class=\"fw\" id=\"{CB}\" style=\"f...
Combobox scroll (function PopupBrowse())
[ { "date": "2015-12-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Horacio,\n\nPrueba a cambiar esa línea por esta:\n\noGet:oWnd:bMoved = { || oGet:Cargo := nil, oDlg:End() }", "time": "18:27", "topic": "Combobox scroll (function PopupBrowse())", "username": "Antonio Linares" } ]
Combobox scroll (function PopupBrowse())
[ { "date": "2015-12-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello\nTry with this code\nA greeting\n\n[code=fw:pb8mcpbg]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"fivewin.ch\"<...
Combobox scroll (function PopupBrowse())
[ { "date": "2015-12-22", "forum": "FiveWin for Harbour/xHarbour", "text": "function PopupBrowse() has been included in next FWH 15.11", "time": "10:08", "topic": "Combobox scroll (function PopupBrowse())", "username": "Antonio Linares" } ]
Combobox scroll (function PopupBrowse())
[ { "date": "2015-12-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\ncan you make a small sample to call popbrowse function please ?", "time": "12:55", "topic": "Combobox scroll (function PopupBrowse())", "username": "Silvio.Falconi" } ]
Combobox scroll (function PopupBrowse())
[ { "date": "2015-12-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Silvio,\n\nREDEFINE GET oGet VAR ... ;\nID ... OF oDlg ACTION PopupBrowse( aValues, oGet, bInit )\n\naValues can be an array or a recordset", "time": "13:05", "topic": "Combobox scroll (function PopupBrowse())", "usern...
Combobox scroll (function PopupBrowse())
[ { "date": "2015-12-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, he probado con oGet:oWnd:bMoved = { || oGet:Cargo := nil, oDlg:End() } tal cual me sugeriste, si bien cierra el combo al picar sobre la barra de título no funciona al seleccionar con el ratón y deja de funcionar la rueda ...
Combobox scroll (function PopupBrowse())
[ { "date": "2015-12-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Horacio,\n\nGracias por tus pruebas. Esta versión parece funcionar bien:\n\n[code=fw:afphvw9h]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">function</span> PopupBrowse<span style=\...
Combobox scroll (function PopupBrowse())
[ { "date": "2015-12-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, ahora funciona bien. Solo quedaría un detalle, me gustaría poder abrir el combo mediante el teclado tal cual lo hace el combo ordinario presionando F4. El problema que se presenta es que si bien en el get configuro la tec...
Combobox scroll (function PopupBrowse())
[ { "date": "2015-12-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Horacio,\n\nCambia esta línea asi:\n\noGet[ 1 ] : bKeyDown := { | nKey | If( nKey == VK_F4, PopupBrowse( { 'UNO', 'DOS', 'TRES' }, oGet[ 1 ], { | [b:3nstz1ja]oBrw[/b:3nstz1ja] | [b:3nstz1ja]oBrw:SetFocus()[/b:3nstz1ja], .t. } ), )...
Combobox scroll (function PopupBrowse())
[ { "date": "2015-12-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, ahora hace foco en el xBrowse. pero al querer abrir nuevamente el combo la tecla ya no responde. Eliminé la siguiente linea.\n\n[code=fw:8dxqeq47]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />oGet ...
Combobox scroll (function PopupBrowse())
[ { "date": "2012-09-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola foro,\n\nParece algo facil pero no doy..\nQuiero que el combobox despliegue 3 valores, en los dialogos en el on init hago ocbx:setminvisible(3) y me funciona bien, perooo\n\nen una window, en un panel de una explorer bar t...
Combobox setminvisible
[ { "date": "2012-10-01", "forum": "FiveWin para Harbour/xHarbour", "text": "alguna pista ? <!-- s:( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":(\" title=\"Sad\" /><!-- s:( -->\ngracias", "time": "19:58", "topic": "Combobox setminvisible", "username": "Francisco Horta" } ]
Combobox setminvisible
[ { "date": "2023-02-16", "forum": "FiveWin for Harbour/xHarbour", "text": "hi,\n\nwhen have Image in Combobox it will not \"jump\" to \"Key-press\"\ni guess it have to do with Image on left Side \"before\" Item Text \n\nis there a Workaround to \"find\" Item in a Combobox with Image ?", "time": "06:2...
Combobox with Image : "find" ?
[ { "date": "2023-02-17", "forum": "FiveWin for Harbour/xHarbour", "text": "hi\n\nhave found out that it need to set\n[code=fw:1eqnwd52]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oCombo:<span style=\"color: #000000;\">lIncSearch</span> := .T.</div>[/code:1eqnwd52]\nnow when type 1st S...
Combobox with Image : "find" ?
[ { "date": "2011-02-08", "forum": "FiveWin for Harbour/xHarbour", "text": "I've searched all over for this, and of course I've experimented without success.\n\nI want to have a combobox where the dropdown includes a bitmap for each line.\n\nThe docs say to create an array of items, and an array of bitmap...
Combobox with bitmaps
[ { "date": "2011-02-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Tim,\n\n[img:100clx47]http&#58;//www&#46;pflegeplus&#46;com/pictures/combo10&#46;jpg[/img:100clx47]\n\nSamples : [color=#FF0000:100clx47]Ownerdra.prg[/color:100clx47]\n( Bitmaps from Disk and resource )\n\nREDEFINE COMBOBOX ...
Combobox with bitmaps
[ { "date": "2011-02-08", "forum": "FiveWin for Harbour/xHarbour", "text": "How do you have the control in the .rc file ? \n\nI am using:\n REDEFINE COMBOBOX oCB2 VAR cAptClr ;\n ID 4065 OF oCalDlg ;\n ITEMS { \"0\", \"1\", \"2\", \"3\", \"4\", \"5\", \"6\", \"7\", \"8\", \"9\", \"10\" } ;\n ...
Combobox with bitmaps
[ { "date": "2011-02-08", "forum": "FiveWin for Harbour/xHarbour", "text": "This is the rc file used in the above sample\n\\fwh\\samples\\ownerdra.rc\n[code=fw:z9lkokoc]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0...
Combobox with bitmaps
[ { "date": "2011-02-08", "forum": "FiveWin for Harbour/xHarbour", "text": "I think the issue is with my bitmaps. I will work with them today. Initially I had 10x10 and they didn't display. Then I tried 16x16 but I wanted them larger so I went to 16 x 32 ( wide ) and they didn't work. I did get a 16x1...
Combobox with bitmaps
[ { "date": "2011-02-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nmy Tests using 16x16, 24x24 and 24x32\nIt seems, only 16 x 16 is possible.\nI changed the Font, to force the Rowheight to be bigger,\nbut the Bmp is resized as well.\nMaybe it is possible, to delete BMP-resizing ( keeping ...
Combobox with bitmaps
[ { "date": "2011-02-08", "forum": "FiveWin for Harbour/xHarbour", "text": "I had tried 8 bit and even they didn't work. It would appear 16x16 Alpha does work, so I'm resetting them to that and hopefully this will be done. I use Axialis for my icons and bitmaps so it really is very easy to make changes....
Combobox with bitmaps
[ { "date": "2011-02-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nI tested many graphic-tools and ended on this one :\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=15008&p=77576&hilit=pixelformer#p77576\">viewtopic.php?f=3&t=15008&p...
Combobox with bitmaps
[ { "date": "2012-03-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi al,\n\nI found an error using a combox with bitmaps on a folder. The height of the combo is not correctly calculated, if you use it on a folder. Inside a dialog it´s ok. See the picture.\n\n[code=fw:3qac0090]<div class=\"fw\" ...
Combobox with bitmaps
[ { "date": "2012-03-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Stefan,\n\nYes, I think it is the used [color=#FF0000:11f54l6w]BMP-size > 16 x 16[/color:11f54l6w]\nIn Your Sample I added 16 x 16 BMP's. \nInside the Folder the Height is not adjusted.\nI tested using a BMP 24x24\n\nTested with T...
Combobox with bitmaps
[ { "date": "2012-04-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe,\n\nyes, it is the bmp-size, but 24x24 bitmaps are working on a normal dialog and it´s not working on a folder dialog, but it should.\n\nI looked over the source of combobox but I didn´t find anything wrong\n\nAntonio, could y...
Combobox with bitmaps
[ { "date": "2012-04-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Stefan,\n\nFixed. Some changes are required:\n\n1. source\\winapi\\dlogbox.c: changes this way:\n\nAdded this new code\n[code=fw:114qa5hr]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800...
Combobox with bitmaps
[ { "date": "2012-04-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nmany thanks for your quick response <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"...
Combobox with bitmaps
[ { "date": "2010-12-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi all,\nI have a multidimensional array like this:\n\naArray:={}\naadd(aArray,{\"01\",\"Marc\",\"Italy\"})\naadd(aArray,{\"02\",\"Alvise\",\"Switzerland\"})\naadd(aArray,{\"04\",\"Romeo\",\"France\"})\n\nand I would like to open ...
Combobox with multidimensional array
[ { "date": "2010-12-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Marco,\n\nComboboxes will only handle a single dimensional array, so I think you will have to create a temporary array for this.\n\nRegards,\nJames", "time": "19:24", "topic": "Combobox with multidimensional array", "u...
Combobox with multidimensional array
[ { "date": "2016-05-19", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola amigos:\nTengo un diálogo con dos Combobox, cuando selecciono una opción en el primer combobox,\ndebo cambiar el vector que muestra los datos y referescarlo y pararme en el segundo \ncombo en una posición variable.\n\nLa act...
Combobox y Select
[ { "date": "2016-05-19", "forum": "FiveWin para Harbour/xHarbour", "text": "Nada?....", "time": "20:37", "topic": "Combobox y Select", "username": "TOTOVIOTTI" } ]
Combobox y Select
[ { "date": "2016-05-19", "forum": "FiveWin para Harbour/xHarbour", "text": "Tiens un ejemplo simples? Gracias, saludos.", "time": "20:41", "topic": "Combobox y Select", "username": "karinha" } ]
Combobox y Select
[ { "date": "2016-05-19", "forum": "FiveWin para Harbour/xHarbour", "text": "Voy a ver si lo preparo, no es simple de hacer. Lo armo y lo subo... \nGracias Joao!", "time": "21:00", "topic": "Combobox y Select", "username": "TOTOVIOTTI" } ]
Combobox y Select
[ { "date": "2016-05-19", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola\ncreo que es un error conceptual mio...\ncuando hago:\n\nREDEFINE COMBOBOX oCom VAR cItems PROMPTS´{\"Juan\",\"Pedro\",\"Mateo\"} ID 101 OF oDlg\n\nsiempre le doy el valor numèrico donque quiero que se pare el COMBO, por eje...
Combobox y Select
[ { "date": "2016-05-20", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola,\n\nprueba con \n[code=fw:17rgqngo]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br />oCombo2:<span style=\"color: #0000ff;\">Select</span><span style=\"color: #000000;\">&#40;</span> <span style=\"c...
Combobox y Select
[ { "date": "2017-11-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Colegas, tengo definido un combobox con estilo CBS_DROPDOWN y búsqueda incremetal. Cuando recorro los items se ejecuta una acción pero cuando hago la búsqueda la acción no se ejecuta. Este es el código.\n\n[code=fw:305hxh7f]<div ...
Combobox y búsqueda incremental
[ { "date": "2017-11-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Mira se ayuda:\n\n[url:2n3ehaal]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=6&t=34807[/url:2n3ehaal]\n\nSaludos.", "time": "15:51", "topic": "Combobox y búsqueda incremental", "username": "karinh...
Combobox y búsqueda incremental
[ { "date": "2017-11-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias Joao por responder, la búsqueda funciona, lo que no funciona es el bChange que no se ejecuta cuando hago la búsqueda, sí cuando recorro los items con el teclado o ratón. Compila el ejemplo que postee y prueba. \n\nSaludo...
Combobox y búsqueda incremental
[ { "date": "2017-11-08", "forum": "FiveWin para Harbour/xHarbour", "text": "[code=fw:3k9xgf96]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FiveWin.ch\"</span><br /><br /><span style=\"color: #00C800...
Combobox y búsqueda incremental
[ { "date": "2017-11-08", "forum": "FiveWin para Harbour/xHarbour", "text": "[code=fw:1395cxn0]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"fivewin.ch\"</span><br /><br /><span style=\"color: #00C800...
Combobox y búsqueda incremental
[ { "date": "2017-11-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Joao, con tu código tampoco funciona. Ingresa la letra \"U\", aparecerá \"UNO\" en el get del combobox pero no se ejecuta muestrame( oCbx, oDlg )\n\nSaludos", "time": "18:35", "topic": "Combobox y búsqueda incremental", ...
Combobox y búsqueda incremental
[ { "date": "2017-11-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Horácio, cambia asi:\n\n[code=fw:1eh44vcq]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br />&nbsp; &nbsp; @ <span style=\"color: #000000;\">10</span>, <span style=\"color: #000000;\">10</span> <span styl...
Combobox y búsqueda incremental
[ { "date": "2017-11-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Joao, he seguido tu sugerencia pero no logro hacerlo funcionar. Será la versión de FWH que utilizo ? Uso FWH 17.01. Gracias de todas maneras\n\nSaludos", "time": "21:28", "topic": "Combobox y búsqueda incremental", "u...
Combobox y búsqueda incremental
[ { "date": "2017-11-09", "forum": "FiveWin para Harbour/xHarbour", "text": "Horácio cuando pulso el mouse, el on change funciona bién,\n\n[img:3gy851yi]https&#58;//i&#46;imgur&#46;com/AyL5htE&#46;png[/img:3gy851yi]\n\n[code=fw:3gy851yi]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /...
Combobox y búsqueda incremental
[ { "date": "2017-11-09", "forum": "FiveWin para Harbour/xHarbour", "text": "bChange trabaja si recorres los items con el mouse o con el teclado pero no funciona si lo haces con la búsqueda incremental, en ese caso bChange no se ejecuta. Fijate que si pulsas la \"U\" en el get del combobox aparecerá \"UNO...
Combobox y búsqueda incremental
[ { "date": "2017-11-09", "forum": "FiveWin para Harbour/xHarbour", "text": "Horacio, mira se asi ayuda:\n\n[code=fw:10qp4hgl]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FiveWin.ch\"</span><br /><br...
Combobox y búsqueda incremental
[ { "date": "2017-11-09", "forum": "FiveWin para Harbour/xHarbour", "text": "Muchas gracias Joao por tu tiempo. En tu ejemplo una vez hecha la búsqueda incremental tengo que digitar una tecla ( VK_RETURN ) para que se ejecute el bChange, sin dudas sería una posible solución pero el comportamiento correcto...
Combobox y búsqueda incremental
[ { "date": "2014-08-07", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "Antonio.\n\nla clase combobox cuando su tipo es DROPDOWN no esta permitiendo que la presionar ENTER salgamos del control y saltemos al siguiente, si no que se queda sin hacer nada, hay que presionar TAB para...
Combobox y enter no funciona
[ { "date": "2014-08-07", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "Carlos,\n\nEse es en realidad el comportamiento por defecto de Windows: que saltemos de un control a otro usando Tab.\n\nEntiendo que para los programas de gestión es importante poder usar enter pues asi no ...
Combobox y enter no funciona
[ { "date": "2014-08-07", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "Lo revisare hoy noche, por que ademas note que no esta evaluando bien el valid, te comentare como me fue\nespero que no este dificil la cosa <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\...
Combobox y enter no funciona
[ { "date": "2014-08-08", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "Antonio, con este código en tget, metodo Keychar ya funciona el salto con en enter en combobox, estilo CBS_DROPDOWN\n[code=fw:2upvhz3f]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />  ...
Combobox y enter no funciona
[ { "date": "2014-08-09", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "Antonio, no he sido capaz de encontrar el error de por que el combobox como lista no evalúa correctamente el valid,\nhe revisado la clase tcombobox, tget sin resultado positivo, ahora he encontrado otro erro...
Combobox y enter no funciona
[ { "date": "2014-08-10", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "Carlos,\n\nMucha gracias por el tiempo y esfuerzo que has pasado investigándolo. A esto se llama ayudar de verdad <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:...
Combobox y enter no funciona
[ { "date": "2013-07-31", "forum": "FiveWin para Harbour/xHarbour", "text": "Amigos del foro:\nHay alguna manera de evitar que se dispare el bChange del combobox cuando se usan las teclas UP, DOWN?\n\nLo que quiero hacer es utilizar estas teclas solo para recorrer los items del combobox, y que este ejecut...
Combobox y teclas VK_UP, VK_DOWN
[ { "date": "2013-07-31", "forum": "FiveWin para Harbour/xHarbour", "text": "Francisco, no se si se pueda inhabilitar, pero una solucion seria que lo mandes a una funcion o procedures vacia, es decir que solo retorne, aunque crei que la bchange se activaba si uno lo programaba en las clausulas del combobo...
Combobox y teclas VK_UP, VK_DOWN
[ { "date": "2013-07-31", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola José Luis, gracias por contestar.\nEn efecto, ya he probado con los codeblock bKeyChar y bKeyDown sin ningún resultado. Ahorita mismo estoy estudiando la class combobox a ver si encuentro como hacerlo.\n\nLo que pasa es que ...
Combobox y teclas VK_UP, VK_DOWN
[ { "date": "2013-08-01", "forum": "FiveWin para Harbour/xHarbour", "text": "Francisco,\n\nPrueba a no usar ON CHANGE y define el codeblock oCombobox:bCloseUp", "time": "17:28", "topic": "Combobox y teclas VK_UP, VK_DOWN", "username": "Antonio Linares" } ]
Combobox y teclas VK_UP, VK_DOWN
[ { "date": "2013-08-01", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio.\nMuchas gracias. Voy a probarlo esta noche.\nSaludos.", "time": "22:14", "topic": "Combobox y teclas VK_UP, VK_DOWN", "username": "FranciscoA" } ]
Combobox y teclas VK_UP, VK_DOWN
[ { "date": "2013-08-02", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio,\n\nGracias nuevamente. Funciona. <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \nSaludos.", "time": "03:25", "topic": "Combobox y teclas VK_UP, VK_DOWN", ...
Combobox y teclas VK_UP, VK_DOWN
[ { "date": "2016-01-29", "forum": "FiveWin para Harbour/xHarbour", "text": "Saludos.\n\nhe intentado hacer varias cosas para cambiar el aspecto del combobox sin solucion alguna.\n\nEsta modificacion es cambiarle la fuente o letra al combo y su ancho, que estos sean el mismo ancho que uso en los gets y la...
Combobox, tipo de letra y ancho
[ { "date": "2016-01-29", "forum": "FiveWin para Harbour/xHarbour", "text": "[code=fw:3esziisf]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #00D7D7;\">#define</span> __CLRLBOX     nRGB<span style=\"color: #000000;\">&#40;</span><span style=\"color: #0000...
Combobox, tipo de letra y ancho
[ { "date": "2018-02-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Is it possibile to color each item of a Combobox with a different color?\nKing Regards\nMarco", "time": "16:01", "topic": "Combobox: How to color items", "username": "MarcoBoschi" } ]
Combobox: How to color items
[ { "date": "2018-02-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Marco,\n\nPlease review FWH\\samples\\ownerdra.prg", "time": "17:40", "topic": "Combobox: How to color items", "username": "Antonio Linares" } ]
Combobox: How to color items
[ { "date": "2018-02-23", "forum": "FiveWin for Harbour/xHarbour", "text": "VeryGood <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->", "time": "17:44", "topic": "Combobox: How to color items", "username": "MarcoBoschi" } ]
Combobox: How to color items
[ { "date": "2018-02-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n not all bitmaps are correctly displayed\nI open yellow.bmp using Paint I draw another color using brush and save \nBut I cannot see correctly the bitmap", "time": "11:04", "topic": "Combobox: How to color ite...
Combobox: How to color items
[ { "date": "2018-02-26", "forum": "FiveWin for Harbour/xHarbour", "text": "This is bmp file modified \n[img:341zsjx1]http&#58;//www&#46;marcoboschi&#46;it/public/rosso&#46;bmp[/img:341zsjx1]\n\nThis is one of correct bitmaps\n\n[img:341zsjx1]http&#58;//www&#46;marcoboschi&#46;it/public/giallo&#46;bmp[/im...
Combobox: How to color items
[ { "date": "2018-02-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Run ok for me\n\n[img:2jmu4o3e]https&#58;//s18&#46;postimg&#46;org/5xu5awdll/owner&#46;png[/img:2jmu4o3e]", "time": "14:40", "topic": "Combobox: How to color items", "username": "cnavarro" } ]
Combobox: How to color items
[ { "date": "2018-02-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Christobal,\n\nCould you share the code for the combo with the colors insite ?", "time": "15:02", "topic": "Combobox: How to color items", "username": "Marc Venken" } ]
Combobox: How to color items
[ { "date": "2018-02-26", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Marc Venken\":11ghegu8]Hello Christobal,\n\nCould you share the code for the combo with the colors insite ?[/quote:11ghegu8]\n\nLook post of Antonio\n\n[quote=\"Antonio Linares\":11ghegu8]Marco,\n\nPlease review FWH\\samp...
Combobox: How to color items
[ { "date": "2018-02-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Cristobal,\n if you download this bmp file <!-- m --><a class=\"postlink\" href=\"http://www.marcoboschi.it/public/rosso.bmp\">http://www.marcoboschi.it/public/rosso.bmp</a><!-- m -->\nand subsititute one of bmp files you can s...
Combobox: How to color items
[ { "date": "2018-02-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Ah!, ok, I will try\nSend me your image original", "time": "16:33", "topic": "Combobox: How to color items", "username": "cnavarro" } ]
Combobox: How to color items
[ { "date": "2018-02-26", "forum": "FiveWin for Harbour/xHarbour", "text": "A test\n\n[img:2gab2rj5]http&#58;//www&#46;pflegeplus&#46;com/DOWNLOADS/Combo1&#46;jpg[/img:2gab2rj5]\n\n[img:2gab2rj5]http&#58;//www&#46;pflegeplus&#46;com/DOWNLOADS/sRosso&#46;bmp[/img:2gab2rj5]\n\n[img:2gab2rj5]http&#58;//www&#...
Combobox: How to color items
[ { "date": "2018-02-26", "forum": "FiveWin for Harbour/xHarbour", "text": "The bitmaps are drawn, treating the color at pixel 0,0 as transparent. In the case of rosso.bmp, color at (0,0) is same as the entire body of the bitmap, so the entire bitmap is treated as transparent.\n\nPlease choose a bitmap wh...
Combobox: How to color items
[ { "date": "2018-02-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Rao,\n\nthe left upper corner is different in color\nto show a black frame\n\n[img:ch49wv0f]http&#58;//www&#46;pflegeplus&#46;com/DOWNLOADS/Combo2&#46;jpg[/img:ch49wv0f]\n\nregards\nUwe <!-- s:D --><img src=\"{SMILIES_PATH}/icon_b...
Combobox: How to color items
[ { "date": "2018-02-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe\n\nI am referring to the bitmap downloaded from <!-- m --><a class=\"postlink\" href=\"http://www.marcoboschi.it/public/rosso.bmp\">http://www.marcoboschi.it/public/rosso.bmp</a><!-- m -->, not the bmps you are using.\nYes. Be...
Combobox: How to color items
[ { "date": "2018-02-26", "forum": "FiveWin for Harbour/xHarbour", "text": "[b:3cxwyb2l]Dear coders, thank you so much[/b:3cxwyb2l]", "time": "20:50", "topic": "Combobox: How to color items", "username": "MarcoBoschi" } ]
Combobox: How to color items
[ { "date": "2018-02-27", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"ukoenig\":1f0xgecn]Rao,\n\nthe left upper corner is different in color\nto show a black frame\n\n[img:1f0xgecn]http&#58;//www&#46;pflegeplus&#46;com/DOWNLOADS/Combo2&#46;jpg[/img:1f0xgecn]\n\nregards\nUwe <!-- s:D --><img...
Combobox: How to color items
[ { "date": "2018-02-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr. Rao,\n\nthank You very much\nThe solutionn makes painting of these image-types easy <!-- s:shock: --><img src=\"{SMILIES_PATH}/icon_eek.gif\" alt=\":shock:\" title=\"Shocked\" /><!-- s:shock: --> <!-- s:shock: --><img src=...
Combobox: How to color items
[ { "date": "2018-03-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr. Rao,\n\nI'm creating a [color=#0000FF:2zg86vr5]BMP-painter[/color:2zg86vr5] for this special kind of images using Your function.\nWith my first tests it works great <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=...
Combobox: How to color items
[ { "date": "2019-10-07", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"ukoenig\":3nof5l58]A test\n\n[img:3nof5l58]http&#58;//www&#46;pflegeplus&#46;com/DOWNLOADS/Combo1&#46;jpg[/img:3nof5l58]\n\n[img:3nof5l58]http&#58;//www&#46;pflegeplus&#46;com/DOWNLOADS/sRosso&#46;bmp[/img:3nof5l58]\n\n[i...
Combobox: How to color items
[ { "date": "2006-11-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi to Everybody,\n\nThanks for your help, because of it, I am working with Wbrowse of Hernán and with comboboxes in cells <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> , Bu...
Comboboxes with Wbrowse of Hernán
[ { "date": "2006-11-27", "forum": "FiveWin for Harbour/xHarbour", "text": "there was an old class to use with twbrowse : I must found it on my cds\nwait...", "time": "10:33", "topic": "Comboboxes with Wbrowse of Hernán", "username": "Silvio" } ]
Comboboxes with Wbrowse of Hernán
[ { "date": "2006-11-27", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"jose_murugosa\":nzw5pm3w]Hi to Everybody,\n\nDoes somebody repair this unperfection?\nIf somebody has a solution, please, I will apreciate it <!-- s:wink: --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\":wink:\" title=...
Comboboxes with Wbrowse of Hernán
[ { "date": "2006-11-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Rimantas,\n\nI already tried to change height and width in both comboboxes (for arrays and for logical vars) without good results, If you resolve this problem could you please send me a copy of your wbrowse.prg so I can see how yo...
Comboboxes with Wbrowse of Hernán
[ { "date": "2012-06-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Antonio,\nis it possible to have Combometro with style DropDown.\nThat user can either enter a text or just select an item from the list.\nThank in advance\nOtto", "time": "08:59", "topic": "Combometro", "userna...
Combometro
[ { "date": "2012-06-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes.", "time": "13:06", "topic": "Combometro", "username": "nageswaragunupudi" } ]
Combometro
[ { "date": "2012-06-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Mr. rao,\nwould you be so kind to post an example.\nThanks in advance\nOtto", "time": "16:57", "topic": "Combometro", "username": "Otto" } ]
Combometro