messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2007-10-10", "forum": "FiveWin for Harbour/xHarbour", "text": "A little change to your fix:\n\n[code:3q2670sa] TransBmp( ::hBitmap1, nBmpWidth( ::hBitmap1 ), nBmpHeight( ::hBitmap1 ), nZeroZeroClr, ::hDC,;\n ( &...
Bug in the new 2007 clause
[ { "date": "2007-10-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Another problem: it seems that the height of the buttons is shorter with 2007 clause. Can you check?\n\nEMG", "time": "08:24", "topic": "Bug in the new 2007 clause", "username": "Enrico Maria Giordano" } ]
Bug in the new 2007 clause
[ { "date": "2007-10-10", "forum": "FiveWin for Harbour/xHarbour", "text": "One more bug. In the following sample try to move the mouse over the button and you will see that the font of the messagebar is changed.\n\n[code:20a66cf9]#include \"Fivewin.ch\"\n\n\nFUNCTION MAIN()\n\n LOCAL oWnd,...
Bug in the new 2007 clause
[ { "date": "2007-10-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\n> Without this the buttons are shifted on right instead of right-down when pressed. \n\nMy mistake. Yes, you are right, as usual <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!--...
Bug in the new 2007 clause
[ { "date": "2007-10-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\n>\nIn the following sample try to move the mouse over the button and you will see that the font of the messagebar is changed. \n>\n\nFixed. Many thanks for your feedback <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile...
Bug in the new 2007 clause
[ { "date": "2007-10-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you. Can you check this too?\n\n[quote=\"EnricoMaria\":3no4aw4e]Another problem: it seems that the height of the buttons is shorter with 2007 clause.[/quote:3no4aw4e]\n\nEMG", "time": "10:03", "topic": "Bug in the ne...
Bug in the new 2007 clause
[ { "date": "2007-10-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nIt seems ok. Please check this example using and removing 2007:\n[code:8gekryzh]\n#include \"Fivewin&#46;ch\" \n\n\nFUNCTION MAIN&#40;&#41; \n\n LOCAL oWnd, oBar \n\n DEFINE WINDOW oWnd \n\n DEFINE BUTTONBAR oB...
Bug in the new 2007 clause
[ { "date": "2007-10-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Ok, but try with 3D clause:\n\n[code:aa44ghuw]DEFINE BUTTONBAR oBar OF oWnd SIZE 40, 40 2007 3D[/code:aa44ghuw]\n\nEMG", "time": "10:24", "topic": "Bug in the new 2007 clause", "username": "Enrico Maria Giordano" } ]
Bug in the new 2007 clause
[ { "date": "2007-10-10", "forum": "FiveWin for Harbour/xHarbour", "text": "With the following change we get the same position for message of 2007 and not 2007 style msgbar:\n\n[code:35me5pkk] &#58;&#58;Say&#40; &#58;&#58;nHeight / 4 - 2,;\n If&#40; &#58;&#58;lCentered, &#40; &#58;&#58;nW...
Bug in the new 2007 clause
[ { "date": "2007-10-10", "forum": "FiveWin for Harbour/xHarbour", "text": "The bitmaps are no longer centered inside the buttons with 2007 clause:\n\n[code:lfxlviv8]#include \"Fivewin&#46;ch\"\n\n\nFUNCTION MAIN&#40;&#41;\n\n LOCAL oWnd, oBar\n\n DEFINE WINDOW oWnd\n\n DEFINE BUTTONBAR oBar OF o...
Bug in the new 2007 clause
[ { "date": "2007-10-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\n> Ok, but try with 3D clause:\n\nYes, you are right, 3D clause should not be used with 2007 clause together, or buttons will not cover all the bar height", "time": "10:52", "topic": "Bug in the new 2007 clause",...
Bug in the new 2007 clause
[ { "date": "2007-10-10", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":2prucmlc]Enrico,\n\n> Ok, but try with 3D clause:\n\nYes, you are right, 3D clause should not be used with 2007 clause together, or buttons will not cover all the bar height[/quote:2prucmlc]\n\nRight.\n\...
Bug in the new 2007 clause
[ { "date": "2007-10-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nThis is the right code to center the bitmaps. Thanks! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n[code:jevswn7h]\n TransBmp&#40; hBmp, nBmpWidth&#40; hBm...
Bug in the new 2007 clause
[ { "date": "2007-10-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Great! Is it already in the new FWH build?\n\nEMG", "time": "11:40", "topic": "Bug in the new 2007 clause", "username": "Enrico Maria Giordano" } ]
Bug in the new 2007 clause
[ { "date": "2007-10-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Ops! What is hBmp?\n\nEMG", "time": "11:43", "topic": "Bug in the new 2007 clause", "username": "Enrico Maria Giordano" } ]
Bug in the new 2007 clause
[ { "date": "2007-10-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nPlease download FWH 7.10 again, thanks <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "12:16", "topic": "Bug in the new 2007 clause", "username"...
Bug in the new 2007 clause
[ { "date": "2007-10-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\n>\nWith the following change we get the same position for message of 2007 and not 2007 style msgbar: \n>\n\nThanks! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", ...
Bug in the new 2007 clause
[ { "date": "2012-01-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi.\n\nSeems I found a bug in wbrowse when moving the file pointer.\nIf I change the current record of the browsed file and call a refresh ,the wbrowse goes to new record position as expected.\nUntil a mouse click is used to chang...
Bug in wbrowse
[ { "date": "2012-01-27", "forum": "FiveWin for Harbour/xHarbour", "text": "This is a patch\nobrw:gotop()\nbefore\n IF ! EMPTY(cCodigo) .AND. TESTBRW->( DBSEEK( cCodigo ) )", "time": "12:12", "topic": "Bug in wbrowse", "username": "MarcoBoschi" } ]
Bug in wbrowse
[ { "date": "2012-01-27", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"MarcoBoschi\":834hz3qe]\nobrw:gotop()\nbefore\n IF ! EMPTY(cCodigo) .AND. TESTBRW->( DBSEEK( cCodigo ) )[/quote:834hz3qe]\nIn this way mouse clicking does not function.\nAnd this not so good...", "time": "13:01", ...
Bug in wbrowse
[ { "date": "2012-01-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi.\nAntonio, could you inspected this ?\nI am insisting in it because the browse also moves the current file record by itself, causing unpredictable behavior.\n \nRegards,\n \nMaurício Ventura Faria", "time": "10:14", "to...
Bug in wbrowse
[ { "date": "2012-01-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Try this: \n\n/************************************************/\nSTATIC FUNCTION V_Codigo()\n/************************************************/\n\n IF ! EMPTY(cCodigo) .AND. TESTBRW->( DBSEEK( cCodigo ) )\n [b:1li2liu5]oBr...
Bug in wbrowse
[ { "date": "2009-12-13", "forum": "FiveWin for Harbour/xHarbour", "text": "The following sample shows the problem: the 2007 effect of the menu is interrupted by the window scrollbar:\n\n[code=fw:2zu73k52]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#incl...
Bug in window scrollbar
[ { "date": "2009-12-13", "forum": "FiveWin for Harbour/xHarbour", "text": "I allready wrote for this error but never me founded the solution !!", "time": "21:03", "topic": "Bug in window scrollbar", "username": "Silvio" } ]
Bug in window scrollbar
[ { "date": "2009-12-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Probably I did not understand what exactly is the problem.\nThis is my screenshot of window with scrollbar and menu 2007 style.\n[url=http&#58;//img704&#46;imageshack&#46;us/my&#46;php?image=winscroll2007&#46;jpg:3fxpe1lw][img:3fx...
Bug in window scrollbar
[ { "date": "2009-12-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Please look at the rightmost part of the menu, just below the X button.\n\nEMG", "time": "08:57", "topic": "Bug in window scrollbar", "username": "Enrico Maria Giordano" } ]
Bug in window scrollbar
[ { "date": "2009-12-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks. I see the problem.", "time": "13:03", "topic": "Bug in window scrollbar", "username": "nageswaragunupudi" } ]
Bug in window scrollbar
[ { "date": "2010-05-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Mr. Antonio and Mr. RAO,\n\nI received this error randomly by this simple syntax xBrowser('table') in FWH 10.5\n\n[quote:1gp7cdoj]Stack Calls\n===========\n Called from: => FIELDGET(0)\n Called from: Source\\xBrowse.prg ...
Bug in xBrowse FWH 10.5??? -- SOLVED
[ { "date": "2010-05-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Frances,\n\nWhat is the error description ? You have just copied the calls stack.\n\nI have just tested FWH\\samples\\xbwser.prg and it is working fine here.", "time": "10:59", "topic": "Bug in xBrowse FWH 10.5??? -- SOLV...
Bug in xBrowse FWH 10.5??? -- SOLVED
[ { "date": "2010-05-30", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:2c6irxte]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">Called <span style=\"color: #0000ff;\">from</span>: => FIELDGET<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">0</span><...
Bug in xBrowse FWH 10.5??? -- SOLVED
[ { "date": "2010-06-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Mr. Antonio/Mr. RAO,\n\nThe issue was solved when I used ace32.lib ( v9.10.0.11 ) with xHB1.21.6714 and not my ace32.lib ( v9.10.0.9 )\n\n\nThank you and best regards,\nFrances", "time": "07:53", "topic": "Bug in xBro...
Bug in xBrowse FWH 10.5??? -- SOLVED
[ { "date": "2008-01-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr. Linares, \nin xbrowse the font-object from footer are always the font-object from header! Please check the source from method PaintFooter. Wrong is oFont := ::oHeaderFont. Should be oFont := ::oFooterFont!", "time": "13:01...
Bug in xbrowse
[ { "date": "2008-01-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Günther,\n\nFixed, thanks! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "15:38", "topic": "Bug in xbrowse", "username": "Antonio Linares" } ]
Bug in xbrowse
[ { "date": "2009-07-07", "forum": "FiveWin for Harbour/xHarbour", "text": "This code :\n\n[code=fw:vcx62w0r]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> &nbsp; <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">XBROWSE</span> oLbx<span style=\"color: #0000...
Bug in xbrowse + SuperHeader
[ { "date": "2010-12-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\nthis last FWH version has a bug into the xBrowse class when you browse an array with a column using the SORT clause.\n\nApplication\n===========\n Path and name: K:\\pigc\\PIGCSQL.Exe (32 bits)\n Size: 9,056,768 bytes\n ...
Bug in xbrowse using an array and sort
[ { "date": "2010-12-27", "forum": "FiveWin for Harbour/xHarbour", "text": "This is the fix:\n[code=fw:44okad5a]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> &nbsp; &nbsp; &nbsp;<span style=\"color: #00C800;\">if</span> ::<span style=\"color: #000000;\">nDataType</span> == DATATYPE_RDD ...
Bug in xbrowse using an array and sort
[ { "date": "2014-01-08", "forum": "FiveWin para Harbour/xHarbour", "text": "la introduccion de la DATA l2013 a introducido un bug en las barras desde codigo :\n\n@20,0 BUTTONBAR oBarfoto 3D SIZE 350,30 OF ::oWnd\n\npara resolverlo segun caso :\n oBarfoto:l2013:= .f.\n o\noBarfoto:l2013:= .t.\n\nseria bu...
Bug introducido en BUTTONBAR
[ { "date": "2014-01-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Manuel,\n\ngracias! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "10:15", "topic": "Bug introducido en BUTTONBAR", "username": "Antonio Linares" } ]
Bug introducido en BUTTONBAR
[ { "date": "2010-01-04", "forum": "FiveWin para Harbour/xHarbour", "text": "Sr. Antonio,\n\nAo redimensionar a window principal, a message bar apresenta um BUG.\n\nset message of ownd to \"Bom trabalho...\" clock date keyboard font ofontem noinset 2007\n\nVeja:\n[url=http&#58;//img98&#46;imageshack&#46;...
Bug message bar com 2007
[ { "date": "2010-01-06", "forum": "FiveWin para Harbour/xHarbour", "text": "?", "time": "20:19", "topic": "Bug message bar com 2007", "username": "MGA" } ]
Bug message bar com 2007
[ { "date": "2010-01-25", "forum": "FiveWin para Harbour/xHarbour", "text": "SGS,\n\nPuedes proporcionar un ejemplo, en PRG, que reproduzca el error ? gracias", "time": "12:12", "topic": "Bug message bar com 2007", "username": "Antonio Linares" } ]
Bug message bar com 2007
[ { "date": "2010-01-25", "forum": "FiveWin para Harbour/xHarbour", "text": "Sr. Antonio:\n\nfwh/samples/test2007.prg\n\nBasta redimensionar a window principal de modo que a mensagem estoure o tamanho da set message...", "time": "13:43", "topic": "Bug message bar com 2007", "username": "MGA" ...
Bug message bar com 2007
[ { "date": "2010-03-09", "forum": "FiveWin para Harbour/xHarbour", "text": "Sr. Antonio,\n\nAlguma novidade sobre este bug? ou poderia me dizer em que PRG (source) devo procurar o problema!\n\nObrigado", "time": "18:34", "topic": "Bug message bar com 2007", "username": "MGA" } ]
Bug message bar com 2007
[ { "date": "2010-03-10", "forum": "FiveWin para Harbour/xHarbour", "text": "The problem is true.\n\nSample used : \\Fwh\\Samples\\Test2007.prg \n\n[b:21zgznw0]Screen snapshot of the window[/b:21zgznw0]\n[url=http&#58;//img218&#46;imageshack&#46;us/i/originalv&#46;jpg/:21zgznw0][img:21zgznw0]http&#58;//im...
Bug message bar com 2007
[ { "date": "2010-03-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Deberíamos decidir que items deben verse en esa situación: los de más a la derecha o solo el de la izquierda ?\n\nWe should decide what items to show on such situation: the rightmost ones or just the leftmost one ?", "time": ...
Bug message bar com 2007
[ { "date": "2010-03-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Sr. Antonio,\n\nclausula->2007 Deveria funcionar igual a barra default (sem 2007).\n\nset message of ownd to \"Bom trabalho...\" clock date keyboard font ofontem noinset 2007 <----BUG\n\nset message of ownd to \"Bom trabalho...\...
Bug message bar com 2007
[ { "date": "2010-03-13", "forum": "FiveWin para Harbour/xHarbour", "text": "Sr. Antonio, \n\nAlguma novidade?", "time": "12:01", "topic": "Bug message bar com 2007", "username": "MGA" } ]
Bug message bar com 2007
[ { "date": "2010-03-15", "forum": "FiveWin para Harbour/xHarbour", "text": "SGS.\n\nProblema resuelto...\n\nhay que hacer cambios en TmsgBar (msgbar.prg)\n\n[b:2hsveac1]METHOD Destroy()\nBusca[/b:2hsveac1]\n[code=fw:2hsveac1]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />   AEval<s...
Bug message bar com 2007
[ { "date": "2010-03-15", "forum": "FiveWin para Harbour/xHarbour", "text": "Daniel,\n\n <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \n\nEspetacular !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\nMeus Parabéns !!!!!!!!!!!!!!!!!!!!!!!!!...
Bug message bar com 2007
[ { "date": "2021-11-17", "forum": "FiveWin for Harbour/xHarbour", "text": "[img:2t0wrbbo]https&#58;//i&#46;postimg&#46;cc/yYkvZQDc/test-btn-err&#46;png[/img:2t0wrbbo]\n\nbecause buttons 1 and 3 that have pngs (or bitmaps) don't behave like the number 5\n\nI have seen that when a button is disabled if it ...
Bug on Btnbmp ???
[ { "date": "2021-11-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Intenta asi:\n\n\n[code=fw:ff3a1893]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">ON</span> <span style=\"color: #0000ff;\">INIT</span> <span style=\"col...
Bug on Btnbmp ???
[ { "date": "2021-11-17", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"karinha\":29lf0juw]Intenta asi:\n\n\n[code=fw:29lf0juw]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />      <span style=\"color: #0000ff;\">ON</span> <span style=\"color: #0000ff;\">INIT</span> <spa...
Bug on Btnbmp ???
[ { "date": "2021-11-17", "forum": "FiveWin for Harbour/xHarbour", "text": "There really is a problem. Refresh() does not work with BTNBMP and PNG.\n\nRealmente hay un problema. Refresh() no funciona con BTNBMP y PNG.\n\n[code=fw:10kil2i5]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br...
Bug on Btnbmp ???
[ { "date": "2021-11-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Esto hace que sea más fácil ver el problema con PNG, con BMP funciona normalmente. Prefiero BUTTONBMP, es mucho mejor.\n\nThis makes it easier to see the problem with PNG, with BMP it works as normal. I prefer BUTTONBMP, it's much...
Bug on Btnbmp ???
[ { "date": "2021-11-18", "forum": "FiveWin for Harbour/xHarbour", "text": "I saw only if I insert \n[b:30ebuait]oDlg:aControls[ 1 ]:lTransparent = .T.[/b:30ebuait]\n\nthen I see the button \nIf I not insert it the btnbmp show bad", "time": "11:10", "topic": "Bug on Btnbmp ???", "username": "...
Bug on Btnbmp ???
[ { "date": "2008-01-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, \n\nFollowing example shows trouble on Tsay with 'box' or 'raised' in FWH_0801, may you check it ? \n\nThank & Regards. \nChiang Ming-Song \n\n*--------------------------------------------- \n#include \"FiveWin.ch\" \n*==...
Bug on FWH_0801
[ { "date": "2008-01-23", "forum": "FiveWin for Harbour/xHarbour", "text": "John,\n\nRAISED is used for the SS_WHITERECT style, so you won't see a \"raised\" text. It will look as a white rectangle.\n\nBOX is used for the SS_GRAYRECT style, so it will look as a gray rectangle.\n\nWe are using standard Win...
Bug on FWH_0801
[ { "date": "2008-01-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, \n\nThanks for your responce, but Tsay displays Text in raised boder if raised style was specified in FWH version of Dec. 2006.\n\nRegards. \nJohn M. S. Chiang", "time": "15:02", "topic": "Bug on FWH_0801", "u...
Bug on FWH_0801
[ { "date": "2008-01-23", "forum": "FiveWin for Harbour/xHarbour", "text": "John,\n\nPlease email me your source\\classes\\say.prg, thanks", "time": "23:01", "topic": "Bug on FWH_0801", "username": "Antonio Linares" } ]
Bug on FWH_0801
[ { "date": "2008-01-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nSent on Jan.24, may you check it ?\n\nRegards\n\nJohn M. S. Chiang\n\n*-----------------------------\n\n> John, \n\n> Please email me your source\\classes\\say.prg, thanks", "time": "08:22", "topic": "Bug on FW...
Bug on FWH_0801
[ { "date": "2008-01-28", "forum": "FiveWin for Harbour/xHarbour", "text": "John,\n\nI meant Class TSay from FWH version of Dec. 2006, thanks", "time": "09:38", "topic": "Bug on FWH_0801", "username": "Antonio Linares" } ]
Bug on FWH_0801
[ { "date": "2008-01-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nsay.prg from FWH version of Dec. 2006 sent.\n\nRegards.\n\nJohn M. S. Chiang", "time": "11:19", "topic": "Bug on FWH_0801", "username": "jhncon" } ]
Bug on FWH_0801
[ { "date": "2008-01-28", "forum": "FiveWin for Harbour/xHarbour", "text": "John,\n\nReceived, thanks.\n\nWeren't you using themes previously in your app ? Are you using themes now ? ( 1 24 \"WindowsXP.Manifest\" )", "time": "11:24", "topic": "Bug on FWH_0801", "username": "Antonio Linares" ...
Bug on FWH_0801
[ { "date": "2008-01-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nI use XP themes in previously and current version.\n\nRegards", "time": "02:12", "topic": "Bug on FWH_0801", "username": "jhncon" } ]
Bug on FWH_0801
[ { "date": "2008-01-29", "forum": "FiveWin for Harbour/xHarbour", "text": "John,\n\nIf you compare the Class TSay, old and current, they are practically the same one. So the problem has to be a different one.\n\nCould you please post a screenshot of your sample with the previous FWH that you used ? thank...
Bug on FWH_0801
[ { "date": "2018-01-09", "forum": "FiveWin for Harbour/xHarbour", "text": "If I use the method \n\n[b:349eac9a]oList:lPopUp :=.t.[/b:349eac9a]\n\ni can show a menu popup to change the visualization of Icons \n\nbut if I select one selection of the menu it draw with the mouse a dotted box \n\nand then ...
Bug on Listview class
[ { "date": "2018-01-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Silvio,\n\nIt seems as you need to use the style LVS_SINGLESEL\n\nPlease modify the class source code and test it, thanks", "time": "08:57", "topic": "Bug on Listview class", "username": "Antonio Linares" } ]
Bug on Listview class
[ { "date": "2018-01-10", "forum": "FiveWin for Harbour/xHarbour", "text": "where I must modify on CLASS TListView\n LVS_SINGLESEL value ?", "time": "13:19", "topic": "Bug on Listview class", "username": "Silvio.Falconi" } ]
Bug on Listview class
[ { "date": "2018-01-10", "forum": "FiveWin for Harbour/xHarbour", "text": "I try with \n\n#define LVS_ICON 0\n#define LVS_SMALLICON 2\n#define LVS_LIST 3\n#define LVS_SINGLESEL 4\n\noList:WinStyle(LVS_SINGLESEL,.T.)\n\n\nbut is the same", "time": "17:00", ...
Bug on Listview class
[ { "date": "2019-10-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Sorry Günther\nThis run also OK for me", "time": "13:55", "topic": "Bug on Tfolderex", "username": "cnavarro" } ]
Bug on Tfolderex
[ { "date": "2019-09-18", "forum": "FiveWin for Harbour/xHarbour", "text": "After oFld:enabletab(nOtion) the controls inside this tab becomes not active.", "time": "09:17", "topic": "Bug on Tfolderex", "username": "byte-one" } ]
Bug on Tfolderex
[ { "date": "2019-09-18", "forum": "FiveWin for Harbour/xHarbour", "text": "yes oldest error never corrected , asked also I many days ago", "time": "12:44", "topic": "Bug on Tfolderex", "username": "Silvio.Falconi" } ]
Bug on Tfolderex
[ { "date": "2019-09-18", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"byte-one\":mtz76ipd]After oFld:enabletab(nOtion) the controls inside this tab becomes not active.[/quote:mtz76ipd]\n\nFor me it's OK\nPlease put a example for test your problem", "time": "15:31", "topic": "Bug on ...
Bug on Tfolderex
[ { "date": "2019-09-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Günther,\n\nIt would help if you would put your software versions in your automatic signature line.", "time": "16:05", "topic": "Bug on Tfolderex", "username": "James Bott" } ]
Bug on Tfolderex
[ { "date": "2019-09-19", "forum": "FiveWin for Harbour/xHarbour", "text": "James, FWH 1812", "time": "20:55", "topic": "Bug on Tfolderex", "username": "byte-one" } ]
Bug on Tfolderex
[ { "date": "2019-09-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Günther\nDo not have a small example to check your problem?", "time": "22:06", "topic": "Bug on Tfolderex", "username": "cnavarro" } ]
Bug on Tfolderex
[ { "date": "2019-09-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Cristobal, simple do a oFld:disabletab(nOtion) and later a oFld:enabletab(nOtion). Then the tab is enabled and can clicked but all the controls inside this tab are inactive.", "time": "11:21", "topic": "Bug on Tfolderex", ...
Bug on Tfolderex
[ { "date": "2019-09-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Günther, I tested using valid of a get in first folder and run ok\n\n[code=fw:2mcrrv3d]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #00C800;\">Function</span> ActDesactDlgs<span ...
Bug on Tfolderex
[ { "date": "2019-09-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Please test this code. Except the first tab in all others the controls inside all are inactive!\n[code=fw:3ce0xfv0]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">Function</span> Act...
Bug on Tfolderex
[ { "date": "2015-05-07", "forum": "FiveWin for Harbour/xHarbour", "text": "the state save only the _rowsHeight ( .....\"nCreationOrders\", \"nRowHeight\", \"nWidths\", \"lHides\", \"cGrpHdrs\", \"cHeaders\".....)\n\nbut if we want save also the [b:1p33lwi9]nHeaderHeight and nFooterHeight [/b:1p33lwi9] ...
Bug on Xbrowse
[ { "date": "2015-05-08", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:29zaq0fe]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />cSaveData := oBrw:<span style=\"color: #000000;\">SaveData</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">...
Bug on Xbrowse
[ { "date": "2015-05-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Rao,\nI made \n\n \nWritePProString(::cSection,::cStateEntry,::oBrowse:SaveData( { \"nHeaderHeight\", \"nFooterHeight\" } ) ,cIniUser)\n\nbut not run ok", "time": "18:42", "topic": "Bug on Xbrowse", "username": "Silvi...
Bug on Xbrowse
[ { "date": "2006-05-16", "forum": "FiveWin for Harbour/xHarbour", "text": "I cannot run this example in fwh:\n\n#include \"FiveWin.ch\" \n\n//----------------------------------------------------------------------------// \nfunction Main() \n\nlocal oDlg, oBrw \nlocal aData := { { \"1\", \"Cliente\", \"=\...
Bug report on listbox
[ { "date": "2006-05-17", "forum": "FiveWin for Harbour/xHarbour", "text": "you forget this :\n\nheaders \"header1',\"header2\",\"header3\",\"header4\" ;", "time": "21:00", "topic": "Bug report on listbox", "username": "tnhoe" } ]
Bug report on listbox
[ { "date": "2006-05-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Many tanks!", "time": "22:18", "topic": "Bug report on listbox", "username": "Piscicelli Zingoni" } ]
Bug report on listbox
[ { "date": "2006-05-19", "forum": "FiveWin for Harbour/xHarbour", "text": "For Antonio:\nThis problem is for the incorrect initialization of ::aHeaders into WBrowse Class! \nI suggest this:\n\nat line 1184:\n[code:uzwkepl4] if Len&#40; &#58;&#58;aHeaders &#41; < nElements\n if &#58;&#58;Cargo == n...
Bug report on listbox
[ { "date": "2006-05-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Ugo,\n\nThis way we have a number for each column:\n[code:13wuln2w]\n if Len&#40; &#58;&#58;aHeaders &#41; < nElements\n if &#58;&#58;Cargo == nil\n &#58;&#58;aHeaders = Array&#40; nElements &#41;\n for n = ...
Bug report on listbox
[ { "date": "2006-05-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Good solution! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\nCan you insert in next release?", "time": "12:13", "topic": "Bug report on listbox", "username": "Ugo...
Bug report on listbox
[ { "date": "2010-01-23", "forum": "FiveWin para Harbour/xHarbour", "text": "hola, probando el ejemplo testget2 al presionar la tecla flecha abajo se borra parte del boton,\nal hacerlo con btnget y presionar el boton flecha derecha borra por completo el boton, alguien lo ha probado?\ngracias\npaco", "...
Bug tGet
[ { "date": "2010-01-31", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Paco:\n[quote=\"Francisco Horta\":2ylkp1en]hola, probando el ejemplo testget2 al presionar la tecla flecha abajo se borra parte del boton,\nal hacerlo con btnget y presionar el boton flecha derecha borra por completo el boto...
Bug tGet
[ { "date": "2010-02-01", "forum": "FiveWin para Harbour/xHarbour", "text": "que tal Master,\ne recompilado el ejemplo y anexo imagenes.\n\nantes de teclear flecha abajo\n[url=http&#58;//img688&#46;imageshack&#46;us/i/get1&#46;jpg/:30hsa3qs][img:30hsa3qs]http&#58;//img688&#46;imageshack&#46;us/img688/1345...
Bug tGet
[ { "date": "2010-02-03", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"Francisco Horta\":dbtrf7o0]esta raro[/quote:dbtrf7o0]\nPuede ser cuestión de versiones, las mías son:\n\nFWH 9.08\nxHarbour 1.2.1 (Simplex)\nHarbour 2.0.0 Beta\n\nUn abrazo.", "time": "14:42", "topic": "Bug tGet"...
Bug tGet
[ { "date": "2008-11-30", "forum": "FiveWin para Harbour/xHarbour", "text": "Buenas Antonio, creo que el metodo KeyChar cuando pulsamos intro en un browse sin arbol asignado da error de oTreeItem no tiene metodo oTree.\r\n\r\n[code:23q7747y]\ncase nKey == VK_RETURN\n oCol &#58;= &#58;&#58;Selected...
Bug xBrowse (FWH811)
[ { "date": "2008-12-01", "forum": "FiveWin para Harbour/xHarbour", "text": "Mike,\r\n\r\nSi, es correcto el cambio.\r\n\r\nMuchas gracias! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "16:30", "topic": "Bug xBrowse (FWH811)", "u...
Bug xBrowse (FWH811)
[ { "date": "2008-12-16", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio, podrias poner el cambio en la lib, es para no tener que modificar e incluir xBrowse.prg en los proyectos.", "time": "17:48", "topic": "Bug xBrowse (FWH811)", "username": "Biel EA6DD" } ]
Bug xBrowse (FWH811)
[ { "date": "2011-12-02", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio / Gente del foro:\nEstoy haciendo mis pininos con xbrowse pero me encuentro con este error que buscando en este foro ya fue resuelto\nhe intentado incluir xbrowse.prg (con la modif. de abajo) en mi bat pero no compila\nPo...
Bug xBrowse (FWH811)
[ { "date": "2011-12-02", "forum": "FiveWin para Harbour/xHarbour", "text": "Ya encontre cual era mi problema\nen mi rmk puse\n \nPRG = \\\n...\nxbrowse.prg \\ [color=#FF0000:521uavql]Cuando debio ser xbrowse.PRG \\[/color:521uavql]\n\nSugerencia:\nSI ES POSIBLE, que los parches a las versiones...
Bug xBrowse (FWH811)
[ { "date": "2011-06-03", "forum": "FiveWin for Harbour/xHarbour", "text": "When press CTRL+C focus on xBrowse show me error mensagem of window and close my app.\n\nI'll try found solution more posted here if other guys have same problem.\n\n <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)...
Bug xBrowse Fwh 11.5
[ { "date": "2011-06-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Will be fixed in an updated release of 11.5 or in the next 11.6?.\n\nThank you.", "time": "20:09", "topic": "Bug xBrowse Fwh 11.5", "username": "ukservice" } ]
Bug xBrowse Fwh 11.5
[ { "date": "2011-06-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Can you please try with revised build 11.05 published today? Does the problem still continue?", "time": "16:17", "topic": "Bug xBrowse Fwh 11.5", "username": "nageswaragunupudi" } ]
Bug xBrowse Fwh 11.5