messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2009-10-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola:\n\n¿Se pueden hacer BUTTONBMP transparentes?. Muchas gracias <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->",
"time": "11:11",
"topic": "BUTTONBMP Transparent... | BUTTONBMP Transparente |
[
{
"date": "2009-11-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "No es posible pues la clase TButtonBmp está basada en la clase button propia de Windows que no permite pintarse transparente.\n\nPuedes usar la Clase TBtnBmp de FiveWin. Tienes un ejemplo en FWH\\samples\\TestBtnB.prg\n\nTambien ... | BUTTONBMP Transparente |
[
{
"date": "2009-11-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[url=http://img198.imageshack.us/i/botontransparente.jpg/:1agqib8i][img:1agqib8i]http://img198.imageshack.us/img198/3455/botontransparente.th.jpg[/img:1agqib8i][/url:1agqib8i]\n\n\nPequeño ejem... | BUTTONBMP Transparente |
[
{
"date": "2006-10-30",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Amigo tengo un Problema con la Clase ButtonBmp a veces el boton le tengo que presionar varios click para q se ejecute.",
"time": "16:45",
"topic": "BUTTONBMP Varios Click",
"username": "jbrita"
}
] | BUTTONBMP Varios Click |
[
{
"date": "2008-12-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Saludos a todos,\r\n\r\nAlguien sabría como colgarle un menupopup sin que en el boton creado salga la flechita?\r\n\r\nbueno, he colgado el menu popup pero, sale la flechita, lo cual no se me hace muy estético.\r\n\r\nuna imagen ... | BUTTONBMP duda |
[
{
"date": "2008-12-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "William,\r\n\r\nUna solucion rapida es que declares esta funcion en tu PRG principal:\r\n\r\nfunction PolyPolygon() ; return nil\r\n\r\nen el caso de que no uses esa funcion desde otra parte de tu aplicacion.",
"time": "23:00... | BUTTONBMP duda |
[
{
"date": "2008-12-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Antonio,\r\n\r\nno fue la solución, pues sigue moviendo la imagen del boton y apareciendo la separación donde iria la flechita, aunque la flechita no aparece.\r\n\r\nLa idea es que no aparezca ni la separación ni la flechita, ni ... | BUTTONBMP duda |
[
{
"date": "2008-12-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"wmormar\":2azqzq88]La idea es que no aparezca ni la separación ni la flechita, ni mueva la imagen del boton, sino que solamente aparezca el popup.[/quote:2azqzq88]Hola William:\r\n\r\nPrueba con: oBtn[ 6 ]:oPopup := Nil\... | BUTTONBMP duda |
[
{
"date": "2008-12-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Manuel,\r\n\r\nsorry, no funcionó.\r\n\r\nsigo esperando comentarios\r\n\r\ngracias por adelantado",
"time": "16:29",
"topic": "BUTTONBMP duda",
"username": "wmormar"
}
] | BUTTONBMP duda |
[
{
"date": "2005-11-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola foro,\ncompile el TextBuBm.prg pero solo viene el bitmap con el botón. Bien,,, pues ya tiene texto.\nHe logrado hacer lo siguiente\n REDEFINE BUTTONBMP oBtn ID 702 OF oDlg ;\n BITMAP \"Acerca.BMP\" ;\n\... | BUTTONBMP el bmp sale encima del texto |
[
{
"date": "2005-11-28",
"forum": "FiveWin para Harbour/xHarbour",
"text": "En el método Paint() de la Clase TButtonBmp hay este código:\n\n if ! Empty( ::hBitmap )\n nTop = ( ::nHeight() / 2 ) - ( nBmpHeight( ::hBitmap ) / 2 )\n nLeft = ( ::nWidth() / 2 ) - ( nBmpWidth( ::hBitmap ) / 2 )\n ... | BUTTONBMP el bmp sale encima del texto |
[
{
"date": "2005-11-30",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias Antonio",
"time": "04:15",
"topic": "BUTTONBMP el bmp sale encima del texto",
"username": "fleal"
}
] | BUTTONBMP el bmp sale encima del texto |
[
{
"date": "2013-06-17",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Si se usa el boton BUTTONBMP juno con la clausula WHEN, la imagen no se despliega en caso de que esta se cumpla.\n\nTodo funciona bine si no se usa esta condicion o si la condicion no se cumple.\n\nVersion 1... | BUTTONBMP no es completamente compatible con clausula WHEN |
[
{
"date": "2013-06-17",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Actualización:\nAunque parezca paradójico, no sucede con Windows 8, 7 ni Vista. Sólo con Windows XP. Lo que lo hace aún más extraño.",
"time": "18:40",
"topic": "BUTTONBMP no es completamente compati... | BUTTONBMP no es completamente compatible con clausula WHEN |
[
{
"date": "2013-06-17",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Pudiera ser la resolución del bitmap que sea superior a la que soporta tu XP ?\n\nHas probado con otros bitmaps ?",
"time": "20:43",
"topic": "BUTTONBMP no es completamente compatible con clausula WH... | BUTTONBMP no es completamente compatible con clausula WHEN |
[
{
"date": "2013-06-17",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Cuando WHEN es .F., el control se deshabilita y Windows dibuja el bitmap con colores cambiados, tal vez por la resolución no consiga hacer este efecto",
"time": "20:44",
"topic": "BUTTONBMP no es com... | BUTTONBMP no es completamente compatible con clausula WHEN |
[
{
"date": "2013-06-17",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "No era nada de eso, bueno no del todo.\n\nEl pintado del bitmap lo hace FWH (no lo pensé antes de responder) y cuando el botón está deshabilitado se llama a la función DrawGray() y esta es la que no esta fun... | BUTTONBMP no es completamente compatible con clausula WHEN |
[
{
"date": "2013-06-17",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Por el código de DrawGray() me reitero en la idea de que es la resolución de colores de XP.\n\nPuedes comprobarla y decirmela ? gracias",
"time": "21:06",
"topic": "BUTTONBMP no es completamente comp... | BUTTONBMP no es completamente compatible con clausula WHEN |
[
{
"date": "2013-06-18",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Pues efectivamente tiene que ver en un juego entre la resolucion, el numero de colores y el tamano de la imagen.\n\nEn algunos sistemas y pantallas funciona a la perfeccion mientras que en otros depende de s... | BUTTONBMP no es completamente compatible con clausula WHEN |
[
{
"date": "2013-06-20",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Finalmente quedo en una imágen de 38x38 bits 256 colores y el asunto parece arreglado.\n\nGracias",
"time": "18:55",
"topic": "BUTTONBMP no es completamente compatible con clausula WHEN",
"userna... | BUTTONBMP no es completamente compatible con clausula WHEN |
[
{
"date": "2013-07-17",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "muy bien <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "12:12",
"topic": "BUTTONBMP no es completamente compatible con clausula WHEN",
... | BUTTONBMP no es completamente compatible con clausula WHEN |
[
{
"date": "2009-10-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I'm using REDEFINE BUTTONBMP BITMAP \"HROK\" ..... to place an alpha bitmap on a dialog. When it first displays, it shows a black background in the area which is supposed to be transparent. If I mouseover the button, it then cha... | BUTTONBMP transparency |
[
{
"date": "2009-10-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Tim,\n\nAll possible Settings :\nThere is a transparent-problem, using a Dialog-[color=#FF0000:h27wmeiw]Image-Background [/color:h27wmeiw]( doesn't work ).\nGradient, Color and Brush is OK.\n\n[img:h27wmeiw]http://www... | BUTTONBMP transparency |
[
{
"date": "2009-10-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Are you saying that BTNBMP will not work properly against an image background ?\n\nThanks for all of the examples.",
"time": "16:54",
"topic": "BUTTONBMP transparency",
"username": "TimStone"
}
] | BUTTONBMP transparency |
[
{
"date": "2009-10-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim\n\nI tested all possible Combinations.\nTransparent button on Image-Background didn't work.\nIt is the same Example from above but with Image.\nMaybe a Solution for the Problem ?\n\nThe Result with Image-background. Option 200... | BUTTONBMP transparency |
[
{
"date": "2009-10-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I was using BUTTONBMP BITMAP .... and had the problem.\n\nI went to BTNBMP and made it NOBORDER TRANSPARENT and it does work.\n\nI'm using a .BMP image in the resource as a BRUSH and it works. \n\nAt least I have it under cont... | BUTTONBMP transparency |
[
{
"date": "2009-11-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": ">>\nThere is a transparent-problem, using a Dialog-Image-Background ( doesn't work ).\nGradient, Color and Brush is OK.\n>> \nThis is the reason, I advise converting image as brush and use it as background instead of painting imag... | BUTTONBMP transparency |
[
{
"date": "2007-04-12",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Estoy pasando mis botones a esta clase y queda muy bien además que toma los themes de XP.\nEl problema es que el texto siempre sale centrado, y lo que se corre de un lado a otro con la clausula TEXTRIGHT (por ej) es el bitmap.\nH... | BUTTONBMP y Texto del boton |
[
{
"date": "2007-04-12",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Puedes usar una de estas claúsulas:\n\nTEXTTOP | TEXTBOTTOM | TEXTLEFT | TEXTRIGHT\n\nal crearlo bien con @ ó con REDEFINE",
"time": "06:47",
"topic": "BUTTONBMP y Texto del boton",
"username": "Antonio Linares"
}
] | BUTTONBMP y Texto del boton |
[
{
"date": "2007-04-12",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Si, Antonio uso la cláusula TEXTRIGHT y si bien me pone el bitmap a la izquierda del botón, el texto sigue saliendo centrado y muchas veces queda bajo la imagen (bmp).\nMi FWh es de 03/2006 puede ser que se haya modificado esta c... | BUTTONBMP y Texto del boton |
[
{
"date": "2007-04-12",
"forum": "FiveWin para Harbour/xHarbour",
"text": "ivan\n\nPrueba modificar la alineacion del boton en el recurso(pellesC,workshop)\n\nyo he modificado parte de la clase para que salgan los textos\nen la misma posicion \n\n[url:3lcyt3as]http://img161.imageshack.us/my&... | BUTTONBMP y Texto del boton |
[
{
"date": "2007-04-12",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias Patricio, anduvo de maravillas.",
"time": "20:40",
"topic": "BUTTONBMP y Texto del boton",
"username": "IVAN TRACHTA"
}
] | BUTTONBMP y Texto del boton |
[
{
"date": "2006-08-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I must create in a window 160 buttons\n\nI create this function to create buttons :\n\n[code:rn4uiio2]\nSTATIC FUNCTION makebuttons(X,y,oCassa,oFont,oGet,oLBX)\n LOCAL k\n BOTTONI :=40\n n := 1... | BUTTONS ON A WINDOW |
[
{
"date": "2006-08-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Silvio,\n\nPlease provide a small and self contained sample. A PRG that can be compiled and tested quickly. Its the only way to provide efficient tech support. Thanks,",
"time": "10:55",
"topic": "BUTTONS ON A WINDOW",
... | BUTTONS ON A WINDOW |
[
{
"date": "2006-08-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "ok :\nthis isthe link\n<!-- m --><a class=\"postlink\" href=\"http://hyperupload.com/download/02ed1fbb65/linares.zip.html\">http://hyperupload.com/download/02ed1fb ... s.zip.html</a><!-- m -->\n\nI made this sample to see only 40 ... | BUTTONS ON A WINDOW |
[
{
"date": "2006-08-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Silvio,\n\nWhat screen resolution do you use ? We can't see the full window...",
"time": "22:38",
"topic": "BUTTONS ON A WINDOW",
"username": "Antonio Linares"
}
] | BUTTONS ON A WINDOW |
[
{
"date": "2006-08-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "oopss 1400x1050 now \nbut I modified the test with screen 1280X1024\n\nthe code is :\n[code:3gkfsvuz]\n#include \"fivewin.ch\"\n\n#define PAGINA1 \"Pag1\"\n#define PAGINA2 \"Pag2\"\n#define PAGINA3 \"Pag3\"\n#defin... | BUTTONS ON A WINDOW |
[
{
"date": "2006-08-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Silvio,\n\nJust a sample:\n[code:34h8eo7t]\n @ X+2 ,Y BUTTON aPag2 PROMPT PAGINA2 OF oWnd FONT oFont ; \n SIZE 140,50 PIXEL ACTION Pagina2( oWnd )\n...\n function Pagina2(... | BUTTONS ON A WINDOW |
[
{
"date": "2006-08-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "THANKS ANTONIO\n\nBUT i HAVE ON ORIGINAL WINDOW MANY CONTROL \nHOW i CAN MAKE TO KNOW THE NUMBER OF CONTROLS TO CHANGE ?\nTHERE IS A FUNCTION TO GIVE ME A LIST OF ALL CONTROLS OD THE WINDOWS WITH THEIR NUMBERS ?\n\nREGARDS",
... | BUTTONS ON A WINDOW |
[
{
"date": "2006-08-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Silvio,\n\nYou may use their DATA cargo to store an identifier, or check its position in oWnd:aControls, its nID, etc.",
"time": "22:33",
"topic": "BUTTONS ON A WINDOW",
"username": "Antonio Linares"
}
] | BUTTONS ON A WINDOW |
[
{
"date": "2006-08-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "thank i resolve it",
"time": "15:19",
"topic": "BUTTONS ON A WINDOW",
"username": "Silvio"
}
] | BUTTONS ON A WINDOW |
[
{
"date": "2006-08-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Antonio,\n\nNow I use STYLE nOr( WS_POPUP, WS_VISIBLE ) to show the window but i wanted create a window (child of mainwindow) \nwhen I shrink the window or increase the window the procedure must repaint all the controls (lbx ... | BUTTONS ON A WINDOW |
[
{
"date": "2006-08-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Silvio,\n\nWindows may do it automatically. In case you want to force it you may do a oWnd:Refresh()",
"time": "21:57",
"topic": "BUTTONS ON A WINDOW",
"username": "Antonio Linares"
}
] | BUTTONS ON A WINDOW |
[
{
"date": "2008-04-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola\r\n\r\nYo tenia una rutinita que funcionaba muy bien en Txbrowse pero ahora ya no funciona <!-- s:cry: --><img src=\"{SMILIES_PATH}/icon_cry.gif\" alt=\":cry:\" title=\"Crying or Very sad\" /><!-- s:cry: --> ahora es difer... | BUUUUU ya no puedo poner colores condicionados en Txbrowse?? |
[
{
"date": "2023-12-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Good morning:\n\nAntes que nada quiero expresar mi gratitud a Antonio, por ser una persona maravillosa, empática, educada, entre otros miles de calificativos positivos y no puedo faltar, como genio de la programación. Gracias por ... | Back after 10 years due to illness [ Javier Lloris ] |
[
{
"date": "2023-12-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Buenas Javier. TBarBRW.prg - tiene un ejemplo de uso?\n\nGracias.\n\nRegards, saludos.",
"time": "16:33",
"topic": "Back after 10 years due to illness [ Javier Lloris ]",
"username": "karinha"
}
] | Back after 10 years due to illness [ Javier Lloris ] |
[
{
"date": "2023-12-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Javier:\n\nEs un excelente trabajo, felicidades al \"chef\"\n\nSaludos",
"time": "18:41",
"topic": "Back after 10 years due to illness [ Javier Lloris ]",
"username": "Armando"
}
] | Back after 10 years due to illness [ Javier Lloris ] |
[
{
"date": "2009-06-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear friends, \n\nWe are already back in Spain. Development in Korea has been really great and we are so satisfied with the results <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) --... | Back in Spain :-) |
[
{
"date": "2009-06-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Antonio,\n\n>>We are already back in Spain. Development in Korea has been really great and we are so satisfied with the results \n\nCongratulations.\n\n>>And a real big and nice surprise for all: \n>>Daniel Garcia Gil has joi... | Back in Spain :-) |
[
{
"date": "2009-06-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Antonio, \ncongratulations and compliments.\nBut you're back to Spain for working when a lot of people is coming to Spain for holydays <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" />... | Back in Spain :-) |
[
{
"date": "2009-06-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Massimo,\n\nWorking with computers is real holydays for me <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "11:43",
"topic": "Back in Spain :-)",
"user... | Back in Spain :-) |
[
{
"date": "2013-02-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi all,\nI have the following problem when using tFolderX:\n\nCheck Boxes & Group Boxes:\n[img:2l8ftso2]http://www.mayapos.com/FiveWin/setdlg.png[/img:2l8ftso2]\n\nI use SetDlgGradient()... \n\nAnyone knows of a wa... | BackGround Painting (SOLVED) |
[
{
"date": "2013-02-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Bayron,\n\nusing a folder is different. You can download a working sample.\nFolder-Brush, Color, Gradient and image.\nPlease remember : changing the radio- and Checkbox-textcolor from black to defined, \nonly works [b:2pccu0... | BackGround Painting (SOLVED) |
[
{
"date": "2013-02-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Uwe,\n\nYour sample works perfectly...\nBut for some reason It does not work for me in my main program...\nI have done everything from:\nchanging the manifest file\nchanging my code\nSaving my .res file to .rc and check that ev... | BackGround Painting (SOLVED) |
[
{
"date": "2013-02-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Bayron,\n\nIt is the reason, I show complete working samples, not just a few lines,\nto get a overview, how it works together.\nThere are 2 !!! samples.\nOne sample uses my functions WITH XPManifest but NOT using => SetDlgGr... | BackGround Painting (SOLVED) |
[
{
"date": "2013-02-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks Uwe, \nI really appreciate the effort you made to provide me with this sample...\nI'm sure I will solve the problem with this samples...\nBut right now I am doing a complete rewrite of my application, and it will take me so... | BackGround Painting (SOLVED) |
[
{
"date": "2013-02-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Remember SetDlgGradient is GLOBAL !!!\n\nDefine a extra dialog-style using global [color=#FF0000:3omay5ve][b:3omay5ve]SetDlgGradient[/b:3omay5ve][/color:3omay5ve]\n\n[img:3omay5ve]http://www.pflegeplus.com/pictures/dlg... | BackGround Painting (SOLVED) |
[
{
"date": "2013-02-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe thanks for all your explanations...\nRight now I am thinking on going back to individual painting of dialogs, because of the problems I have with SetDlgGradient(), specifically with folders...\n\nI'll see what I come up with..... | BackGround Painting (SOLVED) |
[
{
"date": "2013-02-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "this problem is old...\nWe have allready modified this error (Tgroup class) two year ago but perhaps Linares not included the modifications on future package",
"time": "13:32",
"topic": "BackGround Painting (SOLVED)",
... | BackGround Painting (SOLVED) |
[
{
"date": "2013-02-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Silvio,\nHave a look at this:\n[url:38x66n79]http://community.artofmanliness.com/forum/topics/etiquette-question-last-name-only[/url:38x66n79]\nBest regards,\nOtto",
"time": "14:30",
"topic": "BackGround Painti... | BackGround Painting (SOLVED) |
[
{
"date": "2013-02-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto, BRAVO!",
"time": "15:00",
"topic": "BackGround Painting (SOLVED)",
"username": "byte-one"
}
] | BackGround Painting (SOLVED) |
[
{
"date": "2013-02-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto,\nIch kann nicht lachen, ich habe zahnschmerzen !!!!!!!!\nso viele Fabeln sechs Fall eine Frau? Nur Frauen erzählen viele Geschichten",
"time": "15:31",
"topic": "BackGround Painting (SOLVED)",
"username": "Silvio... | BackGround Painting (SOLVED) |
[
{
"date": "2013-02-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Your teeth? It 's all your head that does not \"run ok\".",
"time": "20:35",
"topic": "BackGround Painting (SOLVED)",
"username": "Massimo Linossi"
}
] | BackGround Painting (SOLVED) |
[
{
"date": "2013-02-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Otto,\nWhy are you always trying to write nonsense?\n\nYou are always trying to offend me constantly ...\n\nThe problem with this class (tgroup) has been corrected by Emg long time ago\n\nbut as so often mistakes are not save... | BackGround Painting (SOLVED) |
[
{
"date": "2013-02-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Bayron,\n\nhave a look at these changes in TGroup.prg.\n\n[url:wp3qmf1w]http://forums.fivetechsupport.com/viewtopic.php?f=3&t=22940&hilit=tgroup[/url:wp3qmf1w]\n\nFor me everything is working fine, even the transp... | BackGround Painting (SOLVED) |
[
{
"date": "2013-02-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks Stefan,\n\nThis way the problem with the painting of the groups was fixed for me...\n\nI also solved the problem with the checkboxes removing this function from my project:\n\n[code=fw:3rbe27xx]<div class=\"fw\" id=\"{CB}\"... | BackGround Painting (SOLVED) |
[
{
"date": "2013-06-13",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Buenas tardes\nNo se si el funcionamiento del BackStage del Ribbon es el correcto ya que es la primera vez que lo utilizo.\n\nEn el siguiente enlace describo los problemas que he encontrado (Fwh 12.03)\n<!-- l --><a class=\"postl... | BackStage de Ribbon |
[
{
"date": "2010-07-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Daniel,\n\nIf I use nType 1 action is not fired.\n\noBackStage:AddOption( \"Exit\",,, 2,,,,, ,,, ,{|Self, oOpt, nLastSelect |Msginfo( oOpt:cPrompt )} )\n\n\n\nBest regrads,\nOtto",
"time": "22:55",
"topic": "BackSta... | BackStage nType |
[
{
"date": "2010-07-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Daniel,\n\nMaybe I am missing something but for me it seems as the only nType\nin METHOD LButtonDown of CLASS TBackStage is: BCKTYPE_SELECT\n\nBest regards,\nOtto",
"time": "07:47",
"topic": "BackStage nType",
... | BackStage nType |
[
{
"date": "2010-07-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto...\n\nseveral change to launch action in backstage button.\nimplemented xcommand in ribbon.ch \n\nis little sample\n[code=fw:28zfqnaa]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> <span style=\"colo... | BackStage nType |
[
{
"date": "2010-07-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Daniel,\nthank you.\nBut I don't have BSBUTTON in ribbon.ch.\nDo I need to download a new FWH-version?\nMy libs are from 26.6.2010.\nBest regards,\nOtto",
"time": "07:30",
"topic": "BackStage nType",
"username": ... | BackStage nType |
[
{
"date": "2010-07-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Daniel, thank you.\nBest regards,\nOtto\n[img:37c7qde8]http://www.atzwanger-software.com/fw/ribbon5.jpg[/img:37c7qde8]",
"time": "21:35",
"topic": "BackStage nType",
"username": "Otto"
}
] | BackStage nType |
[
{
"date": "2009-01-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nAfter spending some hours with testing,\nI think, it might be useful, to show a overview of the functions,\nto show the different backgrounds with combinations\n( Gradient, Brushes, Images and combinations with Alpha-BMP... | Backgrd.-Tests for Wind., Dialog a Alpha-BMP's ( download ) |
[
{
"date": "2009-01-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nall tests are done. Here is the final result :\nAll combinations are tested ( 20 are possible )\nIt is a nice overview, how to use the different functions.\nIf You like, You can download the complete working-directory ( ... | Backgrd.-Tests for Wind., Dialog a Alpha-BMP's ( download ) |
[
{
"date": "2013-08-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Good morning guys, Saturday morning here and I curled up with a background color. How do I change this color to the same color of blue ribbon?\n\nNOTE: I use RIBBONBAR\n\n[img:1bmpdeu8]http://img812.imageshack.us/img81... | Background Color |
[
{
"date": "2013-08-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Up",
"time": "12:37",
"topic": "Background Color",
"username": "arthursilvestre"
}
] | Background Color |
[
{
"date": "2013-09-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Arthur,\n\nLook for this code in tribbon.prg:\n\n[code=fw:19kj8v3p]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> <span style=\"color: #00C800;\">IF</span> l2013<br /> nTopMargin ... | Background Color |
[
{
"date": "2013-09-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "thank you antonio, got it. <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->",
"time": "20:49",
"topic": "Background Color",
"username": "arthursilvestre"
}
] | Background Color |
[
{
"date": "2015-11-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "My update system runs every 3 hours. In Windows, I use this to control the intervals without a lot of CPU demand:\n\n DEFINE TIMER oTmr INTERVAL 900000 OF oWnd ;\n\t \t\tACTION IF( ElapTime( cStart, Time()) >= \"03:00:00\", Run... | Background Processor |
[
{
"date": "2015-11-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "how about HB_idleSleep( <nTime> )",
"time": "01:00",
"topic": "Background Processor",
"username": "Gale FORd"
}
] | Background Processor |
[
{
"date": "2015-11-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Is it specific to the application or generic to the os ?",
"time": "05:02",
"topic": "Background Processor",
"username": "TimStone"
}
] | Background Processor |
[
{
"date": "2015-11-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[url:6q8cngcb]http://www.harbourdoc.com.br/show.asp?seek=t&key=hb_idleSleep()[/url:6q8cngcb]",
"time": "09:25",
"topic": "Background Processor",
"username": "Antonio Linares"
}
] | Background Processor |
[
{
"date": "2015-11-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "You are satisfied with the functionality of Timer but the only objection to use is that it requires a Window to be activated. Probably because you want this in a program which does not do any screen i/o, eg: Service or a Scheduled... | Background Processor |
[
{
"date": "2015-11-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "OK ... so I built the .exe and it will execute.\n\nHowever, when I try to activate it as a service I get the error:\n\n[i:2ej9429r]Error 1053 Service did not respond in a timely fashion[/i:2ej9429r]\n\nSo ... this brings us back ... | Background Processor |
[
{
"date": "2009-01-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Antonio,\n\nWhen I use a column with the method setCheck, the image of the \"checkbox\" and the cursor of xBrowse are the same color!\n\nThe background of the image of \"checkbox\" used must be always white. In version 8.04, ... | Background checkboxes on xBrowse!? (Solved!) |
[
{
"date": "2009-01-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear friends!\n\nNobody can help me?",
"time": "18:26",
"topic": "Background checkboxes on xBrowse!? (Solved!)",
"username": "JC"
}
] | Background checkboxes on xBrowse!? (Solved!) |
[
{
"date": "2009-01-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Better explanation:\n\nEvery time when I use checkboxes bitmaps, the fund (background area) them are the color of the cursor xBrowse and not white!\nThe fund is the area inside the contour of the square to \"draw\" the checkbox\nI... | Background checkboxes on xBrowse!? (Solved!) |
[
{
"date": "2009-01-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Special thanks to Daniel Garcia!!\n\nSolved with this:\n\nThis method:\n[code:27bb1yuh]\nMETHOD PaintData( nRow, nCol, nHeight, lHighLite, lSelected, nOrder, nPaintRow ) CLASS TXBrwColumn\n ...\n if nBmpNo > 0 .... | Background checkboxes on xBrowse!? (Solved!) |
[
{
"date": "2019-10-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I noticed, that the background color of a say not to change!?",
"time": "13:19",
"topic": "Background color of TSay",
"username": "byte-one"
}
] | Background color of TSay |
[
{
"date": "2019-10-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Günther,\n\nmy test\n\n@ 22, 20 SAY oCSay[1] PROMPT \"Window\" SIZE 28,12 FONT oFontSys PIXEL\noCSay[1]:SetColor( 0, 255 ) // original\n\n@ 20, 50 GET oCGet[1] VAR cGet[1] SIZE 80, 18 OF oDlg2 COLOR 0, nWColorB UPDATE ;\nBI... | Background color of TSay |
[
{
"date": "2019-10-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe, i have used \n[code=fw:25mm75j8]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">SAY</span> <span style=\"color: #0000ff;\">PROMPT... | Background color of TSay |
[
{
"date": "2019-10-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Günther,\n\nif the dialog is defined < transparent >\nthe background-color of the say will be ignored\n\nif You need a mixture of color [b:1pdq524h]and[/b:1pdq524h] transparent use a normal dialog\n\n[quote:1pdq524h]REDEFINE SAY P... | Background color of TSay |
[
{
"date": "2019-10-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks Uwe. I use [code=fw:fxpj5s40]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">GRADIENT <span style=\"color: #000000;\">{</span><span style=\"color: #000000;\">{</span><span style=\"color: #000000;\"... | Background color of TSay |
[
{
"date": "2019-10-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code=fw:2nc5s6oi]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg GRADIENT aGrad<br /> oDlg:<span... | Background color of TSay |
[
{
"date": "2021-11-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi\n\nI need to change the background color of the GET field when hovering the mouse cursor. Is it possible to do this ?",
"time": "15:54",
"topic": "Background color of the GET",
"username": "Natter"
}
] | Background color of the GET |
[
{
"date": "2021-11-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Example?\n\nRegards, saludos.",
"time": "12:00",
"topic": "Background color of the GET",
"username": "karinha"
}
] | Background color of the GET |
[
{
"date": "2021-11-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Please try this:\n\nSetGetColorFocus( CLR_RED )\n\noGet:bMMoved := { || oGet:SetFocus() }",
"time": "12:15",
"topic": "Background color of the GET",
"username": "Antonio Linares"
}
] | Background color of the GET |
[
{
"date": "2021-11-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks, it works!",
"time": "07:21",
"topic": "Background color of the GET",
"username": "Natter"
}
] | Background color of the GET |
[
{
"date": "2008-06-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\r\n\r\nHow can I define the backgroundcolor of the header in a listbox ?\r\n\r\nThanks.\r\n\r\nRegards.",
"time": "19:02",
"topic": "Backgroundcolor header listbox",
"username": "driessen"
}
] | Backgroundcolor header listbox |
[
{
"date": "2008-06-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "oBrw:nClrBackHead := nColor",
"time": "19:50",
"topic": "Backgroundcolor header listbox",
"username": "quique"
}
] | Backgroundcolor header listbox |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.