messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2018-12-11", "forum": "FiveWin para Harbour/xHarbour", "text": "No son ventanas, son dialogos con estilo WS_POPUP y sin Modalframe y sin caption. Tengo una función que pinta los bordes y la franja gris donde se encuentran los botones y otra que se encuentra en el caption para el título y move...
BtnBmp desde código y recursos
[ { "date": "2018-12-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Flat ?\n\nSkinButtons()?\n\nMejor, és BUTTONBMP\n\nSaludos.", "time": "15:46", "topic": "BtnBmp desde código y recursos", "username": "karinha" } ]
BtnBmp desde código y recursos
[ { "date": "2018-12-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Karinha, si no le pongo flat el botón parece hundido. Parece no tomar el estilo l2013 salvo por el borde derecho que si se pinta con el color del estilo pero no el resto de las lineas. No puedo cambiar a buttonbmp porque llevo mu...
BtnBmp desde código y recursos
[ { "date": "2018-12-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Veamos, qué versión de Fw utilizas?\nEsta clase actualmente tiene las siguientes DATAS\n[code=fw:2gyhxjqs]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">DA...
BtnBmp desde código y recursos
[ { "date": "2018-12-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias Cristobal por responder, La única data que no tiene la clase es nRound. Utilizo FWH 17.01.\n\nSaludos", "time": "19:42", "topic": "BtnBmp desde código y recursos", "username": "horacio" } ]
BtnBmp desde código y recursos
[ { "date": "2018-12-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Imagino que el valor que tendrá es 6\nBúscalo en funciones como RoundBox, CreateRoundRectRgn, crea la data y sustitúye el valor por la data\nCon la data nClrBorder podrás configurar el color del borde y con lFlatStyle puedes ver ...
BtnBmp desde código y recursos
[ { "date": "2018-12-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias Cristobal, pruebo y comento .\n\nSaludos", "time": "20:45", "topic": "BtnBmp desde código y recursos", "username": "horacio" } ]
BtnBmp desde código y recursos
[ { "date": "2010-03-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola:\nNo logro ver la imagen en el btnbmp de una columna.\n\n WITH OBJECT :aCols[1]\n :AddResource(\"Lupa16\")\n :nBtnBmp:=1\n :cEditPicture:=\"@!\"\n :bEditBlock:= {|nRow,nCol,oCol| DocBuscar(oCol...
BtnBmp en txbrowse
[ { "date": "2010-03-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Saludos Cesar.\n\n1- verifica que el recurso este creado\n2- verifca que el nombre del recuerso sea correcto\n3- verifica que tengas un handle valido en el array de bitmap de la columna ( :aBitmaps[ 1 ][ 1 ] )\n4- si falla lo ant...
BtnBmp en txbrowse
[ { "date": "2008-05-30", "forum": "FiveWin para Harbour/xHarbour", "text": "Siempre que y uso el BtnBmp entre los Gets, tengo problemas com el retorno del SetFocus ;\r\n[code:2lkan09h]\nREDEFINE GET oGet&#91;1&#93; VAR oDbfCadaClie&#58;ArCodAll ID 21 OF oDlg PICTURE \"999999\" Update\n[/code:2lkan09h]\n...
BtnBmp entre los Gets, problema de Focu ???
[ { "date": "2008-06-05", "forum": "FiveWin para Harbour/xHarbour", "text": "Ale,\r\n\r\n> Mi duda es, uno SetFocus no serio lo bastante para funcionar ?\r\n\r\nNo, no es suficiente porque el proceso de perdida de foco es una secuencia que ha de completarse con una ganancia de foco. \r\n\r\nEs decir, si e...
BtnBmp entre los Gets, problema de Focu ???
[ { "date": "2008-06-05", "forum": "FiveWin para Harbour/xHarbour", "text": "Ahora Comprendo, Gracias.\r\n\r\nSaluds, Ale", "time": "15:14", "topic": "BtnBmp entre los Gets, problema de Focu ???", "username": "Ale SB" } ]
BtnBmp entre los Gets, problema de Focu ???
[ { "date": "2016-09-02", "forum": "FiveWin para Harbour/xHarbour", "text": "Algunos clientes los cuales le actualicé han venido reportando un error y sale un mensaje que dejó de funcionar\nse le hizo un seguimiento al HB_OUT.TXT en el cual el error da en METHOD LoadBitmaps\n\nCalled from PALBMPNEW(0)\nCa...
BtnBmp error en METHOD LoadBitmaps 15.06
[ { "date": "2016-09-02", "forum": "FiveWin para Harbour/xHarbour", "text": "Hello ,\n\nIt's an old unsolved problem ( I have a same problem ) , now I will try with the last fw version and if it is possible simulate with a sample .\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsu...
BtnBmp error en METHOD LoadBitmaps 15.06
[ { "date": "2016-09-02", "forum": "FiveWin para Harbour/xHarbour", "text": "Luis,\n\nPuede estar directamente relacionado con el problema de consumo de memoria que nos has comentado.\n\nObtén toda la información del administrador de tareas de la aplicación y publícala aquí, gracias", "time": "10:57",...
BtnBmp error en METHOD LoadBitmaps 15.06
[ { "date": "2016-09-02", "forum": "FiveWin para Harbour/xHarbour", "text": "Luis,\n\nHas comprobado el consumo de objetos GDI de tu aplicación usando CheckRes() ?\n\n[url:3e0i95eu]http&#58;//wiki&#46;fivetechsoft&#46;com/doku&#46;php?id=fivewin_function_checkres[/url:3e0i95eu]", "time": "11:03", ...
BtnBmp error en METHOD LoadBitmaps 15.06
[ { "date": "2016-09-03", "forum": "FiveWin para Harbour/xHarbour", "text": "Maestro Andonio\n\nError Completo\n\n[list:2x2svpu4]\nApplication Internal Error - C:\\AccaSoft\\AccaSoft.exe\nTerminated at: 2016-08-31 08:54:41\nUnrecoverable error 6005: Exception error:\n\n Exception Code:C0000005 ACCESS_V...
BtnBmp error en METHOD LoadBitmaps 15.06
[ { "date": "2016-09-04", "forum": "FiveWin para Harbour/xHarbour", "text": "Luis,\n\nPrueba a crear una función \"dummy\" en tu PRG:\n\nfunction PALBMPNEW() \n\nreturn nil\n\ny comprueba si asi desaparece el error, gracias", "time": "11:30", "topic": "BtnBmp error en METHOD LoadBitmaps 15.06", ...
BtnBmp error en METHOD LoadBitmaps 15.06
[ { "date": "2016-09-05", "forum": "FiveWin para Harbour/xHarbour", "text": "Maestro Antonio\n\nal crear la función \"dummy\" se resolviò el problema\n\nfunction PALBMPNEW() \n\nreturn nil\n\n\nMuchas Gracias.", "time": "18:26", "topic": "BtnBmp error en METHOD LoadBitmaps 15.06", "username":...
BtnBmp error en METHOD LoadBitmaps 15.06
[ { "date": "2016-09-05", "forum": "FiveWin para Harbour/xHarbour", "text": "Luis,\n\nmuy bien. Al menos ya tenemos una solución temporal\n\nVamos a revisar el código de PALBMPNEW()\n\ngracias", "time": "22:17", "topic": "BtnBmp error en METHOD LoadBitmaps 15.06", "username": "Antonio Linares"...
BtnBmp error en METHOD LoadBitmaps 15.06
[ { "date": "2016-09-07", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio, \nmine too \n\nMaurizio", "time": "07:45", "topic": "BtnBmp error en METHOD LoadBitmaps 15.06", "username": "Maurizio" } ]
BtnBmp error en METHOD LoadBitmaps 15.06
[ { "date": "2016-09-07", "forum": "FiveWin para Harbour/xHarbour", "text": "Maurizio,\n\nDid it solved your problem too ?", "time": "09:12", "topic": "BtnBmp error en METHOD LoadBitmaps 15.06", "username": "Antonio Linares" } ]
BtnBmp error en METHOD LoadBitmaps 15.06
[ { "date": "2016-09-07", "forum": "FiveWin para Harbour/xHarbour", "text": "Yes \nMaurizio \n<!-- w --><a class=\"postlink\" href=\"http://www.nipeservice.com\">www.nipeservice.com</a><!-- w -->", "time": "10:29", "topic": "BtnBmp error en METHOD LoadBitmaps 15.06", "username": "Maurizio" }...
BtnBmp error en METHOD LoadBitmaps 15.06
[ { "date": "2016-09-09", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio , \nnothing new about function PALBMPNEW() ? \n\nwith MSVC to compile the function PALBMPNEW() I have to use \n-ldflag=/FORCE:multiple \nbut I think the compiler takes that in the lib \n\nMaurizio", "time": "17:1...
BtnBmp error en METHOD LoadBitmaps 15.06
[ { "date": "2016-09-09", "forum": "FiveWin para Harbour/xHarbour", "text": "Maurizio,\n\nIt is fixed in FWH 16.08 to be published in a few days", "time": "21:32", "topic": "BtnBmp error en METHOD LoadBitmaps 15.06", "username": "Antonio Linares" } ]
BtnBmp error en METHOD LoadBitmaps 15.06
[ { "date": "2007-05-08", "forum": "FiveWin for Harbour/xHarbour", "text": "As I see tooltip is not supported with BtnBmp created from code,\nisn't it ?\n\nMarco", "time": "14:00", "topic": "BtnBmp from code and tooltip", "username": "Marco Turco" } ]
BtnBmp from code and tooltip
[ { "date": "2007-05-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Marco,\n\noBtnBmp:cToolTip = \"Tooltip text\"", "time": "17:25", "topic": "BtnBmp from code and tooltip", "username": "Antonio Linares" } ]
BtnBmp from code and tooltip
[ { "date": "2009-05-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nI have a small problem :\nI need a User-Resize of BTNPMP from resources and a Preview with the new Size.\nIs it possible ? \nI tested [color=#FF0000:1yu4mrak]oBtn:nHeight [/color:1yu4mrak]:= NewHvalue and [color=#FF0000:...
BtnBmp from resource, how to resize at runtime ?
[ { "date": "2009-05-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Did you try oBtn:Move() method?\n\nEMG", "time": "20:36", "topic": "BtnBmp from resource, how to resize at runtime ?", "username": "Enrico Maria Giordano" } ]
BtnBmp from resource, how to resize at runtime ?
[ { "date": "2009-05-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nthank You very much.\n[color=#FF0000:1vgxxm9s]oBtn1:Move [/color:1vgxxm9s]does the resizing I need ( same like with Dlg3 ).\nThe Move-method keeps the Top / Left position of the Resource with : [color=#FF0000:1vgxxm9s]o...
BtnBmp from resource, how to resize at runtime ?
[ { "date": "2009-05-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe,\n\nYou may also use:\n\noControl:SetSize( nWidth, nHeight [, lRepaint ] )", "time": "03:07", "topic": "BtnBmp from resource, how to resize at runtime ?", "username": "Antonio Linares" } ]
BtnBmp from resource, how to resize at runtime ?
[ { "date": "2015-01-21", "forum": "FiveWin for Harbour/xHarbour", "text": "To All\n\nI know there has been much done with the BtnBmp class .. I have just recently noticed several of my Bitmap icons on smaller dimension buttons have been resized to a tiny resolution.\n\nThe Arrow bitmap is 48x48 and the C...
BtnBmp icon resizing with recent FWH including 1501
[ { "date": "2015-01-21", "forum": "FiveWin for Harbour/xHarbour", "text": "We shall check and get back to you.\nWhat would be the size of button in pixels? You can find out by ACTION MsgInfo( Str( oB1:nWidth ) + Str( oB1:nHeight ) )\n\nThe basic change is this. Now even very large images can be displayed...
BtnBmp icon resizing with recent FWH including 1501
[ { "date": "2015-01-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Rao\n\nThanks for the quick reply .. Both buttons are 96 29\n\nRick Lipkin", "time": "15:37", "topic": "BtnBmp icon resizing with recent FWH including 1501", "username": "Rick Lipkin" } ]
BtnBmp icon resizing with recent FWH including 1501
[ { "date": "2015-01-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick,\n\ncan You please check the image-size ( must be the same ) ?\nIn case the picture-size ( inside the transparent-are ) is different,\nit could be the reason for the button-adjustment with different result.\n\nbest regards\nU...
BtnBmp icon resizing with recent FWH including 1501
[ { "date": "2015-01-21", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Rick Lipkin\":15s827ya]Rao\n\nThanks for the quick reply .. Both buttons are 96 29\n\nRick Lipkin[/quote:15s827ya]\nThat means the bitmap is re-sized in the ration 25/48. which is approx 24x24\nAs Mr Uwe suggested possib...
BtnBmp icon resizing with recent FWH including 1501
[ { "date": "2015-01-21", "forum": "FiveWin for Harbour/xHarbour", "text": "The Image shows what I mean.\nBoth images are 32x32 in size, but the picture-size is different.\nThe button displays the original size and not cropped to the picture.\nYou can check these images with PIXELFORMER.\n\n[img:2qttjre8]...
BtnBmp icon resizing with recent FWH including 1501
[ { "date": "2015-01-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Rao\n\nThe bitmaps are on the way .. The Next.Bmp is 48x48 but there is a lot of dead space around the image. The old BtnBmp class somehow compensated for the out of range height of the dimensions of the button. I chose that parti...
BtnBmp icon resizing with recent FWH including 1501
[ { "date": "2015-01-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick,\n\nsame butto-nsize and different picture-size\n\n[img:2kjjsu7s]http&#58;//www&#46;pflegeplus&#46;com/IMAGES/Button2&#46;jpg[/img:2kjjsu7s]\n\nbest regards\nUwe <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\"...
BtnBmp icon resizing with recent FWH including 1501
[ { "date": "2006-06-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi All,\n\nyesterday i upgraded to fwH 2.7 for proper use with the latest xHarbour builder.\n\nOne of my applications has a main dialog with some BtnBmp on it, which are not placed on a ButtonBar.\n\nWhen clicking on the dialog ti...
BtnBmp in FwH 2.7
[ { "date": "2006-06-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Please take the time to build a reduced and self-contained sample of the problem.\n\nEMG", "time": "22:07", "topic": "BtnBmp in FwH 2.7", "username": "Enrico Maria Giordano" } ]
BtnBmp in FwH 2.7
[ { "date": "2006-06-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks Enrico,\n\n\nHere you can find my example of a dialog with BtnBmp buttons:\n\n<!-- m --><a class=\"postlink\" href=\"http://www.d-hoefner.de/files/x-po.zip\">http://www.d-hoefner.de/files/x-po.zip</a><!-- m -->\n\nI used th...
BtnBmp in FwH 2.7
[ { "date": "2006-06-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Sorry, I wasn't able to run your sample:\n\n[quote:3dh0k7x5]xHarbour Compiler build 0.99.61 (SimpLex)\nCopyright 1999-2006, <!-- m --><a class=\"postlink\" href=\"http://www.xharbour.org\">http://www.xharbour.org</a><!-- m --> <!-...
BtnBmp in FwH 2.7
[ { "date": "2006-06-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\ni had this problem too with Borland Resource Workshop.\nBut with xHarbour Builder i use Pelles C as Resource Editor which can handle this bitmap format.\n\nI modified the 4 bitmap files to indexed 256 Windows colors.\n\...
BtnBmp in FwH 2.7
[ { "date": "2006-06-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Ok, found! Just remove WS_TABSTOP style:\n\n[code:15bxpd76]CONTROL \"\", 201, \"TBtnBmp\", 0, 25, 33, 27, 23\nCONTROL \"\", 202, \"TBtnBmp\", 0, 59, 33, 27, 23\nCONTROL \"\", 203, \"TBtnBmp\", 0, 108, 33, 27, 23\nCONTROL \"\", 204...
BtnBmp in FwH 2.7
[ { "date": "2006-06-08", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"EnricoMaria\":1670edd1]Ok, found! Just remove WS_TABSTOP style:\n\n[code:1670edd1]CONTROL \"\", 201, \"TBtnBmp\", 0, 25, 33, 27, 23\nCONTROL \"\", 202, \"TBtnBmp\", 0, 59, 33, 27, 23\nCONTROL \"\", 203, \"TBtnBmp\", 0, 10...
BtnBmp in FwH 2.7
[ { "date": "2006-06-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nThanks as usual! <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->", "time": "11:24", "topic": "BtnBmp in FwH 2.7", "username": "Antonio Linares" } ]
BtnBmp in FwH 2.7
[ { "date": "2005-10-14", "forum": "FiveWin for Pocket PC", "text": "Hello,\n\nis it possible that btnbmp in a dialog is not available yet?\nI have: message not found tbtnbmp:_ctooltip, tbtnbmp_ctooltip(169)\n\nRegards\nThomas", "time": "18:32", "topic": "BtnBmp in a dialog", "username": "Thom...
BtnBmp in a dialog
[ { "date": "2005-10-14", "forum": "FiveWin for Pocket PC", "text": "[quote=\"Thomas Grueninger\":1d5ewypd]Hello,\n\nis it possible that btnbmp in a dialog is not available yet?\nI have: message not found tbtnbmp:_ctooltip, tbtnbmp_ctooltip(169)\n\nRegards\nThomas[/quote:1d5ewypd]\n\nThomas\n\nCheck the s...
BtnBmp in a dialog
[ { "date": "2005-10-15", "forum": "FiveWin for Pocket PC", "text": "Hello Richard,\n\nsorry, i forgot to wrote that the dialog is in a resource.\n\nThomas", "time": "05:48", "topic": "BtnBmp in a dialog", "username": "Thomas Grueninger" } ]
BtnBmp in a dialog
[ { "date": "2005-10-15", "forum": "FiveWin for Pocket PC", "text": "[quote=\"Thomas Grueninger\":1977ile9]I have: message not found tbtnbmp:_ctooltip, tbtnbmp_ctooltip(169)[/quote:1977ile9]\n\nTooltips are not available yet.", "time": "08:50", "topic": "BtnBmp in a dialog", "username": "Anton...
BtnBmp in a dialog
[ { "date": "2005-10-15", "forum": "FiveWin for Pocket PC", "text": "Hello Antonio,\n\nthanks for your answer.\nBut i will not use tooltips. \n\n\nThomas", "time": "11:30", "topic": "BtnBmp in a dialog", "username": "Thomas Grueninger" } ]
BtnBmp in a dialog
[ { "date": "2005-10-15", "forum": "FiveWin for Pocket PC", "text": "Thomas,\n\nDo you get the error without using tooltips ? If so, how may we reproduce the error ? thanks.", "time": "11:42", "topic": "BtnBmp in a dialog", "username": "Antonio Linares" } ]
BtnBmp in a dialog
[ { "date": "2011-09-04", "forum": "FiveWin for Harbour/xHarbour", "text": "This is a sample of the problem (please activate themes):\n\n[code=fw:2c4fdlm9]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"Fivew...
BtnBmp is not transparent on a folder
[ { "date": "2011-09-04", "forum": "FiveWin for Harbour/xHarbour", "text": "I see the button transparent without manifest and not transparent with manifest. Is that you see too?", "time": "12:02", "topic": "BtnBmp is not transparent on a folder", "username": "nageswaragunupudi" } ]
BtnBmp is not transparent on a folder
[ { "date": "2011-09-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes.\n\nEMG", "time": "13:45", "topic": "BtnBmp is not transparent on a folder", "username": "Enrico Maria Giordano" } ]
BtnBmp is not transparent on a folder
[ { "date": "2011-09-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Working well with this addition\n[code=fw:734ufo25]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> &nbsp; &nbsp;<span style=\"color: #00C800;\">if</span> IsAppThemed<span style=\"color: #000000;\">&#40;</span><spa...
BtnBmp is not transparent on a folder
[ { "date": "2011-09-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Ok, but it is not the correct fix. We need the trasparence, right?\n\nEMG", "time": "14:18", "topic": "BtnBmp is not transparent on a folder", "username": "Enrico Maria Giordano" } ]
BtnBmp is not transparent on a folder
[ { "date": "2011-09-04", "forum": "FiveWin for Harbour/xHarbour", "text": "I agree. This has been so all the time.\nThis is only a workaround in the application.\n\nBtnbmp.prg needs to be modified.", "time": "14:37", "topic": "BtnBmp is not transparent on a folder", "username": "nageswaragunu...
BtnBmp is not transparent on a folder
[ { "date": "2011-09-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Ok, thank you.\n\nEMG", "time": "14:39", "topic": "BtnBmp is not transparent on a folder", "username": "Enrico Maria Giordano" } ]
BtnBmp is not transparent on a folder
[ { "date": "2010-12-06", "forum": "FiveWin for Harbour/xHarbour", "text": "I have placed a BtnBmp control on the main window of my application but the\naction clause does not work\n\n [code=fw:pcsjwfcn]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br />&nbsp; &nbsp; &nbsp; &nbsp;...
BtnBmp on Main Window
[ { "date": "2010-12-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Colin,\n\nI think it is not possible, to paint Buttons directly on a Main-Window ( MDI-frame )\nFound a possible Solution to paint one or more Buttons.\nTransparent, Color, Gradient, Brush and Image :\n\n[img:sun0z7tw]http&#...
BtnBmp on Main Window
[ { "date": "2010-12-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Collin and Uwe,\n\nThere is no need to use a PUBLIC or to pass the main window object to another function. This object is stored in the function wndMain() so you can access it anywhere in your program. You can also access it using...
BtnBmp on Main Window
[ { "date": "2010-12-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi James\n\nYes I tried that - but the oMainwWnd:bGotFocus does not seem to work except for\nthe first time the main window is displayed. \n\nThe only way I could find for the button to display was to mouse over it.\n\nCheers\n\nC...
BtnBmp on Main Window
[ { "date": "2010-12-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe and James\n\nThanks for your replies \n\nI got the button to work but being a nonmodal dialog it was visible over child windows.\n\n[code=fw:2rnyebxh]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nbsp;...
BtnBmp on Main Window
[ { "date": "2010-12-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Colin,\n\nIt seems complicated but you could try hiding the dialog when a child window is opened, and showing it when the window is closed.\n\nThis is one more reason I never use MDI.\n\nRegards,\nJames", "time": "01:37", ...
BtnBmp on Main Window
[ { "date": "2010-12-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi James\n\nYes it does seem complicated - I changed the way the menu calls options - this\nmay give the client what he wants.\n\nCheers\n\nColin", "time": "02:11", "topic": "BtnBmp on Main Window", "username": "Colin ...
BtnBmp on Main Window
[ { "date": "2010-12-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Colin,\n\nI agree with James,\nI did a quick test with 2 embedded Dialogs and Nowait.\nIt works fine with the same Result like 2 Windows ( MDI )\nMoving the Dialog, it covers the Dialog with the Buttons.\nIs there maybe a special ...
BtnBmp on Main Window
[ { "date": "2010-12-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Uwe\n\nI like MDI apps and so do my clients they quite often have the same screen\nopen twice with different data selected.\n\nI must admit the visuals you create are amazing.\n\nCheers\n\nColin", "time": "03:51", "topi...
BtnBmp on Main Window
[ { "date": "2010-12-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Colin,\n\n>I like MDI apps and so do my clients they quite often have the same screen\nopen twice with different data selected.\n\nYou can do this with a main window and a splitter too.\n\nJust about anything you can do with MDI y...
BtnBmp on Main Window
[ { "date": "2010-12-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Colin\n\nif you want work over MDI main window you should use DATA oWndClient\n\nlike this\n\n[code=fw:38kxsvx4]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span ...
BtnBmp on Main Window
[ { "date": "2010-12-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Daniel\n\nTht works fine except when you open a window over the button and then close the window the button does not\nshow until you mouse over it - is there a way to refresh the main window and button.\n\nCheers\n\nColin", ...
BtnBmp on Main Window
[ { "date": "2010-12-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Colin,\n\nMaybe try:\n\noMainWnd:bGotFocus:= {|| oBtn:refresh() }\n\nRegards,\nJames", "time": "16:03", "topic": "BtnBmp on Main Window", "username": "James Bott" } ]
BtnBmp on Main Window
[ { "date": "2010-12-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Colin,\n\nI added some more Functions to my Sample.\nAll Buttons are working fine now ( changed from Dialog to MDI-child ).\nI hope, it will work for You <!-- s:roll: --><img src=\"{SMILIES_PATH}/icon_rolleyes.gif\" alt=\":roll:\...
BtnBmp on Main Window
[ { "date": "2015-02-23", "forum": "FiveWin for Harbour/xHarbour", "text": "To All\n\nSorry to report that the BtnBmp bitmaps are off 'slightly' between FWH 1501 and 1502 .. notice the Cancel button .\n\nRick Lipkin\nFwh 1501\n[img:2ywpefla]http&#58;//i59&#46;tinypic&#46;com/2saczk6&#46;jpg[/img:2ywpefla]...
BtnBmp problems with 1502
[ { "date": "2015-02-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,Rao \n\nAny answers ?\n\n\nRick Lipkin", "time": "15:25", "topic": "BtnBmp problems with 1502", "username": "Rick Lipkin" } ]
BtnBmp problems with 1502
[ { "date": "2015-02-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick,\n\nI think it is a image problem.\nCan You post / add the used image original size, to make it possible to check it ?\nMaybe there is something wrong with the transparent area.\nOften it happens using small images.\n\nThe pr...
BtnBmp problems with 1502
[ { "date": "2015-02-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr Rick\n\nThanks for pointing out.\nFixed.\nRevised build will be available shortly.", "time": "01:24", "topic": "BtnBmp problems with 1502", "username": "nageswaragunupudi" } ]
BtnBmp problems with 1502
[ { "date": "2015-03-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Revised build is just published and this fix is included. Please test.", "time": "12:33", "topic": "BtnBmp problems with 1502", "username": "nageswaragunupudi" } ]
BtnBmp problems with 1502
[ { "date": "2015-03-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Rao\n\nFirst chance I have had to download rev 2 .. here is the results .. I also tried to pad the front of the Prompt with extra spaces, but it had no effect. <!-- s:( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":(\" title...
BtnBmp problems with 1502
[ { "date": "2015-03-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Please check my email to you.", "time": "22:31", "topic": "BtnBmp problems with 1502", "username": "nageswaragunupudi" } ]
BtnBmp problems with 1502
[ { "date": "2015-03-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Rao\n\nThank you for your quick updates .. the BtnBmp and Bar updates worked GREAT!\n\nRick Lipkin", "time": "23:44", "topic": "BtnBmp problems with 1502", "username": "Rick Lipkin" } ]
BtnBmp problems with 1502
[ { "date": "2015-03-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello:\n\nIs the rpreview.prg buttons propper appearance fixed with this fix?.\n\nThank you very much.", "time": "10:09", "topic": "BtnBmp problems with 1502", "username": "MOISES" } ]
BtnBmp problems with 1502
[ { "date": "2015-03-05", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"MOISES\":34iv87vf]Hello:\n\nIs the rpreview.prg buttons propper appearance fixed with this fix?.\n\nThank you very much.[/quote:34iv87vf]\nYes", "time": "10:20", "topic": "BtnBmp problems with 1502", "username...
BtnBmp problems with 1502
[ { "date": "2015-03-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nWhen the revised build will be ready?.\n\n\nThank You.", "time": "12:07", "topic": "BtnBmp problems with 1502", "username": "MOISES" } ]
BtnBmp problems with 1502
[ { "date": "2015-03-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Up please.", "time": "16:28", "topic": "BtnBmp problems with 1502", "username": "MOISES" } ]
BtnBmp problems with 1502
[ { "date": "2015-03-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nCan you please review it?.\n\nThank you.", "time": "09:02", "topic": "BtnBmp problems with 1502", "username": "MOISES" } ]
BtnBmp problems with 1502
[ { "date": "2015-03-17", "forum": "FiveWin for Harbour/xHarbour", "text": "I suppose 15.03 may be released any time, which includes all these fixes", "time": "09:11", "topic": "BtnBmp problems with 1502", "username": "nageswaragunupudi" } ]
BtnBmp problems with 1502
[ { "date": "2011-09-14", "forum": "FiveWin for Harbour/xHarbour", "text": "I would like to change the prompt on a BtnBmp during program execution.\n\nConsider: \n\n...\n REDEFINE BTNBMP oBtn1 RESOURCE \"ADD\" PROMPT \"Add\" \n....\n\nLater I want to change the prompt to \"Confirm\"\n\noBtn1:SetText(\"c...
BtnBmp prompt
[ { "date": "2011-09-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Try this:\n[code=fw:3462sinq]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oBtn1:<span style=\"color: #000000;\">cCaption</span>:=<span style=\"color: #ff0000;\">\"Confirm\"</span><br />oBtn1:<span style=\"color:...
BtnBmp prompt
[ { "date": "2011-09-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks", "time": "17:27", "topic": "BtnBmp prompt", "username": "TimStone" } ]
BtnBmp prompt
[ { "date": "2011-09-15", "forum": "FiveWin for Harbour/xHarbour", "text": "tim:\nCould you send me your email address. I notice in past you've been working with quick books. I'd like to ask you a few questions. Thanks\nsend to <!-- e --><a href=\"mailto:hgoldstein@dslextreme.com\">hgoldstein@dslextreme....
BtnBmp prompt
[ { "date": "2009-03-27", "forum": "FiveWin for Harbour/xHarbour", "text": "I present another possible contribution, again presenting the prototype of what would change ... \n\nAs discussed the matter on Alpha Channel to start implementing FW classes \n\nthe general idea, just as we use the clause TRANSP...
BtnBmp with Alpha Channel
[ { "date": "2007-06-19", "forum": "FiveWin para Harbour/xHarbour", "text": "Los btnbmp no se ven igual a los button con los temas XP, eso puede corregirse o hay algún otro control nativo que permita un botón con imagen y se vea mejor?\n\nUso FWH 7.01 y xHarbour distribuído con él.", "time": "04:46", ...
BtnBmp y XP
[ { "date": "2007-06-19", "forum": "FiveWin para Harbour/xHarbour", "text": "Jose,\n\nTienes que usar la Clase TButtonBmp. \n\nRevisa el ejemplo samples\\TestBuBm.prg", "time": "09:15", "topic": "BtnBmp y XP", "username": "Antonio Linares" } ]
BtnBmp y XP
[ { "date": "2022-10-03", "forum": "FiveWin for Harbour/xHarbour", "text": "I have this error ....\n\n[code=fw:2kzf8kxr]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">Error occurred <span style=\"color: #00C800;\">at</span>: <span style=\"color: #000000;\">10</span>/<span style=\"color: #...
BtnBmp.. I not understood this error
[ { "date": "2005-11-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear friends, is it possible to put the BTNBMP caption to the top of the button? It seems that it is only go centered.\n\nEMG", "time": "09:27", "topic": "BtnBmp: caption position", "username": "Enrico Maria Giordano" ...
BtnBmp: caption position
[ { "date": "2005-11-18", "forum": "FiveWin for Harbour/xHarbour", "text": "And what about to choose the color of the caption?\n\nEMG", "time": "09:53", "topic": "BtnBmp: caption position", "username": "Enrico Maria Giordano" } ]
BtnBmp: caption position
[ { "date": "2005-11-18", "forum": "FiveWin for Harbour/xHarbour", "text": "@ 1,2 BTNBMP oBtn ;\n PROMPT \"Text\" TOP ADJUST OF oDlg ;\n\tSIZE 100 , 100 ;\n\tFILE \"BTN.BMP\" NOBORDER ;\n\tFONT oFont1 UPDATE\n\n oBtn:SetColor( CLR_HBLUE ,CLR_WHITE)\n oBtn:nClrTe...
BtnBmp: caption position
[ { "date": "2005-11-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Great! Thank you! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nAnd what about the position?\n\nEMG", "time": "11:52", "topic": "BtnBmp: caption position", "user...
BtnBmp: caption position