messages
listlengths 1
1
| topic
stringlengths 2
60
|
|---|---|
[
{
"date": "2011-12-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":2kpnm2ip]Rimantas,\nDoes it look wrong in TFolderEx ? Or you simply get nothing ?[/quote:2kpnm2ip]\n\n Antonio ,\n It looks wrong in TFolderEx and only when FolDerEx is placed on Dialog . When placing FolderEx on windows then is working fine . \n[code=fw:2kpnm2ip]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FiveWin.ch\"</span><br /><span style=\"color: #00C800;\">function</span> main<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">local</span> oWnd, oFld<br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oWnd <span style=\"color: #0000ff;\">TITLE</span> <span style=\"color: #ff0000;\">\"TFolderex - DIALOG -\"</span><br /> @ <span style=\"color: #000000;\">3</span>, <span style=\"color: #000000;\">3</span> FOLDEREX oFld <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">ADJUST</span> <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"&OS\"</span>, <span style=\"color: #ff0000;\">\"&Žaidimai\"</span>, <span style=\"color: #ff0000;\">\"&Movies\"</span>, <span style=\"color: #ff0000;\">\"&?sai\"</span><br /><br /> @ <span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">3</span> <span style=\"color: #0000ff;\">SAY</span> <span style=\"color: #ff0000;\">\"UNDER CONSTRUCTION\"</span> <span style=\"color: #0000ff;\">OF</span> oFld:<span style=\"color: #000000;\">aDialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> TRANSPARENT<br /> @ <span style=\"color: #000000;\">40</span>,<span style=\"color: #000000;\">50</span> <span style=\"color: #0000ff;\">SAY</span> <span style=\"color: #ff0000;\">\"Linksm? Kal?d?! Lithuanian chars - ?????š??ž - \"</span> <span style=\"color: #0000ff;\">OF</span> oFld:<span style=\"color: #000000;\">aDialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">PIXEL</span> TRANSPARENT<br /><br /> <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oWnd<br /><span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span><br /> </div>[/code:2kpnm2ip]\n \n Compile this sample in fwh\\samples directory with buildg.bat . I'm not seeing lithuanian chars ... Daniel did sample - he is seeing ... Can't understand where is problem ... After discusion with Daniel I was thinking that maybe source code - did all variants with notepad ( Save As , Encoding types ) . No good results ... <!-- s:( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":(\" title=\"Sad\" /><!-- s:( -->",
"time": "20:27",
"topic": "Bug in FolderEx ...",
"username": "Rimantas"
}
] |
Bug in FolderEx ...
|
[
{
"date": "2011-12-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rimantas,\n\nHere it looks fine:\n\n[img:2qjg0ojz]http://img716.imageshack.us/img716/5290/capturestb.png[/img:2qjg0ojz]\n\nWe need to find a way to reproduce what you get there...",
"time": "20:50",
"topic": "Bug in FolderEx ...",
"username": "Antonio Linares"
}
] |
Bug in FolderEx ...
|
[
{
"date": "2011-12-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":1cge6hpg]Rimantas,\n\nHere it looks fine:\nWe need to find a way to reproduce what you get there...[/quote:1cge6hpg]\n\n It make me crazy ... \n Antonio , can you say how to did sample with DrawTextW() on folder tab ? Can't to make this ... Maybe here is the problem ?",
"time": "21:28",
"topic": "Bug in FolderEx ...",
"username": "Rimantas"
}
] |
Bug in FolderEx ...
|
[
{
"date": "2011-12-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":26s9ezct]Rimantas,\nHere it looks fine:\nWe need to find a way to reproduce what you get there...[/quote:26s9ezct]\n\n Antonio - request ... Can you change line with SAY and then try ?\n\n[code=fw:26s9ezct]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> @ <span style=\"color: #000000;\">40</span>,<span style=\"color: #000000;\">50</span> <span style=\"color: #0000ff;\">SAY</span> <span style=\"color: #ff0000;\">\"Linksm? Kal?d?! Lithuanian chars - ?????š??ž - \"</span> <span style=\"color: #0000ff;\">OF</span> oFld:<span style=\"color: #000000;\">aDialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">PIXEL</span> TRANSPARENT<br /> </div>[/code:26s9ezct]\n\n Regards !",
"time": "06:49",
"topic": "Bug in FolderEx ...",
"username": "Rimantas"
}
] |
Bug in FolderEx ...
|
[
{
"date": "2011-12-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi to all ! <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->\n\n It seems that I solved this problem with FolderEx ... If you remember , some times ago I wrote a message , that can't see nationals chars in VistaMenu . Then I directed font \"Times New Roman Baltic\" and then national chars appears . So I did the same with folderEx on dialogs :\n\n[code=fw:1nog0u0l]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><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 /> <span style=\"color: #00C800;\">local</span> oWnd<br /> <span style=\"color: #00C800;\">local</span> oFld<br /> <span style=\"color: #00C800;\">local</span> oFont<br /> <br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">FONT</span> oFont <span style=\"color: #0000ff;\">NAME</span> <span style=\"color: #ff0000;\">\"Times New Roman Baltic\"</span><br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oWnd <span style=\"color: #0000ff;\">TITLE</span> <span style=\"color: #ff0000;\">\"TFolderex - DIALOG -\"</span> <span style=\"color: #0000ff;\">FONT</span> oFont<br /><br /> @ <span style=\"color: #000000;\">3</span>, <span style=\"color: #000000;\">3</span> FOLDEREX oFld <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">ADJUST</span> <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Žaidimai\"</span>, <span style=\"color: #ff0000;\">\"Lietuviškai\"</span>, <span style=\"color: #ff0000;\">\"?????š??ž\"</span><br /><br /> @ <span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">3</span> <span style=\"color: #0000ff;\">SAY</span> <span style=\"color: #ff0000;\">\"UNDER CONSTRUCTION\"</span> <span style=\"color: #0000ff;\">OF</span> oFld:<span style=\"color: #000000;\">aDialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> TRANSPARENT<br /> @ <span style=\"color: #000000;\">40</span>,<span style=\"color: #000000;\">50</span> <span style=\"color: #0000ff;\">SAY</span> <span style=\"color: #ff0000;\">\"Linksm? Kal?d? !\"</span> <span style=\"color: #0000ff;\">OF</span> oFld:<span style=\"color: #000000;\">aDialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">PIXEL</span> TRANSPARENT<br /><br /> <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oWnd<br /><br /> oFont:<span style=\"color: #000000;\">End</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span><br /> </div>[/code:1nog0u0l]\n\n Now I can see national chars in prompts and folder tab ... But ... The choice of fonts with \"Baltic\" is minimal ... And second question - why it's not working with font of system ? And in some places - vistaMenu , FolderEx on dialogs ? If you remember - nationals chars works fine on standard folders in both cases , windows and dialogs ... \n\n With best regards !",
"time": "19:33",
"topic": "Bug in FolderEx ...",
"username": "Rimantas"
}
] |
Bug in FolderEx ...
|
[
{
"date": "2011-12-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rimantas,\n\nGreat news! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nI don't know the reason but I am happy that at least you have a way to use it.",
"time": "19:59",
"topic": "Bug in FolderEx ...",
"username": "Antonio Linares"
}
] |
Bug in FolderEx ...
|
[
{
"date": "2011-12-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":3o7l56fc]Rimantas,\nGreat news! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\nI don't know the reason but I am happy that at least you have a way to use it.[/quote:3o7l56fc]\n\n Thanks Antonio . But it will more pleasure if you can answer to my questions ... <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) --> . In my opinion , something is wrong here ... \n\n Regards !",
"time": "20:06",
"topic": "Bug in FolderEx ...",
"username": "Rimantas"
}
] |
Bug in FolderEx ...
|
[
{
"date": "2011-12-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rimantas,\n\nI think that it has to be related with the unicode, maybe only some fonts use it. \n\nAnyhow we have not finished the support for unicode, once we finish it I am sure we will have more answers <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "20:15",
"topic": "Bug in FolderEx ...",
"username": "Antonio Linares"
}
] |
Bug in FolderEx ...
|
[
{
"date": "2015-10-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "The following sample freezes for some seconds and then terminates. It should return zero instead.\n\n[code=fw:ik11doqx]<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 />EXTERNAL GDIBMP<br /><br /><br /><span style=\"color: #00C800;\">FUNCTION</span> MAIN<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> ? GDIP_IMAGEFROMFILE<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"NOTEXIST.JPG\"</span>, .T. <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span></div>[/code:ik11doqx]\n\nEMG",
"time": "16:22",
"topic": "Bug in GDIP_IMAGEFROMFILE()?",
"username": "Enrico Maria Giordano"
}
] |
Bug in GDIP_IMAGEFROMFILE()?
|
[
{
"date": "2015-10-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Creo que no se inicializa el sistema gdi+ con esa function ( GDIP_IMAGEFROMFILE() es a nages function <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) --> y no podria decirlo con seguridad ) \nMira asi :\n\n#include \"Fivewin.ch\"\n\nEXTERNAL GDIBMP\n\nFUNCTION MAIN()\n\n GDIPLUSSTARTUP() // inicialice gdi+\n ? GDIP_IMAGEFROMFILE( \"NOTEXIST.JPG\", .T. )\n\nRETURN NIL",
"time": "18:10",
"topic": "Bug in GDIP_IMAGEFROMFILE()?",
"username": "mastintin"
}
] |
Bug in GDIP_IMAGEFROMFILE()?
|
[
{
"date": "2015-10-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Sorry, same result. <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->\n\nEMG",
"time": "18:17",
"topic": "Bug in GDIP_IMAGEFROMFILE()?",
"username": "Enrico Maria Giordano"
}
] |
Bug in GDIP_IMAGEFROMFILE()?
|
[
{
"date": "2015-10-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico :\n\nThis sample is ok for me , msginfo() return 36514824 ( hbitmap ) \n\n#include \"FiveWin.ch\"\n\nfunction Main()\nlocal ogdi:= Gdibmp():new(\"..\\gifs\\halo.gif\")\n \n msginfo( GDIP_IMAGEFROMFILE( \"..\\gifs\\halo.gif\", .T. ) )\n \nreturn nil\n\nGDIP_IMAGEFROMFILE() no mira si existe o no la imagen , por lo que falla . \n\nseria mejor ...\n\n if file(\"..\\gifs\\halo.gif\" )\n msginfo( GDIP_IMAGEFROMFILE( \"..\\gifs\\halo.gif\", .T. ) )\nendif",
"time": "18:54",
"topic": "Bug in GDIP_IMAGEFROMFILE()?",
"username": "mastintin"
}
] |
Bug in GDIP_IMAGEFROMFILE()?
|
[
{
"date": "2015-10-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"mastintin\":2tq6lqi5]GDIP_IMAGEFROMFILE() no mira si existe o no la imagen , por lo que falla .[/quote:2tq6lqi5]\n\nExactly what I'm saying: it's a bug. It should check if the open operation has succeded\n\n[code=fw:2tq6lqi5]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">FILE * hFile = fopen <span style=\"color: #000000;\">(</span> hb_parc<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">1</span><span style=\"color: #000000;\">)</span> , <span style=\"color: #ff0000;\">\"rb\"</span> <span style=\"color: #000000;\">)</span> ;</div>[/code:2tq6lqi5]\n\nand return 0 if not.\n\nEMG",
"time": "19:19",
"topic": "Bug in GDIP_IMAGEFROMFILE()?",
"username": "Enrico Maria Giordano"
}
] |
Bug in GDIP_IMAGEFROMFILE()?
|
[
{
"date": "2006-11-15",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Hello all! \nI found a bug in get. When a picture template \"@R\" and the clausula ON CHANGE is used then came when i leave the get with TAB a error-message from get:untransform()! When i leave the get with ENTER then it is ok.",
"time": "15:53",
"topic": "Bug in GET",
"username": "byte-one"
}
] |
Bug in GET
|
[
{
"date": "2006-11-15",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Please provide a small and self contained PRG to reproduce the bug, thanks",
"time": "19:03",
"topic": "Bug in GET",
"username": "Antonio Linares"
}
] |
Bug in GET
|
[
{
"date": "2006-12-11",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Mr. Linares\nI send you to your Email an EXE for this error to show.",
"time": "14:06",
"topic": "Bug in GET",
"username": "byte-one"
}
] |
Bug in GET
|
[
{
"date": "2006-12-12",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Please send me the source code of the sample as a ZIP file, thanks.",
"time": "08:52",
"topic": "Bug in GET",
"username": "Antonio Linares"
}
] |
Bug in GET
|
[
{
"date": "2011-12-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "In the following sample you can see that labels on gradient background are not transparent anymore:\n\n[code=fw:2jk71p04]<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<br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg;<br /> GRADIENT ACLRGRAD<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> @ <span style=\"color: #000000;\">1</span>, <span style=\"color: #000000;\">1</span> <span style=\"color: #0000ff;\">SAY</span> <span style=\"color: #ff0000;\">\"This is a test\"</span><br /><br /> <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg;<br /> <span style=\"color: #0000ff;\">CENTER</span><br /><br /> <span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span><br /><br /><br /><span style=\"color: #00C800;\">STATIC</span> <span style=\"color: #00C800;\">FUNCTION</span> ACLRGRAD<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #000000;\">{</span> <span style=\"color: #000000;\">{</span> <span style=\"color: #000000;\">1</span>, RGB<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">216</span>, <span style=\"color: #000000;\">230</span>, <span style=\"color: #000000;\">238</span> <span style=\"color: #000000;\">)</span>, RGB<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">103</span>, <span style=\"color: #000000;\">154</span>, <span style=\"color: #000000;\">194</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">}</span> <span style=\"color: #000000;\">}</span></div>[/code:2jk71p04]\n\nEMG",
"time": "16:38",
"topic": "Bug in GRADIENT clause",
"username": "Enrico Maria Giordano"
}
] |
Bug in GRADIENT clause
|
[
{
"date": "2012-01-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Any news?\n\nEMG",
"time": "16:14",
"topic": "Bug in GRADIENT clause",
"username": "Enrico Maria Giordano"
}
] |
Bug in GRADIENT clause
|
[
{
"date": "2012-01-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nPlease try it this way:\n\n DEFINE DIALOG oDlg TRANSPARENT ;\n GRADIENT ACLRGRAD()",
"time": "16:43",
"topic": "Bug in GRADIENT clause",
"username": "Antonio Linares"
}
] |
Bug in GRADIENT clause
|
[
{
"date": "2012-01-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tried. No change, sorry. <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->\n\nEMG",
"time": "18:12",
"topic": "Bug in GRADIENT clause",
"username": "Enrico Maria Giordano"
}
] |
Bug in GRADIENT clause
|
[
{
"date": "2012-01-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Any ideas on how to fix this problem?\n\nEMG",
"time": "16:35",
"topic": "Bug in GRADIENT clause",
"username": "Enrico Maria Giordano"
}
] |
Bug in GRADIENT clause
|
[
{
"date": "2012-01-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico\n\ni did some changes in SVN please try again... and test with other samples.\n \nthanks for feedback",
"time": "20:37",
"topic": "Bug in GRADIENT clause",
"username": "Daniel Garcia-Gil"
}
] |
Bug in GRADIENT clause
|
[
{
"date": "2012-01-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Daniel,\n\nThanks, I am busy these days following a project, almost done <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "20:47",
"topic": "Bug in GRADIENT clause",
"username": "Antonio Linares"
}
] |
Bug in GRADIENT clause
|
[
{
"date": "2012-01-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Any ideas on how to fix this problem?",
"time": "12:30",
"topic": "Bug in GRADIENT clause",
"username": "fgondi"
}
] |
Bug in GRADIENT clause
|
[
{
"date": "2012-01-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Fgondi,\n\nIf you using Borland Resource , you must select simple text and it will transparent\n\nDon't forget to redefine say for it simple text\n\nregards,\n\nkok",
"time": "12:36",
"topic": "Bug in GRADIENT clause",
"username": "kok joek hoa"
}
] |
Bug in GRADIENT clause
|
[
{
"date": "2012-01-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio ,\n\nis possible update to FW 11.12 ? \n\nRegards Maurizio",
"time": "12:50",
"topic": "Bug in GRADIENT clause",
"username": "Maurizio"
}
] |
Bug in GRADIENT clause
|
[
{
"date": "2012-01-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Maurizio,\n\nIn a few days we will publish FWH 12.01, in the meantime if someone needs this fix please email me specifying Harbour or xHarbour and C compiler and we will send the modified libraries, thanks <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nEn pocos dias publicaremos FWH 12.01, mientras tanto si alguien necesita este arreglo por favor envíenme un email indicando Harbour ó xHarbour y el compilador de C usado y le enviaremos las librerias modificadas, gracias <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "13:32",
"topic": "Bug in GRADIENT clause",
"username": "Antonio Linares"
}
] |
Bug in GRADIENT clause
|
[
{
"date": "2012-01-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio , \nis possible in FW 12.01 have the setup of HArbour and xHArbour in the same page of FW ( as before of FWH 11.12 ) ? \nRegards MAurizio",
"time": "14:41",
"topic": "Bug in GRADIENT clause",
"username": "Maurizio"
}
] |
Bug in GRADIENT clause
|
[
{
"date": "2012-01-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Maurizio,\n\nYes, no problem to do it that way <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "21:02",
"topic": "Bug in GRADIENT clause",
"username": "Antonio Linares"
}
] |
Bug in GRADIENT clause
|
[
{
"date": "2010-02-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "In the following sample you will see that there is something strange in how GradientFill() paint the gradient when nPos is greater than 0.5:\n\n[code=fw:uzqd09jf]<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, oSay<br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg<br /><br /> @ <span style=\"color: #000000;\">1</span>, <span style=\"color: #000000;\">1</span> <span style=\"color: #0000ff;\">SAY</span> oSay <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"\"</span>;<br /> <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">100</span>, <span style=\"color: #000000;\">20</span><br /><br /> @ <span style=\"color: #000000;\">3</span>, <span style=\"color: #000000;\">1</span> <span style=\"color: #0000ff;\">BUTTON</span> <span style=\"color: #ff0000;\">\"Test\"</span>;<br /> <span style=\"color: #0000ff;\">ACTION</span> TEST<span style=\"color: #000000;\">(</span> oSay <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg;<br /> <span style=\"color: #0000ff;\">CENTER</span><br /><br /> <span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span><br /><br /><br /><span style=\"color: #00C800;\">STATIC</span> <span style=\"color: #00C800;\">FUNCTION</span> TEST<span style=\"color: #000000;\">(</span> oSay <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">LOCAL</span> i, j<br /><br /> <span style=\"color: #00C800;\">FOR</span> i = <span style=\"color: #000000;\">1</span> <span style=\"color: #0000ff;\">TO</span> <span style=\"color: #000000;\">3</span><br /> <span style=\"color: #00C800;\">FOR</span> j = <span style=\"color: #000000;\">0</span> <span style=\"color: #0000ff;\">TO</span> <span style=\"color: #000000;\">100</span><br /> GRADIENTFILL<span style=\"color: #000000;\">(</span> oSay:<span style=\"color: #000000;\">GetDC</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>, <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">0</span>, oSay:<span style=\"color: #000000;\">nHeight</span>, oSay:<span style=\"color: #000000;\">nWidth</span>, ACLRGRAD<span style=\"color: #000000;\">(</span> j <span style=\"color: #000000;\">)</span>, .F. <span style=\"color: #000000;\">)</span><br /><br /> oSay:<span style=\"color: #000000;\">ReleaseDC</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> INKEY<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">0.01</span> <span style=\"color: #000000;\">)</span><br /><br /> SYSREFRESH<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">NEXT</span><br /> <span style=\"color: #00C800;\">NEXT</span><br /><br /> <span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span><br /><br /><br /><span style=\"color: #00D7D7;\">#define</span> CLRSTA RGB<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">4</span>, <span style=\"color: #000000;\">210</span>, <span style=\"color: #000000;\">10</span> <span style=\"color: #000000;\">)</span><br /><span style=\"color: #00D7D7;\">#define</span> CLREND RGB<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">255</span>, <span style=\"color: #000000;\">255</span>, <span style=\"color: #000000;\">255</span> <span style=\"color: #000000;\">)</span><br /><br /><br /><span style=\"color: #00C800;\">STATIC</span> <span style=\"color: #00C800;\">FUNCTION</span> ACLRGRAD<span style=\"color: #000000;\">(</span> nPos <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">LOCAL</span> aClr<br /><br /> <span style=\"color: #00C800;\">IF</span> nPos = <span style=\"color: #000000;\">0</span><br /> aClr = <span style=\"color: #000000;\">{</span> <span style=\"color: #000000;\">{</span> <span style=\"color: #000000;\">1</span>, CLREND, CLRSTA <span style=\"color: #000000;\">}</span> <span style=\"color: #000000;\">}</span><br /> ELSEIF nPos = <span style=\"color: #000000;\">100</span><br /> aClr = <span style=\"color: #000000;\">{</span> <span style=\"color: #000000;\">{</span> <span style=\"color: #000000;\">1</span>, CLRSTA, CLREND <span style=\"color: #000000;\">}</span> <span style=\"color: #000000;\">}</span><br /> <span style=\"color: #00C800;\">ELSE</span><br /> aClr = <span style=\"color: #000000;\">{</span> <span style=\"color: #000000;\">{</span> nPos / <span style=\"color: #000000;\">100</span>, CLRSTA, CLREND <span style=\"color: #000000;\">}</span>, <span style=\"color: #000000;\">{</span> <span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">100</span> - nPos <span style=\"color: #000000;\">)</span> / <span style=\"color: #000000;\">100</span>, CLREND, CLRSTA <span style=\"color: #000000;\">}</span> <span style=\"color: #000000;\">}</span><br /> <span style=\"color: #00C800;\">ENDIF</span><br /><br /> <span style=\"color: #00C800;\">RETURN</span> aClr</div>[/code:uzqd09jf]\n\nEMG",
"time": "12:20",
"topic": "Bug in GradientFill()?",
"username": "Enrico Maria Giordano"
}
] |
Bug in GradientFill()?
|
[
{
"date": "2010-02-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Enrico...\n\ni made some change in TProgress class, maybe is very usefull for you in this case\n\nthis a sample:\n\n[url:1ve4b2ee]http://www.sitasoft.com/fivewin/test/progres2.zip[/url:1ve4b2ee]\n[code=fw:1ve4b2ee]<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, oProg1, oProg2<br /> <br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">TITLE</span> <span style=\"color: #ff0000;\">\"Progress Bars\"</span><br /> <br /> @ <span style=\"color: #000000;\">1</span>, <span style=\"color: #000000;\">1</span> <span style=\"color: #0000ff;\">PROGRESS</span> oProg1 <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">80</span>, <span style=\"color: #000000;\">12</span> MARQUEE<br /><br /> @ <span style=\"color: #000000;\">1</span>, <span style=\"color: #000000;\">20</span> <span style=\"color: #0000ff;\">PROGRESS</span> oProg2 <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">12</span>, <span style=\"color: #000000;\">50</span> <span style=\"color: #0000ff;\">VERTICAL</span> <br /> <br /> @ <span style=\"color: #000000;\">3</span>, <span style=\"color: #000000;\">9</span> <span style=\"color: #0000ff;\">BUTTON</span> <span style=\"color: #ff0000;\">\"Ok\"</span> <span style=\"color: #0000ff;\">ACTION</span> <span style=\"color: #000000;\">(</span> oProg1:<span style=\"color: #000000;\">SetMarquee</span><span style=\"color: #000000;\">(</span> .T. <span style=\"color: #000000;\">)</span>, Increase<span style=\"color: #000000;\">(</span> oProg1, oProg2 <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /> <br /> oDlg:<span style=\"color: #000000;\">bStart</span> = <span style=\"color: #000000;\">{</span> || Increase<span style=\"color: #000000;\">(</span> oProg1, oProg2 <span style=\"color: #000000;\">)</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 /> <span style=\"color: #0000ff;\">ON</span> <span style=\"color: #0000ff;\">INIT</span> <span style=\"color: #000000;\">(</span> oProg1:<span style=\"color: #000000;\">SetRange</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">100</span> <span style=\"color: #000000;\">)</span>, oProg1:<span style=\"color: #000000;\">SetStep</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span>,;<br /> oProg2:<span style=\"color: #000000;\">SetRange</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">100</span> <span style=\"color: #000000;\">)</span>, oProg2:<span style=\"color: #000000;\">SetStep</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /> <br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span> <br /><br /><span style=\"color: #00C800;\">function</span> Increase<span style=\"color: #000000;\">(</span> oProg1, oProg2 <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">local</span> n<br /><br /> <span style=\"color: #00C800;\">for</span> n = <span style=\"color: #000000;\">1</span> <span style=\"color: #0000ff;\">to</span> <span style=\"color: #000000;\">111</span><br /> <span style=\"color: #B900B9;\">// oProg1:StepIt()</span><br /> <span style=\"color: #B900B9;\">// oProg2:StepIt()</span><br /> oProg1:<span style=\"color: #000000;\">SetPos</span><span style=\"color: #000000;\">(</span> n <span style=\"color: #000000;\">)</span><br /> oProg2:<span style=\"color: #000000;\">SetPos</span><span style=\"color: #000000;\">(</span> n <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">if</span> n = <span style=\"color: #000000;\">55</span> <br /> oProg1:<span style=\"color: #000000;\">SetMarquee</span><span style=\"color: #000000;\">(</span> .F. <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">endif</span><br /> <span style=\"color: #0000ff;\">Sleep</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">50</span> <span style=\"color: #000000;\">)</span><br /> SysRefresh<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">next</span><br /> <br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span> </div>[/code:1ve4b2ee]\n\n\ni will explain for other user too\n\n[b:1ve4b2ee]open file:[/b:1ve4b2ee] TProgress.prg \n[b:1ve4b2ee]after [/b:1ve4b2ee]\n[code=fw:1ve4b2ee]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#define</span> PBM_GETPOS <span style=\"color: #000000;\">1032</span></div>[/code:1ve4b2ee]\n[b:1ve4b2ee]add[/b:1ve4b2ee]\n[code=fw:1ve4b2ee]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#define</span> PBM_SETMARQUEE <span style=\"color: #000000;\">1034</span></div>[/code:1ve4b2ee]\n\n[b:1ve4b2ee]add new method[/b:1ve4b2ee]\n[code=fw:1ve4b2ee]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">METHOD</span> SetMarquee<span style=\"color: #000000;\">(</span> lOnOff <span style=\"color: #000000;\">)</span> <span style=\"color: #00C800;\">INLINE</span> __ChangeStyleWindow<span style=\"color: #000000;\">(</span> ::<span style=\"color: #000000;\">hWnd</span>, PBM_SETMARQUEE, , lOnOff <span style=\"color: #000000;\">)</span></div>[/code:1ve4b2ee]\n\n[color=#FF0040:1ve4b2ee]the function __ChangeStyleWindow is same provided by: Hernan Diego Ceccarelli ( <!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?p=93212#p93212\">viewtopic.php?p=93212#p93212</a><!-- l --> ) thank Hernan[/color:1ve4b2ee]\n\n[b:1ve4b2ee]Add new parameter METHOD New[/b:1ve4b2ee]\n[b:1ve4b2ee]lMarquee[/b:1ve4b2ee]\n[code=fw:1ve4b2ee]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">METHOD</span> <span style=\"color: #00C800;\">New</span><span style=\"color: #000000;\">(</span> nTop, nLeft, oWnd, nPos, nClrFore, nClrBack, lPixel,;<br /> lDesign, nWidth, nHeight, cMsg, lVertical, lMarquee <span style=\"color: #000000;\">)</span> <span style=\"color: #00C800;\">CLASS</span> TProgress</div>[/code:1ve4b2ee]\n\n[b:1ve4b2ee]locate in METHOD New[/b:1ve4b2ee]\n[code=fw:1ve4b2ee]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> nPos := <span style=\"color: #000000;\">0</span>, lVertical := .f.</div>[/code:1ve4b2ee]\n[b:1ve4b2ee]replace with [/b:1ve4b2ee]\n[code=fw:1ve4b2ee]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> nPos := <span style=\"color: #000000;\">0</span>, lVertical := .f.,;<br /> lMarquee := .F.</div>[/code:1ve4b2ee]\n[b:1ve4b2ee]locate in METHOD New[/b:1ve4b2ee]\n[code=fw:1ve4b2ee]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> ::<span style=\"color: #000000;\">nStyle</span> = nOR<span style=\"color: #000000;\">(</span> WS_CHILD, WS_VISIBLE,;<br /> <span style=\"color: #00C800;\">If</span><span style=\"color: #000000;\">(</span> lDesign, WS_CLIPSIBLINGS, <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">)</span>,;<br /> <span style=\"color: #00C800;\">If</span><span style=\"color: #000000;\">(</span> lVertical, PBS_VERTICAL, <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">)</span>, WS_TABSTOP <span style=\"color: #000000;\">)</span></div>[/code:1ve4b2ee]\n[b:1ve4b2ee]replace with [/b:1ve4b2ee]\n[code=fw:1ve4b2ee]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> ::<span style=\"color: #000000;\">nStyle</span> = nOR<span style=\"color: #000000;\">(</span> WS_CHILD, WS_VISIBLE,;<br /> <span style=\"color: #00C800;\">If</span><span style=\"color: #000000;\">(</span> lDesign, WS_CLIPSIBLINGS, <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">)</span>,;<br /> <span style=\"color: #00C800;\">If</span><span style=\"color: #000000;\">(</span> lVertical, PBS_VERTICAL, <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">)</span>, WS_TABSTOP,;<br /> <span style=\"color: #00C800;\">If</span><span style=\"color: #000000;\">(</span> lMarquee, PBM_SETMARQUEE, <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span></div>[/code:1ve4b2ee]\n\n[b:1ve4b2ee]Open file fivewin.ch[/b:1ve4b2ee]\n[b:1ve4b2ee]locate and replace @ nRow, nCol PROGRESS command with[/b:1ve4b2ee]\n[code=fw:1ve4b2ee]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">#xcommand @ <nRow>, <nCol> <span style=\"color: #0000ff;\">PROGRESS</span> <oPrg> ;<br /> <span style=\"color: #000000;\">[</span> <of: <span style=\"color: #0000ff;\">OF</span>, <span style=\"color: #0000ff;\">WINDOW</span>, DIALOG> <oWnd> <span style=\"color: #000000;\">]</span> ;<br /> <span style=\"color: #000000;\">[</span> <pos: <span style=\"color: #000000;\">POS</span>, POSITION> <nPos> <span style=\"color: #000000;\">]</span> ;<br /> <span style=\"color: #000000;\">[</span> <span style=\"color: #0000ff;\">COLOR</span> <nClrFore> <span style=\"color: #000000;\">[</span>,<nClrBack><span style=\"color: #000000;\">]</span> <span style=\"color: #000000;\">]</span> ;<br /> <span style=\"color: #000000;\">[</span> <pixel: <span style=\"color: #000000;\">PIXEL</span>> <span style=\"color: #000000;\">]</span> ;<br /> <span style=\"color: #000000;\">[</span> <design: <span style=\"color: #000000;\">DESIGN</span>> <span style=\"color: #000000;\">]</span> ;<br /> <span style=\"color: #000000;\">[</span> <span style=\"color: #0000ff;\">SIZE</span> <nWidth>, <nHeight> <span style=\"color: #000000;\">]</span> ;<br /> <span style=\"color: #000000;\">[</span> <span style=\"color: #0000ff;\">MESSAGE</span> <cMsg> <span style=\"color: #000000;\">]</span> ;<br /> <span style=\"color: #000000;\">[</span> <vert: <span style=\"color: #000000;\">VERTICAL</span>> <span style=\"color: #000000;\">]</span> ;<br /> <span style=\"color: #000000;\">[</span> <lMar: <span style=\"color: #000000;\">MARQUEE</span>> <span style=\"color: #000000;\">]</span>;<br /> => ;<br /> <oPrg> := TProgress<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>:<span style=\"color: #00C800;\">New</span><span style=\"color: #000000;\">(</span> <nRow>, <nCol>, <oWnd>, <span style=\"color: #000000;\">[</span><nPos><span style=\"color: #000000;\">]</span>,;<br /> <nClrFore>, <nClrBack>, <.<span style=\"color: #0000ff;\">pixel</span>.>, <.design.>,;<br /> <nWidth>, <nHeight>, <cMsg>, <.vert.>, <.lMar.> <span style=\"color: #000000;\">)</span></div>[/code:1ve4b2ee]",
"time": "16:57",
"topic": "Bug in GradientFill()?",
"username": "Daniel Garcia-Gil"
}
] |
Bug in GradientFill()?
|
[
{
"date": "2010-02-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Enrico\n\nyes, is a Gradient function bug, now is solved\n\nthe problem come when the difference between top, bottom or left, right is over 100 and first gradient is over 50%\n\nplease test now the sample with the bug fixed\n\n[url:37lcckfg]http://www.sitasoft.com/fivewin/test/grafill1.zip[/url:37lcckfg]",
"time": "16:37",
"topic": "Bug in GradientFill()?",
"username": "Daniel Garcia-Gil"
}
] |
Bug in GradientFill()?
|
[
{
"date": "2010-02-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you. Can you show the fix to GradientFill(), please?\n\nEMG",
"time": "16:57",
"topic": "Bug in GradientFill()?",
"username": "Enrico Maria Giordano"
}
] |
Bug in GradientFill()?
|
[
{
"date": "2010-02-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Ok, no problem. I can wait for the next FWH build.\n\nEMG",
"time": "17:04",
"topic": "Bug in GradientFill()?",
"username": "Enrico Maria Giordano"
}
] |
Bug in GradientFill()?
|
[
{
"date": "2010-02-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico, did you tested tprogress change posted here??",
"time": "17:13",
"topic": "Bug in GradientFill()?",
"username": "Daniel Garcia-Gil"
}
] |
Bug in GradientFill()?
|
[
{
"date": "2010-02-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello enrico...\n\nso sorry, i cant show the fix, because gradient is a fivewin internal function",
"time": "17:00",
"topic": "Bug in GradientFill()?",
"username": "Daniel Garcia-Gil"
}
] |
Bug in GradientFill()?
|
[
{
"date": "2010-02-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I tested your EXE and it's fine and very nice, thank you.\n\nEMG",
"time": "17:15",
"topic": "Bug in GradientFill()?",
"username": "Enrico Maria Giordano"
}
] |
Bug in GradientFill()?
|
[
{
"date": "2010-02-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Mr.Daniel & Mr.EMG,\n\nDo this TProgress fix solves the problem in Vista & Windows 7 when used along with the .Manifest file ?.\n\nRegards\nAnser",
"time": "18:39",
"topic": "Bug in GradientFill()?",
"username": "anserkk"
}
] |
Bug in GradientFill()?
|
[
{
"date": "2010-02-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Anserkk\n\nsorry, no, it only a new feature to tprogress class",
"time": "18:47",
"topic": "Bug in GradientFill()?",
"username": "Daniel Garcia-Gil"
}
] |
Bug in GradientFill()?
|
[
{
"date": "2010-02-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote:10caosrl]sorry, no, it only a new feature to tprogress class[/quote:10caosrl]\nOk. Thank you for the information.\n\nRegards\nAnser",
"time": "05:18",
"topic": "Bug in GradientFill()?",
"username": "anserkk"
}
] |
Bug in GradientFill()?
|
[
{
"date": "2010-02-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Daniel,\n\ndoes Your change in GradientFill solve this Problem as well ?\nIt is the same Result like in Enrico's example.\n\n[img:1u86quer]http://www.pflegeplus.com/pictures/grad1.jpg[/img:1u86quer]\n\nBest Regards\nUwe <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" title=\"Laughing\" /><!-- s:lol: -->",
"time": "23:07",
"topic": "Bug in GradientFill()?",
"username": "ukoenig"
}
] |
Bug in GradientFill()?
|
[
{
"date": "2010-02-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Uwe...\n\ni think yes... <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->",
"time": "23:13",
"topic": "Bug in GradientFill()?",
"username": "Daniel Garcia-Gil"
}
] |
Bug in GradientFill()?
|
[
{
"date": "2010-02-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Uwe.\n\nit is a sample\n[code=fw:30trdcv1]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><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, oSay<br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">size</span> <span style=\"color: #000000;\">400</span>,<span style=\"color: #000000;\">400</span><br /><br /> <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg;<br /> <span style=\"color: #0000ff;\">CENTER</span>;<br /> <span style=\"color: #0000ff;\">ON</span> <span style=\"color: #0000ff;\">PAINT</span> GradientFill<span style=\"color: #000000;\">(</span> hDC, <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">0</span>, oDlg:<span style=\"color: #000000;\">nHeight</span>, oDlg:<span style=\"color: #000000;\">nWidth</span>, ;<br /> <span style=\"color: #000000;\">{</span> <span style=\"color: #000000;\">{</span> <span style=\"color: #000000;\">0.5</span>, <span style=\"color: #000000;\">8388608</span>,<span style=\"color: #000000;\">16117445</span> <span style=\"color: #000000;\">}</span>, <span style=\"color: #000000;\">{</span> <span style=\"color: #000000;\">0.5</span>, <span style=\"color: #000000;\">16117445</span>, <span style=\"color: #000000;\">8388608</span> <span style=\"color: #000000;\">}</span> <span style=\"color: #000000;\">}</span> <span style=\"color: #000000;\">)</span><br /><br /><span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span><br /> </div>[/code:30trdcv1]\n\n[img:30trdcv1]http://www.sitasoft.com/fivewin/screen/gard1.png[/img:30trdcv1]",
"time": "23:25",
"topic": "Bug in GradientFill()?",
"username": "Daniel Garcia-Gil"
}
] |
Bug in GradientFill()?
|
[
{
"date": "2010-02-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "One more bug. This sample GPFs because nSegments is zero (in Gradient()). That's because nSlice is a fractional number smaller than 1 (in GradientFill()):\n\n[code=fw:3k36dtmx]<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, oSay<br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg<br /><br /> @ <span style=\"color: #000000;\">1</span>, <span style=\"color: #000000;\">1</span> <span style=\"color: #0000ff;\">SAY</span> oSay <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"\"</span>;<br /> <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">50</span>, <span style=\"color: #000000;\">20</span><br /><br /> @ <span style=\"color: #000000;\">3</span>, <span style=\"color: #000000;\">1</span> <span style=\"color: #0000ff;\">BUTTON</span> <span style=\"color: #ff0000;\">\"Test\"</span>;<br /> <span style=\"color: #0000ff;\">ACTION</span> TEST<span style=\"color: #000000;\">(</span> oSay <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg;<br /> <span style=\"color: #0000ff;\">CENTER</span><br /><br /> <span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span><br /><br /><br /><span style=\"color: #00C800;\">STATIC</span> <span style=\"color: #00C800;\">FUNCTION</span> TEST<span style=\"color: #000000;\">(</span> oSay <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">LOCAL</span> i, j<br /><br /> <span style=\"color: #00C800;\">FOR</span> i = <span style=\"color: #000000;\">1</span> <span style=\"color: #0000ff;\">TO</span> <span style=\"color: #000000;\">3</span><br /> <span style=\"color: #00C800;\">FOR</span> j = <span style=\"color: #000000;\">0</span> <span style=\"color: #0000ff;\">TO</span> <span style=\"color: #000000;\">100</span><br /> GRADIENTFILL<span style=\"color: #000000;\">(</span> oSay:<span style=\"color: #000000;\">GetDC</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>, <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">0</span>, oSay:<span style=\"color: #000000;\">nHeight</span>, oSay:<span style=\"color: #000000;\">nWidth</span>, ACLRGRAD<span style=\"color: #000000;\">(</span> j <span style=\"color: #000000;\">)</span>, .F. <span style=\"color: #000000;\">)</span><br /><br /> oSay:<span style=\"color: #000000;\">ReleaseDC</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> INKEY<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">0.01</span> <span style=\"color: #000000;\">)</span><br /><br /> SYSREFRESH<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">NEXT</span><br /> <span style=\"color: #00C800;\">NEXT</span><br /><br /> <span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span><br /><br /><br /><span style=\"color: #00D7D7;\">#define</span> CLRSTA RGB<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">4</span>, <span style=\"color: #000000;\">210</span>, <span style=\"color: #000000;\">10</span> <span style=\"color: #000000;\">)</span><br /><span style=\"color: #00D7D7;\">#define</span> CLREND RGB<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">255</span>, <span style=\"color: #000000;\">255</span>, <span style=\"color: #000000;\">255</span> <span style=\"color: #000000;\">)</span><br /><br /><br /><span style=\"color: #00C800;\">STATIC</span> <span style=\"color: #00C800;\">FUNCTION</span> ACLRGRAD<span style=\"color: #000000;\">(</span> nPos <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">LOCAL</span> aClr<br /><br /> <span style=\"color: #00C800;\">IF</span> nPos = <span style=\"color: #000000;\">0</span><br /> aClr = <span style=\"color: #000000;\">{</span> <span style=\"color: #000000;\">{</span> <span style=\"color: #000000;\">1</span>, CLREND, CLRSTA <span style=\"color: #000000;\">}</span> <span style=\"color: #000000;\">}</span><br /> ELSEIF nPos = <span style=\"color: #000000;\">100</span><br /> aClr = <span style=\"color: #000000;\">{</span> <span style=\"color: #000000;\">{</span> <span style=\"color: #000000;\">1</span>, CLRSTA, CLREND <span style=\"color: #000000;\">}</span> <span style=\"color: #000000;\">}</span><br /> <span style=\"color: #00C800;\">ELSE</span><br /> aClr = <span style=\"color: #000000;\">{</span> <span style=\"color: #000000;\">{</span> nPos / <span style=\"color: #000000;\">100</span>, CLRSTA, CLREND <span style=\"color: #000000;\">}</span>, <span style=\"color: #000000;\">{</span> <span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">100</span> - nPos <span style=\"color: #000000;\">)</span> / <span style=\"color: #000000;\">100</span>, CLREND, CLRSTA <span style=\"color: #000000;\">}</span> <span style=\"color: #000000;\">}</span><br /> <span style=\"color: #00C800;\">ENDIF</span><br /><br /> <span style=\"color: #00C800;\">RETURN</span> aClr</div>[/code:3k36dtmx]\n\nEMG",
"time": "10:28",
"topic": "Bug in GradientFill()?",
"username": "Enrico Maria Giordano"
}
] |
Bug in GradientFill()?
|
[
{
"date": "2010-02-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico..\n\nis fixed",
"time": "13:49",
"topic": "Bug in GradientFill()?",
"username": "Daniel Garcia-Gil"
}
] |
Bug in GradientFill()?
|
[
{
"date": "2010-02-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Daniel,\n\nis it possible, to include / add in VTitles a Selection for the Gradient-Direction .T. / .F. in GradientFill ?\n\nClass TTitle Lines :\n\n616 else\n617 GradientFill( ::hDC, aRect[ 1 ], aRect[ 2 ], aRect[ 3 ], aRect[ 4 ], ::aGrdBack ) // [color=#FF0000:2ayxwwdv].T. or .F.[/color:2ayxwwdv]\n618 endif\n\nDo You still remember to add the ToolTips for the BMP's, I asked for ?\n\nBest Regards\nUwe <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" title=\"Laughing\" /><!-- s:lol: -->",
"time": "16:42",
"topic": "Bug in GradientFill()?",
"username": "ukoenig"
}
] |
Bug in GradientFill()?
|
[
{
"date": "2010-02-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Daniel Garcia-Gil\":3w1ehxqg]Enrico..\n\nis fixed[/quote:3w1ehxqg]\n\nThank you!\n\nEMG",
"time": "16:52",
"topic": "Bug in GradientFill()?",
"username": "Enrico Maria Giordano"
}
] |
Bug in GradientFill()?
|
[
{
"date": "2022-02-24",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "This is a sample of the problem:\n\n[code=fw:1z3205cd]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><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> aArray<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">10</span> <span style=\"color: #000000;\">]</span><br /><br /> ATAIL<span style=\"color: #000000;\">(</span> aArray <span style=\"color: #000000;\">)</span> = <span style=\"color: #000000;\">123</span><br /><br /> ? aArray<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">10</span> <span style=\"color: #000000;\">]</span><br /><br /> INKEY<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span></div>[/code:1z3205cd]\n\nI get\n\n[code=fw:1z3205cd]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">Harbour <span style=\"color: #000000;\">3.2</span>.0dev <span style=\"color: #000000;\">(</span>r2104281802<span style=\"color: #000000;\">)</span><br />Copyright <span style=\"color: #000000;\">(</span>c<span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">1999</span><span style=\"color: #000000;\">-2021</span>, https:<span style=\"color: #B900B9;\">//harbour.github.io/</span><br />BUG.prg<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">5</span><span style=\"color: #000000;\">)</span> Error E0022 Invalid lvalue <span style=\"color: #ff0000;\">'()'</span><br /><span style=\"color: #000000;\">1</span> error</div>[/code:1z3205cd]\n\nEMG",
"time": "14:06",
"topic": "Bug in Harbour ATAIL() [False report]",
"username": "Enrico Maria Giordano"
}
] |
Bug in Harbour ATAIL() [False report]
|
[
{
"date": "2022-02-24",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Dear Enrico,\n\nYou can not assign a value to a value, so it seems as the error is correct. It is like doing:\n\nnil = nil\n\nAnyhow, if the returned value is an object with a redefined \"=\" or \":=\" operator, then it should accept it",
"time": "17:40",
"topic": "Bug in Harbour ATAIL() [False report]",
"username": "Antonio Linares"
}
] |
Bug in Harbour ATAIL() [False report]
|
[
{
"date": "2022-02-24",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "From Clipper docs:\n\n[quote:6zjxdd0b] ATAIL()\n Return the highest numbered element of an array\nÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ\n Syntax\n\n ATAIL(<aArray>) --> Element\n\n Arguments\n\n <aArray> is the array.\n\n Returns\n\n ATAIL() returns either a value or a reference to an array or object.\n The array is not changed.\n\n Description\n\n ATAIL() is an array function that returns the highest numbered element\n of an array. It can be used in applications as shorthand for\n <aArray>[LEN(<aArray>)] when you need to obtain the last element of an\n array.\n\n Examples\n\n þ The following example creates a literal array and returns that\n last element of the array:\n\n aArray := {\"a\", \"b\", \"c\", \"d\"}\n ? ATAIL(aArray) // Result: d\n\n Files: Library is CLIPPER.LIB.[/quote:6zjxdd0b]\n\nSo it should be perfectly legal to use\n\n[code=fw:6zjxdd0b]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">ATAIL<span style=\"color: #000000;\">(</span> aArray <span style=\"color: #000000;\">)</span> = xValue</div>[/code:6zjxdd0b]\n\njust like you can use\n\n[code=fw:6zjxdd0b]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">aArray<span style=\"color: #000000;\">[</span>LEN<span style=\"color: #000000;\">(</span>aArray<span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">]</span> = xValue</div>[/code:6zjxdd0b]\n\nEMG",
"time": "18:45",
"topic": "Bug in Harbour ATAIL() [False report]",
"username": "Enrico Maria Giordano"
}
] |
Bug in Harbour ATAIL() [False report]
|
[
{
"date": "2022-02-24",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "I forgot to mention that this works fine using xHarbour:\n\n[code=fw:rxduwckx]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">ATAIL<span style=\"color: #000000;\">(</span> aArray <span style=\"color: #000000;\">)</span> = xValue</div>[/code:rxduwckx]\n\nEMG",
"time": "18:46",
"topic": "Bug in Harbour ATAIL() [False report]",
"username": "Enrico Maria Giordano"
}
] |
Bug in Harbour ATAIL() [False report]
|
[
{
"date": "2022-02-25",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Dear Enrico,\n\nHarbour and xHarbour source code for ATail() are the same, so we need to keep searching where the difference comes from.\nI would say that the compiler parser does not allows it, so we need to modify Harbour syntax rules.\n\nYou should report this Harbour bug on Google groups Harbour developers and the group will decide\n\nthank you",
"time": "08:10",
"topic": "Bug in Harbour ATAIL() [False report]",
"username": "Antonio Linares"
}
] |
Bug in Harbour ATAIL() [False report]
|
[
{
"date": "2022-02-25",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Sorry, I'm not following Harbour development. I don't even know if this bug has been corrected in the latest version.\n\nEMG",
"time": "09:55",
"topic": "Bug in Harbour ATAIL() [False report]",
"username": "Enrico Maria Giordano"
}
] |
Bug in Harbour ATAIL() [False report]
|
[
{
"date": "2022-02-25",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "It has not been corrected as lastest commit was on Apr 28, 2021:\n\n[url:3i96k0m6]https://github.com/harbour/core/commits/master[/url:3i96k0m6]",
"time": "11:29",
"topic": "Bug in Harbour ATAIL() [False report]",
"username": "Antonio Linares"
}
] |
Bug in Harbour ATAIL() [False report]
|
[
{
"date": "2022-02-25",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Dear Enrico,\n\nI just reported it into the Harbour's developers group:\n\n[url:9sfbe851]https://groups.google.com/g/harbour-devel/c/ZPvgH-Lt1sY/m/w5z0BUQSAgAJ[/url:9sfbe851]\n\nmany thanks for your great feedback",
"time": "11:38",
"topic": "Bug in Harbour ATAIL() [False report]",
"username": "Antonio Linares"
}
] |
Bug in Harbour ATAIL() [False report]
|
[
{
"date": "2022-02-25",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Thank you.\n\nEMG",
"time": "11:50",
"topic": "Bug in Harbour ATAIL() [False report]",
"username": "Enrico Maria Giordano"
}
] |
Bug in Harbour ATAIL() [False report]
|
[
{
"date": "2022-02-25",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Dear Enrico,\n\nThere are already four answers in the conversation, please review them",
"time": "12:29",
"topic": "Bug in Harbour ATAIL() [False report]",
"username": "Antonio Linares"
}
] |
Bug in Harbour ATAIL() [False report]
|
[
{
"date": "2022-02-25",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Unfortunately, I can't test it with Clipper. Can you?\n\nEMG",
"time": "13:00",
"topic": "Bug in Harbour ATAIL() [False report]",
"username": "Enrico Maria Giordano"
}
] |
Bug in Harbour ATAIL() [False report]
|
[
{
"date": "2022-02-25",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Tried with Clipper: same error. Ok, I'm going to change my source code...\n\nEMG",
"time": "14:33",
"topic": "Bug in Harbour ATAIL() [False report]",
"username": "Enrico Maria Giordano"
}
] |
Bug in Harbour ATAIL() [False report]
|
[
{
"date": "2021-04-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This is a sample of the problem:\n\n[code=fw:2b45cw42]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">REQUEST HB_CODEPAGE_ITWIN<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> aData<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">7</span> <span style=\"color: #000000;\">]</span><br /><br /> <span style=\"color: #00C800;\">LOCAL</span> i<br /><br /> HB_SETCODEPAGE<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"ITWIN\"</span> <span style=\"color: #000000;\">)</span><br /><br /> aData<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> = <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"TEST1\"</span>, <span style=\"color: #000000;\">3107.77</span> <span style=\"color: #000000;\">}</span><br /> aData<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> = <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"TEST2\"</span>, <span style=\"color: #000000;\">852.07</span> <span style=\"color: #000000;\">}</span><br /> aData<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">3</span> <span style=\"color: #000000;\">]</span> = <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"TEST3\"</span>, <span style=\"color: #000000;\">191.00</span> <span style=\"color: #000000;\">}</span><br /> aData<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">4</span> <span style=\"color: #000000;\">]</span> = <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"TEST4\"</span>, <span style=\"color: #000000;\">148.68</span> <span style=\"color: #000000;\">}</span><br /> aData<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">5</span> <span style=\"color: #000000;\">]</span> = <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"TEST5\"</span>, <span style=\"color: #000000;\">44.73</span> <span style=\"color: #000000;\">}</span><br /> aData<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">6</span> <span style=\"color: #000000;\">]</span> = <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"TEST6\"</span>, <span style=\"color: #000000;\">15.24</span> <span style=\"color: #000000;\">}</span><br /> aData<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">7</span> <span style=\"color: #000000;\">]</span> = <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"TEST7\"</span>, <span style=\"color: #000000;\">255.65</span> <span style=\"color: #000000;\">}</span><br /><br /> ASORT<span style=\"color: #000000;\">(</span> aData, , , <span style=\"color: #000000;\">{</span> | aItem1, aItem2 | Descend<span style=\"color: #000000;\">(</span> Str<span style=\"color: #000000;\">(</span> aItem1<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span>, <span style=\"color: #000000;\">10</span>, <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span> + aItem1<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> < Descend<span style=\"color: #000000;\">(</span> Str<span style=\"color: #000000;\">(</span> aItem2<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span>, <span style=\"color: #000000;\">10</span>, <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span> + aItem2<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #000000;\">}</span> <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">FOR</span> i = <span style=\"color: #000000;\">1</span> <span style=\"color: #0000ff;\">TO</span> LEN<span style=\"color: #000000;\">(</span> aData <span style=\"color: #000000;\">)</span><br /> ? aData<span style=\"color: #000000;\">[</span> i, <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span>, aData<span style=\"color: #000000;\">[</span> i, <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span><br /> <span style=\"color: #00C800;\">NEXT</span><br /><br /> INKEY<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span></div>[/code:2b45cw42]\n\nResult:\n\n[code=fw:2b45cw42]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">TEST1 <span style=\"color: #000000;\">3107.77</span><br />TEST2 <span style=\"color: #000000;\">852.07</span><br />TEST5 <span style=\"color: #000000;\">44.73</span><br />TEST6 <span style=\"color: #000000;\">15.24</span><br />TEST7 <span style=\"color: #000000;\">255.65</span><br />TEST4 <span style=\"color: #000000;\">148.68</span><br />TEST3 <span style=\"color: #000000;\">191.00</span></div>[/code:2b45cw42]\n\nAny workaround?\n\nEMG",
"time": "14:15",
"topic": "Bug in Harbour Descend()",
"username": "Enrico Maria Giordano"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2021-04-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "IMHO Test is erronous\n\nSorting so:\n\n[code=fw:13m2t0gm]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">ASORT<span style=\"color: #000000;\">(</span> aData, , , <span style=\"color: #000000;\">{</span> | aItem1, aItem2 | Descend<span style=\"color: #000000;\">(</span> Str<span style=\"color: #000000;\">(</span> aItem1<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span>, <span style=\"color: #000000;\">10</span>, <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">)</span> + aItem1<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #000000;\">)</span> < Descend<span style=\"color: #000000;\">(</span> Str<span style=\"color: #000000;\">(</span> aItem2<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span>, <span style=\"color: #000000;\">10</span>, <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">)</span> + aItem2<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">}</span> <span style=\"color: #000000;\">)</span></div>[/code:13m2t0gm]\n\nRegards",
"time": "15:10",
"topic": "Bug in Harbour Descend()",
"username": "hmpaquito"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2021-04-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "No, as I want to sort for the second item descending and the first item ascending. Anyway, it doesn't work either.\n\nEMG",
"time": "15:57",
"topic": "Bug in Harbour Descend()",
"username": "Enrico Maria Giordano"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2021-04-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "The problem seems to be the codepage. Without setting it, the sort order is correct. But the codepage should not affect the behaviour of Descend() function, should it?\n\nEMG",
"time": "16:14",
"topic": "Bug in Harbour Descend()",
"username": "Enrico Maria Giordano"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2021-04-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I am not commenting on the behaviour of the Descend() function, but I would have approached it in a different way:\n[code=fw:3fcwz30e]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />ASort<span style=\"color: #000000;\">(</span> aData,<span style=\"color: #00C800;\">nil</span>,<span style=\"color: #00C800;\">nil</span>, <span style=\"color: #000000;\">{</span> |x,y| <span style=\"color: #00C800;\">If</span><span style=\"color: #000000;\">(</span> x<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> == y<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span>, x<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> > y<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span>, x<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> > y<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">}</span> <span style=\"color: #000000;\">)</span><br /> </div>[/code:3fcwz30e]",
"time": "22:44",
"topic": "Bug in Harbour Descend()",
"username": "nageswaragunupudi"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2021-04-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you. It is not feasible as it would require to change all the ASort() calls. I prefer to remove the codepage.\n\nEMG",
"time": "08:33",
"topic": "Bug in Harbour Descend()",
"username": "Enrico Maria Giordano"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2021-04-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Similar discussions are:\n\n<!-- m --><a class=\"postlink\" href=\"https://groups.google.com/g/harbour-users/c/K1zokpP0K6I/m/6wS8IIuDBQAJ+\">https://groups.google.com/g/harbour-use ... 8IIuDBQAJ+</a><!-- m -->\n<!-- m --><a class=\"postlink\" href=\"https://groups.google.com/g/harbour-users/c/Ge4dnbgGTGc/m/lVgkZEOLy3sJ\">https://groups.google.com/g/harbour-use ... gkZEOLy3sJ</a><!-- m -->\n<!-- m --><a class=\"postlink\" href=\"https://groups.google.com/g/harbour-users/c/piZSdzt2drI/m/x-S1EeUNAgAJ\">https://groups.google.com/g/harbour-use ... S1EeUNAgAJ</a><!-- m -->\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=6&t=29052&p=163632&hilit=descend&sid=17d6d2aeb2ab1b539390e4fd93f78e55#p163632\">viewtopic.php?f=6&t=29052&p=163632&hilit=descend&sid=17d6d2aeb2ab1b539390e4fd93f78e55#p163632</a><!-- l -->\n<!-- m --><a class=\"postlink\" href=\"http://www.pctoledo.com.br/forum/viewtopic.php?f=4&t=17321&start=0\">http://www.pctoledo.com.br/forum/viewto ... 21&start=0</a><!-- m -->\n\nSolution and explication:\n\n<!-- m --><a class=\"postlink\" href=\"https://groups.google.com/g/harbour-users/c/shebtWLdGuI/m/WJOfx4M4ECsJ\">https://groups.google.com/g/harbour-use ... Ofx4M4ECsJ</a><!-- m -->",
"time": "10:17",
"topic": "Bug in Harbour Descend()",
"username": "hmpaquito"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2021-04-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "It looks like the bug has never been fixed. <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->\n\nEMG",
"time": "10:37",
"topic": "Bug in Harbour Descend()",
"username": "Enrico Maria Giordano"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2021-04-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "have you tryied using StrZero instead of Str?",
"time": "16:28",
"topic": "Bug in Harbour Descend()",
"username": "AntoninoP"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2021-04-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes, the order changes but it's not correct either.\n\nEMG",
"time": "17:42",
"topic": "Bug in Harbour Descend()",
"username": "Enrico Maria Giordano"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2021-04-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "The purpose of Descend () is to be Clipper compatible. Therefore it is not an error, but an unexpected behavior for those who use codepages\nThe existence of hb_Descend (), compatible with the codepage system, would be highly desirable.",
"time": "17:59",
"topic": "Bug in Harbour Descend()",
"username": "hmpaquito"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2021-04-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I see that if you remove HB_SETCODEPAGE from your example the array looks correctly sorted... \nI investigated a little and I found that there is a flag in the code pages \"BinarySort\" that indicate if the comparison can be simply binary or more complex, it is true for \"en\" and false for \"itwin\"\n\nTry this:\n[code=fw:ja908brn]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> ? chr<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">199</span><span style=\"color: #000000;\">)</span><chr<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">205</span><span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">//--> T</span><br /> HB_SETCODEPAGE<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"ITWIN\"</span> <span style=\"color: #000000;\">)</span><br /> ? chr<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">199</span><span style=\"color: #000000;\">)</span><chr<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">205</span><span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">//--> F</span><br /> </div>[/code:ja908brn]\nthe problem is not the descend... very sad",
"time": "21:53",
"topic": "Bug in Harbour Descend()",
"username": "AntoninoP"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2022-10-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you, but I can't found anything about Descend() function in that web page. I need to use Descend() in Harbour just like I use it in xHarbour and used in Clipper. Please look at my first message on this thread for a sample of the problem.",
"time": "15:12",
"topic": "Bug in Harbour Descend()",
"username": "Enrico Maria Giordano"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2022-10-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Master Enrico, look this:\n\n[url:3el8jd5f]http://www.pctoledo.com.br/forum/viewtopic.php?f=4&t=19895[/url:3el8jd5f]\n\nRegards, saludos.",
"time": "15:19",
"topic": "Bug in Harbour Descend()",
"username": "karinha"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2022-10-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Ok, thank you. I already use that workaround. I was hope that there is a better way.",
"time": "15:50",
"topic": "Bug in Harbour Descend()",
"username": "Enrico Maria Giordano"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2022-10-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Master Enrico, see if it helps:\n\n[url:2y4zgx2i]https://linguagemclipper.com.br/dicas/arrays[/url:2y4zgx2i]\n\nRegards, saludos.",
"time": "14:33",
"topic": "Bug in Harbour Descend()",
"username": "karinha"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2022-10-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "How do you deal with this bug? I need to use codepage with Harbour, otherwise the accented chars are not correctly read from the file system (ie. filenames, Directory(), File(), Memoread(), etc.). But doing so, Descend() function is not working anymore. I can't even build index with Descend() in the key. Any help, please.",
"time": "12:07",
"topic": "Bug in Harbour Descend()",
"username": "Enrico Maria Giordano"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2022-10-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Please note that this is not working too:\n\n[code=fw:35tmy5aq]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">DESCEND<span style=\"color: #000000;\">(</span> DTOS<span style=\"color: #000000;\">(</span> dDate <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span></div>[/code:35tmy5aq]\n\nI can't believe that this bug has not been corrected yet... <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->",
"time": "16:23",
"topic": "Bug in Harbour Descend()",
"username": "Enrico Maria Giordano"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2022-10-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Master Enrico, I'm not sure, but I think you have to save the DATES, in a Database first. Just an idea.\n\nMaestro Enrico, no estoy seguro, pero creo que primero debe guardar las FECHAS en una base de datos. Solo una idea.\n\nExample / ejemplo:\n\n[code=fw:1fat6bgp]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> USE Sales <span style=\"color: #00C800;\">NEW</span><br /> <span style=\"color: #0000ff;\">INDEX</span> <span style=\"color: #0000ff;\">ON</span> Str<span style=\"color: #000000;\">(</span>Descend<span style=\"color: #000000;\">(</span>SaleDate<span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span> + Salesman <span style=\"color: #0000ff;\">TO</span> LastSale<br />OR<br /><br /> USE Sales <span style=\"color: #00C800;\">NEW</span><br /> <span style=\"color: #0000ff;\">INDEX</span> <span style=\"color: #0000ff;\">ON</span> Descend<span style=\"color: #000000;\">(</span>OrdDate<span style=\"color: #000000;\">)</span> <span style=\"color: #0000ff;\">TO</span> SalesDate<br /> </div>[/code:1fat6bgp]\n\nRegards, saludos.",
"time": "18:05",
"topic": "Bug in Harbour Descend()",
"username": "karinha"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2022-10-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "It doesn't work either. This works:\n\n[code=fw:1pfnnjpf]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">DESCEND<span style=\"color: #000000;\">(</span> dDate <span style=\"color: #000000;\">)</span></div>[/code:1pfnnjpf]\n\nBut this not:\n\n[code=fw:1pfnnjpf]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">DESCEND<span style=\"color: #000000;\">(</span> DTOS<span style=\"color: #000000;\">(</span> dDate <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span></div>[/code:1pfnnjpf]\n\nPlease note that there is no problem at all with xHarbour.",
"time": "18:16",
"topic": "Bug in Harbour Descend()",
"username": "Enrico Maria Giordano"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2022-10-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "? DESCEND( dDate ) // Esto me retorna un numero, está correcto?\n\nRegards, saludos.",
"time": "18:36",
"topic": "Bug in Harbour Descend()",
"username": "karinha"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2022-10-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes, that's right. The problem is there when you want to combine dates and other data types. In this case you have to convert the dates to strings and here the codepage breaks the sort order of the descending string.",
"time": "18:42",
"topic": "Bug in Harbour Descend()",
"username": "Enrico Maria Giordano"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2022-10-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "OK. Look this, please:\n\n[url:2pi0kr95]http://www.pctoledo.com.br/forum/viewtopic.php?f=4&t=17321&p=107630&hilit=descend[/url:2pi0kr95]\n\nRegards, saludos.",
"time": "18:45",
"topic": "Bug in Harbour Descend()",
"username": "karinha"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2022-10-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you. It is not a real solution but better than nothing:\n\n[code=fw:farvzcf2]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">DESCEND<span style=\"color: #000000;\">(</span> STR<span style=\"color: #000000;\">(</span> nVal <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span> => STR<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">999999999999999</span> - nVal <span style=\"color: #000000;\">)</span><br />DESCEND<span style=\"color: #000000;\">(</span> DTOS<span style=\"color: #000000;\">(</span> dVal <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span> => STR<span style=\"color: #000000;\">(</span> DESCEND<span style=\"color: #000000;\">(</span> dVal <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span></div>[/code:farvzcf2]\n\nLet's hope that Harbour developers will fix the bug, one day or another...\n\nMy concern is that Descend() could be called millions of times during a sort. So it should be as faster as possible.",
"time": "19:04",
"topic": "Bug in Harbour Descend()",
"username": "Enrico Maria Giordano"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2022-10-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "From Harbour-users group\n[quote:jlx28jte]\nDESCEND() function is designed to operate on binary (BYTE) sorting\nand gives reverted collation order only for codepages which use\nsuch collation.\n\nBecause DESCEND() converts numbers to characters which have\nspecial order in CP you are using. Look at this list archive\nfor some easy to create custom DESCEND() replacements which\ncan be used with non accented Latin based languages like\nLithuanian or Polish ones.\n[/quote:jlx28jte]\n\nDear Enrico\nPlease try with this. I hope you find this codepage useful\n[code=fw:jlx28jte]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />REQUEST HB_LANG_IT<br />REQUEST HB_CODEPAGE_ITWIN, HB_CODEPAGE_IT850<br /><br />HB_CDPSELECT<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"IT850\"</span> <span style=\"color: #000000;\">)</span><br />hb_langSelect<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">'IT'</span> <span style=\"color: #000000;\">)</span><br /><span style=\"color: #B900B9;\">// hb_SetTermCP( 'ITWIN', 'ITWIN', .T. ) // Also with it run ok</span><br /> </div>[/code:jlx28jte]",
"time": "19:23",
"topic": "Bug in Harbour Descend()",
"username": "cnavarro"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2022-10-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "It doesn't work, it creates a file with the wrong name. Please try this:\n\n[code=fw:386inxd1]<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 />REQUEST HB_LANG_IT<br />REQUEST HB_CODEPAGE_ITWIN, HB_CODEPAGE_IT850<br /><br /><br /><span style=\"color: #00C800;\">FUNCTION</span> MAIN<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> HB_CDPSELECT<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"IT850\"</span> <span style=\"color: #000000;\">)</span><br /> HB_LANGSELECT<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"IT\"</span> <span style=\"color: #000000;\">)</span><br /><br /> HB_SETTERMCP<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"ITWIN\"</span>, <span style=\"color: #ff0000;\">\"ITWIN\"</span>, .T. <span style=\"color: #000000;\">)</span><br /><br /> MEMOWRIT<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"àèéìòù.txt\"</span>, <span style=\"color: #ff0000;\">\"àèéìòù\"</span> <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span></div>[/code:386inxd1]",
"time": "22:24",
"topic": "Bug in Harbour Descend()",
"username": "Enrico Maria Giordano"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2022-10-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Enrico Maria Giordano\":1ts84rnj]It doesn't work, it creates a file with the wrong name. Please try this:\n\n[code=fw:1ts84rnj]<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 />REQUEST HB_LANG_IT<br />REQUEST HB_CODEPAGE_ITWIN, HB_CODEPAGE_IT850<br /><br /><br /><span style=\"color: #00C800;\">FUNCTION</span> MAIN<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> HB_CDPSELECT<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"IT850\"</span> <span style=\"color: #000000;\">)</span><br /> HB_LANGSELECT<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"IT\"</span> <span style=\"color: #000000;\">)</span><br /><br /> HB_SETTERMCP<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"ITWIN\"</span>, <span style=\"color: #ff0000;\">\"ITWIN\"</span>, .T. <span style=\"color: #000000;\">)</span><br /><br /> MEMOWRIT<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"àèéìòù.txt\"</span>, <span style=\"color: #ff0000;\">\"àèéìòù\"</span> <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span></div>[/code:1ts84rnj][/quote:1ts84rnj]\n\nSorry Enrico, but the example you put now has nothing to do with the Descend() function\nHas the example I posted worked?\nI will look at the new example you propose and I will answer you",
"time": "01:52",
"topic": "Bug in Harbour Descend()",
"username": "cnavarro"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2022-10-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "The problem is: without any codepage settings (ie. EN codepage) Descend() is fine but accented chars from filesystem are wrong. With ITWIN (or other codepages I tried) the accented chars from filesystem are right but Descend() is not working.\n\nAny solutions will make me happy. <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "08:52",
"topic": "Bug in Harbour Descend()",
"username": "Enrico Maria Giordano"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2022-10-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Enrico Maria Giordano\":b7ls04b0]The problem is: without any codepage settings (ie. EN codepage) Descend() is fine but accented chars from filesystem are wrong. With ITWIN (or other codepages I tried) the accented chars from filesystem are right but Descend() is not working.\n\nAny solutions will make me happy. <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->[/quote:b7ls04b0]\n\nThis is more simple\n\n[code=fw:b7ls04b0]<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 /><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> aData<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">7</span> <span style=\"color: #000000;\">]</span><br /><br /> <span style=\"color: #00C800;\">LOCAL</span> i<br /><br /><br /> HB_SETCODEPAGE<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"UTF8\"</span> <span style=\"color: #000000;\">)</span><br /><br /> aData<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> = <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"TEST1\"</span>, <span style=\"color: #000000;\">3107.77</span> <span style=\"color: #000000;\">}</span><br /> aData<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> = <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"TEST2\"</span>, <span style=\"color: #000000;\">852.07</span> <span style=\"color: #000000;\">}</span><br /> aData<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">3</span> <span style=\"color: #000000;\">]</span> = <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"TEST3\"</span>, <span style=\"color: #000000;\">191.00</span> <span style=\"color: #000000;\">}</span><br /> aData<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">4</span> <span style=\"color: #000000;\">]</span> = <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"TEST4\"</span>, <span style=\"color: #000000;\">148.68</span> <span style=\"color: #000000;\">}</span><br /> aData<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">5</span> <span style=\"color: #000000;\">]</span> = <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"TEST5\"</span>, <span style=\"color: #000000;\">44.73</span> <span style=\"color: #000000;\">}</span><br /> aData<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">6</span> <span style=\"color: #000000;\">]</span> = <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"TEST6\"</span>, <span style=\"color: #000000;\">15.24</span> <span style=\"color: #000000;\">}</span><br /> aData<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">7</span> <span style=\"color: #000000;\">]</span> = <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"TEST7\"</span>, <span style=\"color: #000000;\">255.65</span> <span style=\"color: #000000;\">}</span><br /><br /> ASORT<span style=\"color: #000000;\">(</span> aData, , , <span style=\"color: #000000;\">{</span> | aItem1, aItem2 | Descend<span style=\"color: #000000;\">(</span> Str<span style=\"color: #000000;\">(</span> aItem1<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span>, <span style=\"color: #000000;\">10</span>, <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span> + aItem1<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> < Descend<span style=\"color: #000000;\">(</span> Str<span style=\"color: #000000;\">(</span> aItem2<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span>, <span style=\"color: #000000;\">10</span>, <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span> + aItem2<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #000000;\">}</span> <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #0000ff;\">xBrowse</span><span style=\"color: #000000;\">(</span> aData <span style=\"color: #000000;\">)</span><br /><br /> hb_MemoWrit<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"àèéìòù.txt\"</span>, <span style=\"color: #ff0000;\">\"àèéìòù\"</span> <span style=\"color: #000000;\">)</span><br /><br /><br /> <span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span><br /><br /> </div>[/code:b7ls04b0]",
"time": "09:06",
"topic": "Bug in Harbour Descend()",
"username": "cnavarro"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2022-10-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Sorry, it doesn't work:\n\n[code=fw:2kr5gjzt]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">? hb_MemoWrit<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"àèéìòù.txt\"</span>, <span style=\"color: #ff0000;\">\"àèéìòù\"</span> <span style=\"color: #000000;\">)</span></div>[/code:2kr5gjzt]\n\nResult:\n\n[code=fw:2kr5gjzt]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">.F.</div>[/code:2kr5gjzt]\n\n<!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->",
"time": "09:26",
"topic": "Bug in Harbour Descend()",
"username": "Enrico Maria Giordano"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2022-10-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "For me run OK\n\n[img:1wxzcv4d]https://i.postimg.cc/htMP4dYQ/enrico13.png[/img:1wxzcv4d]",
"time": "13:40",
"topic": "Bug in Harbour Descend()",
"username": "cnavarro"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2022-10-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code=fw:g08fxkte]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"Fivewin.ch\"</span><br /><br />REQUEST HB_LANG_IT<br />REQUEST HB_CODEPAGE_ITWIN, HB_CODEPAGE_IT850<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> cFile<br /><br /> HB_CDPSELECT<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"IT850\"</span> <span style=\"color: #000000;\">)</span><br /> HB_LANGSELECT<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"IT\"</span> <span style=\"color: #000000;\">)</span><br /><br /> HB_SETTERMCP<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"ITWIN\"</span>, <span style=\"color: #ff0000;\">\"ITWIN\"</span>, .T. <span style=\"color: #000000;\">)</span><br /><br /> HB_CDPSELECT<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"UTF8\"</span> <span style=\"color: #000000;\">)</span><br /> HB_SETCODEPAGE<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"UTF8\"</span> <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">IF</span> FILE<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"ENRICO.txt\"</span> <span style=\"color: #000000;\">)</span><br /><br /> ERASE <span style=\"color: #ff0000;\">\"ENRICO.txt\"</span><br /><br /> <span style=\"color: #00C800;\">ENDIF</span><br /><br /> <span style=\"color: #B900B9;\">// MEMOWRIT( \"ENRICO.txt\", HB_OemToAnsi( \"àèéìòù\" ) )</span><br /><br /> MEMOWRIT<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"ENRICO.txt\"</span>, <span style=\"color: #ff0000;\">\"àèéìòù\"</span> <span style=\"color: #000000;\">)</span><br /><br /> cFile := <span style=\"color: #ff0000;\">\"ENRICO.txt\"</span><br /><br /> WinExec<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"Notepad.exe \"</span> + cFile <span style=\"color: #000000;\">)</span><br /><br /><span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span><br /><br /><span style=\"color: #B900B9;\">// fin / end</span><br /> </div>[/code:g08fxkte]\n\nRegards, saludos.",
"time": "14:18",
"topic": "Bug in Harbour Descend()",
"username": "karinha"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2022-10-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"cnavarro\":unbbznrh]For me run OK[/quote:unbbznrh]\n\n[code=fw:unbbznrh]<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 /> HB_SETCODEPAGE<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"UTF8\"</span> <span style=\"color: #000000;\">)</span><br /><br /> ? HB_MEMOWRIT<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"àèéìòù.txt\"</span>, <span style=\"color: #ff0000;\">\"àèéìòù\"</span> <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span></div>[/code:unbbznrh]\n\nResult: .F., and no file written. <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->",
"time": "15:17",
"topic": "Bug in Harbour Descend()",
"username": "Enrico Maria Giordano"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2022-10-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"karinha\":1ap43xra][code=fw:1ap43xra]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">MEMOWRIT<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"ENRICO.txt\"</span>, <span style=\"color: #ff0000;\">\"àèéìòù\"</span> <span style=\"color: #000000;\">)</span></div>[/code:1ap43xra][/quote:1ap43xra]\n\nIt doesn't work with this:\n\n[code=fw:1ap43xra]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">MEMOWRIT<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"àèéìòù.txt\"</span>, <span style=\"color: #ff0000;\">\"àèéìòù\"</span> <span style=\"color: #000000;\">)</span></div>[/code:1ap43xra]",
"time": "15:20",
"topic": "Bug in Harbour Descend()",
"username": "Enrico Maria Giordano"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2022-10-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "A workaroud that seems to work fine:\n\n[code=fw:ipiobt2s]<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 />REQUEST HB_CODEPAGE_ITWIN<br /><br />#xtranslate DESCEND<span style=\"color: #000000;\">(</span> STR<span style=\"color: #000000;\">(</span> <nVal><span style=\"color: #000000;\">[</span>, <nLen><span style=\"color: #000000;\">]</span><span style=\"color: #000000;\">[</span>, <nDec><span style=\"color: #000000;\">]</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span> => Str<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">999999999999999</span> - <nVal> <span style=\"color: #000000;\">)</span><br />#xtranslate DESCEND<span style=\"color: #000000;\">(</span> DTOS<span style=\"color: #000000;\">(</span> <dVal> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span> => Str<span style=\"color: #000000;\">(</span> Descend<span style=\"color: #000000;\">(</span> <dVal> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</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> aData<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">8</span> <span style=\"color: #000000;\">]</span><br /><br /> <span style=\"color: #00C800;\">LOCAL</span> i<br /><br /> HB_SETCODEPAGE<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"ITWIN\"</span> <span style=\"color: #000000;\">)</span><br /><br /> aData<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> = <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"TEST1\"</span>, <span style=\"color: #000000;\">3107.77</span> <span style=\"color: #000000;\">}</span><br /> aData<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> = <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"TEST2\"</span>, <span style=\"color: #000000;\">852.07</span> <span style=\"color: #000000;\">}</span><br /> aData<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">3</span> <span style=\"color: #000000;\">]</span> = <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"TEST3\"</span>, <span style=\"color: #000000;\">191.00</span> <span style=\"color: #000000;\">}</span><br /> aData<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">4</span> <span style=\"color: #000000;\">]</span> = <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"TEST4\"</span>, <span style=\"color: #000000;\">148.68</span> <span style=\"color: #000000;\">}</span><br /> aData<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">5</span> <span style=\"color: #000000;\">]</span> = <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"TEST5\"</span>, <span style=\"color: #000000;\">44.73</span> <span style=\"color: #000000;\">}</span><br /> aData<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">6</span> <span style=\"color: #000000;\">]</span> = <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"TEST6\"</span>, <span style=\"color: #000000;\">15.24</span> <span style=\"color: #000000;\">}</span><br /> aData<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">7</span> <span style=\"color: #000000;\">]</span> = <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"TEST7\"</span>, <span style=\"color: #000000;\">255.65</span> <span style=\"color: #000000;\">}</span><br /> aData<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">8</span> <span style=\"color: #000000;\">]</span> = <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"TEST8\"</span>, <span style=\"color: #000000;\">44.88</span> <span style=\"color: #000000;\">}</span><br /><br /> ASORT<span style=\"color: #000000;\">(</span> aData, , , <span style=\"color: #000000;\">{</span> | aItem1, aItem2 | Descend<span style=\"color: #000000;\">(</span> Str<span style=\"color: #000000;\">(</span> aItem1<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span>, <span style=\"color: #000000;\">10</span>, <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span> + aItem1<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> < Descend<span style=\"color: #000000;\">(</span> Str<span style=\"color: #000000;\">(</span> aItem2<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span>, <span style=\"color: #000000;\">10</span>, <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span> + aItem2<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #000000;\">}</span> <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">FOR</span> i = <span style=\"color: #000000;\">1</span> <span style=\"color: #0000ff;\">TO</span> LEN<span style=\"color: #000000;\">(</span> aData <span style=\"color: #000000;\">)</span><br /> ? aData<span style=\"color: #000000;\">[</span> i, <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span>, aData<span style=\"color: #000000;\">[</span> i, <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span><br /> <span style=\"color: #00C800;\">NEXT</span><br /><br /> ? MEMOWRIT<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"àèéìòù.txt\"</span>, <span style=\"color: #ff0000;\">\"àèéìòù\"</span> <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span></div>[/code:ipiobt2s]",
"time": "18:21",
"topic": "Bug in Harbour Descend()",
"username": "Enrico Maria Giordano"
}
] |
Bug in Harbour Descend()
|
[
{
"date": "2007-11-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "In the following sample try to move the mouse over the button and the program will terminate without errors. The problem is only with Harbour and not with xHarbour:\n\n[code:291sbjqs]#include \"Fivewin.ch\"\n\n\nFUNCTION MAIN()\n\n LOCAL oWnd\n\n DEFINE WINDOW oWnd\n\n DEFINE BUTTONBAR OF oWnd\n\n DEFINE BUTTON;\n OF oWnd:oBar\n\n ACTIVATE WINDOW oWnd\n\n RETURN NIL[/code:291sbjqs]\n\nEMG",
"time": "23:00",
"topic": "Bug in Harbour version of toolbar",
"username": "Enrico Maria Giordano"
}
] |
Bug in Harbour version of toolbar
|
[
{
"date": "2007-11-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nHere it is working fine. \n\nWhat errors do you get ? Thanks,",
"time": "09:18",
"topic": "Bug in Harbour version of toolbar",
"username": "Antonio Linares"
}
] |
Bug in Harbour version of toolbar
|
[
{
"date": "2007-11-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":2tce1klb]Enrico,\n\nHere it is working fine. \n\nWhat errors do you get ? Thanks,[/quote:2tce1klb]\n\nNo errors. The app just vanishes with a sound when i put the mouse on the button in the toolbar. Please try with latest Harbour (not xHarbour) from SVN.\n\nEMG",
"time": "09:24",
"topic": "Bug in Harbour version of toolbar",
"username": "Enrico Maria Giordano"
}
] |
Bug in Harbour version of toolbar
|
[
{
"date": "2007-11-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Do you want my EXE to test it there?\n\nEMG",
"time": "09:25",
"topic": "Bug in Harbour version of toolbar",
"username": "Enrico Maria Giordano"
}
] |
Bug in Harbour version of toolbar
|
[
{
"date": "2007-11-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nWe have tested FWH 7.11 with Harbour svn 05 Nov, and it works fine. Its the one distributed with FWH 7.11.\n\nSo it has to be a change in Harbour since 05 Nov.\n\nDo you get an error.log file ?",
"time": "09:33",
"topic": "Bug in Harbour version of toolbar",
"username": "Antonio Linares"
}
] |
Bug in Harbour version of toolbar
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.