messages
listlengths 1
1
| topic
stringlengths 2
60
|
|---|---|
[
{
"date": "2009-12-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nYou mean it works without any modification. I also use W7. When my example run it show like below.\n\n[img:2wvegxwf]http://www.objekt.com.tr/fwh_test/test.png[/img:2wvegxwf]\n\nWhen my sample lost focus, it is ok.",
"time": "22:47",
"topic": "Bug in Transparent Group",
"username": "Horizon"
}
] |
Bug in Transparent Group
|
[
{
"date": "2009-12-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "On dialogs the previous code also works. \n\nAs I said earlier, the modification was necessary only for groups on windows.",
"time": "04:37",
"topic": "Bug in Transparent Group",
"username": "nageswaragunupudi"
}
] |
Bug in Transparent Group
|
[
{
"date": "2009-12-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nI have no problem with fwh 9.11's TGroup class in dialogs or my modified 9.12 TGroup Class.\n\nThanks,",
"time": "08:42",
"topic": "Bug in Transparent Group",
"username": "Horizon"
}
] |
Bug in Transparent Group
|
[
{
"date": "2009-12-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio ?",
"time": "11:49",
"topic": "Bug in Transparent Group",
"username": "Horizon"
}
] |
Bug in Transparent Group
|
[
{
"date": "2009-12-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hakan,\n\nWith FWH 9.12 and the posted example, here it works fine on Windows 7.\n\nPlease post an example if you have a wrong behavior, thanks",
"time": "17:07",
"topic": "Bug in Transparent Group",
"username": "Antonio Linares"
}
] |
Bug in Transparent Group
|
[
{
"date": "2009-12-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Antonio,\n\nUnfortunately, my previous example has the same error in my computer. I have the latest fwh 9.12 (I think). \n\nI don't want to change TGroup class everytime that I downloaded fwh. How Can I solve my problem.",
"time": "12:25",
"topic": "Bug in Transparent Group",
"username": "Horizon"
}
] |
Bug in Transparent Group
|
[
{
"date": "2009-12-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hakan,\n\nThere is a FWH 9.12 31 December build. Please download it and test it.\n\nIf there is something wrong, please provide an example to reproduce it, thanks <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "15:32",
"topic": "Bug in Transparent Group",
"username": "Antonio Linares"
}
] |
Bug in Transparent Group
|
[
{
"date": "2010-01-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nResult is the same. my sample is below.\n\n[code=fw:21j6f7ni]<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;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">local</span> oWnd<br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oWnd <span style=\"color: #0000ff;\">COLOR</span> CLR_WHITE,CLR_BLUE <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">600</span>,<span style=\"color: #000000;\">400</span><br /> <br /> @ <span style=\"color: #000000;\">20</span>, <span style=\"color: #000000;\">20</span> <span style=\"color: #0000ff;\">TO</span> <span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">200</span> <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">OF</span> oWnd TRANSPARENT<br /> <br /> @ <span style=\"color: #000000;\">60</span>, <span style=\"color: #000000;\">20</span> <span style=\"color: #0000ff;\">TO</span> <span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">200</span> <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">OF</span> oWnd TRANSPARENT<br /> <br /> <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oWnd <span style=\"color: #0000ff;\">CENTER</span><br /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span></div>[/code:21j6f7ni]\n\nFirst run of app, it has the same error, but when i click outside of the dialog it is OK.",
"time": "15:27",
"topic": "Bug in Transparent Group",
"username": "Horizon"
}
] |
Bug in Transparent Group
|
[
{
"date": "2010-01-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hakan,\n\nYou can do it this way:\n[code=fw:u4rmqdvi]<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;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">local</span> oDlg, oGrp<br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">COLOR</span> CLR_WHITE, CLR_BLUE <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">600</span>, <span style=\"color: #000000;\">400</span><br /> <br /> @ <span style=\"color: #000000;\">20</span>, <span style=\"color: #000000;\">20</span> <span style=\"color: #0000ff;\">TO</span> <span style=\"color: #000000;\">100</span>, <span style=\"color: #000000;\">200</span> <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">OF</span> oDlg TRANSPARENT<br /> <br /> @ <span style=\"color: #000000;\">60</span>, <span style=\"color: #000000;\">20</span> GROUP oGrp <span style=\"color: #0000ff;\">TO</span> <span style=\"color: #000000;\">100</span>, <span style=\"color: #000000;\">200</span> <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">OF</span> oDlg TRANSPARENT<br /> <br /> oGrp:<span style=\"color: #000000;\">bEraseBkGnd</span> = <span style=\"color: #000000;\">{</span> || <span style=\"color: #00C800;\">nil</span> <span style=\"color: #000000;\">}</span> <br /> <br /> <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">CENTER</span><br /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span><br /> </div>[/code:u4rmqdvi]",
"time": "20:31",
"topic": "Bug in Transparent Group",
"username": "Antonio Linares"
}
] |
Bug in Transparent Group
|
[
{
"date": "2010-01-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "May I propose the following change to the EraseBkgnd method of TGroup?\n[code=fw:3jf7wya1]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">METHOD</span> EraseBkGnd<span style=\"color: #000000;\">(</span> hDC <span style=\"color: #000000;\">)</span> <span style=\"color: #00C800;\">CLASS</span> TGroup<br /><br /> <span style=\"color: #00C800;\">if</span> ::<span style=\"color: #000000;\">oWnd</span>:<span style=\"color: #000000;\">IsKindOf</span><span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">'TDIALOG'</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">Super</span>:<span style=\"color: #000000;\">EraseBkGnd</span><span style=\"color: #000000;\">(</span> hDC <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">else</span><br /><br /> <span style=\"color: #00C800;\">if</span> ! Empty<span style=\"color: #000000;\">(</span> ::<span style=\"color: #000000;\">bEraseBkGnd</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">return</span> Eval<span style=\"color: #000000;\">(</span> ::<span style=\"color: #000000;\">bEraseBkGnd</span>, hDC <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">endif</span><br /><br /> <span style=\"color: #00C800;\">if</span> ::<span style=\"color: #000000;\">lTransparent</span><br /><br /> <span style=\"color: #00C800;\">if</span> ! Empty<span style=\"color: #000000;\">(</span> ::<span style=\"color: #000000;\">oWnd</span>:<span style=\"color: #000000;\">oBrush</span>:<span style=\"color: #000000;\">hBitmap</span> <span style=\"color: #000000;\">)</span><br /> SetBrushOrgEx<span style=\"color: #000000;\">(</span> hDC, nBmpWidth<span style=\"color: #000000;\">(</span> ::<span style=\"color: #000000;\">oWnd</span>:<span style=\"color: #000000;\">oBrush</span>:<span style=\"color: #000000;\">hBitmap</span> <span style=\"color: #000000;\">)</span> - ::<span style=\"color: #000000;\">nLeft</span>, nBmpHeight<span style=\"color: #000000;\">(</span> ::<span style=\"color: #000000;\">oWnd</span>:<span style=\"color: #000000;\">oBrush</span>:<span style=\"color: #000000;\">hBitmap</span> <span style=\"color: #000000;\">)</span> - ::<span style=\"color: #000000;\">nTop</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">endif</span><br /><br /> FillRect<span style=\"color: #000000;\">(</span> hDC, GetClientRect<span style=\"color: #000000;\">(</span> ::<span style=\"color: #000000;\">hWnd</span> <span style=\"color: #000000;\">)</span>, ::<span style=\"color: #000000;\">oWnd</span>:<span style=\"color: #000000;\">oBrush</span>:<span style=\"color: #000000;\">hBrush</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">else</span><br /> FillRect<span style=\"color: #000000;\">(</span> hDC, GetClientRect<span style=\"color: #000000;\">(</span> ::<span style=\"color: #000000;\">hWnd</span> <span style=\"color: #000000;\">)</span>, ::<span style=\"color: #000000;\">oBrush</span>:<span style=\"color: #000000;\">hBrush</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">endif</span><br /><br /> <span style=\"color: #00C800;\">endif</span><br /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #000000;\">0</span><br /><br /><span style=\"color: #B900B9;\">//----------------------------------------------------------------------------//</span><br /> </div>[/code:3jf7wya1]\nWith this change, the earlier behavior for dialogs is retained and transparency on windows is improved. This does not break earlier code for transparent groups on dialogs.\n\nI have also found by experimentation that this code\n[code=fw:3jf7wya1]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> SetBrushOrgEx<span style=\"color: #000000;\">(</span> hDC, -::<span style=\"color: #000000;\">nLeft</span>, -::<span style=\"color: #000000;\">nTop</span> <span style=\"color: #000000;\">)</span><br /> </div>[/code:3jf7wya1]\nworks exactly the same way as the following code.\n[code=fw:3jf7wya1]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> <span style=\"color: #00C800;\">if</span> ! Empty<span style=\"color: #000000;\">(</span> ::<span style=\"color: #000000;\">oWnd</span>:<span style=\"color: #000000;\">oBrush</span>:<span style=\"color: #000000;\">hBitmap</span> <span style=\"color: #000000;\">)</span><br /> SetBrushOrgEx<span style=\"color: #000000;\">(</span> hDC, nBmpWidth<span style=\"color: #000000;\">(</span> ::<span style=\"color: #000000;\">oWnd</span>:<span style=\"color: #000000;\">oBrush</span>:<span style=\"color: #000000;\">hBitmap</span> <span style=\"color: #000000;\">)</span> - ::<span style=\"color: #000000;\">nLeft</span>, nBmpHeight<span style=\"color: #000000;\">(</span> ::<span style=\"color: #000000;\">oWnd</span>:<span style=\"color: #000000;\">oBrush</span>:<span style=\"color: #000000;\">hBitmap</span> <span style=\"color: #000000;\">)</span> - ::<span style=\"color: #000000;\">nTop</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">endif</span><br /> </div>[/code:3jf7wya1]\nThis can be tested and seen to produce the same results on bitmapped and non-bitmapped brushes.\nWhy can't we adopt the former simpler code?\n\nStill there were some other issues with transparent painting earlier and now, which I shall express in another post.",
"time": "05:13",
"topic": "Bug in Transparent Group",
"username": "nageswaragunupudi"
}
] |
Bug in Transparent Group
|
[
{
"date": "2010-01-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rao,\n\nIf we do:\n[code=fw:l0o18geq]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> <span style=\"color: #00C800;\">if</span> ::<span style=\"color: #000000;\">oWnd</span>:<span style=\"color: #000000;\">IsKindOf</span><span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">'TDIALOG'</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">Super</span>:<span style=\"color: #000000;\">EraseBkGnd</span><span style=\"color: #000000;\">(</span> hDC <span style=\"color: #000000;\">)</span><br /> ...<br /> </div>[/code:l0o18geq]\nthen we are calling Class TControl Method EraseBkGnd() which does nothing for DATA lTransparent. No transparency is managed from there, unless I miss something...\n\nVery nice finding for:\n[code=fw:l0o18geq]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />SetBrushOrgEx<span style=\"color: #000000;\">(</span> hDC, -::<span style=\"color: #000000;\">nLeft</span>, -::<span style=\"color: #000000;\">nTop</span> <span style=\"color: #000000;\">)</span><br /> </div>[/code:l0o18geq]\nthanks! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "10:24",
"topic": "Bug in Transparent Group",
"username": "Antonio Linares"
}
] |
Bug in Transparent Group
|
[
{
"date": "2010-01-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks Antonio,\n\nBut I have lots of groups in my app. It will takes lots of time for me.\n\n\n[quote=\"Antonio Linares\":2cdl70s1]Hakan,\n\nYou can do it this way:\n[code=fw:2cdl70s1]<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;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">local</span> oDlg, oGrp<br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">COLOR</span> CLR_WHITE, CLR_BLUE <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">600</span>, <span style=\"color: #000000;\">400</span><br /> <br /> @ <span style=\"color: #000000;\">20</span>, <span style=\"color: #000000;\">20</span> <span style=\"color: #0000ff;\">TO</span> <span style=\"color: #000000;\">100</span>, <span style=\"color: #000000;\">200</span> <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">OF</span> oDlg TRANSPARENT<br /> <br /> @ <span style=\"color: #000000;\">60</span>, <span style=\"color: #000000;\">20</span> GROUP oGrp <span style=\"color: #0000ff;\">TO</span> <span style=\"color: #000000;\">100</span>, <span style=\"color: #000000;\">200</span> <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">OF</span> oDlg TRANSPARENT<br /> <br /> oGrp:<span style=\"color: #000000;\">bEraseBkGnd</span> = <span style=\"color: #000000;\">{</span> || <span style=\"color: #00C800;\">nil</span> <span style=\"color: #000000;\">}</span> <br /> <br /> <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">CENTER</span><br /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span><br /> </div>[/code:2cdl70s1][/quote:2cdl70s1]",
"time": "13:07",
"topic": "Bug in Transparent Group",
"username": "Horizon"
}
] |
Bug in Transparent Group
|
[
{
"date": "2010-01-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": ">>\nBut I have lots of groups in my app. It will takes lots of time for me.\n>>\nBetter to modify the TGroup class. Not your program code.",
"time": "13:35",
"topic": "Bug in Transparent Group",
"username": "nageswaragunupudi"
}
] |
Bug in Transparent Group
|
[
{
"date": "2010-01-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Rao,\n\nI have done it since it was changed. But I regularly update fwh every month. I don't want to check it that it was changed or not in every download. I prefer to use unchanged class files from original lib files. \n\nthank anyway.",
"time": "18:30",
"topic": "Bug in Transparent Group",
"username": "Horizon"
}
] |
Bug in Transparent Group
|
[
{
"date": "2015-04-17",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "The following sample freezes if you change 32767 to 32768. Any ideas?\n\n[code=fw:2pm07gjp]<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;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">LOCAL</span> nCom := OPENCOMM<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"COM1\"</span>, <span style=\"color: #000000;\">16384</span>, <span style=\"color: #000000;\">16384</span> <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">LOCAL</span> cDcb<br /><br /> BUILDCOMMDCB<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"COM1:57600,N,8,1\"</span>, @cDcb <span style=\"color: #000000;\">)</span><br /><br /> SETCOMMSTATE<span style=\"color: #000000;\">(</span> nCom, cDcb <span style=\"color: #000000;\">)</span><br /><br /> ? WRITECOMM<span style=\"color: #000000;\">(</span> nCom, SPACE<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">32767</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /><br /> CLOSECOMM<span style=\"color: #000000;\">(</span> nCom <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span></div>[/code:2pm07gjp]\n\nEMG",
"time": "13:53",
"topic": "Bug in WriteComm() [Fixed]",
"username": "Enrico Maria Giordano"
}
] |
Bug in WriteComm() [Fixed]
|
[
{
"date": "2015-04-17",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Enrico\nLook\n<!-- m --><a class=\"postlink\" href=\"https://books.google.es/books?id=kjyIOLYr7yMC&pg=PA299&lpg=PA299&dq=WRITECOMM&source=bl&ots=CNt5P_wPRV&sig=-blZ-EdPdD7OMMJG2nf8c9WsBAc&hl=es&sa=X&ei=yEYxVfPPO8Pj7QaoroDYDg&ved=0CE0Q6AEwCQ#v=onepage&q=WRITECOMM&f=false\">https://books.google.es/books?id=kjyIOL ... MM&f=false</a><!-- m -->\n\nAt end of Page 299",
"time": "19:02",
"topic": "Bug in WriteComm() [Fixed]",
"username": "cnavarro"
}
] |
Bug in WriteComm() [Fixed]
|
[
{
"date": "2015-04-17",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Cristobal,\n\nthank you.\n\nEMG",
"time": "19:39",
"topic": "Bug in WriteComm() [Fixed]",
"username": "Enrico Maria Giordano"
}
] |
Bug in WriteComm() [Fixed]
|
[
{
"date": "2008-06-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "In the following sample, nCol is correctly updated while moving the WINDOW but nRow is always zero:\r\n\r\n[code:1o5m8rxm]#include \"Fivewin.ch\"\n\n\nFUNCTION MAIN()\n\n LOCAL oWnd\n\n DEFINE WINDOW oWnd;\n FROM 10,10 TO 20,70\n\n SET MESSAGE OF oWnd\n\n oWnd:bMoved = { | nRow, nCol | oWnd:SetMsg( LTrim( Str( nRow ) ) + \", \" + LTrim( Str( nCol ) ) ) }\n\n ACTIVATE WINDOW oWnd\n\n RETURN NIL[/code:1o5m8rxm]\r\n\r\nEMG",
"time": "14:28",
"topic": "Bug in bMMoved",
"username": "Enrico Maria Giordano"
}
] |
Bug in bMMoved
|
[
{
"date": "2008-06-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "you write oWnd:bMoved =... my by oWnd:bMMoved",
"time": "14:40",
"topic": "Bug in bMMoved",
"username": "Natter"
}
] |
Bug in bMMoved
|
[
{
"date": "2008-06-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "bMoved is evaluated when the window is moving while bMMoved is evaluated when the mouse is moving. They are two different events.\r\n\r\nEMG",
"time": "17:50",
"topic": "Bug in bMMoved",
"username": "Enrico Maria Giordano"
}
] |
Bug in bMMoved
|
[
{
"date": "2008-06-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\r\n\r\nYou are right, nRow shows as zero. But curiously FWH source code seems to be fine. From the Windows API docs:\r\n\r\nWM_MOVE \r\nxPos = (int) LOWORD(lParam); // horizontal position \r\nyPos = (int) HIWORD(lParam); // vertical position \r\n\r\nAnd this is the FWH code:\r\n[code:19h3pm5m]\n case nMsg == WM_MOVE\n return ::Moved( nLoWord( nLParam ), nHiWord( nLParam ) )\n[/code:19h3pm5m]\r\n\r\nLets double check nLoWord() source code...",
"time": "18:09",
"topic": "Bug in bMMoved",
"username": "Antonio Linares"
}
] |
Bug in bMMoved
|
[
{
"date": "2008-06-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "And nLoWord() source code seems to be fine.\r\n\r\nWe have a mistery <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "18:16",
"topic": "Bug in bMMoved",
"username": "Antonio Linares"
}
] |
Bug in bMMoved
|
[
{
"date": "2008-06-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\r\n\r\nFixed. It was a little bug in the low level source code. \r\n\r\nI email you the fixed lib, thanks",
"time": "18:24",
"topic": "Bug in bMMoved",
"username": "Antonio Linares"
}
] |
Bug in bMMoved
|
[
{
"date": "2008-06-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "It seems that the code you cited is for XPP only, if I'm not wrong:\r\n\r\n[code:1m68lt1g]#ifdef __XPP__\n\nMETHOD HandleEvent( nMsg, nWParam, nLParam ) CLASS TWindow[/code:1m68lt1g]\r\n\r\nEMG",
"time": "18:27",
"topic": "Bug in bMMoved",
"username": "Enrico Maria Giordano"
}
] |
Bug in bMMoved
|
[
{
"date": "2008-06-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":3683wphd]Enrico,\n\nFixed. It was a little bug in the low level source code. \n\nI email you the fixed lib, thanks[/quote:3683wphd]\r\n\r\nThank you!\r\n\r\nEMG",
"time": "18:28",
"topic": "Bug in bMMoved",
"username": "Enrico Maria Giordano"
}
] |
Bug in bMMoved
|
[
{
"date": "2008-06-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":4ia2vlv1]Enrico,\n\nFixed. It was a little bug in the low level source code. \n\nI email you the fixed lib, thanks[/quote:4ia2vlv1]\r\n\r\nIt works fine! Many thanks.\r\n\r\nEMG",
"time": "18:54",
"topic": "Bug in bMMoved",
"username": "Enrico Maria Giordano"
}
] |
Bug in bMMoved
|
[
{
"date": "2008-06-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This was already reported 9 october 2005 , also a error in fivewin.ch\r\n\r\n\r\nON MOVE from dialog or window\r\n\r\n \r\nHello, \r\n\r\nTrying to use ON MOVE , you can try \r\nCode: \r\n\r\n# include \"fivewin.ch\" \r\nFUNC MAIN \r\nLOCAL oWnd \r\nDEFINE WINDOW oWnd FROM 10,10 TO 20,70 \r\nSET MESSAGE OF oWnd TO \"TEST ON MOVE\" CLOCK DATE KEYBOARD NOINSET \r\noWnd:bMoved := {|nRow,nCol|oWnd:setMsg(LTRIM(STR(nRow)) + \" , \" + LTRIM(STR(nCol)))} \r\nACTIVATE DIALOG oWnd \r\nRETURN \r\n \r\n\r\n\r\nNotes : \r\n\r\n1) The result is WRONG , nRow is always 0 \r\n\r\n2) Trying to use the ON MOVE clause can never do the same , nRow or nCol can't be used. \r\n\r\nIt is only possible when fivewin.ch and dialog.ch are changed : \r\n<oWnd>:bMoved [ := \\{ | nRow,nCol | <uMove> \\} ], ; \r\n\r\n3) I am convinced that this behaviour is a ERROR , i reported it already \r\na few days ago . Why no response ???????? \r\n\r\n\r\nFrank\r\n\r\nEnrico Maria Giordano\r\n\r\nI confirm the problem. \r\n\r\nPatricio Avalos Aguirre\r\n \r\nI confirm the problem. \r\n\r\nFWH 2.6, xHarbour 0.99.5, Borland 5.5 \r\n\r\nSaludos \r\nPatricio",
"time": "08:09",
"topic": "Bug in bMMoved",
"username": "demont frank"
}
] |
Bug in bMMoved
|
[
{
"date": "2011-07-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Another erratic problem: sometimes the dialog with the gradient suddenly becomes transparent (never saw under XP, only under Vista and Win7). Any ideas?\n\nEMG",
"time": "07:42",
"topic": "Bug in brush gradient?",
"username": "Enrico Maria Giordano"
}
] |
Bug in brush gradient?
|
[
{
"date": "2011-07-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Can you make it more clear please? Does the dialog suddenly behave like a transparent dialog? Or the entire dialog becomes transparent showing the background behind the dialog like when using null brush?\n\nCan you post a sample code?",
"time": "08:44",
"topic": "Bug in brush gradient?",
"username": "nageswaragunupudi"
}
] |
Bug in brush gradient?
|
[
{
"date": "2011-07-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"nageswaragunupudi\":ob5iwxg5]Can you make it more clear please? Does the dialog suddenly behave like a transparent dialog? Or the entire dialog becomes transparent showing the background behind the dialog like when using null brush?[/quote:ob5iwxg5]\n\nYes, like null brush.\n\n[quote=\"nageswaragunupudi\":ob5iwxg5]Can you post a sample code?[/quote:ob5iwxg5]\n\nSorry, no. The problem is erratic. I can't reproduce it consistently in a sample.\n\nEMG",
"time": "10:43",
"topic": "Bug in brush gradient?",
"username": "Enrico Maria Giordano"
}
] |
Bug in brush gradient?
|
[
{
"date": "2011-07-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nI'm using VISTA.\nI changed my Background-function and it works on Windows and Dialogs without Problem.\nAs well it works perfect together with TFolderex-tabs.\n\nMaybe have a look at it ( extra Gradient-function ).\n\n[code=fw:2kbhn1ag]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">//--------- Backgrounds ------------------------ </span><br /><br /><span style=\"color: #B900B9;\">// c_path := CURDRIVE() + \":\\\" + GETCURDIR() </span><br /><br /><span style=\"color: #B900B9;\">// Samples :</span><br /><br /><span style=\"color: #B900B9;\">// ACTIVATE WINDOW oWnd MAXIMIZED ;</span><br /><span style=\"color: #B900B9;\">// ON INIT WND_BRUSH( oWnd, ; // Object to fill</span><br /><span style=\"color: #B900B9;\">// nWStyle, ; // 1=Color, 2=Gradient, 3=Brush, 4=Image, 5-7= Pred.-styles </span><br /><span style=\"color: #B900B9;\">// lWGrad, ; // .T. = vertical, .F. = horizontal</span><br /><span style=\"color: #B900B9;\">// nWColorF, ; // 1.Gradient- or plain Color with Style = 1</span><br /><span style=\"color: #B900B9;\">// nWColorB, ; // 2. Gradient-color</span><br /><span style=\"color: #B900B9;\">// nWGradPos, ; // Color-position 0 - 1</span><br /><span style=\"color: #B900B9;\">// cWBrush, ; // Brush</span><br /><span style=\"color: #B900B9;\">// cWImage ) // Image</span><br /><br /><span style=\"color: #B900B9;\">// Embedded inside the Dialog, can be changed at Runtime</span><br /><span style=\"color: #B900B9;\">//</span><br /><span style=\"color: #B900B9;\">// DEFINE DIALOG oDlg SIZE 950, 600 OF oWnd PIXEL TRANSPARENT ;</span><br /><span style=\"color: #B900B9;\">// FONT oFont1 TITLE 'Title / xBrowse and Border'</span><br /><span style=\"color: #B900B9;\">//</span><br /><span style=\"color: #B900B9;\">// for Brush and Image only Filename, no Path</span><br /><span style=\"color: #B900B9;\">// WND_BRUSH( oDlg, nDStyle, lDGrad, nDColorF, nDColorB, nDPos, cDBrush, cDImage )</span><br /><span style=\"color: #B900B9;\">//</span><br /><span style=\"color: #B900B9;\">// ACTIVATE DIALOG oDlg CENTERED NOWAIT ;</span><br /><br /><span style=\"color: #00C800;\">FUNCTION</span> WND_BRUSH<span style=\"color: #000000;\">(</span> cControl, nStyle, lDirect, nVColor, nBColor, nMove, cBrush, cImage <span style=\"color: #000000;\">)</span> <br /><span style=\"color: #00C800;\">LOCAL</span> hDC, oBrush, oTmp<br /><span style=\"color: #00C800;\">LOCAL</span> aRect := GETCLIENTRECT<span style=\"color: #000000;\">(</span> cControl <span style=\"color: #000000;\">)</span><br /><span style=\"color: #00C800;\">LOCAL</span> aGrad := <span style=\"color: #000000;\">{</span> <span style=\"color: #000000;\">{</span> nMove, nVColor, nBColor <span style=\"color: #000000;\">}</span>, <span style=\"color: #000000;\">{</span> nMove, nBColor, nVColor <span style=\"color: #000000;\">}</span> <span style=\"color: #000000;\">}</span><br /><br /><span style=\"color: #00C800;\">IF</span> nStyle = <span style=\"color: #000000;\">1</span> <span style=\"color: #B900B9;\">// Color</span><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BRUSH</span> oBrush <span style=\"color: #0000ff;\">COLOR</span> nVColor<br /> SET <span style=\"color: #0000ff;\">BRUSH</span> <span style=\"color: #0000ff;\">OF</span> cControl <span style=\"color: #0000ff;\">TO</span> oBrush<br /> <span style=\"color: #0000ff;\">RELEASE</span> <span style=\"color: #0000ff;\">BRUSH</span> oBrush<br /><span style=\"color: #00C800;\">ENDIF</span><br /><span style=\"color: #00C800;\">IF</span> nStyle = <span style=\"color: #000000;\">2</span> <span style=\"color: #B900B9;\">// Gradient</span><br /> hDC = CreateCompatibleDC<span style=\"color: #000000;\">(</span> cControl:<span style=\"color: #000000;\">GetDC</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /> hBmp = CreateCompatibleBitMap<span style=\"color: #000000;\">(</span> cControl:<span style=\"color: #000000;\">hDC</span>, cControl:<span style=\"color: #000000;\">nWidth</span>, cControl:<span style=\"color: #000000;\">nHeight</span> <span style=\"color: #000000;\">)</span><br /> hBmpOld = SelectObject<span style=\"color: #000000;\">(</span> hDC, hBmp <span style=\"color: #000000;\">)</span><br /> GradientFill<span style=\"color: #000000;\">(</span> hDC, <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">0</span>, cControl:<span style=\"color: #000000;\">nHeight</span>, cControl:<span style=\"color: #000000;\">nWidth</span>, aGrad, lDirect <span style=\"color: #000000;\">)</span><br /> DeleteObject<span style=\"color: #000000;\">(</span> cControl:<span style=\"color: #000000;\">oBrush</span>:<span style=\"color: #000000;\">hBrush</span> <span style=\"color: #000000;\">)</span><br /> oBrush := TBrush<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>:<span style=\"color: #00C800;\">New</span><span style=\"color: #000000;\">(</span> ,,,, hBmp <span style=\"color: #000000;\">)</span><br /> oBrush:<span style=\"color: #000000;\">Cargo</span> := aGrad<br /> SelectObject<span style=\"color: #000000;\">(</span> hDC, hBmpOld <span style=\"color: #000000;\">)</span><br /> cControl:<span style=\"color: #000000;\">ReleaseDC</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> cControl:<span style=\"color: #000000;\">SetBrush</span><span style=\"color: #000000;\">(</span> oBrush <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #0000ff;\">RELEASE</span> <span style=\"color: #0000ff;\">BRUSH</span> oBrush<br /><span style=\"color: #00C800;\">ENDIF</span><br /><span style=\"color: #00C800;\">IF</span> nStyle = <span style=\"color: #000000;\">3</span> <span style=\"color: #B900B9;\">// BMP-Brush</span><br /> <span style=\"color: #00C800;\">IF</span> File<span style=\"color: #000000;\">(</span> c_path + <span style=\"color: #ff0000;\">\"<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\\"</span> + cBrush )<br /> DEFINE BRUSH oBrush FILE c_path + \"</span>\\<span style=\"color: #0000ff;\">Bitmaps</span>\\<span style=\"color: #ff0000;\">\" + cBrush<br /> SET BRUSH OF cControl TO oBrush<br /> RELEASE BRUSH oBrush<br /> ELSE<br /> MsgAlert( \"</span>Cannot load : <span style=\"color: #ff0000;\">\" + CRLF + ;<br /> c_path + \"</span>\\<span style=\"color: #0000ff;\">bitmaps</span>\\<span style=\"color: #ff0000;\">\" + cDBrush, \"</span>Error<span style=\"color: #ff0000;\">\" ) <br /> ENDIF<br />ENDIF<br />IF nStyle = 4 // Image<br /> IF File( c_path + \"</span>\\<span style=\"color: #0000ff;\">bitmaps</span>\\<span style=\"color: #ff0000;\">\" + cImage )<br /> DEFINE BRUSH oBrush FILE c_path + \"</span>\\<span style=\"color: #0000ff;\">Bitmaps</span>\\<span style=\"color: #ff0000;\">\" + cImage<br /> SET BRUSH OF cControl TO oBrush<br /> RELEASE BRUSH oBrush<br /> ELSE<br /> MsgAlert( \"</span>Cannot load : <span style=\"color: #ff0000;\">\" + CRLF + ;<br /> c_path + \"</span>\\<span style=\"color: #0000ff;\">bitmaps</span>\\<span style=\"color: #ff0000;\">\" + cDImage, \"</span>Error<span style=\"color: #ff0000;\">\" ) <br /> ENDIF<br />ENDIF<br />IF nStyle = 5 // Style 1<br /> DEFINE BRUSH oBrush STYLE BORLAND <br /> SET BRUSH OF cControl TO oBrush<br /> RELEASE BRUSH oBrush<br />ENDIF<br />IF nStyle = 6 // Style 2<br /> DEFINE BRUSH oBrush STYLE BRICKS<br /> SET BRUSH OF cControl TO oBrush<br /> RELEASE BRUSH oBrush<br />ENDIF<br />IF nStyle = 7 // Style 3<br /> DEFINE BRUSH oBrush STYLE TILED<br /> SET BRUSH OF cControl TO oBrush<br /> RELEASE BRUSH oBrush<br />ENDIF<br /><br />RETURN NIL<br /></span></div>[/code:2kbhn1ag]\n\nBest Regards\nUwe <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_question.gif\" alt=\":?:\" title=\"Question\" /><!-- s:?: -->",
"time": "11:10",
"topic": "Bug in brush gradient?",
"username": "ukoenig"
}
] |
Bug in brush gradient?
|
[
{
"date": "2011-07-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"ukoenig\":3fo7vusn]Enrico,\n\nI'm using VISTA.\nI changed my Background-function and it works on Windows and Dialogs without Problem.[/quote:3fo7vusn]\n\nYes, I know. I'm unable to reproduce the problem too. But my clients do and they sent me a screenshot of the problem.\n\nEMG",
"time": "12:10",
"topic": "Bug in brush gradient?",
"username": "Enrico Maria Giordano"
}
] |
Bug in brush gradient?
|
[
{
"date": "2011-07-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nPlease post the screenshot if possible, thanks <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "20:11",
"topic": "Bug in brush gradient?",
"username": "Antonio Linares"
}
] |
Bug in brush gradient?
|
[
{
"date": "2011-07-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Here it is:\n\n[img:3v8k13vu]http://www.emagsoftware.it/Transparent.jpg[/img:3v8k13vu]\n\nEMG",
"time": "16:41",
"topic": "Bug in brush gradient?",
"username": "Enrico Maria Giordano"
}
] |
Bug in brush gradient?
|
[
{
"date": "2011-07-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr. EMG\n\nCan we also know the FWH version used to build the application?\nI expect that the brush was created in the ON INIT clause using the logic that was popular till gradient brushes were introduced.\n\nI have a feeling that the way the gradient brushes were created in the init clause and the way the TBrush class compares a new brush with earlier brushes sometimes could result in destruction of the previous gradient brush.\n\nCan we also see a sample that shows your usual way of creating the gradient brush in the init clause?\n\nI *think* the present implementation of gradient/image brushes would not have such a problem.",
"time": "16:50",
"topic": "Bug in brush gradient?",
"username": "nageswaragunupudi"
}
] |
Bug in brush gradient?
|
[
{
"date": "2011-07-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "No, I'm using the present implementation as available in latest FWH release.\n\nEMG",
"time": "17:28",
"topic": "Bug in brush gradient?",
"username": "Enrico Maria Giordano"
}
] |
Bug in brush gradient?
|
[
{
"date": "2011-07-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Enrico Maria Giordano\":3itnxq10]No, I'm using the present implementation as available in latest FWH release.\n\nEMG[/quote:3itnxq10]\nThen we need to do more extensive tests with a number of gradient dialogs in one application. I suggest let us give ourselves some time for this.",
"time": "17:36",
"topic": "Bug in brush gradient?",
"username": "nageswaragunupudi"
}
] |
Bug in brush gradient?
|
[
{
"date": "2011-07-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Ok, no problems.\n\nEMG",
"time": "17:45",
"topic": "Bug in brush gradient?",
"username": "Enrico Maria Giordano"
}
] |
Bug in brush gradient?
|
[
{
"date": "2011-07-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I do not know if you need to help\nI use a gradient (first attempts), and sometimes I was going ...\nThen I removed the \"IF\" and now all ok\n\n STATIC FUNCTION GradBrush( oDlgK,difc,colfinA,colfinB,tgr )\nlocal hDC, hBmp, hBmpOld,obrush\n\n* if Empty( oDlgK:oBrush:hBitmap )\n hDC = CreateCompatibleDC( oDlgK:GetDC() )\n hBmp = CreateCompatibleBitMap( oDlgK:hDC, oDlgK:nWidth, oDlgK:nHeight )\n hBmpOld = SelectObject( hDC, hBmp )\n GradColor( hDC, {0, 0, oDlgK:nHeight, oDlgK:nWidth-difc }, colfinA, colfinB,tgr ) // da TSBUTTON\n* Gradient( hDC, {0, 0, oDlgK:nHeight, oDlgK:nWidth }, rgb(250, 255, 255),colfinB ,.T. )\n DeleteObject( oDlgK:oBrush:hBrush )\n oDlgK:oBrush:hBitmap = hBmp\n oDlgK:oBrush:hBrush = CreatePatternBrush( hBmp )\n SelectObject( hDC, hBmpOld )\n oDlgK:ReleaseDC()\n\n* endif\n\nRETURN NIL\n\nSaluti \nStefano",
"time": "21:04",
"topic": "Bug in brush gradient?",
"username": "stefano"
}
] |
Bug in brush gradient?
|
[
{
"date": "2011-09-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Any news?\n\nEMG",
"time": "15:18",
"topic": "Bug in brush gradient?",
"username": "Enrico Maria Giordano"
}
] |
Bug in brush gradient?
|
[
{
"date": "2009-09-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "In the following sample please try to move the mouse over the button and you will see that the text will move down (and also the bitmap, if present):\n\n[code=fw:2u29w1hk]<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;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">LOCAL</span> oWnd, oBar<br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">WINDOW</span> oWnd<br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTONBAR</span> oBar <span style=\"color: #0000ff;\">OF</span> oWnd <span style=\"color: #000000;\">2007</span>;<br /> <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">50</span>, <span style=\"color: #000000;\">70</span><br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> <span style=\"color: #0000ff;\">OF</span> oBar;<br /> <span style=\"color: #0000ff;\">ACTION</span> oWnd:<span style=\"color: #000000;\">End</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>;<br /> <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Close\"</span><br /><br /> <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">WINDOW</span> oWnd<br /><br /> <span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span></div>[/code:2u29w1hk]\n\nEMG",
"time": "13:18",
"topic": "Bug in buttonbar",
"username": "Enrico Maria Giordano"
}
] |
Bug in buttonbar
|
[
{
"date": "2009-09-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nI tested Buttonbar, because of the new Font-changes. I couldn't notice this effect.\nThe effect of Your specification is included in VTitle using > ANIMATE < on Mouse-Caption.\n\nBest Regards\nUwe <!-- s:roll: --><img src=\"{SMILIES_PATH}/icon_rolleyes.gif\" alt=\":roll:\" title=\"Rolling Eyes\" /><!-- s:roll: -->",
"time": "15:31",
"topic": "Bug in buttonbar",
"username": "ukoenig"
}
] |
Bug in buttonbar
|
[
{
"date": "2009-09-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "You have to use the latest FWH release (9.09) in order to see the problem. It wasn't there in the previous releases.\n\nEMG",
"time": "16:56",
"topic": "Bug in buttonbar",
"username": "Enrico Maria Giordano"
}
] |
Bug in buttonbar
|
[
{
"date": "2009-09-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nI found the Reason for it.\n\nWith the new FWH 9.09, You can define [color=#FF0000:r19etpmu]Fonts for each Button [/color:r19etpmu]of a Buttonbar.\nIt happens only with a not defined Button-Font once on Mouse-Caption.\n\n[img:r19etpmu]http://www.pflegeplus.com/pictures/Buttonb1.jpg[/img:r19etpmu]\n\nThat works now :\n\nDEFINE BUTTON oBtn1 OF oBar FILE c_path + \"\\system\\format.bmp\" MESSAGE \"Test\" ;\nACTION ( oWnd:End() ) ; \nPROMPT \"Test\" [color=#FF0000:r19etpmu]FONT oBtnFont[/color:r19etpmu]\n\noBtn1:SetColor( 0 ) // Black\noBtn1:cToolTip := { \" \" + CRLF + ;\n\"Test 1\" + CRLF + ;\n\"Test 2\", \"T E S T\", 1, 0, 128 }\n\nBest Regards\nUwe <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" title=\"Laughing\" /><!-- s:lol: -->",
"time": "18:12",
"topic": "Bug in buttonbar",
"username": "ukoenig"
}
] |
Bug in buttonbar
|
[
{
"date": "2009-09-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This seems a possible fix (in paint method of TBtnBmp):\n\n[code=fw:1qb8wl0z]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> <span style=\"color: #00C800;\">if</span> ::<span style=\"color: #000000;\">lBarBtn</span><br /> ::<span style=\"color: #000000;\">l2007</span> = ::<span style=\"color: #000000;\">oWnd</span>:<span style=\"color: #000000;\">l2007</span><br /> <span style=\"color: #00C800;\">IF</span> ::<span style=\"color: #000000;\">oFont</span> == <span style=\"color: #00C800;\">NIL</span><br /> <span style=\"color: #00C800;\">if</span> ::<span style=\"color: #000000;\">oWnd</span>:<span style=\"color: #000000;\">oFont</span> != <span style=\"color: #00C800;\">nil</span><br /> <span style=\"color: #00C800;\">if</span> ::<span style=\"color: #000000;\">oWnd</span>:<span style=\"color: #000000;\">oFont</span>:<span style=\"color: #000000;\">cFaceName</span> != <span style=\"color: #ff0000;\">\"Tahoma\"</span><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">FONT</span> oFont <span style=\"color: #0000ff;\">NAME</span> <span style=\"color: #ff0000;\">\"Tahoma\"</span> <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">-11</span><br /> <span style=\"color: #00C800;\">endif</span><br /> <span style=\"color: #00C800;\">else</span><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">FONT</span> oFont <span style=\"color: #0000ff;\">NAME</span> <span style=\"color: #ff0000;\">\"Tahoma\"</span> <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">-11</span><br /> <span style=\"color: #00C800;\">endif</span><br /> ::<span style=\"color: #000000;\">oWnd</span>:<span style=\"color: #000000;\">SetFont</span><span style=\"color: #000000;\">(</span> oFont <span style=\"color: #000000;\">)</span><br /> ::<span style=\"color: #000000;\">SetFont</span><span style=\"color: #000000;\">(</span> oFont <span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">// EMG</span><br /> <span style=\"color: #00C800;\">else</span><br /> ::<span style=\"color: #000000;\">oWnd</span>:<span style=\"color: #000000;\">SetFont</span><span style=\"color: #000000;\">(</span> ::<span style=\"color: #000000;\">oFont</span> <span style=\"color: #000000;\">)</span><br /> ::<span style=\"color: #000000;\">SetFont</span><span style=\"color: #000000;\">(</span> ::<span style=\"color: #000000;\">oFont</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">// EMG</span><br /> <span style=\"color: #00C800;\">endif</span><br /> <span style=\"color: #00C800;\">else</span></div>[/code:1qb8wl0z]\n\nEMG",
"time": "08:15",
"topic": "Bug in buttonbar",
"username": "Enrico Maria Giordano"
}
] |
Bug in buttonbar
|
[
{
"date": "2009-09-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I can confirm this exact same problem. I am using default fonts, and I notice that not all buttons change position. If you move the cursor across the full button bar, all icons will then line up properly.\n\nPehaps this can be resolved in 9.10 ?",
"time": "20:18",
"topic": "Bug in buttonbar",
"username": "TimStone"
}
] |
Bug in buttonbar
|
[
{
"date": "2006-05-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This is a sample (try to select text.txt):\n\n[code:3mn2i1xt]#include \"Fivewin.ch\"\n\n\nFUNCTION MAIN()\n\n LOCAL cDir := REPLICATE( \"X\", 128 )\n\n LMKDIR( cDir )\n\n MEMOWRIT( cDir + \"\\\" + \"test.txt\", \"This is a test\" )\n\n ? CGETFILE32( \"All files (*.*)|*.*\", \"Select a file\", , CURDRIVE() + \":\\\" + CURDIR() + \"\\\" + cDir )\n\n RETURN NIL[/code:3mn2i1xt]\n\nThe problem seems to be that the memory allocated for the selected path+filename is limited to 128 bytes while the maximum length allowed by the file system is 256.\n\nEMG",
"time": "15:13",
"topic": "Bug in cGetFile()",
"username": "Enrico Maria Giordano"
}
] |
Bug in cGetFile()
|
[
{
"date": "2006-05-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I confirm:\n<!-- m --><a class=\"postlink\" href=\"http://fivetechsoft.com/forums/viewtopic.php?t=1843&highlight=cgetfile\">http://fivetechsoft.com/forums/viewtopi ... t=cgetfile</a><!-- m -->\n\nBTW, in your source you use cGetFile32.\n\nRoman",
"time": "16:10",
"topic": "Bug in cGetFile()",
"username": "modicr"
}
] |
Bug in cGetFile()
|
[
{
"date": "2006-05-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Ops, sorry. Anyway, same behaviour.\n\nEMG",
"time": "16:35",
"topic": "Bug in cGetFile()",
"username": "Enrico Maria Giordano"
}
] |
Bug in cGetFile()
|
[
{
"date": "2006-05-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello!\n\n[quote:3dyd4cu3]... while the maximum length allowed by the file system is 256.[/quote:3dyd4cu3]\n\n\"How can I use path names longer than 255 characters?\"\n<!-- m --><a class=\"postlink\" href=\"http://www.windowsitpro.com/Article/ArticleID/14607/14607.html\">http://www.windowsitpro.com/Article/Art ... 14607.html</a><!-- m -->\n[quote:3dyd4cu3]A. Windows NT has a maximum path size defined as MAX_PATH which is 255 characters. It is possible to use more characters by calling the wide (W) version of CreateFile and prefixing \"\\\\?\\\" to the path. The \"\\\\?\\\" tells the function to turn off path parsing. This lets you use paths that are nearly 32,000 Unicode characters long. You must use fully-qualified paths with this technique. This also works with UNC names.\n\nThe \"\\\\?\\\" is ignored as part of the path.\n\nFor example, \"\\\\?\\D:\\documents\\faq.txt\" is seen as \"D:\\documents\\faq.txt\".\n\nPrograms expecting to find legal file lengths may fall over attempting to open a file with a long path. If, for example the buffer they are putting the path into expects a legal file length.[/quote:3dyd4cu3]\n\n<!-- m --><a class=\"postlink\" href=\"http://www.osronline.com/showThread.CFM?link=91868\">http://www.osronline.com/showThread.CFM?link=91868</a><!-- m -->\n[quote:3dyd4cu3]The maximum length of a file/folder is a problem. Almost everything in\nWindows uses a MAXIMUM_FILENAME_LENGTH of 256 and MAX_PATH of 260. But\nthere is also a MAXPATHLEN parameter which is 1024. Any single element of\nthe path is limited to 255 characters.\n\nBut the Unicode versions of several functions permit a maximum path length\nof 32,767 characters, composed of components up to 255 characters in length.\nTo specify such a path, use the \"\\\\?\\\" prefix. For example,\n\"\\\\?\\D:\\<path>\". But many functions don't handle this.\n\nSo 260 *usually* works, but 32K is guaranteed to work. (Note that this is\ncharacters, not bytes -- each Unicode character is 2 bytes.)[/quote:3dyd4cu3]\n\n<!-- m --><a class=\"postlink\" href=\"http://www.cygwin.com/ml/cygwin/2004-10/msg01330.html\">http://www.cygwin.com/ml/cygwin/2004-10/msg01330.html</a><!-- m -->\n[quote:3dyd4cu3]CreateFileA on an nt-based system just converts all strings from MBCS to \nUnicode via the current locale's code page, and then calls CreateFileW. \nCreateFileA is always limited to MAX_PATH.\n\nOn Win98/WinME, it works differently. There is no routine called \nNtCreateFile.\n\nCreateFileW is a dummy routine that always returns an error, unless you \nlink with the Microsoft Layer for Unicode (Unicows.dll). Unicows.dll \ntranslates all UNICODE argument strings to the current code page, and \ncalls CreateFileA.\n\nSo you can always link with CreateFileW, since it always exists, but it \nmay not be functional.\n\nThe special \\\\?\\ prefix doesn't do what you want on Win9x systems, as you \nalways go through CreateFileA, so paths are always limited to MAX_PATH.[/quote:3dyd4cu3]\n\n<!-- m --><a class=\"postlink\" href=\"http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/naming_a_file.asp\">http://msdn.microsoft.com/library/defau ... a_file.asp</a><!-- m -->\n\nRoman",
"time": "17:04",
"topic": "Bug in cGetFile()",
"username": "modicr"
}
] |
Bug in cGetFile()
|
[
{
"date": "2006-05-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"EnricoMaria\":2mvwg39g]The problem seems to be that the memory allocated for the selected path+filename is limited to 128 bytes while the maximum length allowed by the file system is 256.[/quote:2mvwg39g]\n\nReplacing all 128 to 256 and all 127 to 255 in getfile.c solves the problem.\n\nEMG",
"time": "13:28",
"topic": "Bug in cGetFile()",
"username": "Enrico Maria Giordano"
}
] |
Bug in cGetFile()
|
[
{
"date": "2006-05-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nThanks! <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->",
"time": "11:01",
"topic": "Bug in cGetFile()",
"username": "Antonio Linares"
}
] |
Bug in cGetFile()
|
[
{
"date": "2006-05-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "The maximum number of characters in a full path, including the drive letter, colon, leading backslash, file name, and terminating null character, is 260.",
"time": "12:01",
"topic": "Bug in cGetFile()",
"username": "Vladimir Grigoriev"
}
] |
Bug in cGetFile()
|
[
{
"date": "2006-05-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I confirm, you are right.\n\nEMG",
"time": "12:05",
"topic": "Bug in cGetFile()",
"username": "Enrico Maria Giordano"
}
] |
Bug in cGetFile()
|
[
{
"date": "2017-01-30",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "In the following sample, if you select a file in another directory, the next time you run the sample, the other directory is shown instead of the current directory.\n\nAny workaround?\n\n[code=fw:17ivujbn]<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;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> CGETFILE<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"All files (*.*)|*.*\"</span>, <span style=\"color: #ff0000;\">\"Select a file\"</span>, , CURDRIVE<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> + <span style=\"color: #ff0000;\">\":<span style=\"color: #000000;\">\\\"</span> + CURDIR() )<br /><br /> RETURN NIL</span></div>[/code:17ivujbn]\n\nEMG",
"time": "11:11",
"topic": "Bug in cGetFile()",
"username": "Enrico Maria Giordano"
}
] |
Bug in cGetFile()
|
[
{
"date": "2017-01-31",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Enrico,\n\nWe are using the flag OFN_NOCHANGEDIR:\n\n[url:oxuobs33]https://msdn.microsoft.com/en-us/library/windows/desktop/ms646839(v=vs.85).aspx[/url:oxuobs33]\n\n[quote:oxuobs33]Restores the current directory to its original value if the user changed the directory while searching for files.\nThis flag is ineffective for GetOpenFileName[/quote:oxuobs33]\n\nso it seems as it is a GetOpenFileName() bug",
"time": "10:23",
"topic": "Bug in cGetFile()",
"username": "Antonio Linares"
}
] |
Bug in cGetFile()
|
[
{
"date": "2017-01-31",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Most likely.\n\nEMG",
"time": "11:04",
"topic": "Bug in cGetFile()",
"username": "Enrico Maria Giordano"
}
] |
Bug in cGetFile()
|
[
{
"date": "2017-02-17",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Is there any fix for this? I want a certain default directory but I can't rely on it.\nI created an Outlook signature program and I expect it to default to the correct user profile area. If user changes drive/folder then the next time the user cannot updated or add signature correctly.\nTry telling user to change c:\\Users\\+[ProfileName]+\\AppData\\Roaming\\Microsoft\\Signatures\\ if Windows 7 or c:\\Users\\+[ProfileName]+\\Application Data\\Microsoft\\Signatures\\ if Windows 8/10.",
"time": "20:05",
"topic": "Bug in cGetFile()",
"username": "Gale FORd"
}
] |
Bug in cGetFile()
|
[
{
"date": "2017-02-17",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "I followed the link to openfilename in msdn and I read that OFN_NOCHANGEDIR does not work for GetOpenFIlename see quote below.\nIs there another way?\n\n[quote:1v6t7quk]Restores the current directory to its original value if the user changed the directory while searching for files.\n\nThis flag is ineffective for GetOpenFileName.[/quote:1v6t7quk]",
"time": "23:08",
"topic": "Bug in cGetFile()",
"username": "Gale FORd"
}
] |
Bug in cGetFile()
|
[
{
"date": "2017-02-21",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "A possible solution is to save the current directory using GetCurDir() before calling cGetFile() and restore it later using SetCurDir()",
"time": "08:23",
"topic": "Bug in cGetFile()",
"username": "Antonio Linares"
}
] |
Bug in cGetFile()
|
[
{
"date": "2017-02-21",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "This would not solve the problem. cGetFile() would continue to show the changed directory. Is not the current directory of the application that changes, is the directory shown by cGetFile().\n\nAnyway, I just tried your suggestion and it doesn't work.\n\nEMG",
"time": "10:31",
"topic": "Bug in cGetFile()",
"username": "Enrico Maria Giordano"
}
] |
Bug in cGetFile()
|
[
{
"date": "2017-02-21",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "I saw the solution googling for info about it but I had not tried it, so many thanks Enrico for your feedback\n\nStackoverflow seems the right way to look into for a possible solution",
"time": "13:10",
"topic": "Bug in cGetFile()",
"username": "Antonio Linares"
}
] |
Bug in cGetFile()
|
[
{
"date": "2006-01-09",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "I have try to use the cGetfile32() Function and it will not work. The\nFunction cGetfile() Works but not the 32 bit Version.\n\nWhen I call the cGetfile32() Function it will display the Dialog Screen\nand the Screen works and Displays, but when you try to pick a file\nit will not return to the calling program leaveing the function running\nalong with the calling program.\n\nNow the cGetFile() file work's.\n\nI am using Fivewin 2.7 the November Build\nxHarbour Builder from xHarbour.com the October Build.\nHave try the xHarbour version that came with Fivewin.\n\nThank you\nJim Bohanan\n <!-- s:wink: --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\":wink:\" title=\"Wink\" /><!-- s:wink: -->",
"time": "07:56",
"topic": "Bug in cGetFile32() (no bug)",
"username": "J-Bohanan"
}
] |
Bug in cGetFile32() (no bug)
|
[
{
"date": "2006-01-09",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Jim,\n\ncGetfile32() is just for FiveWin 16 bits. For FWH 32 bits you have to use cGetFile().",
"time": "08:45",
"topic": "Bug in cGetFile32() (no bug)",
"username": "Antonio Linares"
}
] |
Bug in cGetFile32() (no bug)
|
[
{
"date": "2006-01-03",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Hola Antonio, \n\neste codigo muestra un error que tiene hace tiempo fwh con los checkbox \ncuando estan contenidos en folder, si empiezas a presionar la tecla tab para moverte entre los controls del dialogo miraras que la primera vez quel el chekbox obtenga foco no mostrara el tipico borde punteado, la siguiente ves lo tomara pero al perder el foco mantiene el borde.\n\nesto no ocurre cuando no aplicas el tema de winxp.\n\n[code:158exehw]\n//win32.prg\n#include \"fivewin.ch\"\n\nPROCEDURE Main()\n\n\tLOCAL oDlg, oFolder\n\tLOCAL cVar0, cVar1, cVar2, lVar1, lVar2\n\n\tcVar0 := space(10)\n\tcVar1 := space(20)\n\tcVar2 := space(20)\n\tlVar1 := .t.\n\tlVar2 := .t.\n\n\tDEFINE DIALOG oDlg NAME \"Main\"\n\n\tREDEFINE GET cVar0 ID 101 OF oDlg\n\n\tREDEFINE FOLDER oFolder ID 102 OF oDlg ;\n\t\tPROMPT \"&Uno\", \"&Dos\" ;\n\t\tDIALOGS \"Page1\", \"Page2\"\n\n\t\tREDEFINE GET cVar1 ID 101 OF oFolder:aDialogs[1]\n\t\tREDEFINE CHECKBOX lVar1 ID 102 OF oFolder:aDialogs[1]\n\n\t\tREDEFINE GET cVar2 ID 101 OF oFolder:aDialogs[2]\n\t\tREDEFINE CHECKBOX lVar2 ID 102 OF oFolder:aDialogs[2]\n\n\tREDEFINE BUTTON ID 103 OF oDlg ACTION oDlg:end()\n\n ACTIVATE DIALOG oDlg CENTERED\n\nRETURN NIL\n\n[/code:158exehw]\n\n[code:158exehw]\n//win32.rc\n1 24 \"winxp.man\"\n\nmain DIALOG 8, 53, 262, 200\nSTYLE DS_MODALFRAME | 0x4L | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU\nCAPTION \"Error de Checkbox en folder\"\nFONT 8, \"MS Sans Serif\"\n{\n LTEXT \"Codigo\", -1, 9, 8, 32, 8\n EDITTEXT 101, 43, 8, 53, 12\n CONTROL \"\", 102, \"SysTabControl32\", 0 | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 4, 27, 256, 151\n PUSHBUTTON \"Cerrar\", 103, 210, 182, 50, 14\n}\n\n\nPage1 DIALOG 6, 15, 161, 114\nSTYLE 0x4L | WS_CHILD | WS_VISIBLE\nFONT 8, \"MS Sans Serif\"\n{\n LTEXT \"Codigo\", -1, 9, 9, 30, 8\n EDITTEXT 101, 36, 9, 51, 12\n CHECKBOX \"Casado\", 102, 37, 24, 49, 12, BS_AUTOCHECKBOX | WS_TABSTOP\n}\n\n\nPage2 DIALOG 6, 15, 161, 114\nSTYLE 0x4L | WS_CHILD | WS_VISIBLE\nFONT 8, \"MS Sans Serif\"\n{\n LTEXT \"Codigo\", -1, 9, 9, 30, 8\n EDITTEXT 101, 36, 9, 51, 12\n CHECKBOX \"Casado\", 102, 37, 24, 49, 12, BS_AUTOCHECKBOX | WS_TABSTOP\n}\n\n[/code:158exehw]",
"time": "19:05",
"topic": "Bug in checkbox in folder (dot border) with themes (fixed)",
"username": "carlos vargas"
}
] |
Bug in checkbox in folder (dot border) with themes (fixed)
|
[
{
"date": "2006-01-03",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "caba aclarar con fwh 2.6, xharbour y harbour, bcc55.\n\nuna imagen del problema\n\n[url=http://img274.imageshack.us/my.php?image=bug5ur.jpg:3kkvow0i][img:3kkvow0i]http://img274.imageshack.us/img274/4716/bug5ur.th.jpg[/img:3kkvow0i][/url:3kkvow0i]\n\nsalu2\ncarlos vargas[/url]",
"time": "19:28",
"topic": "Bug in checkbox in folder (dot border) with themes (fixed)",
"username": "carlos vargas"
}
] |
Bug in checkbox in folder (dot border) with themes (fixed)
|
[
{
"date": "2006-02-03",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Carlos,\n\nEl build de Febrero de FWH soluciona este problema. Hemos tardado en cazarlo, pero al final lo hemos conseguido <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->",
"time": "02:31",
"topic": "Bug in checkbox in folder (dot border) with themes (fixed)",
"username": "Antonio Linares"
}
] |
Bug in checkbox in folder (dot border) with themes (fixed)
|
[
{
"date": "2006-02-09",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Gracias Antonio, <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) --> ya empezaba a temer que lo hubieras olvidado, o que estuviera dificil la cosa <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->, no es posible modificar los fuentes ? \n\nsalu2\ngracias\ncarlos vargas",
"time": "20:45",
"topic": "Bug in checkbox in folder (dot border) with themes (fixed)",
"username": "carlos vargas"
}
] |
Bug in checkbox in folder (dot border) with themes (fixed)
|
[
{
"date": "2006-02-09",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Carlos,\n\nEn FWH 2.7 Febrero se han implementado muchos cambios, sin embargo esto puede solucionarlo,\n\nEn el método Colors( hDC ) de checkbox y radio, hay que implementar este cambio:\n\n[code:3ni5wgpo]\nMETHOD Colors( hDC ) CLASS ...\n\n ...\n\n if IsAppThemed()\n DrawPBack( ::hWnd, hDC )\n endif \n\nreturn ::oBrush:hBrush\n[/code:3ni5wgpo]",
"time": "22:23",
"topic": "Bug in checkbox in folder (dot border) with themes (fixed)",
"username": "Antonio Linares"
}
] |
Bug in checkbox in folder (dot border) with themes (fixed)
|
[
{
"date": "2006-02-10",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "gracias antonio, funciono de esta forma (solo en xharbour)\n\n[code:pscbmbt1]\n...\n/*al inicio de la aplicación*/\nEXTEND CLASS TRADIO\t\tWITH METHOD Colors\nEXTEND CLASS TCHECKBOX WITH METHOD Colors\n...\n[/code:pscbmbt1]\n\n[code:pscbmbt1]\n/*en cualquier parte :-)*/\nSTATIC FUNCTION Colors( hDC )\n\tLOCAL SELF := HB_QSelf()\n\n\tIF IsAppThemed()\n\t\tDrawPBack( ::hWnd, hDC )\n\tENDIF\n\nRETURN ::oBrush:hBrush\n[/code:pscbmbt1]\n\nsalu2\ncarlos vargas",
"time": "19:10",
"topic": "Bug in checkbox in folder (dot border) with themes (fixed)",
"username": "carlos vargas"
}
] |
Bug in checkbox in folder (dot border) with themes (fixed)
|
[
{
"date": "2006-02-20",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Antonio, si bien se corrigio el problema de borde puntedo en el checkbox cuando tienes temas aplicados en winxp, cuando no tiene tema aparece dentro de la region del borde un color blanco de fondo. <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->\n\nsalu2\ncarlos vargas",
"time": "17:57",
"topic": "Bug in checkbox in folder (dot border) with themes (fixed)",
"username": "carlos vargas"
}
] |
Bug in checkbox in folder (dot border) with themes (fixed)
|
[
{
"date": "2006-02-20",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Carlos,\n\nHemos probado el ejemplo samples\\TestFold.prg con y sin temas y está bien. De todas formas hemos implementado una serie de cambios que publicaremos en el build de Marzo.",
"time": "19:55",
"topic": "Bug in checkbox in folder (dot border) with themes (fixed)",
"username": "Antonio Linares"
}
] |
Bug in checkbox in folder (dot border) with themes (fixed)
|
[
{
"date": "2007-06-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Miren te comportamiento:\n\nDEFINE DIALOG oWnd SIZE 300,300\n\n@1,1 BUTTON oBtn ACTION \"HOLA\" OF oDlg\n\noBtn:Disable()\n\nACTIVATE DIALOG oDlg\n\nSe puede observar que el boton es desactivado.\nAhora, si le añadimos la clausula WHEN al boton, ya NO ESTA DISABLE()\n\nNo me digas que lo meta en el ACTIVATE , porque es ya ilegible de la cantidad de cosas que hay que hacer antes del activate...\n\n¿ Alguna solución ?",
"time": "16:57",
"topic": "Bug in clausula WHEN",
"username": "thefull"
}
] |
Bug in clausula WHEN
|
[
{
"date": "2007-06-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Rafa,\n\nAntes del ACTIVATE el botón no tiene un handle válido de control, por lo que no se puede disable",
"time": "17:01",
"topic": "Bug in clausula WHEN",
"username": "Antonio Linares"
}
] |
Bug in clausula WHEN
|
[
{
"date": "2007-06-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":20t4xyw4]Rafa,\n\nAntes del ACTIVATE el botón no tiene un handle válido de control, por lo que no se puede disable[/quote:20t4xyw4]\n\nAntonio, no te has percatado que si no tienes la clausula WHEN SI QUE FUNCIONA!!!\n\nSi le pones la clausula NO FUNCIONA... ¿ capichi.... ? jejeje",
"time": "17:45",
"topic": "Bug in clausula WHEN",
"username": "thefull"
}
] |
Bug in clausula WHEN
|
[
{
"date": "2007-06-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Rafa,\n\nAl enviarle el mensaje Disable() desde PRG se le está enviando un mensaje a bajo nivel con SendMessage() de Windows, que entrá en la cola de mensajes de Windows. Depende de los mensajes pendientes que llegue ó no a procesarse, pues antes tiene que tener un handle valido\n\nNo es fácil de explicar <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "17:59",
"topic": "Bug in clausula WHEN",
"username": "Antonio Linares"
}
] |
Bug in clausula WHEN
|
[
{
"date": "2007-06-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":2wbfomtu]Rafa,\n\nAl enviarle el mensaje Disable() desde PRG se le está enviando un mensaje a bajo nivel con SendMessage() de Windows, que entrá en la cola de mensajes de Windows. Depende de los mensajes pendientes que llegue ó no a procesarse, pues antes tiene que tener un handle valido\n\nNo es fácil de explicar <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->[/quote:2wbfomtu]\n\nOsease, que me estas diciendo, que ahora, depende de los eventos del sistema operativo, puede que NO ME FUNCIONE SIN LA CLAUSULA WHEN ?\n\nVaya hombre, ahora me va a tocar deshacer lo hecho....",
"time": "18:03",
"topic": "Bug in clausula WHEN",
"username": "thefull"
}
] |
Bug in clausula WHEN
|
[
{
"date": "2007-06-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Si haces el <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->isable() desde el ON INIT te aseguras de que tiene un handle válido y que el mensaje le va a llegar al control",
"time": "19:17",
"topic": "Bug in clausula WHEN",
"username": "Antonio Linares"
}
] |
Bug in clausula WHEN
|
[
{
"date": "2016-03-15",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "At moment for new implementation of your code and only if you use clausule COLORLEFT <color>\nIf you use COLORLEFT <color1>, <color2>, not change\nPlease, change in MENU.CH\n\n[quote:2rr7lotn]\n\n [ <oObjMenu> := ] MenuBegin( <.popup.>,, <oCtrl>, <.l2007.>, <.l2010.>,,; //<.lUnicode.>\n <nClrMenu>, <nClrMenutxt>, ;\n [b:2rr7lotn]<nClrBkBa>, <nClrToBa>[/b:2rr7lotn], <nClrHiLi>, <nClrHiLf>, ;\n <nClrHitx>, <nClrHiBr>, <.lMenuBar.>, <oFont>, ;\n <.lColors.>, <.lVert.>, <.l2013.>, <.l2015.>, ;\n [!<.lNoBorder.>], <nClrToBr> ,<nClrBkBr>, <nRightSp>,;\n <nFactor>, <nHeight>, [!<.lInherit.>], <.lInvert.>,;\n <nRound>, <.lUpper.> ) // lUpper is implemented in next version\n\n\n[/quote:2rr7lotn]",
"time": "22:05",
"topic": "Bug in clausule COLORLEFT",
"username": "cnavarro"
}
] |
Bug in clausule COLORLEFT
|
[
{
"date": "2007-11-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "In the following sample it's impossible to move the focus from the combobox using TAB o ENTER:\n\n[code:16a0553n]#include \"Fivewin.ch\"\n\n\nFUNCTION MAIN()\n\n LOCAL oDlg\n\n LOCAL cVar := SPACE( 20 )\n\n DEFINE DIALOG oDlg\n\n @ 1, 1 COMBOBOX cVar;\n ITEMS { \"First\", \"Second\", \"Third\" };\n STYLE CBS_DROPDOWN\n\n @ 3, 1 BUTTON \"&Close\" ACTION oDlg:End()\n\n ACTIVATE DIALOG oDlg;\n CENTER\n\n RETURN NIL[/code:16a0553n]\n\nEMG",
"time": "19:22",
"topic": "Bug in combobox",
"username": "Enrico Maria Giordano"
}
] |
Bug in combobox
|
[
{
"date": "2007-11-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nIndeed, and it is not the only one.\n\nIn the FWH version prior to 7.09, one could choose an item in a combobox, using the first character. In your example, choosing used to be possible by typing a \"F\", \"S\" or \"T\".\n\nSince FWH version 7.09, that isn't possible anymore. Therefor I still use the combobox class of FWH 7.04.\n\nMaybe Antonio can use both our problems.\n\nThanks.",
"time": "21:14",
"topic": "Bug in combobox",
"username": "driessen"
}
] |
Bug in combobox
|
[
{
"date": "2007-11-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nFixed, several changes are required:\n\nClass TGet Method KeyChar:\n[code:28689k8j]\n if ::bKeyChar != nil\n if Eval( ::bKeyChar, nKey, nFlags, Self ) == 0\n return 0\n endif \n endif \n[/code:28689k8j]\nClass TComboBox:\n[code:28689k8j]\n ::oGet:bKeyChar = { | nKey | If( nKey == VK_TAB .or. nKey == VK_RETURN,;\n \t ( ::oWnd:GoNextCtrl( ::hWnd ), 0 ), ) }\n[/code:28689k8j]",
"time": "01:23",
"topic": "Bug in combobox",
"username": "Antonio Linares"
}
] |
Bug in combobox
|
[
{
"date": "2007-11-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Michel,\n\nThe problem is that following the advise of a FW user, incremental search was implemented on comboboxes and that browse backwards compatibility.\n\nShould we avoid the incremental search feature and restore Windows default behavior there ? Or allow the incremental search as an optional clause ?\n<!-- m --><a class=\"postlink\" href=\"http://fivetechsoft.com/forums/viewtopic.php?t=6882&start=0&postdays=0&postorder=asc&highlight=incremental\">http://fivetechsoft.com/forums/viewtopi ... ncremental</a><!-- m -->",
"time": "01:28",
"topic": "Bug in combobox",
"username": "Antonio Linares"
}
] |
Bug in combobox
|
[
{
"date": "2007-11-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "My personal opinion is that by default we should provide Windows default behavior. That is how generally users expect any windows software to behave.\n\nIncremental search has its own benefits and can be offered as an option. \n\nFor consideration",
"time": "02:39",
"topic": "Bug in combobox",
"username": "nageswaragunupudi"
}
] |
Bug in combobox
|
[
{
"date": "2007-11-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI agree with nageswaragunupudi, windows standard behavior should be the standard of fivewin. Enhanced incremental search should be optional, it can be a very useful feature.\n\nIn TCombobox, where must the patch be inserted ?",
"time": "09:48",
"topic": "Bug in combobox",
"username": "StefanHaupt"
}
] |
Bug in combobox
|
[
{
"date": "2007-11-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Stefan,\n\nLines 247 and 320",
"time": "10:09",
"topic": "Bug in combobox",
"username": "Antonio Linares"
}
] |
Bug in combobox
|
[
{
"date": "2007-11-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Ok, thanks",
"time": "09:23",
"topic": "Bug in combobox",
"username": "StefanHaupt"
}
] |
Bug in combobox
|
[
{
"date": "2005-12-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "The following sample freezes with the latest FWH (it worked ok with a previous FWH release):\n\n[code:nsmajxg0]#include \"Fivewin.ch\"\n\n\nFUNCTION MAIN()\n\n LOCAL oDlg\n\n LOCAL oGet, cTxt := \"\"\n\n LOCAL nCom\n\n DEFINE DIALOG oDlg;\n SIZE 500, 500;\n TITLE \"Terminal\"\n\n @ 0, 0 GET oGet VAR cTxt MEMO\n\n oGet:bKeyDown = { | nKey | Tasti( nCom, nKey ) }\n oGet:bKeyChar = { | nKey | 0 }\n\n ACTIVATE DIALOG oDlg;\n ON INIT ( oGet:Move( 0, 0, 500, 500 ),;\n nCom := APRICOM( oDlg, oGet ),;\n IF( nCom < 0, oDlg:End(), ) );\n CENTER\n\n IF nCom >= 0; CLOSECOMM( nCom ); ENDIF\n\n RETURN NIL\n\n\nSTATIC FUNCTION TASTI( nCom, nKey )\n\n SENDSTR( nCom, CHR( nKey ) )\n\n RETURN NIL\n\n\nSTATIC FUNCTION APRICOM( oDlg, oGet )\n\n LOCAL nCom, cDcb\n\n BEGIN SEQUENCE\n nCom = OPENCOMM( \"COM1\", 16384, 16384 )\n\n IF nCom < 0\n ? \"Errore di apertura della porta di comunicazione.\"\n BREAK\n ENDIF\n\n BUILDCOMMDCB( \"COM1:115200,N,8,1\", @cDcb )\n\n IF !SETCOMMSTATE( cDcb )\n ? \"Errore di impostazione della porta di comunicazione.\"\n BREAK\n ENDIF\n\n oDlg:bCommNotify = { | nCom | Connect( nCom, oGet ),;\n EnableCommNotification( nCom, oDlg:hWnd, 1, -1 ) }\n\n IF !ENABLECOMMNOTIFICATION( nCom, oDlg:hWnd, 1, -1 )\n ? \"Errore di abilitazione della notifica.\"\n BREAK\n ENDIF\n RECOVER\n nCom = -1\n END SEQUENCE\n\n RETURN nCom\n\n\nSTATIC FUNCTION CONNECT( nCom, oGet )\n\n ENABLECOMMNOTIFICATION( nCom, 0, 1, -1 )\n\n oGet:Append( RECEIVESTR( nCom ) )\n\n RETURN NIL\n\n\nSTATIC FUNCTION SENDSTR( nCom, cString )\n\n LOCAL nBytes := WRITECOMM( nCom, cString )\n\n RETURN nBytes = 0 .OR. nBytes = LEN( cString )\n\n\nSTATIC FUNCTION RECEIVESTR( nCom )\n\n LOCAL cBuf := SPACE( 1000 )\n\n RETURN LEFT( cBuf, READCOMM( nCom, @cBuf ) )[/code:nsmajxg0]\n\nEMG",
"time": "15:15",
"topic": "Bug in comm.c",
"username": "Enrico Maria Giordano"
}
] |
Bug in comm.c
|
[
{
"date": "2005-12-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nFWH COMM functions are still buggy. They should not be used <!-- s:( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":(\" title=\"Sad\" /><!-- s:( -->",
"time": "18:17",
"topic": "Bug in comm.c",
"username": "Antonio Linares"
}
] |
Bug in comm.c
|
[
{
"date": "2005-12-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "It maybe but it seems to be worst in the latest release. I can send you the latest working comm.c if you want.\n\nEMG",
"time": "18:22",
"topic": "Bug in comm.c",
"username": "Enrico Maria Giordano"
}
] |
Bug in comm.c
|
[
{
"date": "2005-12-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nYes, please email me the comm.c that was working for you. Thanks.",
"time": "18:38",
"topic": "Bug in comm.c",
"username": "Antonio Linares"
}
] |
Bug in comm.c
|
[
{
"date": "2005-12-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nYes, please replace the actual comm.c with the previous one. We thought it was going to provide a better functionality, but no, things get worse.\n\nI don't want to blame MS but I can't understand how they don't provide this functionality built-in as it was on 16 bits, same as there is no a DrawBitmap() for a GUI since the early days of Windows...\n\nThats why we were doing some research on mscomm32.ocx",
"time": "18:51",
"topic": "Bug in comm.c",
"username": "Antonio Linares"
}
] |
Bug in comm.c
|
[
{
"date": "2005-12-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":10dgvm95]Enrico,\n\nYes, please replace the actual comm.c with the previous one. We thought it was going to provide a better functionality, but no, things get worse.[/quote:10dgvm95]\n\nI already done so. <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\n[quote:10dgvm95]I don't want to blame MS but I can't understand how they don't provide this functionality built-in as it was on 16 bits, same as there is no a DrawBitmap() for a GUI since the early days of Windows...[/quote:10dgvm95]\n\nI agree. The MS guy who designed the API layer did not make a good work for me.\n\n[quote:10dgvm95]Thats why we were doing some research on mscomm32.ocx[/quote:10dgvm95]\n\nI would prefer the current APIs that don't need any additional component.\n\nEMG",
"time": "19:13",
"topic": "Bug in comm.c",
"username": "Enrico Maria Giordano"
}
] |
Bug in comm.c
|
[
{
"date": "2005-12-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\n> I would prefer the current APIs that don't need any additional component. \n\nMe too. \n\nAnyhow, lets work to properly implement COMM support for 32 bits.",
"time": "20:18",
"topic": "Bug in comm.c",
"username": "Antonio Linares"
}
] |
Bug in comm.c
|
[
{
"date": "2011-12-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "The functions cFileNoPath() and cFileSubDir() have been changed so now they don't return uppercase string anymore. Can I revert that changes?\n\nEMG",
"time": "00:49",
"topic": "Bug in filename.prg",
"username": "Enrico Maria Giordano"
}
] |
Bug in filename.prg
|
[
{
"date": "2009-05-14",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "When I delete a page from the folder the groupbox in one of the reamaining pages bug's\n\nBefore delete = Right\n<!-- m --><a class=\"postlink\" href=\"http://www.imagebam.com/image/37952535768261\">http://www.imagebam.com/image/37952535768261</a><!-- m -->\n\nAfter delete = Wrong\n<!-- m --><a class=\"postlink\" href=\"http://www.imagebam.com/image/7ddd8b35768265\">http://www.imagebam.com/image/7ddd8b35768265</a><!-- m -->\n\n\n\nOther \"bug\" is that the folder class don't have a visual effect to show if a page is enabled or not.\n\nEdited: changed the link to the images, the other \"bug\" has been explained.",
"time": "19:40",
"topic": "Bug in folder",
"username": "sambomb"
}
] |
Bug in folder
|
[
{
"date": "2009-05-16",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Sambomb,\n\nYour posted pictures are not visible. Please repost them, thanks\n\n>\nOther \"bug\" is that the folder class don't have a visual effect to show if a page is enabled or not.\n>\n\nIt is not a bug. The Windows API does not provide it.",
"time": "19:56",
"topic": "Bug in folder",
"username": "Antonio Linares"
}
] |
Bug in folder
|
[
{
"date": "2014-07-09",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "In the sample below, uncommenting the first PROMPT clause the font is reverted to the default one:\n\n[code=fw:1gqduvoh]<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;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">LOCAL</span> oDlg, oFnt<br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">FONT</span> oFnt <span style=\"color: #0000ff;\">NAME</span> <span style=\"color: #ff0000;\">\"Arial\"</span> <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">-9</span><br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg<br /><br /> <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg;<br /> <span style=\"color: #0000ff;\">ON</span> <span style=\"color: #0000ff;\">INIT</span> TOOLBAR<span style=\"color: #000000;\">(</span> oDlg, oFnt <span style=\"color: #000000;\">)</span>;<br /> <span style=\"color: #0000ff;\">CENTER</span><br /><br /> <span style=\"color: #0000ff;\">RELEASE</span> <span style=\"color: #0000ff;\">FONT</span> oFnt<br /><br /> <span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span><br /><br /><br /><span style=\"color: #00C800;\">STATIC</span> <span style=\"color: #00C800;\">FUNCTION</span> TOOLBAR<span style=\"color: #000000;\">(</span> oDlg, oFnt <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTONBAR</span> <span style=\"color: #0000ff;\">OF</span> oDlg <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">40</span>, <span style=\"color: #000000;\">40</span> <span style=\"color: #000000;\">2007</span><br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> <span style=\"color: #0000ff;\">OF</span> oDlg:<span style=\"color: #000000;\">oBar</span>;<br /><span style=\"color: #B900B9;\">// PROMPT \"Test\"</span><br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> <span style=\"color: #0000ff;\">OF</span> oDlg:<span style=\"color: #000000;\">oBar</span>;<br /> <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Test\"</span>;<br /> <span style=\"color: #0000ff;\">FONT</span> oFnt<br /><br /> <span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span></div>[/code:1gqduvoh]\n\nEMG",
"time": "18:32",
"topic": "Bug in font management? [Solved]",
"username": "Enrico Maria Giordano"
}
] |
Bug in font management? [Solved]
|
[
{
"date": "2014-07-10",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Enrico,\n\nI think it is not a font bug but a TbtnBmp bug. As there is a prompt in the first button, a default font is created, and then on the next button the new used font is not taken into account.\n\nI need to finish the new Class TBtnBmp Method Paint (I am reorganizing it) and it will be much easier to solve it.",
"time": "03:22",
"topic": "Bug in font management? [Solved]",
"username": "Antonio Linares"
}
] |
Bug in font management? [Solved]
|
[
{
"date": "2014-07-10",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Enrico,\n\nPlease look for hOldFont in Class TBtnBmp where it is assigned and change it this way:\n\n hOldFont = SelectObject( ::hDC, ::oFont:hFont )\n\nThat solves it <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "05:19",
"topic": "Bug in font management? [Solved]",
"username": "Antonio Linares"
}
] |
Bug in font management? [Solved]
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.