messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2015-03-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "for the version 2007 I made this type of gradient\n\nLocal bClrGrad := { | lPressed | If( ! lPressed,;\n { { 1, nRGB( 253, 254, 255 ), nRGB( 179, 217, 255 ) } },;\n { { 1, nRGB(... | BTNBMP COLOR GRAD |
[
{
"date": "2015-03-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Try this: (following your code)\n[code=fw:1smo3sxr]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">Local</span> bClrGrad := <span style=\"color: #000000;\">{</span> | lPressed |... | BTNBMP COLOR GRAD |
[
{
"date": "2015-03-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "thanks run ok",
"time": "09:52",
"topic": "BTNBMP COLOR GRAD",
"username": "Silvio.Falconi"
}
] | BTNBMP COLOR GRAD |
[
{
"date": "2009-10-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\nIt is a old Problem, I posted already a few Month ago :\nUsing < BTNBMP > transparent doesn't work on Image-Background.\nIs there any Solution found in the meantime, to solve this Problem ?\n\n[img:33hk917a]http://www&... | BTNBMP ( transparent ) doesn't work on Img.-Background ? |
[
{
"date": "2008-08-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Sr. Antonio,\r\n\r\n\r\nPorque a CLAUSULA CANCEL não funciona com BTNBMP?, porém, usando BUTTONBMP funciona perfeitamente!\r\n\r\nex:\r\n\r\nREDEFINE GET oget VAR nVAL OF ODLG valid (.f.)\r\n\r\nREDEFINE BTNBMP ID 1000 OF ODLG AC... | BTNBMP - CANCEL não funciona |
[
{
"date": "2008-08-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "<!-- m --><a class=\"postlink\" href=\"http://www.fivewin.com.br/exibedicas.asp?id=53\">http://www.fivewin.com.br/exibedicas.asp?id=53</a><!-- m -->",
"time": "13:08",
"topic": "BTNBMP - CANCEL não funciona",
"usernam... | BTNBMP - CANCEL não funciona |
[
{
"date": "2008-08-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Obrigado Karinha.",
"time": "16:03",
"topic": "BTNBMP - CANCEL não funciona",
"username": "MGA"
}
] | BTNBMP - CANCEL não funciona |
[
{
"date": "2008-08-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "REDEFINE BTNBMP oBtn ID 1000 OF ODLG ACTION(MSGINFO(\"TESTE\")) RESOURCE \"TOUCH\" \r\n\r\noBtn:lCancel := .T.",
"time": "19:48",
"topic": "BTNBMP - CANCEL não funciona",
"username": "Antonio Linares"
}
] | BTNBMP - CANCEL não funciona |
[
{
"date": "2008-08-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Obrigado Sr. Antonio.",
"time": "21:44",
"topic": "BTNBMP - CANCEL não funciona",
"username": "MGA"
}
] | BTNBMP - CANCEL não funciona |
[
{
"date": "2010-07-01",
"forum": "FiveWin para Harbour/xHarbour",
"text": "- Yo tenho un BTNBMP criado pelo Workshop con una image BMP. Gostaria que ao pressionar lo BTNBMP la image contenida redimensionasse para maior ou menor . Seria possible ?\n\nYo necessito para utilizar em minha funcion DISPLAY, ... | BTNBMP - PARA LOS EXPERTS- Solucionado ! |
[
{
"date": "2010-07-02",
"forum": "FiveWin para Harbour/xHarbour",
"text": "yo creo que Lo caminho seja Retirar lo Objeto BMP del button , Redimensioná-lo y enton retornar la imagen en lo BTNBMP.\n\nAlgun exemplo de como fazer ?\n\nMuchas Gracias\n\nWilliam",
"time": "13:45",
"topic": "BTNBMP - P... | BTNBMP - PARA LOS EXPERTS- Solucionado ! |
[
{
"date": "2010-07-02",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Yo resolvi da seguinte forma:\n\n#include \"fivewin.ch\"\n\nfunction main\nlocal odlg,ob\n\ndefine dialog odlg resource \"DIALOG\"\n\nredefine btnbmp ob id 120 of odlg resource \"figura\" action muda(ob)\n\nactivate dialog odlg\n... | BTNBMP - PARA LOS EXPERTS- Solucionado ! |
[
{
"date": "2007-10-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Antonio,\nis there oBtn:l2007=.t.\navailable for BtnBmp?\n\n@ x,y BTNBMP oBtn FILENAME \".\\bitmaps2\\test.bmp\" SIZE 60, 60 PROMPT \"TimeLox\" ACTION msginfo(\"test\") OF oDlg\n oBtn:l2007 = .T.\n\nRegards,\nOtto",
... | BTNBMP - oBtn:l2007=.t. |
[
{
"date": "2007-10-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto,\n\nNo, Class TBtnBmp does not provide a DATA l2007. A TBtnBmp object checks if its container is a buttonbar and if it has its l2007 as .T.\n\nYou could easily modify class TBtnBmp and add that DATA and change its painting be... | BTNBMP - oBtn:l2007=.t. |
[
{
"date": "2007-10-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Antonio,\n\nTo get the painting I placed 2 buttonBars (TOP and BOTTOM) on 1 Dialog.\nIt seems that these to BtnBars are working correctly.\n\nIs it save to use 2 or more BtnBars on one Dialog?\n\nRegards,\nOtto\n\n\n[img:al... | BTNBMP - oBtn:l2007=.t. |
[
{
"date": "2007-10-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto,\n\n> Is it save to use 2 or more BtnBars on one Dialog? \n\nYes, it should be ok <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "19:32",
"topic": "BTNBMP... | BTNBMP - oBtn:l2007=.t. |
[
{
"date": "2016-05-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[b:qgeslw2k]Translucent Buttons\n[/b:qgeslw2k]\nUsing Alpha Color Fills\n\n[url=https://imageshack.com/i/pmnRs49Tp:qgeslw2k][img:qgeslw2k]http://imagizer.imageshack.us/v2/xq90/922/nRs49T.png[/img:qgeslw2k][... | BTNBMP 16.04 : Translucent buttons, Textured buttons, HGrad |
[
{
"date": "2017-06-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr Rao can you make a test for use LMover data because here make me error\npls see the last message at \n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=34150&start=0\">viewtopic.... | BTNBMP 16.04 : Translucent buttons, Textured buttons, HGrad |
[
{
"date": "2023-06-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I've seen controls behave differently in the same source code\n on the left it was compiled in 2018 on the right in 2023 \n\nhow is this possible?\n\n\n[img:2qalkhve]https://i.postimg.cc/DyWGLxs8/ffffff.jpg[/img:2... | BTNBMP : Different Releases |
[
{
"date": "2023-06-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Do you happen to use a modified BTNBMP.PRG class?\n\n¿Utiliza una clase BTNBMP.PRG modificada?\n\nRegards, saludos.",
"time": "14:17",
"topic": "BTNBMP : Different Releases",
"username": "karinha"
}
] | BTNBMP : Different Releases |
[
{
"date": "2023-06-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "No",
"time": "16:55",
"topic": "BTNBMP : Different Releases",
"username": "Silvio.Falconi"
}
] | BTNBMP : Different Releases |
[
{
"date": "2016-03-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I have a list of btnbmp and I wish open a popup when the final user click on a btnbmp\n\nthe problem is the nitem is the same \n\n[code=fw:2wxfx8z0]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">RA-><span style=\... | BTNBMP AND POPUP |
[
{
"date": "2016-03-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?p=188264#p188264\">viewtopic.php?p=188264#p188264</a><!-- l -->",
"time": "19:26",
"topic": "BTNBMP AND POPUP",
"username": "... | BTNBMP AND POPUP |
[
{
"date": "2016-03-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\nI saw \nI tried but not run !!\n\n\n[b:38qfc8z9]Test.prg[/b:38qfc8z9]\n\n[code=fw:38qfc8z9]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"col... | BTNBMP AND POPUP |
[
{
"date": "2016-03-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Silvio,\n\nSilvio wrote :\n[i:3g0witle]if we use oBtn[n]:bAction := bEjecutaBoton(n,[b:3g0witle][color=#FF0000:3g0witle]nrow,ncol[/b:3g0witle], [/color:3g0witle]nCode,nCaption,obtn[n]) the control draw a border[/i:3g0witle]\n\ndon... | BTNBMP AND POPUP |
[
{
"date": "2016-03-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi, \n[code=fw:sfajic4b]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />..<br />oMesa := ARRAY<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">40</span><span style=\"color: #000000;... | BTNBMP AND POPUP |
[
{
"date": "2016-03-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "please I tried your help but none run ok .....\ncan U publish a test sample ?",
"time": "19:51",
"topic": "BTNBMP AND POPUP",
"username": "Silvio.Falconi"
}
] | BTNBMP AND POPUP |
[
{
"date": "2016-03-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Silvio Your running sample\n\nI used Your sample but shortend the code for my test \nwithout Your DBF, to show the main-logic\nYou only want to show the popup on button-action ?\nIt is possible to use a combination of < Action > a... | BTNBMP AND POPUP |
[
{
"date": "2016-03-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "is there no possibility to not show the arrow and show only the popmenu near the button when the user press on it ?",
"time": "13:15",
"topic": "BTNBMP AND POPUP",
"username": "Silvio.Falconi"
}
] | BTNBMP AND POPUP |
[
{
"date": "2016-03-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Try with this\n\n[code=fw:17o7v3rf]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />......<br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">BTNBMP</span> <span style... | BTNBMP AND POPUP |
[
{
"date": "2016-03-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "IT IS THE SAME!!!!!!\n I see also the border and the arrow",
"time": "18:00",
"topic": "BTNBMP AND POPUP",
"username": "Silvio.Falconi"
}
] | BTNBMP AND POPUP |
[
{
"date": "2016-03-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes, this is strange because we don't define menu option in btnbmp, then try with this change\n\n[code=fw:2hpf0gym]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #0000ff;\">ACTIVAT... | BTNBMP AND POPUP |
[
{
"date": "2016-03-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Just add a button-refresh\nThe arrow is only visible during executing the popup\n\n\nSTATIC FUNCTION MENUPOP( oBtn )\nLocal oMenu, aRect\n\naRect := GetClientRect( oBtn:hWnd )\n\nMENU oMenu POPUP 2010\n MENUITEM \"Caja Chica\... | BTNBMP AND POPUP |
[
{
"date": "2016-03-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "thanks",
"time": "20:40",
"topic": "BTNBMP AND POPUP",
"username": "Silvio.Falconi"
}
] | BTNBMP AND POPUP |
[
{
"date": "2013-07-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola a todos\n\nEstoy queriendo actualizar el interfaz de mis aplicaciones ya que estoy con la FWH13.06, pero al tomar el consejo de siempre usar la clausula de 2007 y agregando GRADIENT bGrad \n[url:1a1m4dme]http://forums... | BTNBMP Estilo 2010 desde Recursos |
[
{
"date": "2013-07-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola a todos\n\nContestandome a mi mismo, y de la forma que se critico antes, cambie la clase BTNBMP, y solo modifique el arreglo de Gradient, en el metodo ReDefine. <!-- s8) --><img src=\"{SMILIES_PATH}/icon_cool.gif\" alt=\"8)... | BTNBMP Estilo 2010 desde Recursos |
[
{
"date": "2013-07-28",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Oscar,\n\nPuedes mostrarnos como lo has modificado ? Asi lo incluimos en FWH para próximas versiones, gracias\n\nREDEFINE BTNBMP ... GRADIENT bGrad ?",
"time": "07:36",
"topic": "BTNBMP Estilo 2010 desde Recursos",
"u... | BTNBMP Estilo 2010 desde Recursos |
[
{
"date": "2013-07-29",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Maestro\nNo no hice nada complicado, solo cambie el color por defecto del Gradient, un tanto soso, para no cambiar el codigo de mis programas.\n\n[code=fw:312tw1oe]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">... | BTNBMP Estilo 2010 desde Recursos |
[
{
"date": "2013-07-30",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Añadida la claúsula GRADIENT al commando REDEFINE BTNBMP ... GRADIENT ... en FWH 13.07 <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "07:18",
"topic": "BTNBM... | BTNBMP Estilo 2010 desde Recursos |
[
{
"date": "2013-08-03",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias Antonio\n\nA recoger ahorros para estar actualizado <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->",
"time": "17:25",
"topic": "BTNBMP Estilo 2010 desde Rec... | BTNBMP Estilo 2010 desde Recursos |
[
{
"date": "2021-02-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello everyone,\n\nI am using BTNBMP to show a set of buttons but I have already modified the FONT several times and it does not change.\n\nI can even set the font but I can't increase the size\n\nDo any of you know any solutions?... | BTNBMP FONT |
[
{
"date": "2021-02-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "You can change font, size everything.\nLet us know how you tried and what is not working for you.",
"time": "20:52",
"topic": "BTNBMP FONT",
"username": "nageswaragunupudi"
}
] | BTNBMP FONT |
[
{
"date": "2021-02-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I change the size of the FONT but it remains with a defined size ...\n\n[code=fw:1ivvvfnq]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\... | BTNBMP FONT |
[
{
"date": "2021-02-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "If you want to change the font of BtnBmp (or any control, window, dialog)\n\nDEFINE oNewFont NAME ....................\nand then\noBtn:SetFont( oNewFont )\nRELEASE FONT oNewFont",
"time": "21:41",
"topic": "BTNBMP FONT",
... | BTNBMP FONT |
[
{
"date": "2021-02-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes i already tried this...\n[code=fw:2c5vfzz2]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">ButQST<span style=\"color: #000000;\">[</span>nContST<span style=\"color: #000000;\">]</span>:<span style=\"col... | BTNBMP FONT |
[
{
"date": "2021-02-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote:xangpfim]I think you are at REDEFINE this problem because using @ it seems that it works\n[/quote:xangpfim]\nNo. It is because you are not doing it correctly. \n\nPlease try this program:\n[code=fw:xangpfim]<div class=\"fw\... | BTNBMP FONT |
[
{
"date": "2021-02-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks G. N. Rao.!",
"time": "07:01",
"topic": "BTNBMP FONT",
"username": "Ladinilson"
}
] | BTNBMP FONT |
[
{
"date": "2009-07-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[img:1h26swj3]http://img43.imageshack.us/img43/8476/errbtn.jpg[/img:1h26swj3]\n\nTHE CODE\n\n[code=fw:1h26swj3]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">FUNCTIO... | BTNBMP NOT TRASPARENT :WHY ? |
[
{
"date": "2009-07-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Sylvio,\n\nTo paint another BMP on a Window-Image-Background, You need a Alpha-Blended-BMP.\n\n[code=fw:3juru2fp]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />.....<br /><span style=\"color: #0000ff;\... | BTNBMP NOT TRASPARENT :WHY ? |
[
{
"date": "2009-07-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "UWE \nI insert this message wrong into this forum\nthe message and the error is for FWPPC AND NOT FWH \nI already call Antonio for this error",
"time": "11:59",
"topic": "BTNBMP NOT TRASPARENT :WHY ?",
"username": "S... | BTNBMP NOT TRASPARENT :WHY ? |
[
{
"date": "2009-07-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Silvio,\n\nUse TransBmp() to paint the bitmap.\n\nNext FWPPC build provides AlphaChannel support too <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "14:50",
"t... | BTNBMP NOT TRASPARENT :WHY ? |
[
{
"date": "2014-10-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I realize there are two threads going on the buttons, but this didn't necessarily fit in either so I'm trying a new one.\n\nI moving a lot of existing FUNCTION code into classes, as METHODs to be far more efficient. In doing so, ... | BTNBMP Question |
[
{
"date": "2014-10-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "At the beginning of the METHOD creating the BTNBMP, please declare a local\n\n[code=fw:21f7ocbb]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">local</span> oSelf := <span style=\"co... | BTNBMP Question |
[
{
"date": "2014-10-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you.\n\nThat makes sense and it does work.\n\nTim",
"time": "22:27",
"topic": "BTNBMP Question",
"username": "TimStone"
}
] | BTNBMP Question |
[
{
"date": "2006-04-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks you. Antonio \n\nHow are you the low which the BTNBMP increases then? \n\n[code:angoe7xj]\n@ 170, 31 BTNBMP oBut RESOURCE \"button\" CENTER PROMPT \"00:00:00\" FONT oFont2 SIZE 136, 130 ; \nACTION oWnd:End(&... | BTNBMP Text Color ? |
[
{
"date": "2006-04-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Sorry, I don't understand what you mean.\n\nDo you want to show the running time on the button ?",
"time": "10:38",
"topic": "BTNBMP Text Color ?",
"username": "Antonio Linares"
}
] | BTNBMP Text Color ? |
[
{
"date": "2006-04-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":1lje5ec7]Sorry, I don't understand what you mean.\n\nDo you want to show the running time on the button ?[/quote:1lje5ec7]\n\n[code:1lje5ec7]\n@ 0,0 BTNBMP oBut RESOURCE \"start\" CENTER PROMPT \"Text C... | BTNBMP Text Color ? |
[
{
"date": "2006-04-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "oBut:SetColor( \"GR+/B\" ) or\n\noBut:SetColor( CLR_..., CLR_... ) or\n\noBut:SetColor( nRGB( ..., ..., ... ), nRGB( ..., ..., ... ) )",
"time": "13:18",
"topic": "BTNBMP Text Color ?",
"username": "Antonio Linares"
... | BTNBMP Text Color ? |
[
{
"date": "2022-05-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Damiano,\n\nCould you post a small example complete to test here ?\n\nmany thanks",
"time": "12:40",
"topic": "BTNBMP default button",
"username": "Antonio Linares"
}
] | BTNBMP default button |
[
{
"date": "2022-05-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi,\nhow can I assign DEFAULT to oBtnbmp BTNBMP inside a DIALOG ?\n\n[code=fw:32ahsef0]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0... | BTNBMP default button |
[
{
"date": "2022-05-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\n[code=fw:1ed2oaml]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">SI... | BTNBMP default button |
[
{
"date": "2022-05-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi\nthank you, into dialog there are a lot of get and button and I would like that when I press RETURN inside any GET or button start ACTION(doFunc())",
"time": "08:26",
"topic": "BTNBMP default button",
"username": "d... | BTNBMP default button |
[
{
"date": "2022-05-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\nno solution?\ninside Fivewin.ch BUTTON, BUTTONBMP AND FLATBTN have DEFAULT option but BTNBPM no, is there any update, how can I to solve it?\nthank you",
"time": "07:19",
"topic": "BTNBMP default button",
"usernam... | BTNBMP default button |
[
{
"date": "2022-05-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Damiano,\n\nTry this:\n\n#define BM_SETSTYLE 244\n\noDlg:bInit := { || oBtnBmp:SendMsg( BM_SETSTYLE, BS_DEFPUSHBUTTON, 1 ) }\n\nor\n\noDlg:bInit := { || oBtnBmp:PostMsg( BM_SETSTYLE, BS_DEFPUSHBUTTON, 1 ) }",
"time": ... | BTNBMP default button |
[
{
"date": "2022-05-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi Antonio,\nit doesn't work in any way.\nReturn key go on to the next GET field but not active BTNBMP\n\nin others PGM I use REDEFINE DIALOG from resource and it works because obtnbmp has ID = IDOK (I use Pelles C) but in this ca... | BTNBMP default button |
[
{
"date": "2022-05-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi Antonio,\n[code=fw:1img4he1]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">local</span> m_get<span style=\"color: #000000;\">[</span><span style=\"color: #000000;\">70<... | BTNBMP default button |
[
{
"date": "2022-05-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"damianodec\":2sfwz5tx]hi,\nhow can I assign DEFAULT to oBtnbmp BTNBMP inside a DIALOG ?\n\n[code=fw:2sfwz5tx]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> <span style=\"color: #0000ff;\">DEFINE... | BTNBMP default button |
[
{
"date": "2022-05-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi Mr. Rao, it works, thank you!",
"time": "08:23",
"topic": "BTNBMP default button",
"username": "damianodec"
}
] | BTNBMP default button |
[
{
"date": "2007-12-12",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Antonio, a classe BTNBMP não conta com a opção DESIGN?\n\n\nObrigado",
"time": "13:38",
"topic": "BTNBMP design ?",
"username": "FWHISHOW"
}
] | BTNBMP design ? |
[
{
"date": "2007-12-12",
"forum": "FiveWin para Harbour/xHarbour",
"text": "oBtnBmp:lDrag := .T.",
"time": "14:07",
"topic": "BTNBMP design ?",
"username": "Antonio Linares"
}
] | BTNBMP design ? |
[
{
"date": "2007-12-12",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Grato Antonio",
"time": "14:11",
"topic": "BTNBMP design ?",
"username": "FWHISHOW"
}
] | BTNBMP design ? |
[
{
"date": "2007-12-12",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Antonio, é possível executar uma ação em um objeto SAY (design) depois de clicar sobre o mesmo e arrastar, ou seja, ao soltar o botão do mouse?\n\n\nAcontece que tenho que dar um refresh no objeto depois de arrastar!\n\n\n\nObrig... | BTNBMP design ? |
[
{
"date": "2007-12-12",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Prueba a usar oSay:bLButtonUp = { || ... }",
"time": "14:59",
"topic": "BTNBMP design ?",
"username": "Antonio Linares"
}
] | BTNBMP design ? |
[
{
"date": "2007-12-12",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Obrigado Antonio, mais não funcionou!\n\n\n for i:=1 to len(PoBtc)\n @ lin,col say PoBtc[i] OF oWndp DESIGN PIXEL SIZE 100,20 BORDER\n PoBtc[i]:bLButtonUp = { || PoBtc[i]:refresh(),msg(\"aqui\") }\n next\n\n\nGrato",... | BTNBMP design ? |
[
{
"date": "2007-12-12",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Asi no lo puedes hacer. Tienes que usar \"detached locals\":\n[code:2dimuw6f]\nfor i:=1 to len(PoBtc) \n @ lin,col say PoBtc[i] OF oWndp DESIGN PIXEL SIZE 100,20 BORDER \n PoBtc[i]:bLButtonUp =... | BTNBMP design ? |
[
{
"date": "2007-12-12",
"forum": "FiveWin para Harbour/xHarbour",
"text": "desculpe Antonio mais também não funciona!\n\nObrigado",
"time": "20:40",
"topic": "BTNBMP design ?",
"username": "FWHISHOW"
}
] | BTNBMP design ? |
[
{
"date": "2007-12-12",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Pruébalo así:\n[code:hcqwtbzg]\nfor i:=1 to len(PoBtc) \n @ lin,col say PoBtc[i] PROMPT \"say\" OF oWndp DESIGN PIXEL SIZE 100,20 BORDER \n PoBtc[i]:bLButtonUp = GenBlock( PoBtc, i ) \n... | BTNBMP design ? |
[
{
"date": "2007-12-13",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Mais uma vez me desculpe, ainda não funciona! Acredito que seja algo com o objeto say.\n\n\n\nObrigado!",
"time": "11:13",
"topic": "BTNBMP design ?",
"username": "FWHISHOW"
}
] | BTNBMP design ? |
[
{
"date": "2007-12-13",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Tienes que hacer una modificación en la Clase TControl para poder procesar bLButtonUp estando en modo diseño:\n[code:2sru0f0q]\nMETHOD LButtonUp( nRow, nCol, nKeyFlags ) CLASS TControl\n...\n if GetFocus&... | BTNBMP design ? |
[
{
"date": "2007-12-13",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Perfeito Antonio... Funcionou perfeitamente!\n\nEstas correções já estão na nova versão do FW?\n\nMuito Obrigado!",
"time": "13:02",
"topic": "BTNBMP design ?",
"username": "FWHISHOW"
}
] | BTNBMP design ? |
[
{
"date": "2007-12-15",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Olá Antonio,\n\nNo meu caso, uso assim e funciona perfeitamente.\n\n[code:17mjlki6]\n...\n if GetFocus() != ::hWnd\n SetFocus( ::hWnd )\n endif\n** return 0 <<--... | BTNBMP design ? |
[
{
"date": "2007-12-15",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Rossine,\n\n> Isto estaria correto também ? \n\nNo, porque en la Clase TWindow se vuelve a evaluar.\n\nPor eso hay que usar return 0, para que no se llame a Super:LButtonUp",
"time": "17:08",
"topic": "BTNBMP design ?",
... | BTNBMP design ? |
[
{
"date": "2007-12-15",
"forum": "FiveWin para Harbour/xHarbour",
"text": "OK Antonio <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) --> \n\nObrigado pela explicação.\n\nRossine.",
"time": "19:15",
"topic": "BTNBMP design ?",
"username": "Rossin... | BTNBMP design ? |
[
{
"date": "2009-11-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Antonio...\nEstoy utilizando Windows 7 y al igual que wn Windows Vista los botones de la clase BTNBMP, cuando estan en modo disable() se ven algo grotescos... alguna manera de definirlos con mejos aspecto??\nSalu2\n\n<!-- m ... | BTNBMP disable se ve algo grotesco con W7 |
[
{
"date": "2009-11-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Has probado usarlos transparente o si seria posible usarlo con 2 bitmaps, 1 cuando esta activo y otro disable..? nose, es una idea que se me viene a mente, lo que no se es si permite eso, al igual que en programacion web que se p... | BTNBMP disable se ve algo grotesco con W7 |
[
{
"date": "2009-11-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Willi,\n\nQue versión de Windows usabas anteriormente y como se veian en ella ?\n\nCoincido contigo en que deberian verse en una escala de grises y no tan planos",
"time": "16:06",
"topic": "BTNBMP disable se ve algo grot... | BTNBMP disable se ve algo grotesco con W7 |
[
{
"date": "2009-11-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Willi, no es solo en W7 también en Vista y XP\n\nSe tiene que tener 4 imagenes, o repetir alguna\n[code=fw:215mm9eb]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> @<span style=\"color: #000000;\">15</... | BTNBMP disable se ve algo grotesco con W7 |
[
{
"date": "2009-11-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "HOla Antonio,,,,\nAntes usaba Windows XP, ahora tengo W7 en la portatil,,, probe en otra con XP y los botones se ven asi:\n\n<!-- m --><a class=\"postlink\" href=\"http://www.servidor-imagenes.com/show-image.php?id=8c96a8d21d76b2... | BTNBMP disable se ve algo grotesco con W7 |
[
{
"date": "2009-11-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Adhemar, \nTome tu sugerencia , puse 4 bitmaps (repeti una imagen) y el resultado con el boton disabled() es el siguiente:\n(RESOURCE \"CAMA0\", \"CAMA0\", \"CAMA0\", \"CAMA0\" TOP NOBORDER)\n\n<!-- m --><a class=\"postlink\... | BTNBMP disable se ve algo grotesco con W7 |
[
{
"date": "2009-11-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Willi\nEl Fivewin hasta la version 9.04 tenia una falla en el Fivewin.ch, fue descubierta por Manuel Mercado, en las versiones superior ya está corregido por Antonio.\n\nTiene que estar asi:\n[code=fw:1e0bv7sf]<div class=\"fw\" i... | BTNBMP disable se ve algo grotesco con W7 |
[
{
"date": "2009-02-14",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola, Antonio:\n\nEL siguiente código en Delphi puede ser de utilidad para que tBtnBmp dibuje los botones deshabilitados, sin necesidad de tener que crear imágenes adicionales.\n\nFuente: <!-- m --><a class=\"postlink\" href=\"ht... | BTNBMP disabled |
[
{
"date": "2009-02-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Cesar,\n\nFWH proporciona las siguientes funciones:\n\nDRAWGRAYED( hDC, hBitmap, nRow, nCol ) // dibuja el bitmap en gris entramado\nDRAWGRAY( hDC, hBitmap, nRow, nCol ) // dibuja el bitmap en tonos de grises",
"time": "15:... | BTNBMP disabled |
[
{
"date": "2007-10-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Antonio, utilizei a classe BTNBMP para colocar varios botões em uma WINDOW, e criei um segundo PRG, onde o usuário poderá desenhar a posição dos botões. Para isso utilizo a clausula DESIGN.\n\nPorém, acontece que a classe BTNBMP ... | BTNBMP e BUTTONBMP nTop - nLeft ??? |
[
{
"date": "2020-06-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code=fw:8xwxnkym]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">Error description: <span style=\"color: #000000;\">Error</span> BASE/<span style=\"color: #000000;\">1004</span> Metodo non disponibile: <span... | BTNBMP error |
[
{
"date": "2020-06-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "So far we never noticed this error with any of our own programs.\nCan you post a sample with a single button to reproduce this error?",
"time": "04:01",
"topic": "BTNBMP error",
"username": "nageswaragunupudi"
}
] | BTNBMP error |
[
{
"date": "2020-06-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Nages,\nI notices you on 27/07/2019 with a sample test , you told me that you had found the error and you would have sent the change, but I never knew anything again and on 07/10/2019\nI sent Antonio the changes for the showpopup ... | BTNBMP error |
[
{
"date": "2020-06-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Silvio,\n\nPlease try to disable the button after the user clicks on it to avoid duplicated clicking",
"time": "06:32",
"topic": "BTNBMP error",
"username": "Antonio Linares"
}
] | BTNBMP error |
[
{
"date": "2020-06-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "with disable/ enable ?\non menupopup ?\nI think it is impossible to do\nthe error sometimes go out no always",
"time": "12:21",
"topic": "BTNBMP error",
"username": "Silvio.Falconi"
}
] | BTNBMP error |
[
{
"date": "2017-11-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "In bGradient, we can specify solid colors also like:\n\nbClrGrad := { |lMouseOver| If( lMouseOver, CLR_HRED, { { 1, CLR_BLUE, CLR_WHITE } } ) }",
"time": "15:30",
"topic": "BTNBMP from resource missing command COLOR ?",
... | BTNBMP from resource missing command COLOR ? |
[
{
"date": "2017-11-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nwhy there is no [color=#0000FF:1fl1kupt][b:1fl1kupt]COLOR[/b:1fl1kupt][/color:1fl1kupt] defined in BTNBMP from resource ?\n\n#xcommand REDEFINE BTNBMP [<oBtn>] ;\n ...\n....\n[ GRADIENT <bGradColors> ];\n[color=#FF0000:1... | BTNBMP from resource missing command COLOR ? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.