messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2009-10-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr EMG\nMay I ask, if this works correctly in native (x)Harbour without FWH ? Is this problem only with FWH ?", "time": "17:52", "topic": "Bug in TGet", "username": "nageswaragunupudi" } ]
Bug in TGet
[ { "date": "2009-12-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Any news?\n\nEMG", "time": "12:43", "topic": "Bug in TGet", "username": "Enrico Maria Giordano" } ]
Bug in TGet
[ { "date": "2009-12-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nTesting Your example, I noticed, a RETURN or moving to the next Get,\nrefreshes the Format.\n\n[img:2ef19mxn]http&#58;//www&#46;pflegeplus&#46;com/pictures/focus1&#46;jpg[/img:2ef19mxn]\n\nBest Regards\nUwe <!-- s:lol: ...
Bug in TGet
[ { "date": "2009-12-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes, but as you can see one digit out of four is missing.\n\nEMG", "time": "16:06", "topic": "Bug in TGet", "username": "Enrico Maria Giordano" } ]
Bug in TGet
[ { "date": "2009-12-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nI use FWH 9.11 and the latest version (11/2009) of xHarbour Builder.\n\nI did some tests and I found no problem at all : not with 1 get and not with 2 gets.\n\nI don't know what's happening.", "time": "00:48", "...
Bug in TGet
[ { "date": "2009-12-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Are you sure? Please, can you send me your EXE to test it here?\n\nEMG", "time": "00:53", "topic": "Bug in TGet", "username": "Enrico Maria Giordano" } ]
Bug in TGet
[ { "date": "2009-12-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nYou can download an EXE-file at [url:vn39ztfk]http&#58;//www&#46;ma-consult&#46;be/test&#46;exe[/url:vn39ztfk].\n\nPlease let me know when you have used the test so I can deleted it from my webspace.\n\nGood luck.", ...
Bug in TGet
[ { "date": "2009-12-04", "forum": "FiveWin for Harbour/xHarbour", "text": "I just downloaded it and tested, thank you. It shows the problem. If you paste this string:\n\n123456789012345678901234567890\n\nyou will get\n\n123-567-901-345-789-123-567-90 - - - - \n\nAs you can see, 4 is missing, 8 is missing...
Bug in TGet
[ { "date": "2009-12-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nIndeed, the problems occurs when pasting.", "time": "13:10", "topic": "Bug in TGet", "username": "driessen" } ]
Bug in TGet
[ { "date": "2009-12-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes, as I wrote in the first message of this thread. <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nEMG", "time": "13:12", "topic": "Bug in TGet", "username": "En...
Bug in TGet
[ { "date": "2009-12-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nI think it is not a FWH bug, I explain you why <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nIn Clipper or in Harbour we can not \"paste\" a value into a GET, we ...
Bug in TGet
[ { "date": "2009-12-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nThis small example shows more clearly what I mean:\n[code=fw:3vbh7zsn]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />    <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;...
Bug in TGet
[ { "date": "2009-12-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nI am reviewing Transform() docs and it does not manage \"-\" in any way. It has no special meaning for Transform():\n\n[url:1yy3k403]http&#58;//www&#46;ousob&#46;com/ng/53guide/nga46c2&#46;php[/url:1yy3k403]\n\nGET's PI...
Bug in TGet
[ { "date": "2009-12-04", "forum": "FiveWin for Harbour/xHarbour", "text": "This is my understanding of the behavior of non-template characters in the picture clause, consistent from the days of Clipper till now in (x)Harbour.\n\nWhen a picture clause containing non-template characters is used to transfor...
Bug in TGet
[ { "date": "2009-12-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Rao,\n\nMany thanks for the very valuables examples.\n\nI think this may be the way to go:\nTransform( 123456789, \"999-999-999\" ) --> \"123-456-789\"\n\nWe could check the type() of the pasted value and if numeric, then use Val(...
Bug in TGet
[ { "date": "2009-12-04", "forum": "FiveWin for Harbour/xHarbour", "text": "You are right. But the following pure Clipper samples works fine if we paste in the console:\n\n[code=fw:2p7uwod6]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">FUNCTION</span> MAIN...
Bug in TGet
[ { "date": "2009-12-04", "forum": "FiveWin for Harbour/xHarbour", "text": "ops, cVar is character type, so we can't use Val()...", "time": "15:27", "topic": "Bug in TGet", "username": "Antonio Linares" } ]
Bug in TGet
[ { "date": "2009-12-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nI think thats because console's paste types each character, one by one.\n\nMaybe thats the way to go: We could use a for next to type each pasted character", "time": "15:29", "topic": "Bug in TGet", "usernam...
Bug in TGet
[ { "date": "2009-12-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nThis change in FWH Class TGet seems to work fine <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n[code=fw:oi1qmlm9]<div class=\"fw\" id=\"{CB}\" style=\"font-family: ...
Bug in TGet
[ { "date": "2009-12-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Cursor position was not properly set. Now it is fine:\n[code=fw:283xotcz]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nbsp; &nbsp; &nbsp; <span style=\"color: #00C800;\">case</span> nMsg == WM_PASTE<br />...
Bug in TGet
[ { "date": "2009-12-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you.\n\nEMG", "time": "13:32", "topic": "Bug in TGet", "username": "Enrico Maria Giordano" } ]
Bug in TGet
[ { "date": "2009-12-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Works like a charm!\n\nEMG", "time": "16:11", "topic": "Bug in TGet", "username": "Enrico Maria Giordano" } ]
Bug in TGet
[ { "date": "2009-12-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Great Antonio !!!", "time": "16:54", "topic": "Bug in TGet", "username": "Massimo Linossi" } ]
Bug in TGet
[ { "date": "2011-06-24", "forum": "FiveWin for Harbour/xHarbour", "text": "In the following sample, please click on the second get and you will see the caret placed on the next digit and not on the clicked digit.\n\n[code=fw:f59i4b9e]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span s...
Bug in TGet
[ { "date": "2011-07-05", "forum": "FiveWin for Harbour/xHarbour", "text": "EMG,\n\nthat obviously only happens if the 2nd get doesn't have the focus. As soon as it has the focus everything is OK. So maybe it has something to do what happens if the get gets the focus?", "time": "10:26", "topic": "...
Bug in TGet
[ { "date": "2011-07-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes, it happens when you click on the second GET.\n\nEMG", "time": "10:30", "topic": "Bug in TGet", "username": "Enrico Maria Giordano" } ]
Bug in TGet
[ { "date": "2021-08-13", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "In this sample, the size of the GET is very small:\n\n[code=fw:78bga99m]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #f...
Bug in TGet
[ { "date": "2021-08-13", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "Enrico,\n\nIf you use:\n\nLOCAL cVar := Replicate( \"X\", 30 )\n\nwould the shown width be correct ?", "time": "13:27", "topic": "Bug in TGet", "username": "Antonio Linares" } ]
Bug in TGet
[ { "date": "2021-08-13", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "Yes, it is.\n\nEMG", "time": "13:41", "topic": "Bug in TGet", "username": "Enrico Maria Giordano" } ]
Bug in TGet
[ { "date": "2016-11-05", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "In the following sample, please change the number and press TAB. The new number doesn't properly align to right.\n\n[code=fw:kqbpcd2a]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span sty...
Bug in TGet [Fixed]
[ { "date": "2016-11-07", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "Enrico,\n\nThis seems as a valid temporary solution:\n[code=fw:5s6qwca6]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #f...
Bug in TGet [Fixed]
[ { "date": "2016-11-07", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "Thank you. It's not something that I need to use. I only noticed this problem and reported here. <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nEMG", ...
Bug in TGet [Fixed]
[ { "date": "2017-05-08", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "This bug is still not fixed.\n\nEMG", "time": "13:18", "topic": "Bug in TGet [Fixed]", "username": "Enrico Maria Giordano" } ]
Bug in TGet [Fixed]
[ { "date": "2017-05-08", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "Enrico,\n\nPlease add these lines at the end of Class TGet Method KeyChar()\n\n[code=fw:22kgic3a]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">  #ifndef __CLIPPER__<br />               <spa...
Bug in TGet [Fixed]
[ { "date": "2017-05-08", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "Changes included in FWH 17.05\n\nmany thanks", "time": "18:03", "topic": "Bug in TGet [Fixed]", "username": "Antonio Linares" } ]
Bug in TGet [Fixed]
[ { "date": "2017-05-08", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "Thank you.\n\nEMG", "time": "18:21", "topic": "Bug in TGet [Fixed]", "username": "Enrico Maria Giordano" } ]
Bug in TGet [Fixed]
[ { "date": "2007-01-15", "forum": "FiveWin for Harbour/xHarbour", "text": "This is the sample. Try pressing a digit and you will get the separator dots on the GET.\n\n[code:2wotm1pd]#include \"Fivewin&#46;ch\"\n\n\nFUNCTION MAIN&#40;&#41;\n\n LOCAL oDlg\n\n LOCAL nVar &#58;= 0\n\n DEFINE DIALOG ...
Bug in TGet with latest xHarbour from CVS
[ { "date": "2007-01-15", "forum": "FiveWin for Harbour/xHarbour", "text": "It is a bug in xHarbour's GET class:\n\n[code:19qmuk52]FUNCTION MAIN&#40;&#41;\n\n LOCAL GetList &#58;= &#123;&#125;\n\n LOCAL nVar1 &#58;= 0\n LOCAL nVar2 &#58;= 0\n\n CLS\n\n @ 10, 10 GET nVar1;\n PICT...
Bug in TGet with latest xHarbour from CVS
[ { "date": "2007-01-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico, this is after or before this entry:\n\n2007-01-07 16:45 UTC-0300 Eduardo Fernandes <modalsist@yahoo.com.br>\n 258 * source/rtl/tget.prg\n 259 ! fixed parsepict() method to avoid replacing commas by spaces, in\n 26...
Bug in TGet with latest xHarbour from CVS
[ { "date": "2007-01-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\n> Already reported to xHarbour developers list. \n\nThanks!", "time": "04:00", "topic": "Bug in TGet with latest xHarbour from CVS", "username": "Antonio Linares" } ]
Bug in TGet with latest xHarbour from CVS
[ { "date": "2007-01-16", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Nop\":37yob631]Enrico, this is after or before this entry:\n\n2007-01-07 16:45 UTC-0300 Eduardo Fernandes <modalsist@yahoo.com.br>\n 258 * source/rtl/tget.prg\n 259 ! fixed parsepict() method to avoid replacing co...
Bug in TGet with latest xHarbour from CVS
[ { "date": "2007-01-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nI have a problem when pressing . to enter numbers to the right of the decimal and the original number to the left of the decimal is not cleared. \n\nFor example, I have a number 123.45. If I press .67 the 123 remains ...
Bug in TGet with latest xHarbour from CVS
[ { "date": "2007-01-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Please show a self-contained sample of the problem.\n\nEMG", "time": "13:41", "topic": "Bug in TGet with latest xHarbour from CVS", "username": "Enrico Maria Giordano" } ]
Bug in TGet with latest xHarbour from CVS
[ { "date": "2007-01-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nThanks for the reply. I was simply compiling a small FWH sample to test. This sample works when compiled with FWH and xBuilder Mar06 but with xBuilder Oct 06 and Jan 07 I get the behaviour I described.\n\nThanks,\nRan...
Bug in TGet with latest xHarbour from CVS
[ { "date": "2007-01-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Confirmed. Just reported to the xHarbour developers list with the following sample:\n\n[code:srt9vhty]#include \"Inkey&#46;ch\"\n\n\nFUNCTION MAIN&#40;&#41;\n\n LOCAL GetList &#58;= &#123;&#125;\n\n LOCAL nVar &#58;= 123&#46...
Bug in TGet with latest xHarbour from CVS
[ { "date": "2007-01-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nThanks!", "time": "18:06", "topic": "Bug in TGet with latest xHarbour from CVS", "username": "Antonio Linares" } ]
Bug in TGet with latest xHarbour from CVS
[ { "date": "2007-01-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nThanks alot! I really appreciate you taking the time to look at this.\n\nBest Regards,\nRandal Ferguson", "time": "20:02", "topic": "Bug in TGet with latest xHarbour from CVS", "username": "Randal" } ]
Bug in TGet with latest xHarbour from CVS
[ { "date": "2007-01-30", "forum": "FiveWin for Harbour/xHarbour", "text": "The bug has been fixed but the result is not what you expected. Now the xHarbour GET class behavior is Clipper compatible but you have to change FWH TGet class to get the same behavior:\n\n[code:2vqlrub2]if &#58;&#58;oGet&#58;Type...
Bug in TGet with latest xHarbour from CVS
[ { "date": "2007-01-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nDoes your change work fine with Harbour too ? thanks", "time": "12:28", "topic": "Bug in TGet with latest xHarbour from CVS", "username": "Antonio Linares" } ]
Bug in TGet with latest xHarbour from CVS
[ { "date": "2007-01-30", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":1h0f7en0]Enrico,\n\nDoes your change work fine with Harbour too ? thanks[/quote:1h0f7en0]\n\nYes, it seems so.\n\nEMG", "time": "13:00", "topic": "Bug in TGet with latest xHarbour from CVS", ...
Bug in TGet with latest xHarbour from CVS
[ { "date": "2007-01-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks!", "time": "13:03", "topic": "Bug in TGet with latest xHarbour from CVS", "username": "Antonio Linares" } ]
Bug in TGet with latest xHarbour from CVS
[ { "date": "2007-02-02", "forum": "FiveWin for Harbour/xHarbour", "text": "hi, the error now is when i press \".\" , only dec is saved in get. im using last cvs, fwh 2.8 , and EMG solution.", "time": "12:09", "topic": "Bug in TGet with latest xHarbour from CVS", "username": "Nop" } ]
Bug in TGet with latest xHarbour from CVS
[ { "date": "2007-02-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Can you show me a sample of the problem?\n\nEMG", "time": "12:16", "topic": "Bug in TGet with latest xHarbour from CVS", "username": "Enrico Maria Giordano" } ]
Bug in TGet with latest xHarbour from CVS
[ { "date": "2007-02-02", "forum": "FiveWin for Harbour/xHarbour", "text": "EMG, using the samples above, try press \".\", only the decimal part is saved in get. thanks", "time": "13:07", "topic": "Bug in TGet with latest xHarbour from CVS", "username": "Nop" } ]
Bug in TGet with latest xHarbour from CVS
[ { "date": "2007-02-02", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Nop\":kv7a94cn]EMG, using the samples above, try press \".\", only the decimal part is saved in get. thanks[/quote:kv7a94cn]\n\nPressing \",\" or \".\" makes no difference for me. The number is zeroed. What do you get ins...
Bug in TGet with latest xHarbour from CVS
[ { "date": "2007-02-02", "forum": "FiveWin for Harbour/xHarbour", "text": "EMG, try the samples below, but without picture, \n@ 10, 10 GET nVar\nwhen press, \".\", is showed \"1.00\", but after enter, only \"1\", stay in get, decimal part is cut.\nthanks", "time": "18:46", "topic": "Bug in TGet w...
Bug in TGet with latest xHarbour from CVS
[ { "date": "2007-02-02", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Nop\":1ri66ub4]EMG, try the samples below, but without picture, \n@ 10, 10 GET nVar\nwhen press, \".\", is showed \"1.00\", but after enter, only \"1\", stay in get, decimal part is cut.\nthanks[/quote:1ri66ub4]\n\nOk. So...
Bug in TGet with latest xHarbour from CVS
[ { "date": "2007-02-02", "forum": "FiveWin for Harbour/xHarbour", "text": "EMG, but you confirm this? thanks", "time": "20:02", "topic": "Bug in TGet with latest xHarbour from CVS", "username": "Nop" } ]
Bug in TGet with latest xHarbour from CVS
[ { "date": "2007-02-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes.\n\nEMG", "time": "20:05", "topic": "Bug in TGet with latest xHarbour from CVS", "username": "Enrico Maria Giordano" } ]
Bug in TGet with latest xHarbour from CVS
[ { "date": "2007-02-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Nop,\n\nUse PICTURE \"9999999.99\"", "time": "10:27", "topic": "Bug in TGet with latest xHarbour from CVS", "username": "Antonio Linares" } ]
Bug in TGet with latest xHarbour from CVS
[ { "date": "2007-02-03", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":2v26uimq]Nop,\n\nUse PICTURE \"9999999.99\"[/quote:2v26uimq]\n\nYes, of course. But pure Clipper and [x]Harbour behavior is different.\n\nEMG", "time": "11:30", "topic": "Bug in TGet with latest ...
Bug in TGet with latest xHarbour from CVS
[ { "date": "2007-02-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nyes, right, its just a workaround to solve the problem", "time": "12:12", "topic": "Bug in TGet with latest xHarbour from CVS", "username": "Antonio Linares" } ]
Bug in TGet with latest xHarbour from CVS
[ { "date": "2007-04-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nIn TGet, line 885, there is:\n[code:eqm3k0kg]&#58;&#58;oWnd&#58;GoNextControl&#40; &#58;&#58;hWnd &#41;[/code:eqm3k0kg]\nShould it not be:\n[code:eqm3k0kg]&#58;&#58;oWnd&#58;GoNextCtrl&#40; &#58;&#58;hWnd &#41;[/code:e...
Bug in TGet? (+fix)
[ { "date": "2007-04-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Patrick,\n\nIt was already fixed here,\n\nThanks anyhow <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "12:55", "topic": "Bug in TGet? (+fix)", "username":...
Bug in TGet? (+fix)
[ { "date": "2016-09-26", "forum": "FiveWin for Harbour/xHarbour", "text": "This is a sample:\n\n[code=fw:3gq64vjn]<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 st...
Bug in TGraph
[ { "date": "2016-09-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico, change line 1059\n\n[code=fw:1vbesyh8]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br />            <span style=\"color: #00C800;\">if</span> <span style=\"color: #000000;\">&#40;</span> ::<span s...
Bug in TGraph
[ { "date": "2016-09-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you. Now I get\n\n[code=fw:2balzb56]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">Argument error conditional</div>[/code:2balzb56]\n\nSorry, I can't provide a sample.\n\nEMG", "time": "15:39", "topi...
Bug in TGraph
[ { "date": "2016-09-26", "forum": "FiveWin for Harbour/xHarbour", "text": "You previous sample run now OK for me\n\nTry, but, thik this not is the problem\n[code=fw:3kvnq1rs]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oGraph:<span style=...
Bug in TGraph
[ { "date": "2016-09-26", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"cnavarro\":zjbuzkoz]You previous sample run now OK for me[/quote:zjbuzkoz]\n\nYes, but the real code in my app doesn't. Here it is, but it's not compilable, sorry:\n\n[code=fw:zjbuzkoz]<div class=\"fw\" id=\"{CB}\" style=...
Bug in TGraph
[ { "date": "2016-09-26", "forum": "FiveWin for Harbour/xHarbour", "text": "The error pops up executing this line:\n\n[code=fw:3clph68n]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oGraph:<span style=\"color: #00C800;\">Print</span><span style=\"color: #000000;\">&#40;</span> oPrn, <spa...
Bug in TGraph
[ { "date": "2016-09-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Try:\n- Create Graph into Dialog\n- After, execute oGraph:Print", "time": "16:06", "topic": "Bug in TGraph", "username": "cnavarro" } ]
Bug in TGraph
[ { "date": "2016-09-26", "forum": "FiveWin for Harbour/xHarbour", "text": "This doesn't work, even with your fix:\n\n[code=fw:zc1jmu0c]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"Fivewin.ch\"</span><br /...
Bug in TGraph
[ { "date": "2016-09-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Look your sample\n\n[img:2nj148ry]http&#58;//s15&#46;postimg&#46;org/ifvo4wp0b/graph01&#46;png[/img:2nj148ry]\n\n[img:2nj148ry]http&#58;//s11&#46;postimg&#46;org/c5t6ueakj/graph02&#46;png[/img:2nj148ry]", "time": "16:50", ...
Bug in TGraph
[ { "date": "2016-09-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Did you try ma new sample using DIALOG?\n\nEMG", "time": "17:32", "topic": "Bug in TGraph", "username": "Enrico Maria Giordano" } ]
Bug in TGraph
[ { "date": "2016-09-26", "forum": "FiveWin for Harbour/xHarbour", "text": "It is the same example\n\n[code=fw:3ebh41be]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"Fivewin.ch\"</span><br /><br...
Bug in TGraph
[ { "date": "2016-09-26", "forum": "FiveWin for Harbour/xHarbour", "text": "This is the sample that doesn't work:\n\n[code=fw:1hrkdgls]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"Fivewin.ch\"</span><br />...
Bug in TGraph
[ { "date": "2016-09-26", "forum": "FiveWin for Harbour/xHarbour", "text": "The error is in the line\n\n[code=fw:3dmmdrkq]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">::<span style=\"color: #000000;\">oWnd</span>:<span style=\"color: #000000;\">ReleaseDC</span><span style=\"color: #0000...
Bug in TGraph
[ { "date": "2016-09-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Another problem in Paint() method:\n\n::aSeries[nJ,5]\n\ncontains NIL.\n\nEMG", "time": "19:02", "topic": "Bug in TGraph", "username": "Enrico Maria Giordano" } ]
Bug in TGraph
[ { "date": "2016-09-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Works fine if\n\n[code=fw:12faj0h4]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oGraph:<span style=\"color: #000000;\">aSeries</span> = <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;...
Bug in TGraph
[ { "date": "2016-09-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nThis aSeries error in fixed in FWH 16.08\n\nthanks", "time": "19:40", "topic": "Bug in TGraph", "username": "Antonio Linares" } ]
Bug in TGraph
[ { "date": "2016-09-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you, master! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nEMG", "time": "19:45", "topic": "Bug in TGraph", "username": "Enrico Maria Giordano" } ]
Bug in TGraph
[ { "date": "2016-09-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Unfortunately is not fixed in 16.08. <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->\n\nEMG", "time": "13:18", "topic": "Bug in TGraph", "username": "Enrico Maria Giordan...
Bug in TGraph
[ { "date": "2016-09-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nShould I test the same example that you posted on this thread ?\n\nIt worked fine here", "time": "17:44", "topic": "Bug in TGraph", "username": "Antonio Linares" } ]
Bug in TGraph
[ { "date": "2016-09-28", "forum": "FiveWin for Harbour/xHarbour", "text": "This is the sample:\n\n[code=fw:1258x0cq]<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 ...
Bug in TGraph
[ { "date": "2016-09-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico, for use also with Dialogs, please try with\n\n[code=fw:34cy72zg]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #00C800;\">METHOD</span> <span style=\"color: #00C800;\">Prin...
Bug in TGraph
[ { "date": "2016-09-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you. Can you send me the new lib please?\n\nEMG", "time": "10:02", "topic": "Bug in TGraph", "username": "Enrico Maria Giordano" } ]
Bug in TGraph
[ { "date": "2005-10-19", "forum": "FiveWin for Harbour/xHarbour", "text": "This is the sample:\n\n[code:2uo6nd3f]#include \"Fivewin&#46;ch\"\n\n\n#define IDI_QUESTION MAKEINTRESOURCE&#40; 32514 &#41;\n\n\nFUNCTION MAIN&#40;&#41;\n\n LOCAL oDlg, oIcon\n\n DEFINE DIALOG oDlg;\n COLOR CLR...
Bug in TIcon
[ { "date": "2005-10-19", "forum": "FiveWin for Harbour/xHarbour", "text": "I forgot to describe the problem: the sample shows a square of different color around the icon.\n\nEMG", "time": "14:20", "topic": "Bug in TIcon", "username": "Enrico Maria Giordano" } ]
Bug in TIcon
[ { "date": "2005-10-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nhave you tried to assign it a \"NULL\" brush ?", "time": "17:14", "topic": "Bug in TIcon", "username": "Antonio Linares" } ]
Bug in TIcon
[ { "date": "2005-10-19", "forum": "FiveWin for Harbour/xHarbour", "text": "How?\n\nEMG", "time": "17:19", "topic": "Bug in TIcon", "username": "Enrico Maria Giordano" } ]
Bug in TIcon
[ { "date": "2005-10-19", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"EnricoMaria\":119sl56g]How?[/quote:119sl56g]\n\n[code:119sl56g]\nACTIVATE DIALOG oDlg; \n ON INIT &#40; oIcon&#58;hIcon &#58;= LOADICON&#40; 0, IDI_QUESTION &#41;,;\n oIcon&#58;SetBrush&#40; TBrush&#40;&#41;...
Bug in TIcon
[ { "date": "2005-10-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Sorry, no change:\n\n[code:2u1x1qux]#include \"Fivewin&#46;ch\"\n\n\n#define IDI_QUESTION MAKEINTRESOURCE&#40; 32514 &#41;\n\n\nFUNCTION MAIN&#40;&#41;\n\n LOCAL oDlg, oIcon\n\n DEFINE DIALOG oDlg;\n COLOR CLR_B...
Bug in TIcon
[ { "date": "2005-10-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nI assume you are using XP and themes enabled, right ?", "time": "23:31", "topic": "Bug in TIcon", "username": "Antonio Linares" } ]
Bug in TIcon
[ { "date": "2005-10-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes.\n\nEMG", "time": "07:30", "topic": "Bug in TIcon", "username": "Enrico Maria Giordano" } ]
Bug in TIcon
[ { "date": "2007-03-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nI don't think that oIcon should be in inverted comma's <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->\n\nAlex\n\nMETHOD AddIcon( oIcon ) CLASS TImageList\n\n local oIco\n\...
Bug in TImageList
[ { "date": "2007-03-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Alex,\n\nFixed, thanks <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "09:33", "topic": "Bug in TImageList", "username": "Antonio Linares" } ]
Bug in TImageList
[ { "date": "2018-02-27", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "In TMail, method Activate, there is\n\n[code=fw:16cdii9u]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">cCurPath = CurDrive<span style=\"color: #000000;\">&#40;</span><span style=\"color: #0...
Bug in TMail [Fixed]
[ { "date": "2018-02-27", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "How to retrieve the current path when it is a network one ? <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "20:57", "topic": "Bug in TMa...
Bug in TMail [Fixed]
[ { "date": "2018-02-27", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "Enrico\n\nThis code is not especially elegant .. and it assumes the .exe is located in the drive or unc you wish to resolve.\n\nRick Lipkin\n\n[code=fw:xnqwhn56]<div class=\"fw\" id=\"{CB}\" style=\"font-fam...
Bug in TMail [Fixed]
[ { "date": "2018-02-27", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "[quote=\"Antonio Linares\":14unokhb]How to retrieve the current path when it is a network one ? <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->[/quote:14un...
Bug in TMail [Fixed]