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 mover el dialogo y la cruz para cerrarlo. El estilo de los get lo tomé del foro. \n\nSaludos", "time": "15:35", "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": "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 muy avanzado el proyecto y además es en el único lugar donde uso un dialogo x código y me pasa esto.\n\nSaludos", "time": "15:54", "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": "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;\">DATA</span> &nbsp; lBorder AS LOGICAL <span style=\"color: #0000ff;\">INIT</span> .T.<br />&nbsp; &nbsp;<span style=\"color: #00C800;\">DATA</span> &nbsp; lRound AS LOGICAL <span style=\"color: #0000ff;\">INIT</span> .T.<br />&nbsp; &nbsp;<span style=\"color: #00C800;\">DATA</span> &nbsp; nRound <span style=\"color: #0000ff;\">INIT</span> <span style=\"color: #000000;\">6</span><br /><span style=\"color: #B900B9;\">// y</span><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">DATA</span> &nbsp; nClrBorder <span style=\"color: #0000ff;\">INIT</span> nRGB<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">221</span>, <span style=\"color: #000000;\">207</span>, <span style=\"color: #000000;\">155</span> <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">DATA</span> &nbsp; lFlatStyle <span style=\"color: #0000ff;\">INIT</span> .f.<br /><br />&nbsp;</div>[/code:2gyhxjqs]", "time": "19:27", "topic": "BtnBmp desde código y recursos", "username": "cnavarro" } ]
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 si se acerca a lo que necesitas", "time": "20:15", "topic": "BtnBmp desde código y recursos", "username": "cnavarro" } ]
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,nRow,nCol)}\n :nEditType := EDIT_GET_BUTTON\n END\n\n¿ Qué estoy haciendo mal?\n\nGracias.", "time": "18:28", "topic": "BtnBmp en txbrowse", "username": "César E. Lozada" } ]
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 anterior, intenta agregar la imagen desde un archivo y no desde recurso\n5- si falla que version estas usando de fivewin?", "time": "19:04", "topic": "BtnBmp en txbrowse", "username": "Daniel Garcia-Gil" } ]
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\n[code:2lkan09h]\nREDEFINE BTNBMP oBtn&#91;1&#93; ID 701 RESOURCE \"PESQ_CLI_24\" OF oDlg NOBORDER Default ; \nACTION &#40; IF&#40; Empty&#40;oDbfCadaClie&#58;ArCodAll&#41;, oGet&#91;2&#93;&#58;SetFocus&#40;&#41;, ; \t\t\t &#40; AchaClie&#40; StrZero&#40; Val&#40; oDbfCadaClie&#58;ArCodAll &#41;,6 &#41; &#41; &#41;;\n &#41;, ;\t\t \n Eval&#40; cBCpf &#41;, Eval&#40; cBRg &#41;, oDlg&#58;UpDate&#40;&#41; &#41; UpDate \n[/code:2lkan09h]\n\n[code:2lkan09h]\nREDEFINE GET oGet&#91;2&#93; VAR oDbfCadaClie&#58;ArNomCli ID 22 OF oDlg PICTURE \"@!\" UpDate \t \n[/code:2lkan09h]\n\n[code:2lkan09h]\n********************************************************************************\nSTATIC FUNCTION AchaClie&#40; cCodClie &#41;\n********************************************************************************\n oDbfCadaClie&#58;GoTop&#40;&#41; \n IF !oDbfCadaClie&#58;Seek&#40;cCodClie&#41;\n &#40; IIF&#40; MsgYesNo&#40;\"Código não Encontrado\" + CRLF + \"Deseja Fazer uma Busca por Cliente\", \"Selecione uma Opção\"&#41;, ;\n\t &#40; BrwPesqClie&#40;&#41;,oGet&#91;5&#93;&#58;SetFocus&#40;&#41; &#41;,; // Eval&#40; cBCpf &#41;, Eval&#40; cBRg &#41;, oGet&#91;3&#93;&#58;SetFocus&#40;&#41; &#41;, ;\n\t \t\t &#40; oDbfCadaClie&#58;Blank&#40;&#41;, oGet&#91;2&#93;&#58;SetFocus&#40;&#41; &#41;&#41;&#41; //, oGet&#91;2&#93;&#58;SetFocus&#40;&#41; &#41; &#41; , oDlg&#58;UpDate&#40;&#41; &#41;\n ELSE \n\t oGet&#91;5&#93;&#58;SetFocus&#40;&#41; //--> *\n oBtn&#91;1&#93;&#58;oJump &#58;= oGet&#91;5&#93; //--> **\n //xSetFocus&#40;oGet&#91;5&#93;&#41;\n ENDIF\n nVlrUnit &#58;= oDbfCadaClie&#58;ArVlrCli\n nVlrTt&#58;=nQtd * nVlrUnit\n oGet&#91;23&#93;&#58;Refresh&#40;&#41;\n\nRETURN &#46;T&#46;\n[/code:2lkan09h]\n\n[color=red:2lkan09h]* No retorna ao Focu estabelecido, o focu vai direto para oGet[2][/color:2lkan09h]\n[color=darkblue:2lkan09h]** tengo q colocar el jump, para funcionar correctamente, si y usar solamente o Jump, tambien no funciona, preciso siempre usar los 2 juntos.[/color:2lkan09h]\n\nIsto solo acontece usando el tecla Enter, si y clickar com el Mouse, ai funciona perfectamente solamente com o SetFocus ou solamente com el Jump.\n\n Outra forma que tambien funciona normal es usando el Function xsetFocus()\n\n[code:2lkan09h]\nFUNCTION XSetFocus&#40;oObj&#41;\nLocal oTempo &#58;= \"\"\nDefine Timer oTempo Interval 10 Of oObj&#58;oWnd Action &#40;oObj&#58;SetFocus&#40;&#41;,oObj&#58;SetPos&#40;0&#41;,oTempo&#58;Deactivate&#40;&#41;&#41;\nActivate Timer oTempo\nRetu&#40;\"\"&#41;\n[/code:2lkan09h]\r\n\r\nEstas funcionam mui bem:\r\n1- \r\noGet[5]:SetFocus() \r\noBtn[1]:oJump := oGet[5]\r\n\r\n2-\r\noBtn[1]:oJump := oGet[5]\r\nxSetFocus(oGet[5])\r\n\r\n3-\r\noGet[5]:SetFocus() \r\nxSetFocus(oGet[5])\r\n\r\nMi duda es, uno SetFocus no serio lo bastante para funcionar ?\r\n\r\nSendo que, com el Mouse, lo retorno eh normal con uno Setfocus() apenas.\r\n\r\nE con <Enter> es preciso de usar lo SetFocus, combinado com el Jump ou la Funçao xSetFocus().\r\n\r\nSaludos Ale", "time": "17:09", "topic": "BtnBmp entre los Gets, problema de Focu ???", "username": "Ale SB" } ]
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 estas en una secuencia de cambio de foco controlada por Windows, no puedes interrumpirla. Por eso la opción del timer funciona, porque Windows ha terminado ya y entonces SI puedes cambiar el foco.", "time": "09:14", "topic": "BtnBmp entre los Gets, problema de Focu ???", "username": "Antonio Linares" } ]
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)\nCalled from WNDREADPALBMPEX(588) in .\\source\\function\\IMGTXTIO.PRG\nCalled from (b)TWINDOW(551) in .\\source\\classes\\WINDOW.PRG\nCalled from TBTNBMP:READPALBMPEX(0) in .\\source\\classes\\WINDOW.PRG\nCalled from TBTNBMP:SETIMAGES(1004) in .\\source\\classes\\BTNBMP.PRG\nCalled from TBTNBMP:LOADBITMAPS(1031) in .\\source\\classes\\BTNBMP.PRG\n\n\nrevisando con versiones anteriores\n\n[code=fw:2e3js9fh]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">METHOD</span> LoadBitmaps<span style=\"color: #000000;\">&#40;</span> cResName1, cResName2, cBmpFile1, cBmpFile2,;<br />                    cResName3, cBmpFile3, cResName4, cBmpFile4 <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #00C800;\">CLASS</span> TBtnBmp<br /><br />   <span style=\"color: #00C800;\">local</span> aBmpPal<br /><br />   <span style=\"color: #00C800;\">if</span> ! Empty<span style=\"color: #000000;\">&#40;</span> cResName1 <span style=\"color: #000000;\">&#41;</span><br />      aBmpPal = PalBmpLoad<span style=\"color: #000000;\">&#40;</span> cResName1 <span style=\"color: #000000;\">&#41;</span><br />      ::<span style=\"color: #000000;\">hBitmap1</span>  = aBmpPal<span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">&#93;</span><br />      ::<span style=\"color: #000000;\">hPalette1</span> = aBmpPal<span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">&#93;</span><br />      ::<span style=\"color: #000000;\">HasAlpha</span><span style=\"color: #000000;\">&#40;</span> ::<span style=\"color: #000000;\">hBitmap1</span>, BTN_UP <span style=\"color: #000000;\">&#41;</span><br />   <span style=\"color: #00C800;\">endif</span><br /><br />   <span style=\"color: #00C800;\">if</span> ! Empty<span style=\"color: #000000;\">&#40;</span> cResName2 <span style=\"color: #000000;\">&#41;</span><br />      aBmpPal = PalBmpLoad<span style=\"color: #000000;\">&#40;</span> cResName2 <span style=\"color: #000000;\">&#41;</span><br />      ::<span style=\"color: #000000;\">hBitmap2</span>  = aBmpPal<span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">&#93;</span><br />      ::<span style=\"color: #000000;\">hPalette2</span> = aBmpPal<span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">&#93;</span><br />      ::<span style=\"color: #000000;\">HasAlpha</span><span style=\"color: #000000;\">&#40;</span> ::<span style=\"color: #000000;\">hBitmap2</span>, BTN_DOWN <span style=\"color: #000000;\">&#41;</span><br />   <span style=\"color: #00C800;\">endif</span><br /><br />   <span style=\"color: #00C800;\">if</span> ! Empty<span style=\"color: #000000;\">&#40;</span> cResName3 <span style=\"color: #000000;\">&#41;</span><br />      aBmpPal = PalBmpLoad<span style=\"color: #000000;\">&#40;</span> cResName3 <span style=\"color: #000000;\">&#41;</span><br />      ::<span style=\"color: #000000;\">hBitmap3</span>  = aBmpPal<span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">&#93;</span><br />      ::<span style=\"color: #000000;\">hPalette3</span> = aBmpPal<span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">&#93;</span><br />      ::<span style=\"color: #000000;\">HasAlpha</span><span style=\"color: #000000;\">&#40;</span> ::<span style=\"color: #000000;\">hBitmap3</span>, BTN_DISABLE <span style=\"color: #000000;\">&#41;</span><br />   <span style=\"color: #00C800;\">endif</span><br /><br />   <span style=\"color: #00C800;\">if</span> ! Empty<span style=\"color: #000000;\">&#40;</span> cResName4 <span style=\"color: #000000;\">&#41;</span><br />      aBmpPal = PalBmpLoad<span style=\"color: #000000;\">&#40;</span> cResName4 <span style=\"color: #000000;\">&#41;</span><br />      ::<span style=\"color: #000000;\">hBitmap4</span>  = aBmpPal<span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">&#93;</span><br />      ::<span style=\"color: #000000;\">hPalette4</span> = aBmpPal<span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">&#93;</span><br />      ::<span style=\"color: #000000;\">HasAlpha</span><span style=\"color: #000000;\">&#40;</span> ::<span style=\"color: #000000;\">hBitmap4</span>, BTN_OVERMOUSE <span style=\"color: #000000;\">&#41;</span><br />   <span style=\"color: #00C800;\">endif</span><br /><br /><br />   <span style=\"color: #00C800;\">if</span> ! Empty<span style=\"color: #000000;\">&#40;</span> cBmpFile1 <span style=\"color: #000000;\">&#41;</span><br />      <span style=\"color: #00C800;\">if</span> File<span style=\"color: #000000;\">&#40;</span> cBmpFile1 <span style=\"color: #000000;\">&#41;</span><br />         ::<span style=\"color: #000000;\">cBmpFile1</span> = cBmpFile1<br />         aBmpPal     = PalBmpRead<span style=\"color: #000000;\">&#40;</span> ::<span style=\"color: #000000;\">GetDC</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>, cBmpFile1 <span style=\"color: #000000;\">&#41;</span><br />         ::<span style=\"color: #000000;\">hBitmap1</span>  = aBmpPal<span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">&#93;</span><br />         ::<span style=\"color: #000000;\">hPalette1</span> = aBmpPal<span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">&#93;</span><br />         ::<span style=\"color: #000000;\">HasAlpha</span><span style=\"color: #000000;\">&#40;</span> ::<span style=\"color: #000000;\">hBitmap1</span>, BTN_UP <span style=\"color: #000000;\">&#41;</span><br />         ::<span style=\"color: #000000;\">ReleaseDC</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />      <span style=\"color: #00C800;\">endif</span><br />   <span style=\"color: #00C800;\">endif</span><br /><br />   <span style=\"color: #00C800;\">if</span> ! Empty<span style=\"color: #000000;\">&#40;</span> cBmpFile2 <span style=\"color: #000000;\">&#41;</span><br />      <span style=\"color: #00C800;\">if</span> File<span style=\"color: #000000;\">&#40;</span> cBmpFile2 <span style=\"color: #000000;\">&#41;</span><br />         ::<span style=\"color: #000000;\">cBmpFile2</span> = cBmpFile2<br />         aBmpPal     = PalBmpRead<span style=\"color: #000000;\">&#40;</span> ::<span style=\"color: #000000;\">GetDC</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>, cBmpFile2 <span style=\"color: #000000;\">&#41;</span><br />         ::<span style=\"color: #000000;\">hBitmap2</span>  = aBmpPal<span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">&#93;</span><br />         ::<span style=\"color: #000000;\">hPalette2</span> = aBmpPal<span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">&#93;</span><br />         ::<span style=\"color: #000000;\">HasAlpha</span><span style=\"color: #000000;\">&#40;</span> ::<span style=\"color: #000000;\">hBitmap2</span>, BTN_DOWN <span style=\"color: #000000;\">&#41;</span><br />         ::<span style=\"color: #000000;\">ReleaseDC</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />      <span style=\"color: #00C800;\">endif</span><br />   <span style=\"color: #00C800;\">endif</span><br /><br />   <span style=\"color: #00C800;\">if</span> ! Empty<span style=\"color: #000000;\">&#40;</span> cBmpFile3 <span style=\"color: #000000;\">&#41;</span><br />      <span style=\"color: #00C800;\">if</span> File<span style=\"color: #000000;\">&#40;</span> cBmpFile3 <span style=\"color: #000000;\">&#41;</span><br />         ::<span style=\"color: #000000;\">cBmpFile3</span> = cBmpFile3<br />         aBmpPal     = PalBmpRead<span style=\"color: #000000;\">&#40;</span> ::<span style=\"color: #000000;\">GetDC</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>, cBmpFile3 <span style=\"color: #000000;\">&#41;</span><br />         ::<span style=\"color: #000000;\">hBitmap3</span>  = aBmpPal<span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">&#93;</span><br />         ::<span style=\"color: #000000;\">hPalette3</span> = aBmpPal<span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">&#93;</span><br />         ::<span style=\"color: #000000;\">HasAlpha</span><span style=\"color: #000000;\">&#40;</span> ::<span style=\"color: #000000;\">hBitmap3</span>, BTN_DISABLE <span style=\"color: #000000;\">&#41;</span><br />         ::<span style=\"color: #000000;\">ReleaseDC</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />      <span style=\"color: #00C800;\">endif</span><br />   <span style=\"color: #00C800;\">endif</span><br /><br />   <span style=\"color: #00C800;\">if</span> ! Empty<span style=\"color: #000000;\">&#40;</span> cBmpFile4 <span style=\"color: #000000;\">&#41;</span><br />      <span style=\"color: #00C800;\">if</span> File<span style=\"color: #000000;\">&#40;</span> cBmpFile4 <span style=\"color: #000000;\">&#41;</span><br />         ::<span style=\"color: #000000;\">cBmpFile4</span> = cBmpFile4<br />         aBmpPal     = PalBmpRead<span style=\"color: #000000;\">&#40;</span> ::<span style=\"color: #000000;\">GetDC</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>, cBmpFile4 <span style=\"color: #000000;\">&#41;</span><br />         ::<span style=\"color: #000000;\">hBitmap4</span>  = aBmpPal<span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">&#93;</span><br />         ::<span style=\"color: #000000;\">hPalette4</span> = aBmpPal<span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">&#93;</span><br />         ::<span style=\"color: #000000;\">HasAlpha</span><span style=\"color: #000000;\">&#40;</span> ::<span style=\"color: #000000;\">hBitmap4</span>, BTN_OVERMOUSE <span style=\"color: #000000;\">&#41;</span><br />         ::<span style=\"color: #000000;\">ReleaseDC</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />      <span style=\"color: #00C800;\">endif</span><br />   <span style=\"color: #00C800;\">endif</span><br /><br /><br />   <span style=\"color: #00C800;\">if</span> ! Empty<span style=\"color: #000000;\">&#40;</span> ::<span style=\"color: #000000;\">hBitmap1</span> <span style=\"color: #000000;\">&#41;</span><br />      PalBmpNew<span style=\"color: #000000;\">&#40;</span> ::<span style=\"color: #000000;\">hWnd</span>, ::<span style=\"color: #000000;\">hBitmap1</span>, ::<span style=\"color: #000000;\">hPalette1</span> <span style=\"color: #000000;\">&#41;</span><br /><br />   <span style=\"color: #00C800;\">endif</span><br /><br />   <span style=\"color: #00C800;\">if</span> ! Empty<span style=\"color: #000000;\">&#40;</span> ::<span style=\"color: #000000;\">hBitmap2</span> <span style=\"color: #000000;\">&#41;</span><br />      PalBmpNew<span style=\"color: #000000;\">&#40;</span> ::<span style=\"color: #000000;\">hWnd</span>, ::<span style=\"color: #000000;\">hBitmap2</span>, ::<span style=\"color: #000000;\">hPalette2</span> <span style=\"color: #000000;\">&#41;</span><br />   <span style=\"color: #00C800;\">endif</span><br /><br />   <span style=\"color: #00C800;\">if</span> ! Empty<span style=\"color: #000000;\">&#40;</span> ::<span style=\"color: #000000;\">hBitmap3</span> <span style=\"color: #000000;\">&#41;</span><br />      PalBmpNew<span style=\"color: #000000;\">&#40;</span> ::<span style=\"color: #000000;\">hWnd</span>, ::<span style=\"color: #000000;\">hBitmap3</span>, ::<span style=\"color: #000000;\">hPalette3</span> <span style=\"color: #000000;\">&#41;</span><br />   <span style=\"color: #00C800;\">endif</span><br /><br />   <span style=\"color: #00C800;\">if</span> ! Empty<span style=\"color: #000000;\">&#40;</span> ::<span style=\"color: #000000;\">hBitmap4</span> <span style=\"color: #000000;\">&#41;</span><br />      PalBmpNew<span style=\"color: #000000;\">&#40;</span> ::<span style=\"color: #000000;\">hWnd</span>, ::<span style=\"color: #000000;\">hBitmap4</span>, ::<span style=\"color: #000000;\">hPalette4</span> <span style=\"color: #000000;\">&#41;</span><br />   <span style=\"color: #00C800;\">endif</span><br /><br />   <span style=\"color: #00C800;\">if</span> ::<span style=\"color: #000000;\">l2007</span><br />      <span style=\"color: #B900B9;\">/*<br />      if Empty( ::hBitmap2 ) .and. ! Empty( ::hBitmap1 )<br />         ::hBitmap2 := ResizeImg( ::hBitmap1, nBmpWidth( ::hBitmap1 ) - 2, nBmpHeight( ::hBitmap1 ) - 2  )<br />         ::HasAlpha( ::hBitmap2, BTN_DOWN )<br />      endif<br />      if Empty( ::hBitmap3 ) .and. ! Empty( ::hBitmap1 )<br />         ::hBitmap3 := Blur( ::hBitmap1, 1 )<br />         ::HasAlpha( ::hBitmap3, BTN_DISABLE )<br />      endif<br />      if Empty( ::hBitmap4 ) .and. ! Empty( ::hBitmap1 )<br />         ::hBitmap4 := ResizeImg( ::hBitmap1, nBmpWidth( ::hBitmap1 ) + 6, nBmpHeight( ::hBitmap1 ) + 6  )<br />         ::HasAlpha( ::hBitmap4, BTN_OVERMOUSE )<br />      endif<br />      */</span><br />   <span style=\"color: #00C800;\">endif</span><br /><br /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span><br /> </div>[/code:2e3js9fh]\n\nVersión Actual\n[code=fw:2e3js9fh]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #00C800;\">METHOD</span> LoadBitmaps<span style=\"color: #000000;\">&#40;</span> cResName1, cResName2, cBmpFile1, cBmpFile2,;<br />                    cResName3, cBmpFile3, cResName4, cBmpFile4 <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #00C800;\">CLASS</span> TBtnBmp<br /><br />   ::<span style=\"color: #000000;\">SetImages</span><span style=\"color: #000000;\">&#40;</span> IfNil<span style=\"color: #000000;\">&#40;</span> cResName1, cBmpFile1 <span style=\"color: #000000;\">&#41;</span>, IfNil<span style=\"color: #000000;\">&#40;</span> cResName2, cBmpFile2 <span style=\"color: #000000;\">&#41;</span>, ;<br />                IfNil<span style=\"color: #000000;\">&#40;</span> cResName3, cBmpFile3 <span style=\"color: #000000;\">&#41;</span>, IfNil<span style=\"color: #000000;\">&#40;</span> cResName4, cBmpFile4 <span style=\"color: #000000;\">&#41;</span>, .f.  <span style=\"color: #000000;\">&#41;</span><br /><br /><span style=\"color: #B900B9;\">/*<br />   local aBmpPal<br />   local cSrc<br /><br />   if ! Empty( cSrc := IfNil( cResName1, cBmpFile1 ) )<br />      aBmpPal        = ::ReadPalBmpEx( cSrc,,::lGDIP )<br />      ::hBitmap1     = aBmpPal[ 1 ]<br />      ::hPalette1    = aBmpPal[ 2 ]<br />      ::aAlpha[ 1 ]  = aBmpPal[ 5 ]<br />      ::cBmpFile1    = If( aBmpPal[ 7 ], nil, aBmpPal[ 6 ] )<br />      ::cResName1    = If( aBmpPal[ 7 ], aBmpPal[ 6 ], nil )<br />   endif<br /><br />   if ! Empty( cSrc := IfNil( cResName2, cBmpFile2 ) )<br />      aBmpPal        = ::ReadPalBmpEx( cSrc,,::lGDIP )<br />      ::hBitmap2     = aBmpPal[ 1 ]<br />      ::hPalette2    = aBmpPal[ 2 ]<br />      ::aAlpha[ 2 ]  = aBmpPal[ 5 ]<br />      ::cBmpFile2    = If( aBmpPal[ 7 ], nil, aBmpPal[ 6 ] )<br />      ::cResName2    = If( aBmpPal[ 7 ], aBmpPal[ 6 ], nil )<br />   endif<br /><br />   if ! Empty( cSrc := IfNil( cResName3, cBmpFile3 ) )<br />      aBmpPal        = ::ReadPalBmpEx( cSrc,,::lGDIP )<br />      ::hBitmap3     = aBmpPal[ 1 ]<br />      ::hPalette3    = aBmpPal[ 2 ]<br />      ::aAlpha[ 3 ]  = aBmpPal[ 5 ]<br />      ::cBmpFile3    = If( aBmpPal[ 7 ], nil, aBmpPal[ 6 ] )<br />      ::cResName3    = If( aBmpPal[ 7 ], aBmpPal[ 6 ], nil )<br />   endif<br /><br />   if ! Empty( cSrc := IfNil( cResName4, cBmpFile4 ) )<br />      aBmpPal        = ::ReadPalBmpEx( cSrc,,::lGDIP )<br />      ::hBitmap4     = aBmpPal[ 1 ]<br />      ::hPalette4    = aBmpPal[ 2 ]<br />      ::aAlpha[ 4 ]  = aBmpPal[ 5 ]<br />      ::cBmpFile4    = If( aBmpPal[ 7 ], nil, aBmpPal[ 6 ] )<br />      ::cResName4    = If( aBmpPal[ 7 ], aBmpPal[ 6 ], nil )<br />   endif<br />*/</span><br /><br /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span><br /> </div>[/code:2e3js9fh]\n\nEl error es aqui\n ::SetImages( IfNil( cResName1, cBmpFile1 ), IfNil( cResName2, cBmpFile2 ), ;\n IfNil( cResName3, cBmpFile3 ), IfNil( cResName4, cBmpFile4 ), .f. )\n\nno da todo el tiempo da trabajando 1 hora o 2 horas", "time": "02:24", "topic": "BtnBmp error en METHOD LoadBitmaps 15.06", "username": "luisduque" } ]
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.fivetechsupport.com/viewtopic.php?f=3&t=16168&p=97501&hilit=GPF+MAURIZIO#p97501\">viewtopic.php?f=3&t=16168&p=97501&hilit=GPF+MAURIZIO#p97501</a><!-- l -->\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=6&t=18604&p=97481&hilit=gpf+BTNBMP#p97481\">viewtopic.php?f=6&t=18604&p=97481&hilit=gpf+BTNBMP#p97481</a><!-- l -->\n\nMaurizio \n<!-- w --><a class=\"postlink\" href=\"http://www.nipeservice.com\">www.nipeservice.com</a><!-- w -->", "time": "08:10", "topic": "BtnBmp error en METHOD LoadBitmaps 15.06", "username": "Maurizio" } ]
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", "topic": "BtnBmp error en METHOD LoadBitmaps 15.06", "username": "Antonio Linares" } ]
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", "topic": "BtnBmp error en METHOD LoadBitmaps 15.06", "username": "Antonio Linares" } ]
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_VIOLATION\n Exception Address:00D7BF7D\n EAX:07AC5000 EBX:00000000 ECX:07AB8020 EDX:07AC5000\n ESI:00000000 EDI:0179172B EBP:0084E7A8\n CS:EIP:0023:00D7BF7D SS:ESP:002B:0084E7A4\n DS:002B ES:002B FS:0053 GS:002B\n Flags:00010206\n Exception Parameters: 00000000 07AC5008\n CS:EIP: 8B 48 08 3B 0D 24 A3 94 01 75 09 C7 45 FC 01 00\n SS:ESP: 07AB8020 0084E7D0 00D8DE9F 07AC5000 00001566 0084E7FC 00000000 07AB8020 76C4000C 86C31566 01791152 0084E7E8 00D7BFC4 03B40094 00D7BF70 00000000\n\n C stack:\n EIP: EBP: Frame: OldEBP, RetAddr, Params...\n 00D7BF7D 0084E7A8 0084E7D0 00D8DE9F 07AC5000 00001566 0084E7FC 00000000 07AB8020 76C4000C 86C31566 01791152\n 00D8DE9F 0084E7D0 0084E7E8 00D7BFC4 03B40094 00D7BF70 00000000 00001566\n 00D7BFC4 0084E7E8 0084E810 00D7C055 0084E800 00000000 00000000 00000000 00780538 00000000 1B050D0D 00DF1A51\n 00D7C055 0084E810 0084E824 00D7C129 00780538 1B050D0D 00000000\n 00D7C129 0084E824 018DBCD8 00DFFD4D 0000010E 00000720 00A3A44C 00000000 00000000 00DFDD2D 00000003 0177A52C\n\n\nModules:\n00D20000 00C66000 C:\\AccaSoft\\AccaSoft.exe\n773A0000 00157000 C:\\Windows\\SYSTEM32\\ntdll.dll\n755D0000 00130000 C:\\Windows\\SYSTEM32\\KERNEL32.DLL\n76C40000 000A6000 C:\\Windows\\SYSTEM32\\KERNELBASE.dll\n76DD0000 00116000 C:\\Windows\\SYSTEM32\\USER32.dll\n76B40000 000FD000 C:\\Windows\\SYSTEM32\\GDI32.dll\n74300000 00060000 C:\\Windows\\SYSTEM32\\WINSPOOL.DRV\n74BB0000 00087000 C:\\Windows\\WinSxS\\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.9200.16384_none_bf100cd445f4d954\\COMCTL32.dll\n75740000 00089000 C:\\Windows\\SYSTEM32\\COMDLG32.dll\n74EA0000 000AE000 C:\\Windows\\SYSTEM32\\ADVAPI32.dll\n757D0000 010C5000 C:\\Windows\\SYSTEM32\\SHELL32.dll\n771C0000 00119000 C:\\Windows\\SYSTEM32\\ole32.dll\n76F90000 0008B000 C:\\Windows\\SYSTEM32\\OLEAUT32.dll\n74510000 00022000 C:\\Windows\\SYSTEM32\\IPHLPAPI.DLL\n748F0000 00008000 C:\\Windows\\SYSTEM32\\VERSION.dll\n74150000 00008000 C:\\Windows\\SYSTEM32\\WSOCK32.dll\n742F0000 00006000 C:\\Windows\\SYSTEM32\\MSIMG32.dll\n742D0000 0001D000 C:\\Windows\\SYSTEM32\\oledlg.dll\n75290000 00163000 C:\\Windows\\WinSxS\\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.9200.16384_none_ba245425e0986353\\gdiplus.dll\n76D10000 000B1000 C:\\Windows\\SYSTEM32\\msvcrt.dll\n75700000 00040000 C:\\Windows\\SYSTEM32\\SHLWAPI.dll\n754E0000 00034000 C:\\Windows\\SYSTEM32\\sechost.dll\n76900000 000AC000 C:\\Windows\\SYSTEM32\\RPCRT4.dll\n769B0000 00136000 C:\\Windows\\SYSTEM32\\combase.dll\n74E70000 00008000 C:\\Windows\\SYSTEM32\\NSI.dll\n744C0000 00008000 C:\\Windows\\SYSTEM32\\WINNSI.DLL\n76AF0000 00050000 C:\\Windows\\SYSTEM32\\WS2_32.dll\n74A40000 0001C000 C:\\Windows\\SYSTEM32\\SspiCli.dll\n74900000 00075000 C:\\Windows\\SYSTEM32\\SHCORE.DLL\n74A30000 00009000 C:\\Windows\\SYSTEM32\\CRYPTBASE.dll\n749D0000 00051000 C:\\Windows\\SYSTEM32\\bcryptPrimitives.dll\n74E80000 00020000 C:\\Windows\\system32\\IMM32.DLL\n75400000 000DC000 C:\\Windows\\SYSTEM32\\MSCTF.dll\n74240000 00088000 C:\\Windows\\system32\\uxtheme.dll\n73660000 00069000 C:\\Program Files (x86)\\Common Files\\microsoft shared\\ink\\tiptsf.dll\n74220000 00012000 C:\\Windows\\SYSTEM32\\dhcpcsvc.DLL\n76EF0000 00074000 C:\\Windows\\SYSTEM32\\clbcatq.dll\n74180000 000A0000 C:\\Windows\\SYSTEM32\\sxs.dll\n744A0000 0001A000 C:\\Windows\\SYSTEM32\\CRYPTSP.dll\n74460000 0003E000 C:\\Windows\\system32\\rsaenh.dll\n737A0000 00031000 C:\\Windows\\system32\\wbem\\wbemdisp.dll\n73730000 00070000 C:\\Windows\\SYSTEM32\\wbemcomn.dll\n73720000 0000B000 C:\\Windows\\system32\\wbem\\wbemprox.dll\n73700000 00019000 C:\\Windows\\system32\\wbem\\wmiutils.dll\n736F0000 00010000 C:\\Windows\\system32\\wbem\\wbemsvc.dll\n6BF50000 000C2000 C:\\Windows\\system32\\wbem\\fastprox.dll\n74160000 00019000 C:\\Windows\\SYSTEM32\\dwmapi.dll\n73F80000 00050000 C:\\Windows\\SYSTEM32\\oleacc.dll\n73E50000 0012C000 C:\\Program Files (x86)\\Common Files\\System\\ado\\msado15.dll\n73E20000 00022000 C:\\Windows\\SYSTEM32\\MSDART.DLL\n73BA0000 000EB000 C:\\Program Files (x86)\\Common Files\\System\\Ole DB\\oledb32.dll\n74420000 0001A000 C:\\Windows\\SYSTEM32\\bcrypt.dll\n73890000 00133000 C:\\Windows\\SYSTEM32\\comsvcs.dll\n73D60000 0009A000 C:\\Program Files (x86)\\Common Files\\System\\Ole DB\\msdasql.dll\n73D40000 0001C000 C:\\Program Files (x86)\\Common Files\\System\\Ole DB\\MSDATL3.dll\n73FD0000 000A1000 C:\\Windows\\SYSTEM32\\ODBC32.dll\n73B90000 0000F000 C:\\Program Files (x86)\\Common Files\\System\\Ole DB\\MSDASQLR.DLL\n75100000 00188000 C:\\Windows\\SYSTEM32\\CRYPT32.dll\n76CF0000 00012000 C:\\Windows\\SYSTEM32\\MSASN1.dll\n73B40000 00007000 C:\\Windows\\SYSTEM32\\DPAPI.DLL\n10000000 00242000 C:\\Program Files (x86)\\MySQL\\Connector ODBC 5.1\\myodbc5.dll\n74140000 00010000 C:\\Windows\\system32\\napinsp.dll\n74120000 00014000 C:\\Windows\\system32\\pnrpnsp.dll\n74110000 00010000 C:\\Windows\\system32\\NLAapi.dll\n74980000 0004A000 C:\\Windows\\System32\\mswsock.dll\n74090000 00075000 C:\\Windows\\SYSTEM32\\DNSAPI.dll\n74080000 00009000 C:\\Windows\\System32\\winrnr.dll\n73CD0000 00007000 C:\\Windows\\System32\\rasadhlp.dll\n73C90000 0003F000 C:\\Windows\\System32\\fwpuclnt.dll\n737F0000 00092000 C:\\Program Files (x86)\\Common Files\\System\\msadc\\msadce.dll\n73B30000 00002000 C:\\Program Files (x86)\\Common Files\\System\\msadc\\msadcer.dll\n05450000 0056A000 C:\\AccaSoft\\freeimage.dll\n73520000 00136000 C:\\Windows\\System32\\Speech\\Common\\sapi.dll\n73D10000 00021000 C:\\Windows\\SYSTEM32\\WINMM.dll\n73B10000 00014000 C:\\Windows\\SYSTEM32\\MSACM32.dll\n73B00000 0000B000 C:\\Windows\\SYSTEM32\\msdmo.dll\n73CE0000 0002A000 C:\\Windows\\SYSTEM32\\WINMMBASE.dll\n734D0000 0004D000 C:\\Windows\\System32\\MMDevApi.dll\n76F70000 0001E000 C:\\Windows\\SYSTEM32\\DEVOBJ.dll\n74C60000 00046000 C:\\Windows\\SYSTEM32\\cfgmgr32.dll\n733A0000 0012C000 C:\\Program Files (x86)\\Intel\\iCLS Client\\libeay32.dll\n04B30000 00012000 C:\\AppServ\\Apache2.2\\bin\\zlib1.dll\n73350000 0004F000 C:\\Program Files (x86)\\Intel\\iCLS Client\\ssleay32.dll\n73230000 00119000 C:\\Windows\\SYSTEM32\\PROPSYS.dll\n743B0000 00011000 C:\\Windows\\SYSTEM32\\profapi.dll\n74A60000 0011E000 C:\\Windows\\SYSTEM32\\urlmon.dll\n77020000 0019B000 C:\\Windows\\SYSTEM32\\iertutil.dll\n74CB0000 001B9000 C:\\Windows\\SYSTEM32\\WININET.dll\n737E0000 00009000 C:\\Windows\\SYSTEM32\\Secur32.dll\n74F50000 001AF000 C:\\Windows\\SYSTEM32\\SETUPAPI.dll\n72FC0000 001F7000 C:\\Windows\\WinSxS\\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9200.16384_none_893961408605e985\\comctl32.DLL\n72E70000 00146000 C:\\Windows\\SYSTEM32\\WindowsCodecs.dll\n72E30000 0003D000 C:\\Windows\\system32\\Ninput.dll\n72E00000 0002C000 C:\\Windows\\system32\\msdadiag.dll\n72D50000 000A7000 C:\\Windows\\SYSTEM32\\apphelp.dll\n72CD0000 00080000 C:\\Windows\\system32\\prnfldr.dll\n72C50000 0007C000 C:\\Windows\\SYSTEM32\\mscms.dll\n736D0000 0001B000 C:\\Windows\\SYSTEM32\\USERENV.dll\n19600000 0000F000 C:\\Users\\Kavalia\\AppData\\Local\\Temp\\TeamViewer\\Version6\\tv_w32.dll\n00CD0000 00027000 C:\\Windows\\SYSTEM32\\CRTDLL.dll\n727D0000 00098000 C:\\Windows\\SYSTEM32\\mswstr10.dll\n\nCalled from PALBMPNEW(0)\nCalled from WNDREADPALBMPEX(588) in .\\source\\function\\IMGTXTIO.PRG\nCalled from (b)TWINDOW(551) in .\\source\\classes\\WINDOW.PRG\nCalled from TBTNBMP:READPALBMPEX(0) in .\\source\\classes\\WINDOW.PRG\nCalled from TBTNBMP:SETIMAGES(1004) in .\\source\\classes\\BTNBMP.PRG\nCalled from TBTNBMP:LOADBITMAPS(1031) in .\\source\\classes\\BTNBMP.PRG\nCalled from MESAPV(17509) in Accafun.prg\nCalled from (b)SELMESA(36948) in AccaSoft.prg\nCalled from TDIALOG:INITIATE(706) in .\\source\\classes\\DIALOG.PRG\nCalled from TDIALOG:HANDLEEVENT(898) in .\\source\\classes\\DIALOG.PRG\nCalled from DIALOGBOXINDIRECT(0)\nCalled from TDIALOG:ACTIVATE(296) in .\\source\\classes\\DIALOG.PRG\nCalled from SELMESA(36948) in AccaSoft.prg\nCalled from VALMESACR(17336) in Accafun.prg\nCalled from (b)PVENTACR(32329) in AccaSoft.prg\nCalled from TBTNBMP:CLICK(658) in .\\source\\classes\\BTNBMP.PRG\nCalled from TBTNBMP:LBUTTONUP(894) in .\\source\\classes\\BTNBMP.PRG\nCalled from TBTNBMP:LBUTTONDOWN(832) in .\\source\\classes\\BTNBMP.PRG\nCalled from TCONTROL:HANDLEEVENT(1718) in .\\source\\classes\\CONTROL.PRG\nCalled from TBTNBMP:HANDLEEVENT(1834) in .\\source\\classes\\BTNBMP.PRG\nCalled from _FWH(3305) in .\\source\\classes\\WINDOW.PRG\nCalled from DIALOGBOXINDIRECT(0)\nCalled from TDIALOG:ACTIVATE(296) in .\\source\\classes\\DIALOG.PRG\nCalled from PVENTACR(32737) in AccaSoft.prg\nCalled from PVENTA(26524) in AccaSoft.prg\nCalled from (b)PANTALLAINICIAL(2977) in AccaSoft.prg\nCalled from TBTNBMP:CLICK(658) in .\\source\\classes\\BTNBMP.PRG\nCalled from TBTNBMP:LBUTTONUP(894) in .\\source\\classes\\BTNBMP.PRG\nCalled from TBTNBMP:LBUTTONDOWN(832) in .\\source\\classes\\BTNBMP.PRG\nCalled from TCONTROL:HANDLEEVENT(1718) in .\\source\\classes\\CONTROL.PRG\nCalled from TBTNBMP:HANDLEEVENT(1834) in .\\source\\classes\\BTNBMP.PRG\nCalled from _FWH(3305) in .\\source\\classes\\WINDOW.PRG\nCalled from DIALOGBOXINDIRECT(0)\nCalled from TDIALOG:ACTIVATE(296) in .\\source\\classes\\DIALOG.PRG\nCalled from PANTALLAINICIAL(3050) in AccaSoft.prg\nCalled from MAIN(2667) in AccaSoft.prg\n------------------------------------------------------------------------\n\n[/list:u:2x2svpu4]\n\nEso se produce después de trabajar 1 hora ejemplo y sucede con la versión 16.06 con la versión 15.06 no da ese error voy a copiar la clase de la 15.06 y voy a probar sin embargo voy a probar una solución de Daniel Garcia\n\n[code=fw:2x2svpu4]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">function</span> PalBmpFree<span style=\"color: #000000;\">&#40;</span> hBmp, hPal <span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp;DeleteObject<span style=\"color: #000000;\">&#40;</span> hBmp <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;DeleteObject<span style=\"color: #000000;\">&#40;</span> hPal <span style=\"color: #000000;\">&#41;</span><br /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span><br />&nbsp;</div>[/code:2x2svpu4]\n\nlo importante es tratar de ver si se puede resolver para la versión 16.07", "time": "01:35", "topic": "BtnBmp error en METHOD LoadBitmaps 15.06", "username": "luisduque" } ]
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", "username": "Antonio Linares" } ]
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": "luisduque" } ]
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:16", "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": "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:1yu4mrak]oBtn:nWidth [/color:1yu4mrak]:= NewWvalue\nbut it doesn't work. \nFor the new ButtonTools, I want to make it possible, that the User can create his own Buttons\nwith a Preview from Source and Resources.\n\nREDEFINE BTNBMP oBtn1 ID 100 OF oDlg3 ;\nNOBORDER ;\nFILENAME \"./project/palm.bmp\" ;\nPROMPT \"Button 1\" ;\nFONT oFont1 ;\nRIGHT\noBtn1:lTransparent = .t. \noBtn1:cTooltip := \"Button1\"\n\nThat doesn't work !!!\n---------------------------\nobtn1:nHeight := nNewheight // User defined\noBtn1:nWidth := nNewWidth\n\nRegards\nUwe <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" title=\"Laughing\" /><!-- s:lol: -->", "time": "19:07", "topic": "BtnBmp from resource, how to resize at runtime ?", "username": "ukoenig" } ]
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]oBtn1:nTop, oBtn1:nLeft[/color:1vgxxm9s]\nThat is exactly, how I want to do it.\n\nACTIVATE DIALOG oDlg3 CENTERED NOWAIT ;\nON INIT ( oDlg3:Move( 80, 470, 440, 310, .f. ), [color=#FF0000:1vgxxm9s]oBtn1:Move( oBtn1:nTop, oBtn1:nLeft, 70, 40, .f. )[/color:1vgxxm9s] ) \n\nTo show a Button with the same size from Source and Resource.\nIs it possible, to calculate the different values maybe with a factor ( [color=#FF0000:1vgxxm9s] 2.16 [/color:1vgxxm9s]) ?\n\nResource :\nSTATIC nButtonW := [color=#FF0000:1vgxxm9s]140[/color:1vgxxm9s]\nSTATIC nButtonH := [color=#FF0000:1vgxxm9s]86[/color:1vgxxm9s]\n\nSource :\n@ 8, 5 BTNBMP oBtn1 OF oDlg1 ;\nSIZE [color=#FF0000:1vgxxm9s]65, 40 [/color:1vgxxm9s]\n\nBest Regards\nUwe <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" title=\"Laughing\" /><!-- s:lol: -->", "time": "21:27", "topic": "BtnBmp from resource, how to resize at runtime ?", "username": "ukoenig" } ]
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 Cancel bitmap is 16x16. The Arrow ( larger resolution ) is the bitmap being resized to appear much smaller than it used to be.\n\nI am sorry .. I just noticed this behavior and can not pin-point when the appearance changed.\n\nOld Buttons\n[img:rle5kul9]http&#58;//i62&#46;tinypic&#46;com/25tx3zk&#46;jpg[/img:rle5kul9]\n\nNew Buttons\n[img:rle5kul9]http&#58;//i62&#46;tinypic&#46;com/k48sbc&#46;jpg[/img:rle5kul9]\n\nHere is the code\n[code=fw:rle5kul9]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">BTNBMP</span> oB1 <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">140</span> <span style=\"color: #0000ff;\">of</span> oCust   ;    <span style=\"color: #B900B9;\">// Cancel</span><br />            <span style=\"color: #0000ff;\">RESOURCE</span> <span style=\"color: #ff0000;\">\"CANCEL\"</span>;<br />            <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"    Cancel\"</span> <span style=\"color: #0000ff;\">LEFT</span> <span style=\"color: #000000;\">2007</span>;<br /><br /><span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">BTNBMP</span> oB2 <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">132</span> <span style=\"color: #0000ff;\">of</span> oCust   ;    <span style=\"color: #B900B9;\">// Save and Next</span><br />            <span style=\"color: #0000ff;\">RESOURCE</span> <span style=\"color: #ff0000;\">\"NEXT\"</span> ;<br />            <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"  Next\"</span> <span style=\"color: #0000ff;\">LEFT</span> <span style=\"color: #000000;\">2007</span>; <br /> </div>[/code:rle5kul9]\n\nThanks\nRick Lipkin", "time": "15:09", "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": "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 in btnbmp. When the bitmap size exceeds the height or width ( in this case it must be height ) the bitmap is re-sized enough to fit within the size of bitmap.", "time": "15:15", "topic": "BtnBmp icon resizing with recent FWH including 1501", "username": "nageswaragunupudi" } ]
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\nUwe <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_question.gif\" alt=\":?:\" title=\"Question\" /><!-- s:?: -->", "time": "18:01", "topic": "BtnBmp icon resizing with recent FWH including 1501", "username": "ukoenig" } ]
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 possibly the actual image area is much less than 48x48.\nI shall be glad if you can extract the bitmap from the res file and send to my email.\nLet us see how best we can improve the bmp rendering.", "time": "18:11", "topic": "BtnBmp icon resizing with recent FWH including 1501", "username": "nageswaragunupudi" } ]
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]http&#58;//www&#46;pflegeplus&#46;com/IMAGES/Button1&#46;jpg[/img:2qttjre8]\n\nbest regards\nUwe <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_question.gif\" alt=\":?:\" title=\"Question\" /><!-- s:?: -->", "time": "18:14", "topic": "BtnBmp icon resizing with recent FWH including 1501", "username": "ukoenig" } ]
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 particular bitmap based on the old class because the appearance was correct in production.\n\nThanks for your Support!\nRick Lipkin", "time": "18:42", "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\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=\":D\" title=\"Very Happy\" /><!-- s:D -->", "time": "19:18", "topic": "BtnBmp icon resizing with recent FWH including 1501", "username": "ukoenig" } ]
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 title a dotted line is painted around every button. To make this unwanted dots disappear i have to move the mouse cursor over all buttons.\n\nCan anybody confirm this strange behaviour?\n\nRegards,\nDetlef", "time": "21:29", "topic": "BtnBmp in FwH 2.7", "username": "Detlef Hoefner" } ]
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 the latest FvH 2.7 together with xHarbourBuilder of March 2006.\n\nRegards,\nDetlef", "time": "08:31", "topic": "BtnBmp in FwH 2.7", "username": "Detlef Hoefner" } ]
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 --> <!-- m --><a class=\"postlink\" href=\"http://www.harbour-project.org/\">http://www.harbour-project.org/</a><!-- m -->\nBorland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland\nX-PO.c:\nBorland Resource Compiler Version 5.40\nCopyright (c) 1990, 1999 Inprise Corporation. All rights reserved.\n\nError X-PO.RC 23 13: Invalid bitmap format\nTurbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland[/quote:3dh0k7x5]\n\n[quote:3dh0k7x5]Error description: Error FiveWin/3 Cannot create Dialog Box: \n Resource: DLG_START[/quote:3dh0k7x5]\n\nEMG", "time": "08:43", "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": "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\n<!-- m --><a class=\"postlink\" href=\"http://www.d-hoefner.de/files/tmp.zip\">http://www.d-hoefner.de/files/tmp.zip</a><!-- m -->\n\nNow brc can handle them. I tested this.\nBut the result is still the same.\nWhen clicking the Dialog title the dotted lines appear.\n\nThanks for your time,\nDetlef", "time": "09:07", "topic": "BtnBmp in FwH 2.7", "username": "Detlef Hoefner" } ]
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, \"TBtnBmp\", 0x00000008, 169, 33, 27, 23[/code:15bxpd76]\n\nEMG", "time": "09:31", "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": "[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, 108, 33, 27, 23\nCONTROL \"\", 204, \"TBtnBmp\", 0x00000008, 169, 33, 27, 23[/code:1670edd1]\n\nEMG[/quote:1670edd1]\n\nHi Enrico,\n\nyou are right. <!-- s:idea: --><img src=\"{SMILIES_PATH}/icon_idea.gif\" alt=\":idea:\" title=\"Idea\" /><!-- s:idea: --> \n\nAnd i can can state that you're a real Sherlock Holmes for FiveWin internals.\n\nThanks a lot.\nDetlef", "time": "10:20", "topic": "BtnBmp in FwH 2.7", "username": "Detlef Hoefner" } ]
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": "Thomas Grueninger" } ]
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 syntax, i have no problems with btnbmp.\n\nThis is a sample of what i use,\n\nIf you still have a problem, can you show the offending code ?\n\nHTH\n\nRichard\n\n@ 125, 20 BTNBMP FILE CurDir() + \"\\client.bmp\" ;\n SIZE 30, 30 ;\n ACTION oSay:SetText( \"Clients\" )", "time": "20:17", "topic": "BtnBmp in a dialog", "username": "Richard Chidiak" } ]
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": "Antonio Linares" } ]
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;\">\"Fivewin.ch\"</span><br /><br /><br /><span style=\"color: #00C800;\">FUNCTION</span> MAIN<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><br />    <span style=\"color: #00C800;\">LOCAL</span> oDlg, oFld<br /><br />    <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg;<br />           <span style=\"color: #0000ff;\">RESOURCE</span> <span style=\"color: #ff0000;\">\"FOLDER\"</span><br /><br />    <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">FOLDER</span> oFld;<br />             <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">101</span> <span style=\"color: #0000ff;\">OF</span> oDlg;<br />             <span style=\"color: #0000ff;\">PROMPTS</span> <span style=\"color: #ff0000;\">\"Test\"</span>;<br />             <span style=\"color: #0000ff;\">DIALOGS</span> <span style=\"color: #ff0000;\">\"TEST\"</span><br /><br />    <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">BTNBMP</span>;<br />             <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">101</span> <span style=\"color: #0000ff;\">OF</span> oFld:<span style=\"color: #000000;\">aDialogs</span><span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">&#93;</span>;<br />             FILE <span style=\"color: #ff0000;\">\"c:<span style=\"color: #000000;\">\\f</span>wh<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\o</span>pen.bmp\"</span>;<br />             NOBORDER<br /><br />    <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span>;<br />             <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">201</span> <span style=\"color: #0000ff;\">OF</span> oDlg;<br />             <span style=\"color: #0000ff;\">ACTION</span> oDlg:<span style=\"color: #000000;\">End</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><br />    <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg;<br />             <span style=\"color: #0000ff;\">CENTER</span><br /><br />    <span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span></div>[/code:2c4fdlm9]\n\nThe RC file:\n\n[code=fw:2c4fdlm9]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">FOLDER</span> <span style=\"color: #0000ff;\">DIALOG</span> <span style=\"color: #000000;\">49</span>, <span style=\"color: #000000;\">52</span>, <span style=\"color: #000000;\">365</span>, <span style=\"color: #000000;\">295</span><br /><span style=\"color: #0000ff;\">STYLE</span> DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU<br />CAPTION <span style=\"color: #ff0000;\">\"Folder test\"</span><br /><span style=\"color: #0000ff;\">FONT</span> <span style=\"color: #000000;\">8</span>, <span style=\"color: #ff0000;\">\"MS Sans Serif\"</span><br />LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL<br /><span style=\"color: #000000;\">&#123;</span><br /> CONTROL <span style=\"color: #ff0000;\">\"\"</span>, <span style=\"color: #000000;\">101</span>, <span style=\"color: #ff0000;\">\"SysTabControl32\"</span>, <span style=\"color: #000000;\">0</span> | WS_CHILD | WS_VISIBLE, <span style=\"color: #000000;\">5</span>, <span style=\"color: #000000;\">5</span>, <span style=\"color: #000000;\">355</span>, <span style=\"color: #000000;\">265</span><br /> CONTROL <span style=\"color: #ff0000;\">\"&Close\"</span>, <span style=\"color: #000000;\">201</span>, <span style=\"color: #ff0000;\">\"BUTTON\"</span>, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, <span style=\"color: #000000;\">5</span>, <span style=\"color: #000000;\">275</span>, <span style=\"color: #000000;\">40</span>, <span style=\"color: #000000;\">15</span><br /><span style=\"color: #000000;\">&#125;</span><br /><br /><br />TEST <span style=\"color: #0000ff;\">DIALOG</span> <span style=\"color: #000000;\">49</span>, <span style=\"color: #000000;\">52</span>, <span style=\"color: #000000;\">365</span>, <span style=\"color: #000000;\">295</span><br /><span style=\"color: #0000ff;\">STYLE</span> WS_CHILD<br /><span style=\"color: #0000ff;\">FONT</span> <span style=\"color: #000000;\">8</span>, <span style=\"color: #ff0000;\">\"MS Sans Serif\"</span><br />LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL<br /><span style=\"color: #000000;\">&#123;</span><br /> CONTROL <span style=\"color: #ff0000;\">\"\"</span>, <span style=\"color: #000000;\">101</span>, <span style=\"color: #ff0000;\">\"TBtnBmp\"</span>, <span style=\"color: #000000;\">0</span> | WS_CHILD | WS_VISIBLE, <span style=\"color: #000000;\">10</span>, <span style=\"color: #000000;\">10</span>, <span style=\"color: #000000;\">30</span>, <span style=\"color: #000000;\">25</span><br /><span style=\"color: #000000;\">&#125;</span></div>[/code:2c4fdlm9]\n\nEMG", "time": "11:34", "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 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><span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp;oBtn:<span style=\"color: #000000;\">SetColor</span><span style=\"color: #000000;\">&#40;</span> CLR_BLACK, CLR_WHITE <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp; <span style=\"color: #00C800;\">endif</span><br />&nbsp;</div>[/code:734ufo25]", "time": "14:15", "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": "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": "nageswaragunupudi" } ]
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; &nbsp;<span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">WINDOW</span> oMainWnd &nbsp; &nbsp;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">MENU</span> MainMenu<span style=\"color: #000000;\">&#40;</span>cPath,lClose<span style=\"color: #000000;\">&#41;</span> ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">TITLE</span> eval<span style=\"color: #000000;\">&#40;</span>cTitle<span style=\"color: #000000;\">&#41;</span> ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">COLOR</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">'N/W*'</span><span style=\"color: #000000;\">&#41;</span> ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">MDI</span><br /><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SET <span style=\"color: #0000ff;\">MESSAGE</span> <span style=\"color: #0000ff;\">OF</span> oMainWnd <span style=\"color: #0000ff;\">TO</span> FWVERSION + <span style=\"color: #ff0000;\">\" &nbsp;TechData Software \"</span> ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style=\"color: #0000ff;\">CENTERED</span> <span style=\"color: #000000;\">2007</span><br /><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@ <span style=\"color: #000000;\">220</span>, <span style=\"color: #000000;\">100</span> <span style=\"color: #0000ff;\">BTNBMP</span> oBtn <span style=\"color: #0000ff;\">of</span> oMainWnd ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">size</span> <span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">70</span> ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">prompt</span> <span style=\"color: #ff0000;\">'Button'</span> <span style=\"color: #000000;\">2007</span>;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">action</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">'here'</span><span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp;</div>[/code:pcsjwfcn]\n\nIs it because it is an MDI frame\n\nThanks \n\nColin", "time": "09:49", "topic": "BtnBmp on Main Window", "username": "Colin Haig" } ]
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&#58;//www&#46;pflegeplus&#46;com/pictures/mdibtn1&#46;jpg[/img:sun0z7tw]\n\n[code=fw:sun0z7tw]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />...<br />...<br /><span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BRUSH</span> oBrush <span style=\"color: #0000ff;\">COLOR</span> <span style=\"color: #000000;\">14853684</span><br /><br /><span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">WINDOW</span> oWndMain <span style=\"color: #0000ff;\">FROM</span> <span style=\"color: #000000;\">1</span>, <span style=\"color: #000000;\">1</span> <span style=\"color: #0000ff;\">TO</span> <span style=\"color: #000000;\">20</span>, <span style=\"color: #000000;\">70</span> <span style=\"color: #0000ff;\">TITLE</span> <span style=\"color: #ff0000;\">\"I am the MDI Frame\"</span> <span style=\"color: #0000ff;\">MDI</span> <span style=\"color: #0000ff;\">BRUSH</span> oBrush <br /><br /><span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">WINDOW</span> oWndEdit <span style=\"color: #0000ff;\">MDICHILD</span> <span style=\"color: #0000ff;\">OF</span> oWndMain <span style=\"color: #0000ff;\">FROM</span> <span style=\"color: #000000;\">10</span>, <span style=\"color: #000000;\">40</span> <span style=\"color: #0000ff;\">TO</span> <span style=\"color: #000000;\">30</span>, <span style=\"color: #000000;\">80</span> ;<br /><span style=\"color: #0000ff;\">TITLE</span> <span style=\"color: #ff0000;\">\"I am a MDI Child\"</span> <span style=\"color: #0000ff;\">COLOR</span> <span style=\"color: #ff0000;\">\"W+/R\"</span><br /> <br /><span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">WINDOW</span> oWndEdit<br />   <br />SET <span style=\"color: #0000ff;\">MESSAGE</span> <span style=\"color: #0000ff;\">OF</span> oWndEdit <span style=\"color: #0000ff;\">TO</span> FWVERSION + <span style=\"color: #ff0000;\">\"  TechData Software \"</span> ;<br /><span style=\"color: #0000ff;\">CENTERED</span> <span style=\"color: #000000;\">2007</span><br /><br /><span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">WINDOW</span> oWndMain <span style=\"color: #0000ff;\">MAXIMIZED</span> ;<br /><span style=\"color: #0000ff;\">ON</span> <span style=\"color: #0000ff;\">INIT</span> SHOW_BTN<span style=\"color: #000000;\">&#40;</span>oWndMain, oBrush<span style=\"color: #000000;\">&#41;</span> <br /><br />SET <span style=\"color: #0000ff;\">MESSAGE</span> <span style=\"color: #0000ff;\">OF</span> oWndMain <span style=\"color: #0000ff;\">TO</span> FWVERSION + <span style=\"color: #ff0000;\">\"  TechData Software \"</span> ;<br /><span style=\"color: #0000ff;\">CENTERED</span> <span style=\"color: #000000;\">2007</span> <br /><br />oBrush:<span style=\"color: #000000;\">End</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />oFont:<span style=\"color: #000000;\">End</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>  <br /><br /><span style=\"color: #00C800;\">RETURN</span> oWnd <br />  <br /><span style=\"color: #B900B9;\">// -------- We need a Frame, to paint the Buttons ------------   </span><br /><br /><span style=\"color: #00C800;\">FUNCTION</span> SHOW_BTN<span style=\"color: #000000;\">&#40;</span>oWndMain, oBrush<span style=\"color: #000000;\">&#41;</span><br /><span style=\"color: #00C800;\">LOCAL</span> oDlg1, oBtn1, oBtn2, oBtn3<br /><br /><span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg1 <span style=\"color: #0000ff;\">FROM</span> <span style=\"color: #000000;\">20</span>, <span style=\"color: #000000;\">20</span> <span style=\"color: #0000ff;\">TO</span> <span style=\"color: #000000;\">40</span>, <span style=\"color: #000000;\">40</span> <span style=\"color: #0000ff;\">OF</span> oWndMain <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">BRUSH</span> oBrush ;<br /><span style=\"color: #0000ff;\">STYLE</span> nOr<span style=\"color: #000000;\">&#40;</span>WS_POPUP, WS_VISIBLE<span style=\"color: #000000;\">&#41;</span><br /><br />@ <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">0</span> <span style=\"color: #0000ff;\">BTNBMP</span> oBtn1 <span style=\"color: #0000ff;\">OF</span> oDlg1 ;<br /><span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">60</span> , <span style=\"color: #000000;\">40</span>  <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Button 1\"</span> <span style=\"color: #000000;\">2007</span> ;<br /><span style=\"color: #0000ff;\">FONT</span> oFont1 ;<br />TOP ;<br />NOBORDER ;<br />FILENAME <span style=\"color: #ff0000;\">\".<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\3</span>2x32<span style=\"color: #000000;\">\\e</span>dit.bmp\"</span> ;<br /><span style=\"color: #0000ff;\">ACTION</span> <span style=\"color: #000000;\">&#40;</span> <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">'here'</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span>      <br /><br />oBtn1:<span style=\"color: #000000;\">cTooltip</span> :=  <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"Show Button 1\"</span> + CRLF + ;<br />     <span style=\"color: #ff0000;\">\"on Main-Window\"</span>,<span style=\"color: #ff0000;\">\"Button 1\"</span>, <span style=\"color: #000000;\">1</span>, CLR_BLACK, <span style=\"color: #000000;\">14089979</span> <span style=\"color: #000000;\">&#125;</span><br /><br />@ <span style=\"color: #000000;\">60</span>, <span style=\"color: #000000;\">0</span> <span style=\"color: #0000ff;\">BTNBMP</span> oBtn2 <span style=\"color: #0000ff;\">OF</span> oDlg1 ;<br /><span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">60</span> , <span style=\"color: #000000;\">40</span>  <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Button 2\"</span> <span style=\"color: #000000;\">2007</span> ;<br /><span style=\"color: #0000ff;\">FONT</span> oFont1 ;<br />TOP ;<br />NOBORDER ;<br />FILENAME <span style=\"color: #ff0000;\">\".<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\3</span>2x32<span style=\"color: #000000;\">\\f</span>ax.bmp\"</span> ;<br /><span style=\"color: #0000ff;\">ACTION</span> <span style=\"color: #000000;\">&#40;</span> <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">'here'</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span>      <br /><br />oBtn2:<span style=\"color: #000000;\">cTooltip</span> :=  <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"Show Button 2\"</span> + CRLF + ;<br />     <span style=\"color: #ff0000;\">\"on Main-Window\"</span>,<span style=\"color: #ff0000;\">\"Button 2\"</span>, <span style=\"color: #000000;\">1</span>, CLR_BLACK, <span style=\"color: #000000;\">14089979</span> <span style=\"color: #000000;\">&#125;</span><br /><br />@ <span style=\"color: #000000;\">120</span>, <span style=\"color: #000000;\">0</span> <span style=\"color: #0000ff;\">BTNBMP</span> oBtn3 <span style=\"color: #0000ff;\">OF</span> oDlg1 ;<br /><span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">60</span> , <span style=\"color: #000000;\">40</span>  <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Button 3\"</span> <span style=\"color: #000000;\">2007</span> ;<br /><span style=\"color: #0000ff;\">FONT</span> oFont1 ;<br />TOP ;<br />NOBORDER ;<br />FILENAME <span style=\"color: #ff0000;\">\".<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\3</span>2x32<span style=\"color: #000000;\">\\m</span>agic.bmp\"</span> ;<br /><span style=\"color: #0000ff;\">ACTION</span> <span style=\"color: #000000;\">&#40;</span> <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">'here'</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span>      <br /><br />oBtn3:<span style=\"color: #000000;\">cTooltip</span> :=  <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"Show Button 3\"</span> + CRLF + ;<br />     <span style=\"color: #ff0000;\">\"on Main-Window\"</span>,<span style=\"color: #ff0000;\">\"Button 3\"</span>, <span style=\"color: #000000;\">1</span>, CLR_BLACK, <span style=\"color: #000000;\">14089979</span> <span style=\"color: #000000;\">&#125;</span><br /><br /><span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg1 <span style=\"color: #0000ff;\">NOWAIT</span> ;<br /><span style=\"color: #0000ff;\">ON</span> <span style=\"color: #0000ff;\">INIT</span> oDlg1:<span style=\"color: #0000ff;\">Move</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">80</span>, <span style=\"color: #000000;\">100</span>, <span style=\"color: #000000;\">120</span>, <span style=\"color: #000000;\">380</span>, .f.<span style=\"color: #000000;\">&#41;</span> <br /><br /><span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span><br /> </div>[/code:sun0z7tw]\n\n[img:sun0z7tw]http&#58;//www&#46;pflegeplus&#46;com/pictures/mdibtn2&#46;jpg[/img:sun0z7tw]\n\n[img:sun0z7tw]http&#58;//www&#46;pflegeplus&#46;com/pictures/mdibtn3&#46;jpg[/img:sun0z7tw]\n\n[img:sun0z7tw]http&#58;//www&#46;pflegeplus&#46;com/pictures/mdibtn4&#46;jpg[/img:sun0z7tw]\n\nWe can use Images as well\n\n[img:sun0z7tw]http&#58;//www&#46;pflegeplus&#46;com/pictures/mdibtn5&#46;jpg[/img:sun0z7tw]\n\nBest Regards\nUwe <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" title=\"Laughing\" /><!-- s:lol: -->", "time": "13:37", "topic": "BtnBmp on Main Window", "username": "ukoenig" } ]
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 a kind of shorthand syntax:\n\nInstead of:\n\nlocal oWnd\noWnd:= wndMain()\noWnd:setColor(...)\n\nYou can simply do:\n\nwndMain():setColor(...)\n\nAnother example:\n\ndefine dialog oDlg ... of wndMain()\n\n\nRegards,\nJames", "time": "17:43", "topic": "BtnBmp on Main Window", "username": "James Bott" } ]
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\nColin", "time": "22:37", "topic": "BtnBmp on Main Window", "username": "Colin Haig" } ]
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; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg1 <span style=\"color: #0000ff;\">FROM</span> <span style=\"color: #000000;\">20</span>, <span style=\"color: #000000;\">20</span> <span style=\"color: #0000ff;\">TO</span> <span style=\"color: #000000;\">40</span>, <span style=\"color: #000000;\">40</span> <span style=\"color: #0000ff;\">OF</span> oMainWnd <span style=\"color: #0000ff;\">PIXEL</span> &nbsp;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style=\"color: #0000ff;\">STYLE</span> nOr<span style=\"color: #000000;\">&#40;</span>WS_POPUP, WS_VISIBLE<span style=\"color: #000000;\">&#41;</span><br /><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@ <span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">1</span> <span style=\"color: #0000ff;\">BTNBMP</span> oBtn <span style=\"color: #0000ff;\">of</span> oDlg1;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">size</span> <span style=\"color: #000000;\">50</span>,<span style=\"color: #000000;\">20</span> ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">prompt</span> <span style=\"color: #ff0000;\">'Button'</span> <span style=\"color: #000000;\">2007</span>;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">action</span><span style=\"color: #000000;\">&#40;</span>oDlg1:<span style=\"color: #000000;\">Hide</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>,fnods<span style=\"color: #000000;\">&#40;</span>oMainWnd,cPath<span style=\"color: #000000;\">&#41;</span>,oDlg1:<span style=\"color: #000000;\">Show</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg1 <span style=\"color: #0000ff;\">NOWAIT</span>;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">ON</span> <span style=\"color: #0000ff;\">INIT</span> oDlg1:<span style=\"color: #0000ff;\">Move</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">80</span>, <span style=\"color: #000000;\">100</span>, <span style=\"color: #000000;\">120</span>, <span style=\"color: #000000;\">380</span>, .f.<span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp;</div>[/code:2rnyebxh]\n\nCheers\n\nColin", "time": "00:49", "topic": "BtnBmp on Main Window", "username": "Colin Haig" } ]
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", "topic": "BtnBmp on Main Window", "username": "James Bott" } ]
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 Haig" } ]
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 reason, You need MDI ?\nI will create a new sample tomorrow. Maybe it works for You.\nShowing Buttons inside a Dialog with no Border, no Sysmenu, no Title,\nis a nice Solution, to create a Buttonbar on any Screen-position.\nWith a normal Buttonbar, You have fixed Positions ( TOP, LEFT, RIGHT, BOTTOM, FLOAT ).\n\nBest Regards\nUwe <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" title=\"Laughing\" /><!-- s:lol: -->", "time": "02:30", "topic": "BtnBmp on Main Window", "username": "ukoenig" } ]
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", "topic": "BtnBmp on Main Window", "username": "Colin Haig" } ]
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 you can do with SDI.\n\nThe main issue I have with MDI is all the window manipulation that the user has to do. This is just overhead work for them, that gets in the way of what they are trying to do.\n\nIMHO.\n\nRegards,\nJames", "time": "04:11", "topic": "BtnBmp on Main Window", "username": "James Bott" } ]
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 style=\"color: #ff0000;\">\"fivewin.ch\"</span><br /><br /><span style=\"color: #00C800;\">function</span> main<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">local</span> oMainWnd, oBtn<br /><br />&nbsp; &nbsp;<span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">WINDOW</span> oMainWnd &nbsp; &nbsp;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">TITLE</span> <span style=\"color: #ff0000;\">\"testing\"</span> ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">COLOR</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">'N/W*'</span><span style=\"color: #000000;\">&#41;</span> ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">MDI</span><br />&nbsp; &nbsp;<br />&nbsp; &nbsp;SET <span style=\"color: #0000ff;\">MESSAGE</span> <span style=\"color: #0000ff;\">OF</span> oMainWnd <span style=\"color: #0000ff;\">TO</span> FWVERSION + <span style=\"color: #ff0000;\">\" &nbsp;TechData Software \"</span> ;<br />&nbsp; &nbsp;<span style=\"color: #0000ff;\">CENTERED</span> <span style=\"color: #000000;\">2007</span><br /><br /><br />&nbsp; &nbsp;@ <span style=\"color: #000000;\">220</span>, <span style=\"color: #000000;\">100</span> <span style=\"color: #0000ff;\">BTNBMP</span> oBtn <span style=\"color: #0000ff;\">of</span> oMainWnd:<span style=\"color: #000000;\">oWndClient</span> ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">size</span> <span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">70</span> ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">prompt</span> <span style=\"color: #ff0000;\">'Button'</span> <span style=\"color: #000000;\">2007</span>;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">action</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">'here'</span><span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">WINDOW</span> oMainWnd<br />&nbsp; &nbsp; <br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span></div>[/code:38kxsvx4]", "time": "07:22", "topic": "BtnBmp on Main Window", "username": "Daniel Garcia-Gil" } ]
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", "time": "11:08", "topic": "BtnBmp on Main Window", "username": "Colin Haig" } ]
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:\" title=\"Rolling Eyes\" /><!-- s:roll: --> \n\n[img:23v0gvft]http&#58;//www&#46;pflegeplus&#46;com/pictures/mdibtn6&#46;jpg[/img:23v0gvft]\n\nYou can create a extra Child, only for the Buttons.\n( I can use the same Background like the Main-window to make it transparent looking )\nIt works exactly like I have done before with the Dialog, but now the Main-Child is on Top like expected\nand covers the Buttons.\n\nFor the Screenshot-sample the Button-part ( Color-Background ) :\n..\n..\n[color=#0000FF:23v0gvft]DEFINE BRUSH oBrush3 COLOR 14853684[/color:23v0gvft]\n\n[color=#FF0000:23v0gvft]DEFINE WINDOW oWndBtn MDICHILD OF oWndMain FROM 50, 50 TO 350, 220 PIXEL ;\nBORDER NONE ;\t\nNOSYSMENU ;\nNOICONIZE ;\nNOCAPTION ;\nBRUSH oBrush3[/color:23v0gvft]\n\n[color=#0000FF:23v0gvft]@ 10, 10 BTNBMP oBtn1 OF oWndBtn PIXEL ;\nSIZE 150 , 80 PROMPT \"Hide Child\" 2007 ;\nFONT oFont1 ;\nTOP ;\nNOBORDER ;\nFILENAME \".\\bitmaps\\32x32\\Hide.bmp\" ;\nACTION ( oWndEdit:Hide() ) \noBtn1:SetColor( 128, )\noBtn1:cTooltip := { \"Show Button 1\" + CRLF + ;\n\"on Main-Window\",\"Button 1\", 1, CLR_BLACK, 14089979 }\n\n@ 110, 10 BTNBMP oBtn2 OF oWndBtn PIXEL ;\nSIZE 150 , 80 PROMPT \"Show Child\" 2007 ;\nFONT oFont1 ;\nTOP ;\nNOBORDER ;\nFILENAME \".\\bitmaps\\32x32\\Show.bmp\" ;\nACTION ( oWndEdit:Show() ) \noBtn2:SetColor( 128, )\noBtn2:cTooltip := { \"Show Button 2\" + CRLF + ;\n\"on Main-Window\",\"Button 2\", 1, CLR_BLACK, 14089979 }\n\n@ 210, 10 BTNBMP oBtn3 OF oWndBtn PIXEL ;\nSIZE 150 , 80 PROMPT \"Exit\" 2007 ;\nFONT oFont1 ;\nTOP ;\nNOBORDER ;\nFILENAME \".\\bitmaps\\32x32\\Exit.bmp\" ;\nACTION ( oWndMain:End() ) \noBtn3:SetColor( 128, )\noBtn3:cTooltip := { \"Show Button 3\" + CRLF + ;\n\"on Main-Window\",\"Button 3\", 1, CLR_BLACK, 14089979 }[/color:23v0gvft]\n\n[color=#FF0000:23v0gvft]ACTIVATE WINDOW oWndBtn [/color:23v0gvft]\n...\n...\n\nBecause it is not possible, to create a TRANSPARENT Child-window, \nthat will show the Background from WndMain, it gets more tricky.\n\n[img:23v0gvft]http&#58;//www&#46;pflegeplus&#46;com/pictures/mdibtn7&#46;jpg[/img:23v0gvft]\n\n1. we have to make a Screencapture from the covered Wndmain-area.\n2. we use this Capture ( Section ) as Brush\n\nSample with captured Background-section :\n\n[color=#FF0000:23v0gvft]only needed if using Gradient or Image as WndMain-background !!![/color:23v0gvft]\n\nDEFINE BRUSH oBrush3 FILENAME [color=#FF0000:23v0gvft]cImage3A[/color:23v0gvft] // Screencapture-section\nDEFINE WINDOW oWndBtn MDICHILD OF oWndMain FROM 50, 50 TO 350, 220 PIXEL ;\nBORDER NONE ;\t\nNOSYSMENU ;\nNOICONIZE ;\nNOCAPTION ;\t\t\nBRUSH oBrush3 \n\nwith Image-Background :\n\n[img:23v0gvft]http&#58;//www&#46;pflegeplus&#46;com/pictures/Capture1&#46;jpg[/img:23v0gvft]\n\nCaptured-area defined as Child-background :\n\n[img:23v0gvft]http&#58;//www&#46;pflegeplus&#46;com/pictures/mdibtn8&#46;jpg[/img:23v0gvft]\n\n[img:23v0gvft]http&#58;//www&#46;pflegeplus&#46;com/pictures/mdibtn9&#46;jpg[/img:23v0gvft]\n\n[img:23v0gvft]http&#58;//www&#46;pflegeplus&#46;com/pictures/mdibtn10&#46;jpg[/img:23v0gvft]\n\nBest Regards\nUwe <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_question.gif\" alt=\":?:\" title=\"Question\" /><!-- s:?: -->", "time": "00:01", "topic": "BtnBmp on Main Window", "username": "ukoenig" } ]
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]\n\nFwh 1502\n[img:2ywpefla]http&#58;//i58&#46;tinypic&#46;com/2dw803s&#46;jpg[/img:2ywpefla]\n\n[code=fw:2ywpefla]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nbsp;<span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">BTNBMP</span> oBtn2 <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">112</span> <span style=\"color: #0000ff;\">OF</span> oDlg &nbsp; ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style=\"color: #0000ff;\">RESOURCE</span> <span style=\"color: #ff0000;\">\"CANCEL\"</span>, <span style=\"color: #ff0000;\">\"DCANCEL\"</span>, <span style=\"color: #ff0000;\">\"DCANCEL\"</span> ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"&Cancel\"</span> <span style=\"color: #0000ff;\">LEFT</span> <span style=\"color: #000000;\">2007</span>;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style=\"color: #0000ff;\">ACTION</span> <span style=\"color: #000000;\">&#40;</span> lOK := .F., oDLG:<span style=\"color: #000000;\">END</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span><br />&nbsp;</div>[/code:2ywpefla]", "time": "18:49", "topic": "BtnBmp problems with 1502", "username": "Rick Lipkin" } ]
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 problem\nI enlarged a image found in /samples/bitmaps/16x16\nLike You can see, this image doesn't have any clear areas, can be painted transparent.\n\n[img:1ai6c3qm]http&#58;//www&#46;pflegeplus&#46;com/IMAGES/Delete1&#46;jpg[/img:1ai6c3qm]\n\nbest regards\nUwe <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_question.gif\" alt=\":?:\" title=\"Question\" /><!-- s:?: -->", "time": "22:12", "topic": "BtnBmp problems with 1502", "username": "ukoenig" } ]
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=\"Sad\" /><!-- s:( --> \n\nRick Lipkin\n[img:1h2sv6qt]http&#58;//i60&#46;tinypic&#46;com/2liwtxu&#46;jpg[/img:1h2sv6qt]", "time": "16:38", "topic": "BtnBmp problems with 1502", "username": "Rick Lipkin" } ]
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": "nageswaragunupudi" } ]
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(\"confirm\") eliminates the bitmap and gives only a text button\n\nSo what can I use to just change the prompt and nothing else ?\n\nThanks\n\nTim", "time": "17:14", "topic": "BtnBmp prompt", "username": "TimStone" } ]
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: #0000ff;\">Refresh</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /> </div>[/code:3462sinq]", "time": "17:24", "topic": "BtnBmp prompt", "username": "Bayron" } ]
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.com</a><!-- e -->", "time": "19:54", "topic": "BtnBmp prompt", "username": "hag" } ]
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 TRANSPARENT, i added ALPHA clause to say that we will use the features of a bitmap with Alpha Channel, this feature requires an amount of transparency (0-255), I have added a LEVEL clause to determine the percentages that transparency (0-100%), do not use 0-255, only number that expresses the percentage. \n\nClass TBTNBMP currently used by the 3 images (1-Status Normal, 2-Button pressed, 3-Button Disabled) for the next build, was added 4th image that will be used when the mouse cross over button \nby the use of these images have all the individual transparencies\nexample \n\n@ X, y btnbmp .... ALPHA LEVEL 0,10,10,0 we can add transparency percentage to each image, by default would be 0% transparency ... \n\nNo more words to leave them with an example \nI am attentive to the opinions and suggestions\n[url:1y324mjt]http&#58;//www&#46;sitasoft&#46;com/fivewin/test/testbtb2&#46;rar[/url:1y324mjt]\n\n[code=fw:1y324mjt]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"fivewin.ch\"</span><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"Slider.ch\"</span><br /><br />procedure main<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><span style=\"color: #00C800;\">local</span> oDlgw<br /><span style=\"color: #00C800;\">local</span> oBot01<br /><span style=\"color: #00C800;\">local</span> oBar, oBotBar0, oBotBar1 <br /><span style=\"color: #00C800;\">local</span> nVar1 := <span style=\"color: #000000;\">80</span> &nbsp;<span style=\"color: #B900B9;\">// transparence porcent</span><br /><span style=\"color: #00C800;\">local</span> oSlide<br /><span style=\"color: #00C800;\">local</span> lChk1 := .f.<br /><span style=\"color: #00C800;\">local</span> lChk2 := .f.<br /><br /><br />SetBalloon<span style=\"color: #000000;\">&#40;</span> .t. <span style=\"color: #000000;\">&#41;</span><br /><br /><span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">dialog</span> oDlgw <span style=\"color: #0000ff;\">TITLE</span> <span style=\"color: #ff0000;\">\"Test BTNBMP Alpha Channel\"</span> <span style=\"color: #0000ff;\">from</span> <span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">0</span> <span style=\"color: #0000ff;\">to</span> <span style=\"color: #000000;\">600</span>,<span style=\"color: #000000;\">700</span> <span style=\"color: #0000ff;\">pixel</span><br /><br /><br />&nbsp; @ <span style=\"color: #000000;\">50</span>, <span style=\"color: #000000;\">5</span> <span style=\"color: #0000ff;\">BTNBMP</span> oBot01 <span style=\"color: #0000ff;\">OF</span> oDlgw <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">80</span>, <span style=\"color: #000000;\">80</span> tooltip <span style=\"color: #ff0000;\">\"BTNBMP With Alpha Channel\"</span> ;<br />&nbsp; &nbsp;file <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\e</span>xplorer.bmp\"</span>,<span style=\"color: #00C800;\">nil</span>,<span style=\"color: #00C800;\">nil</span>,<span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\i</span>mac.bmp\"</span> alpha level nVar1,,,<span style=\"color: #000000;\">20</span><br />&nbsp; &nbsp;<br />&nbsp; @ <span style=\"color: #000000;\">180</span>, <span style=\"color: #000000;\">5</span> <span style=\"color: #0000ff;\">checkbox</span> lChk1 <span style=\"color: #0000ff;\">prompt</span> <span style=\"color: #ff0000;\">\"Adjust Image &nbsp; \"</span> <span style=\"color: #0000ff;\">of</span> oDlgw <span style=\"color: #0000ff;\">pixel</span> <span style=\"color: #0000ff;\">on</span> <span style=\"color: #0000ff;\">change</span> <span style=\"color: #000000;\">&#40;</span> oBot01:<span style=\"color: #000000;\">lAdjust</span> := lChk1, oBot01:<span style=\"color: #0000ff;\">refresh</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span><br />&nbsp; @ <span style=\"color: #000000;\">200</span>, <span style=\"color: #000000;\">5</span> <span style=\"color: #0000ff;\">checkbox</span> lChk2 <span style=\"color: #0000ff;\">prompt</span> <span style=\"color: #ff0000;\">\"2007 Style &nbsp; &nbsp; \"</span> <span style=\"color: #0000ff;\">of</span> oDlgw <span style=\"color: #0000ff;\">pixel</span> <span style=\"color: #0000ff;\">on</span> <span style=\"color: #0000ff;\">change</span> <span style=\"color: #000000;\">&#40;</span> oBot01:<span style=\"color: #000000;\">l2007</span> := lChk2, oBot01:<span style=\"color: #0000ff;\">refresh</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span><br />&nbsp; <br />&nbsp; @ <span style=\"color: #000000;\">50</span>, <span style=\"color: #000000;\">300</span> SLIDER oSlide <span style=\"color: #0000ff;\">VAR</span> nVar1 <span style=\"color: #0000ff;\">OF</span> oDlgw ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style=\"color: #0000ff;\">VERTICAL</span> ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style=\"color: #0000ff;\">RIGHT</span> DIRECTION ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;RANGE <span style=\"color: #000000;\">1</span>, <span style=\"color: #000000;\">100</span> ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;MARKS <span style=\"color: #000000;\">1</span>;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;EXACT;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style=\"color: #0000ff;\">ON</span> <span style=\"color: #0000ff;\">CHANGE</span> <span style=\"color: #000000;\">&#40;</span> oBot01:<span style=\"color: #000000;\">aLevel</span><span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">&#93;</span> := nVar1, oBot01:<span style=\"color: #0000ff;\">refresh</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span> ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">42</span>, <span style=\"color: #000000;\">160</span> <span style=\"color: #0000ff;\">PIXEL</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />&nbsp; <br />&nbsp;<br /><span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">dialog</span> oDlgw <br /><br /><span style=\"color: #00C800;\">return</span></div>[/code:1y324mjt]", "time": "05:49", "topic": "BtnBmp with Alpha Channel", "username": "Daniel Garcia-Gil" } ]
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", "topic": "BtnBmp y XP", "username": "jose_murugosa" } ]
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: #000000;\">03</span>/<span style=\"color: #000000;\">22</span>, <span style=\"color: #000000;\">21</span>:<span style=\"color: #000000;\">36</span>:<span style=\"color: #000000;\">40</span><br />   Error description: <span style=\"color: #000000;\">Error</span> BASE/<span style=\"color: #000000;\">1004</span>  No exported <span style=\"color: #00C800;\">method</span>: <span style=\"color: #0000ff;\">ACTIVATE</span><br />   Args:<br />     <span style=\"color: #000000;\">&#91;</span>   <span style=\"color: #000000;\">1</span><span style=\"color: #000000;\">&#93;</span> = C   yellow<br />     <span style=\"color: #000000;\">&#91;</span>   <span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">&#93;</span> = N   <span style=\"color: #000000;\">32</span><br />     <span style=\"color: #000000;\">&#91;</span>   <span style=\"color: #000000;\">3</span><span style=\"color: #000000;\">&#93;</span> = N   <span style=\"color: #000000;\">4</span><br />     <span style=\"color: #000000;\">&#91;</span>   <span style=\"color: #000000;\">4</span><span style=\"color: #000000;\">&#93;</span> = O   TDIALOG<br />     <span style=\"color: #000000;\">&#91;</span>   <span style=\"color: #000000;\">5</span><span style=\"color: #000000;\">&#93;</span> = L   .F.<br /><br />Stack Calls<br />===========<br />   Called <span style=\"color: #0000ff;\">from</span>:  => <span style=\"color: #0000ff;\">ACTIVATE</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">&#41;</span><br />   Called <span style=\"color: #0000ff;\">from</span>: .\\source\\classes\\<span style=\"color: #0000ff;\">BTNBMP</span>.PRG => TBTNBMP:<span style=\"color: #000000;\">LBUTTONUP</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">989</span> <span style=\"color: #000000;\">&#41;</span><br />   Called <span style=\"color: #0000ff;\">from</span>: .\\source\\classes\\CONTROL.PRG => TCONTROL:<span style=\"color: #000000;\">HANDLEEVENT</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">1845</span> <span style=\"color: #000000;\">&#41;</span><br />   Called <span style=\"color: #0000ff;\">from</span>: .\\source\\classes\\<span style=\"color: #0000ff;\">BTNBMP</span>.PRG => TBTNBMP:<span style=\"color: #000000;\">HANDLEEVENT</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">2051</span> <span style=\"color: #000000;\">&#41;</span><br />   Called <span style=\"color: #0000ff;\">from</span>: .\\source\\classes\\<span style=\"color: #0000ff;\">WINDOW</span>.PRG => _FWH<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">3560</span> <span style=\"color: #000000;\">&#41;</span><br />   Called <span style=\"color: #0000ff;\">from</span>:  => DIALOGBOXINDIRECT<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">&#41;</span><br />   Called <span style=\"color: #0000ff;\">from</span>: .\\source\\classes\\<span style=\"color: #0000ff;\">DIALOG</span>.PRG => TDIALOG:<span style=\"color: #0000ff;\">ACTIVATE</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">304</span> <span style=\"color: #000000;\">&#41;</span><br />   Called <span style=\"color: #0000ff;\">from</span>: <span style=\"color: #000000;\">test</span>.prg => TESTBUTTON<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">30</span> <span style=\"color: #000000;\">&#41;</span></div>[/code:2kzf8kxr]\n\n\n\nand on dialog I have only \n\n[code=fw:2kzf8kxr]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FiveWin.ch\"</span><br /><br /><br /><span style=\"color: #00C800;\">Function</span> TestButton<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><br /><span style=\"color: #00C800;\">local</span> oDlg<br /><span style=\"color: #00C800;\">local</span> oBtn1<br /><span style=\"color: #00C800;\">local</span> nColor1:=CLR_GRAY<br /><span style=\"color: #00C800;\">local</span> nColor2:=CLR_GRAY<br /><br /><br /><span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">500</span>,<span style=\"color: #000000;\">400</span>  <span style=\"color: #0000ff;\">PIXEL</span> TRUEPIXEL RESIZABLE;<br />   <span style=\"color: #0000ff;\">TITLE</span> <span style=\"color: #ff0000;\">\"Tavolozza colori numeri\"</span><br /><br /><br />     @ <span style=\"color: #000000;\">50</span>,<span style=\"color: #000000;\">50</span> <span style=\"color: #0000ff;\">BTNBMP</span> oBtn1  ;<br />      <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">50</span>,<span style=\"color: #000000;\">50</span> <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">OF</span> oDlg FLAT NOBORDER ;<br />      <span style=\"color: #0000ff;\">COLOR</span> nColor1,nColor2 ;<br />       <span style=\"color: #0000ff;\">ACTION</span> <span style=\"color: #000000;\">&#40;</span> ::<span style=\"color: #000000;\">oPopup</span> := <span style=\"color: #000000;\">&#123;</span> |oBtn| PicKColors<span style=\"color: #000000;\">&#40;</span>oBtn,oDlg,,<span style=\"color: #ff0000;\">\"gray\"</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#125;</span>, ;<br />                  ::<span style=\"color: #000000;\">ShowPopUp</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>, ;<br />                  ::<span style=\"color: #000000;\">oPopup</span> := <span style=\"color: #00C800;\">nil</span> <span style=\"color: #000000;\">&#41;</span><br /><br /><br /><br /><span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDLG  <span style=\"color: #0000ff;\">CENTERED</span><br /><span style=\"color: #00C800;\">return</span>  <span style=\"color: #00C800;\">nil</span><br /><br /><br /><br /><span style=\"color: #B900B9;\">//----------------------------------------------------------------//</span><br /><br /><span style=\"color: #00C800;\">Function</span> PicKColors<span style=\"color: #000000;\">&#40;</span>ocontrol,oParent,lHex,cColore<span style=\"color: #000000;\">&#41;</span><br /><span style=\"color: #00C800;\">Local</span> oDlgSel,oPanel<br /><span style=\"color: #00C800;\">Local</span> aColors := <span style=\"color: #000000;\">&#123;</span><span style=\"color: #000000;\">&#125;</span><br /><span style=\"color: #00C800;\">Local</span> aReturnvalue:=<span style=\"color: #000000;\">&#123;</span><span style=\"color: #000000;\">&#125;</span><br /><span style=\"color: #00C800;\">Local</span> nSelection:= <span style=\"color: #000000;\">1</span><br /><br /><span style=\"color: #00C800;\">DEFAULT</span>  lHex := .F.<br /><br /><span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlgSel <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">400</span>,<span style=\"color: #000000;\">200</span> <span style=\"color: #0000ff;\">PIXEL</span><br /> oDlgSel:<span style=\"color: #000000;\">nStyle</span>    = nOR<span style=\"color: #000000;\">&#40;</span> WS_CHILD, WS_BORDER, WS_VISIBLE,WS_POPUP <span style=\"color: #000000;\">&#41;</span><br /><br /><span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlgSel  <span style=\"color: #0000ff;\">CENTERED</span>       <br /><br /><span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span><br /><br /><br /><br /> </div>[/code:2kzf8kxr]\n\nPickColors is mine function you can use also choosecolor()\n\nI need a btnbmp with popup button but the popup must open My function where is a small dialog as this\n\n[img:2kzf8kxr]https&#58;//i&#46;postimg&#46;cc/YCsD5bSG/hh&#46;png[/img:2kzf8kxr]\n\nthen I select the color the procedure make that error , but the error is come out also with choosecolor()\n\n\n[img:2kzf8kxr]https&#58;//i&#46;postimg&#46;cc/XYZ5X8V0/mm&#46;png[/img:2kzf8kxr]\n\nthe black arrow come out then I press the button , why ?", "time": "20:47", "topic": "BtnBmp.. I not understood this error", "username": "Silvio.Falconi" } ]
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:nClrText( CLR_HRED )\n oBtn:nClrText( CLR_HRED )\n\t\nRegards MAurizio\n<!-- w --><a class=\"postlink\" href=\"http://www.nipeservice.com\">www.nipeservice.com</a><!-- w -->", "time": "11:39", "topic": "BtnBmp: caption position", "username": "Maurizio" } ]
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", "username": "Enrico Maria Giordano" } ]
BtnBmp: caption position