messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2006-07-25", "forum": "FiveWin for CA-Clipper", "text": "Dear Antonio\n\nThank you very much for help", "time": "14:13", "topic": "CheckBox", "username": "Peter" } ]
CheckBox
[ { "date": "2018-01-30", "forum": "FiveWin for Harbour/xHarbour", "text": "@ 82, 55 CHECKBOX aGet[9] VAR lReminder Prompt \"\"Reminder\"\" ;\n OF oDlg SIZE 40,10 PIXEL \n\nthis show the checkBox at left but perhaps we can add a feature to show the prompt at RIGHT ?\n\nCan ...
CheckBox Modify Request
[ { "date": "2008-06-13", "forum": "FiveWin for Harbour/xHarbour", "text": "I need to show the meaning of letters equalivent to Checkbox at Xbrowse . \r\nIf I had three check boxes ?\r\n[] one - stored to DBF as O\r\n[] two - stored to DBF as T\r\n[] three - stored to DBF as H\r\n\...
CheckBox Display at Xbrowse
[ { "date": "2005-10-31", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "Porque no salta de control en control con la tecla intro en checkboxes dentro de un folder?\nFuera de él pasa de uno a otro con intro sin problemas.\nAlgún parámetro???\n\nGracias", "time": "16:16", ...
CheckBox en Folders
[ { "date": "2005-11-01", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "Angel, yo uso este truco:\n\nredefine checkbox oCh1 var lChk id 101 of oFld:aDialogs[4]\n\noCh1:bKeyChar :={|k| if(k == VK_RETURN, oFld:aDialogs[4]:GoNextCtrl( oCh1:hWnd ), Nil) }\n\n\nSaludos de Brasil\nMau...
CheckBox en Folders
[ { "date": "2005-11-02", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "Genial!\nCon tus indicaciones modifiqué la clase checkbox añadiendo\n\n::bKeyChar :={|k| if(k == VK_RETURN, oWnd:GoNextCtrl( ::hWnd ), Nil) }\n\ny funcionó perfecto.\n\nUn saludo.", "time": "08:20", ...
CheckBox en Folders
[ { "date": "2011-07-13", "forum": "FiveWin para Harbour/xHarbour", "text": "Saludos.\n\nUna pregunta para aquellos que usan la clase del maestro Manuel Mercado TsBrowse:\n\nAnteriormente usaba la version 6.0 y en mis mis sbrowses uso el checkbox sin ningun problema para edidar ni visualizar, y ahora con ...
CheckBox en Tsbrowse6.0 y Tsbrowse9.0
[ { "date": "2011-07-13", "forum": "FiveWin para Harbour/xHarbour", "text": "Saludos.\n\nUna pregunta para aquellos que usan la clase del maestro Manuel Mercado TsBrowse:\n\nAnteriormente usaba la version 6.0 y en mis mis sbrowses uso el checkbox sin ningun problema para edidar ni visualizar, y ahora con ...
CheckBox en Tsbrowse6.0 y Tsbrowse9.0
[ { "date": "2010-04-19", "forum": "FiveWin for Harbour/xHarbour", "text": "I have an xbrowse that I need to mark serveral records to change their currency. I thought of having a column of check boxes. The user can check off as many records as the like then convert to the currency those that are checked. ...
CheckBox in a column xbrowse
[ { "date": "2010-04-19", "forum": "FiveWin for Harbour/xHarbour", "text": "<!-- m --><a class=\"postlink\" href=\"http://www.fivewin.com.br/forum/topic.asp?TOPIC_ID=17222\">http://www.fivewin.com.br/forum/topic.a ... C_ID=17222</a><!-- m -->\n\nA link to the same question in the brazilian forum", "ti...
CheckBox in a column xbrowse
[ { "date": "2010-04-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr Hag\nProbably this sample code may be the starting point for you.\n[code=fw:2zwmdq7i]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\...
CheckBox in a column xbrowse
[ { "date": "2010-04-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Great stuff thanks to both.", "time": "03:54", "topic": "CheckBox in a column xbrowse", "username": "hag" } ]
CheckBox in a column xbrowse
[ { "date": "2006-08-07", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola a todos\n\nEn el caso de ser posible, alguno de uds tendra un pequeño ejemplo para incrustar ya sea un checkbox o un bitmap en un browse ( de Hernan ) ?\n\nAgradeceria mucho cualquier apoyo.\n\n\nSaludos", "time": "22:35...
CheckBox o BitMap en TWBrowse
[ { "date": "2006-08-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Raymundo:\nAqui esta el ejemplo que encontre:\nDebe funcionar con xHarbour, yo uso Harbour, ademas debe\ncompilar tMultisel.prg que viene con la Twbrowse de Hernan \n\n\n\n#include \"FiveWin.ch\"\n#include \"wcolors.ch\"\n\n/////...
CheckBox o BitMap en TWBrowse
[ { "date": "2006-08-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Ruben\n\nMuchas Gracias por el ejemplo, hare mis pruebas.\n\nTe agradezco <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \n\nSaludos", "time": "07:07", "topic...
CheckBox o BitMap en TWBrowse
[ { "date": "2006-08-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Se hace exactamente igual a como se hace con un TWBrowse normalito\n\n\n/[code:7ow4nix7]* cargas los bitmaps de los check */\n hCheck &#58;= LoadBitmap&#40;GetResources&#40;&#41;,\"check\"&#41;\n hunCheck &#58;= LoadBitmap&#4...
CheckBox o BitMap en TWBrowse
[ { "date": "2006-08-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias Master Flores\n\nTe lo agradezco mucho, sigo con mis pruebas y correcciones <!-- s:P --><img src=\"{SMILIES_PATH}/icon_razz.gif\" alt=\":P\" title=\"Razz\" /><!-- s:P --> \n\n\nSaludos", "time": "21:39", "topic":...
CheckBox o BitMap en TWBrowse
[ { "date": "2006-08-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Amigos me gustaria hacer lo mismo pero en un xbrowse alguien me puede indicar como hacerlo.", "time": "18:39", "topic": "CheckBox o BitMap en TWBrowse", "username": "leandro" } ]
CheckBox o BitMap en TWBrowse
[ { "date": "2006-08-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Leandro\n\nEl ejemplo que expuso el Master Flores, trabajo perfecto en el TWBrowse de Hernan ( es el que uso ), no he usado el xBrowse, pero en la carpeta de samples, esta el archivo TESTXBRW.PRG y ahi estan muchas opciones ...
CheckBox o BitMap en TWBrowse
[ { "date": "2006-08-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Leandro\n\naca algo similar, lo que faltaria es evaluar el click en el browse, sobrfe que col esta sucediendo para realizar el cambio.\n\n[code:3zb63xm8]\n WITH OBJECT &#40; oBrw &#58;= TXBrowse&#40;&#41;&#58;new&#40; oDlg &#4...
CheckBox o BitMap en TWBrowse
[ { "date": "2005-10-07", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola a todos:\n\nNecesito poner un checkbox en un dialogo que tiene como fondo un bmp, y no me lo pinta transparente, alguien me puede indicar como hacerlo; se que Carlos Mora, en su momento tenía este problema, me podrias indica...
CheckBox transparente
[ { "date": "2005-10-07", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio (Ortega),\n[quote=\"Antonio F. Ortega\":2xfnyc0o]Hola a todos:\n\nNecesito poner un checkbox en un dialogo que tiene como fondo un bmp, y no me lo pinta transparente, alguien me puede indicar como hacerlo; se que Carlos M...
CheckBox transparente
[ { "date": "2005-10-08", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"Antonio F. Ortega\":2fi1wvyw]Hola a todos:\n\nNecesito poner un checkbox en un dialogo que tiene como fondo un bmp, y no me lo pinta transparente, alguien me puede indicar como hacerlo; se que Carlos Mora, en su momento ...
CheckBox transparente
[ { "date": "2005-10-09", "forum": "FiveWin para Harbour/xHarbour", "text": "Como bien dice Hernan, eso es lo primero a probar:\n\n[quote=\"Hernan Diego Ceccarelli\":2v2ocds1]\n Si le asignas un BRUSH tipo NULL al control, no se pone transparente ???\n Algo asi: oCheckBox:SetBrush( Trush():New(\"NULL\...
CheckBox transparente
[ { "date": "2005-10-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Hernán,\nProbar con Brushes NULL fué una de las primeras cosas que hice, tambien probé de ponerle el brush del diálogo, aunque seguro lo pintaba mal pq el brush del dialogo es un bmp con degradé y no coincidiría. El fondo, indefe...
CheckBox transparente
[ { "date": "2005-10-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio, Hernán,\nEste problema está posteado en las news el 21/09, y la sugerencia de Hernán fue la misma que ahora, y ya estaba dicho que no marchaba.\nY sigue sin resolver...\n\nSaludos", "time": "09:09", "topic": "Che...
CheckBox transparente
[ { "date": "2005-10-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Carlos,\n\nUna posible solución es crear un control que se comporte como un checkbox y que sea transparente. No es un control dificil de hacer.\n\nPor favor, regístrate para que sólo tú puedas usar tu nombre de usuario. Gracias."...
CheckBox transparente
[ { "date": "2012-05-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Al hacer pruebas con SetResDebug( .t. ) y CHECKRES() me he encontrado con esto:\n[code=fw:2ewl91hz]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #000000;\">24</span>/<span style=\"color: #0...
CheckRes
[ { "date": "2012-05-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Fernando,\n\nEn la clase TTreeItem (source\\classes\\treeitem.prg) añade estas líneas al Método End():\n\n[code=fw:1i624fu7]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nbsp; &nbsp;...<br />&nbsp; &nbsp;...
CheckRes
[ { "date": "2012-05-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio,\n\nMuchas gracias por la respuesta.\n\nIncluyendo las lineas que mencionas, siguen quedando los BMP's\n\n\nEn cuanto a los Tree's antiguos.\nEl tree lo genero para mostrarlo en un xBrowse.\nNo para mostrarlo directamente...
CheckRes
[ { "date": "2012-05-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio,\n\nYa esta solicionado.\n\nComo ya te indiqué, el tree lo creo para su visualización en un xbrowse.\nPero al cerrar el browse no finalizaba el tree.\n\nDe todas formas, en relación al 2º punto que me indicabas:\nEl tree ...
CheckRes
[ { "date": "2012-05-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Fernando,\n\nPuedes mostrar una imagen de como se ve ó un PRG de ejemplo ? gracias <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "16:10", "topic": "CheckRes"...
CheckRes
[ { "date": "2012-05-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Uso 2 formatos\n\nEl primero:\n[url=http&#58;//imageshack&#46;us/photo/my-images/3/treebrowse1&#46;png/:3se2tmvg][img:3se2tmvg]http&#58;//img3&#46;imageshack&#46;us/img3/7193/treebrowse1&#46;png[/img:3se2tmvg][/url:3se2tmvg]\nUpl...
CheckRes
[ { "date": "2012-05-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Los datos los toma de un recordset.\nRecorro todo el recordset creando el tree.\n\nEsto es util para tree's (recordset) que no tengan muchos datos.\nSi los tienen tarda mucho en montar el tree ya que tiene que recorrer entero el ...
CheckRes
[ { "date": "2020-03-09", "forum": "FiveWin para Harbour/xHarbour", "text": "Buen dia.\n\nObtengo este reporte con CheckRes(), pregunto me afecta el sistema, si es así como lo soluciono\n\n03/09/2020 09:32:46: DeleteObject( ::hBrush ) failed from TBrush:End()\t437262946\t\n03/09/2020 09:32:46: DeleteObj...
CheckRes()
[ { "date": "2020-03-09", "forum": "FiveWin para Harbour/xHarbour", "text": "Muestre cómo está cerrando las FUENTES o haga esto:\n\n[code=fw:3q6zw3ki]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">FUNCTION</span> Salida<span style=\"color: #000000;\">...
CheckRes()
[ { "date": "2020-03-09", "forum": "FiveWin para Harbour/xHarbour", "text": "SET RESOURCES TO\n ResAllFree( )\n MEMORY( - 1 )\n\n\n\n DbCommitAll()\n DbUnLockAll()\n DbCloseAll()\n\n FreeResources()\n Release All\n SysRefresh()\n HB_GCALL( .T. )\n CLEAR MEMORY\n\n\n CheckRes()\n\n\n ...
CheckRes()
[ { "date": "2020-03-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Y en el módulo como estás cerrando las fuentes y el brush()? \n\nSaludos.", "time": "12:15", "topic": "CheckRes()", "username": "karinha" } ]
CheckRes()
[ { "date": "2020-03-10", "forum": "FiveWin para Harbour/xHarbour", "text": "[code=fw:23fp3jvt]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br />  <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BRUSH</span> oBrush FILE cNomFon  RESIZE<br />         ...
CheckRes()
[ { "date": "2020-03-10", "forum": "FiveWin para Harbour/xHarbour", "text": "No use PUBLIC en el FONT o BRUSH.\n\nIntenta con:\n\n[code=fw:3rvcdtcy]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br />&nbsp; &nbsp;<span style=\"color: #B900B9;\">// oBrush:End()</span><br />&nbsp; &n...
CheckRes()
[ { "date": "2020-03-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Se mantiene el reporte en resources.txt\n\n[code=fw:2qbq1znc]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />SetResDebug<span style=\"color: #000000;\">&#40;</span>.t.<span style=\"color: #000000;\">&#41;</s...
CheckRes()
[ { "date": "2020-03-10", "forum": "FiveWin para Harbour/xHarbour", "text": "C:\\FWH..\\SAMPLES\\RUSMICRO.PRG\n\n[code=fw:1hjt6hni]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FiveWin.ch\"</span><br ...
CheckRes()
[ { "date": "2020-03-10", "forum": "FiveWin para Harbour/xHarbour", "text": "karinha, gracias por su ayuda, ya no genera el resources.txt\n\nsi activo SetResDebug(.t.),\n se genera el res.log con este contenido\n\n 487194999\nFONT\n /*,-+0,*0/\nFONT\n /-.,),-,/,\nFONT\n /(,./)+'0\nBMP\n /,+'.(/.(-\nBMP...
CheckRes()
[ { "date": "2020-03-11", "forum": "FiveWin para Harbour/xHarbour", "text": "En mi humilde opinión, es perfecto. Puedes trabajar sin problemas. Si tiene más preguntas, póngase en contacto con el Maestro Cristóbal, ¿de acuerdo?\n\nRegards, saludos.", "time": "18:51", "topic": "CheckRes()", "use...
CheckRes()
[ { "date": "2020-03-12", "forum": "FiveWin para Harbour/xHarbour", "text": "Muchas gracias\nSaludos", "time": "00:15", "topic": "CheckRes()", "username": "russimicro" } ]
CheckRes()
[ { "date": "2020-03-12", "forum": "FiveWin para Harbour/xHarbour", "text": "No está bien\nPara que estés seguro que tu aplicación no tiene pérdida de recursos y que por lo tanto te pueda dar algún problema en su funcionamiento, el checkres.txt debe tener este contenido ( te pongo como ejemplo lo que me a...
CheckRes()
[ { "date": "2020-03-12", "forum": "FiveWin para Harbour/xHarbour", "text": "Buen dia.\n\nactualmente se genera solo el res.log, anteriormente se generaba el resources.txt\n\nEl checkres.txt no se ha generado\n\nGracias", "time": "14:43", "topic": "CheckRes()", "username": "russimicro" } ]
CheckRes()
[ { "date": "2020-03-12", "forum": "FiveWin para Harbour/xHarbour", "text": "Holá, duda: Que és RES.LOG? Haga asi:\n\n[code=fw:gqmb21ii]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">IF</span> FILE<span style=\"color: #000000;\">&#40;</sp...
CheckRes()
[ { "date": "2020-03-12", "forum": "FiveWin para Harbour/xHarbour", "text": "se genera el res.log con este contenido\n\n487194999\nFONT\n/*,-+0,*0/\nFONT\n.....\n\nPregunto :\n * porque se genera este archivo res.log\n * porque no se genera el checkrest.txt\n\nGracias", "time": "17:35", "topic": "...
CheckRes()
[ { "date": "2020-03-12", "forum": "FiveWin para Harbour/xHarbour", "text": "Has de poner al principio en tu function Main\n[quote:ptuyvdzl]\n .../...\n SetResDebug( .T. )\n .../...\n[/quote:ptuyvdzl]\n\ny al salir de la function Main\n[quote:ptuyvdzl]\n.../...\n //DbCloseAll()\n FreeResources()...
CheckRes()
[ { "date": "2020-03-12", "forum": "FiveWin para Harbour/xHarbour", "text": "Esta es la forma en que lo tengo, definido\n\n[code=fw:1iyvgr4x]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />   SetResDebug<span style=\"color: #000000;\">&#40;</span>.t.<span style=\"color: #000000;\">&#...
CheckRes()
[ { "date": "2020-03-12", "forum": "FiveWin para Harbour/xHarbour", "text": "Esta parte prueba a no ponerla en el VALID, ya que aun no se ha destruido la ventana\nPonlo debajo del ACTIVATE\n\n[code=fw:1ttvv666]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br />&nbsp; &nbsp;FreeRes...
CheckRes()
[ { "date": "2020-03-13", "forum": "FiveWin para Harbour/xHarbour", "text": "[code=fw:2el3tx2y]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nbsp; &nbsp;<span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> oSalida <span style=\"color: #0000ff...
CheckRes()
[ { "date": "2020-03-14", "forum": "FiveWin para Harbour/xHarbour", "text": "No genera el checkrest.txt, pero sigue generando el res.log, con el contenido listado arriba\n\nGracias\n[code=fw:2exsssdz]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br />  <br />   SetResDebug<span st...
CheckRes()
[ { "date": "2020-03-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Prueba sin poner esto al final. La ultima instruccion que sea CheckRes()\n\n[code=fw:3c1rb114]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br />&nbsp; &nbsp;PostQuitMessage<span style=\"color: #000000;\"...
CheckRes()
[ { "date": "2020-03-14", "forum": "FiveWin para Harbour/xHarbour", "text": "1. ya probe sin el PostQuitMessage( 0 ), __QUIT() y sigue sin generar el checkres\n\n2. corri un ejemplo de fivewin con xharbour.org y genera el checkres\n\n3. no se si es porque uso xharbour.com ?\n\nGracias", "time": "...
CheckRes()
[ { "date": "2020-03-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Efectivamente, seguramente es por eso", "time": "19:47", "topic": "CheckRes()", "username": "cnavarro" } ]
CheckRes()
[ { "date": "2006-08-19", "forum": "FiveWin para Harbour/xHarbour", "text": "Porque cuando pongo un checkbox me marca el erro de no puedo crear el dialogo que opciones hay poner el checkbox para que lo presente, desde recursos.\n\n\nsaludos, bye.\nfernando sandoval", "time": "19:43", "topic": "Che...
Checkbox
[ { "date": "2006-08-19", "forum": "FiveWin para Harbour/xHarbour", "text": "Fernando,\n\nOjo no vaya a ser que estés poniendo un checkbox de Borland en vez de uno estandard de Windows.", "time": "20:45", "topic": "Checkbox", "username": "Antonio Linares" } ]
Checkbox
[ { "date": "2006-12-22", "forum": "FiveWin para Pocket PC", "text": "Como puedo incluir y un checkbox que tengo en un fichero RC, y referenciarlo en un PRG, igual que puedo hacer REDEFINE BUTTON ......\n\nGRACIAS", "time": "18:59", "topic": "Checkbox", "username": "mjcc" } ]
Checkbox
[ { "date": "2006-12-22", "forum": "FiveWin para Pocket PC", "text": "REDEFINE CHECKBOX ...", "time": "22:59", "topic": "Checkbox", "username": "Antonio Linares" } ]
Checkbox
[ { "date": "2007-02-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola,\n\n Como se hace para cambiar el caption de un checkbox desde recursos? He intentado hacer asi:\n\n[code:2utjqlfw]\nMiCaption&#58;=\"Mi nuevo caption\"\nREDEFINE CHECKBOX oCheck VAR cCheck ID 117 OF oDlg\noCheck&#58;SetT...
Checkbox
[ { "date": "2007-02-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Kleyber,\n\nEs un combobox editable (con un GET contenido) ?\n\nDe no serlo, puedes usar oCombo:Set( cOption ) en donde cOption es uno de los items contenidos del combobox.\n\nDe ser editable, oCombo:oGet:SetText( cText )", "...
Checkbox
[ { "date": "2007-02-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio,\n\n Gracias por responder y disculpa la confusión. Se trata de facto de un CHECKBOX y no un COMBOBOX, tanto que cambié el post original.\n La duda es la misma: no he conseguido cambiar el caption de un checkbox en ...
Checkbox
[ { "date": "2007-02-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Kleyber,\n\noCheckBox:SetText( cTexto ) debe funcionar", "time": "13:06", "topic": "Checkbox", "username": "Antonio Linares" } ]
Checkbox
[ { "date": "2007-02-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias Antonio,\n\n Voy a probar y te comento.\n\nSaludos,", "time": "13:18", "topic": "Checkbox", "username": "Kleyber" } ]
Checkbox
[ { "date": "2007-02-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio,\n\n Desafortunadamente no me funciona. <!-- s:( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":(\" title=\"Sad\" /><!-- s:( --> Asi está mi código:\n\n[code:f62b1u2n]\n c133&#58;=\"Nuevo PROMPT\"\n REDEFINE C...
Checkbox
[ { "date": "2007-02-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio,\n\n He solucionado poniendo todos los ::SetText() en una función llamada por ON INIT. Pero esto es el comportamiento correcto?\n\nSaludos,", "time": "22:19", "topic": "Checkbox", "username": "Kleyber" } ...
Checkbox
[ { "date": "2007-02-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Kleyber,\n\nEs la forma correcta ya que hasta que no se activa el diálogo los controles no tienen asignados sus handles válidos", "time": "22:42", "topic": "Checkbox", "username": "Antonio Linares" } ]
Checkbox
[ { "date": "2007-03-01", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias por la aclaración, Antonio. Todo me funciona bien ahora.\n\nSaludos,", "time": "04:06", "topic": "Checkbox", "username": "Kleyber" } ]
Checkbox
[ { "date": "2015-06-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nHow do I change the text of a combobox?\n\nThanks.", "time": "15:50", "topic": "Checkbox", "username": "driessen" } ]
Checkbox
[ { "date": "2015-06-09", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:2rxf05d9]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />oCbx:<span style=\"color: #000000;\">SetItem</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">1</span> <span...
Checkbox
[ { "date": "2015-06-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks a lot for your help.", "time": "17:43", "topic": "Checkbox", "username": "driessen" } ]
Checkbox
[ { "date": "2015-06-09", "forum": "FiveWin for Harbour/xHarbour", "text": "I just noticed that the code suggested doesn't work.\n\nIt must be : [code=fw:98is94d0]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oCbx:<span style=\"color: #000000;\">SetText</span><span style=\"color: #000000...
Checkbox
[ { "date": "2015-05-07", "forum": "FiveWin for Harbour/xHarbour", "text": "How to implement the Tri State checkbox?\n[img:13c3fj1u]http&#58;//s23&#46;postimg&#46;org/l2cn1bhef/Check_box&#46;png[/img:13c3fj1u]", "time": "00:18", "topic": "Checkbox Tri-State", "username": "sambomb" } ]
Checkbox Tri-State
[ { "date": "2015-05-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Use BS_AUTO3STATE style.\n\nEMG", "time": "12:50", "topic": "Checkbox Tri-State", "username": "Enrico Maria Giordano" } ]
Checkbox Tri-State
[ { "date": "2015-05-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Use Where?\nIn the Pelles C I found, but I dont know what class to (re)define", "time": "13:23", "topic": "Checkbox Tri-State", "username": "sambomb" } ]
Checkbox Tri-State
[ { "date": "2015-05-07", "forum": "FiveWin for Harbour/xHarbour", "text": "This is a sample of how I define it:\n\n[code=fw:gj6tb3ik]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">CONTROL <span style=\"color: #ff0000;\">\"Interni:\"</span>, <span style=\"color: #000000;\">136</span>, <sp...
Checkbox Tri-State
[ { "date": "2015-05-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico, I use redefine, I think that I can change the TCheckbox class to work with 3 states or maybe create a new class with inheritance from TCheckbox.\nBut I hope that there is a easier way", "time": "14:33", "topic": "C...
Checkbox Tri-State
[ { "date": "2015-05-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Here it is:\n\n[code=fw:1z1b2tbq]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> &nbsp; &nbsp;nCsn = <span style=\"color: #000000;\">2</span><br /><br />&nbsp; &nbsp; <span style=\"color: #0000ff;\">REDEFINE</span...
Checkbox Tri-State
[ { "date": "2015-05-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Error description: Error BASE/1003 Variable does not exist: BM_GETCHECK", "time": "18:52", "topic": "Checkbox Tri-State", "username": "sambomb" } ]
Checkbox Tri-State
[ { "date": "2015-05-07", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:1bfvmx81]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #B900B9;\">// Button messages</span><br /><br /><span style=\"color: #00D7D7;\">#define</span> BM_GETCHECK <span style=\"color:...
Checkbox Tri-State
[ { "date": "2015-05-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Now It's working fine!\nThanks a lot\n\n[code=fw:jpalsdh9]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"fivewin.ch\"</...
Checkbox Tri-State
[ { "date": "2015-05-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico, this code didn't work right...\nI want to change the var to work as a integer instead of logical\n0 = Unchecked\n1 = Checked\n2 = Full Checked", "time": "18:06", "topic": "Checkbox Tri-State", "username": "samb...
Checkbox Tri-State
[ { "date": "2015-05-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Please check nCsn variable in my sample above.\n\nEMG", "time": "18:13", "topic": "Checkbox Tri-State", "username": "Enrico Maria Giordano" } ]
Checkbox Tri-State
[ { "date": "2016-03-03", "forum": "FiveWin para Harbour/xHarbour", "text": "Perdón por la pregunta pero es que no recuerdo como se hace...\nNecesito saber si un checkbox esta enable o disable, como hago para preguntar.... <!-- s:oops: --><img src=\"{SMILIES_PATH}/icon_redface.gif\" alt=\":oops:\" title=\...
Checkbox activo
[ { "date": "2016-03-03", "forum": "FiveWin para Harbour/xHarbour", "text": "Puedes intentar con ::lActive", "time": "21:24", "topic": "Checkbox activo", "username": "cnavarro" } ]
Checkbox activo
[ { "date": "2016-03-04", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias Master!!", "time": "20:10", "topic": "Checkbox activo", "username": "TOTOVIOTTI" } ]
Checkbox activo
[ { "date": "2007-10-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nPlease look at following small test application:\n[img:2vmsinvs]http&#58;//www&#46;WinFakt&#46;be/Checkbox_Alligment&#46;jpg[/img:2vmsinvs]\nNotice that the alignment for the chekboxes are not correct.\n\nThis is the PRG...
Checkbox alignment not correct
[ { "date": "2007-10-07", "forum": "FiveWin for Harbour/xHarbour", "text": "[code:2f6306xe] CHECKBOX \"Checkbox Right\", 102, 16, 32, 80, 14, BS_AUTOCHECKBOX | WS_TABSTOP\n CHECKBOX \"Checkbox Left &#58;\", 101, 16, 16, 80, 14, BS_AUTOCHECKBOX | BS_LEFTTEXT | WS_TABSTOP[/code:2f6306xe]\n\nEMG", "time"...
Checkbox alignment not correct
[ { "date": "2007-10-07", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"EnricoMaria\":1mvy3tym][code:1mvy3tym] CHECKBOX \"Checkbox Right\", 102, 16, 32, 80, 14, BS_AUTOCHECKBOX | WS_TABSTOP\n CHECKBOX \"Checkbox Left &#58;\", 101, 16, 16, 80, 14, BS_AUTOCHECKBOX | BS_LEFTTEXT | WS_TABSTOP[/co...
Checkbox alignment not correct
[ { "date": "2007-10-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Sorry Patrick but I really don't understand your problem.\n\nEMG", "time": "17:44", "topic": "Checkbox alignment not correct", "username": "Enrico Maria Giordano" } ]
Checkbox alignment not correct
[ { "date": "2007-10-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Patrick,\n\nIt seems you defined them as checkboxes in the RC then redefined them as radios in your code. What that intentional, and if so, why?\n\nJames", "time": "19:15", "topic": "Checkbox alignment not correct", "u...
Checkbox alignment not correct
[ { "date": "2007-10-07", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"James Bott\":1jou1fb9]Patrick,\n\nIt seems you defined them as checkboxes in the RC then redefined them as radios in your code. What that intentional, and if so, why?\nJames[/quote:1jou1fb9]\n\nOops, that's a TYPO.. Damne...
Checkbox alignment not correct
[ { "date": "2007-10-07", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"EnricoMaria\":2ypghxu7]Sorry Patrick but I really don't understand your problem.\nEMG[/quote:2ypghxu7]\n\nSimple, if I use a checkbox RIGHT aligned (So that the checkbox is on the RIGHT hand side of the text), the text sh...
Checkbox alignment not correct
[ { "date": "2007-10-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Patrick,\n\n>Simple, if I use a checkbox RIGHT aligned (So that the checkbox is on the RIGHT hand side of the text), the text should ALSO e right aligned, and not left. \n\nYou say it \"should be\" but I am not sure. Is this becau...
Checkbox alignment not correct
[ { "date": "2007-10-07", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Patrick Mast\":2ltypnh8]Simple, if I use a checkbox RIGHT aligned (So that the checkbox is on the RIGHT hand side of the text), the text should ALSO e right aligned, and not left.\n\nPatrick[/quote:2ltypnh8]\n\nAs James s...
Checkbox alignment not correct
[ { "date": "2008-10-29", "forum": "FiveWin for Harbour/xHarbour", "text": "On Dialogs with clausula TRANSPARENT and gradient-background the text from this controls are not transparent! Any solution?", "time": "17:49", "topic": "Checkbox and Radio are not transparent!?", "username": "byte-one"...
Checkbox and Radio are not transparent!?
[ { "date": "2008-10-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Günther,\r\n\r\nPlease review fwh\\samples\\TestTrn1.prg\r\n\r\n[url=http&#58;//imageshack&#46;us:2uneeuhh][img:2uneeuhh]http&#58;//img395&#46;imageshack&#46;us/img395/6613/trans1oj1&#46;png[/img:2uneeuhh][/url:2uneeuhh]", "ti...
Checkbox and Radio are not transparent!?
[ { "date": "2008-10-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, I am using not a bitmap as background!\r\nI use as background:\r\n[code:29fs6fl5]&#46;&#46;&#46;ON PAINT gradientfill&#40;oDlg&#58;hDC,0,0,oDlg&#58;nHeight&#40;&#41;,oDlg&#58;nWidth&#40;&#41;,&#123;&#123;1,CLR_WHITE,CLR_R...
Checkbox and Radio are not transparent!?