messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2010-02-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Ok, thank you.\n\nEMG", "time": "23:55", "topic": "A problem with GradientBrush()", "username": "Enrico Maria Giordano" } ]
A problem with GradientBrush()
[ { "date": "2010-02-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr EMG\n\n>>\nOne more problem. How can I get transparent controls (ie. the SAY in the following sample) and not transparent image control at the same time?\n>>\n\nPlease try this modified code:\n[quote:164vnqec]#include \"Fivewin...
A problem with GradientBrush()
[ { "date": "2010-02-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nPlease try this example which provides a good understanding about how brushes reuse works.\n\nThe problem with your examples is that you were modifying a brush that was already in use by the previous dialog. The solutio...
A problem with GradientBrush()
[ { "date": "2010-02-02", "forum": "FiveWin for Harbour/xHarbour", "text": "In this example, lets asume that we want to use the same gradient colors for all our dialogs, so we can create just one brush and reuse it in all dialogs:\n\n[code=fw:152s7bot]<div class=\"fw\" id=\"{CB}\" style=\"font-family: mon...
A problem with GradientBrush()
[ { "date": "2010-02-02", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":yokz9bqq][code=fw:yokz9bqq]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oDlg:<span style=\"color: #000000;\">oBrush</span>:<span style=\"color: #000000;\">End</span><span style=\"color...
A problem with GradientBrush()
[ { "date": "2010-02-02", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":3fkes72q][code=fw:3fkes72q]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oDlg:<span style=\"color: #000000;\">oBrush</span>:<span style=\"color: #000000;\">End</span><span style=\"color...
A problem with GradientBrush()
[ { "date": "2010-02-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nWe need to explicity release it because we have created a new brush.\n\nIt is not the original brush that was created by FWH. We have created a new one so we have to End() it. Keep in mind that End()s simply decrease th...
A problem with GradientBrush()
[ { "date": "2010-02-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Ok. And what do you say about\n\n[code=fw:37g4cvg0]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oDlg:<span style=\"color: #000000;\">oBrush</span>:<span style=\"color: #000000;\">End</span><span style=\"color: #...
A problem with GradientBrush()
[ { "date": "2010-02-02", "forum": "FiveWin for Harbour/xHarbour", "text": ">>\noDlg:SetBrush( TBrush():New( ,,,, hBmp ) )\n>>\nTBrush():new() creates a brush object and sets the count to 1. oWnd/oDlg:SetBrush( oBrush ) increments count to 2. When the window/dialog is closed, the count of oBrush is decrem...
A problem with GradientBrush()
[ { "date": "2010-02-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Ok, thank you. Maybe it's slightly unexpected that SetBrush() increments the brush counter, isn't it?\n\nEMG", "time": "12:48", "topic": "A problem with GradientBrush()", "username": "Enrico Maria Giordano" } ]
A problem with GradientBrush()
[ { "date": "2010-02-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nMethod SetBrush() has to increase the counter. Thats its main utility <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nWe need to increase it when it is assigned to ...
A problem with GradientBrush()
[ { "date": "2010-02-02", "forum": "FiveWin for Harbour/xHarbour", "text": ">>\nOk, thank you. Maybe it's slightly unexpected that SetBrush() increments the brush counter, isn't it?\n>>\n\nThis is Mr. Antonio's well thought of ingenious way of reusing resources like fonts, brushes, etc. Once we understan...
A problem with GradientBrush()
[ { "date": "2010-02-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Rao,\n\nWe learned this technique from Windows itself. It does it the same way <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "13:08", "topic": "A problem...
A problem with GradientBrush()
[ { "date": "2010-02-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Maybe it's a matter of naming. One doesn't expect that a method called SetBrush() creates a brush but merely assigns an existing one. So, why does it have to increase the brush counter as if it's creating one?\n\nEMG", "time":...
A problem with GradientBrush()
[ { "date": "2010-02-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nThe counter is not to count the created brushes. The counter counts the number of users <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nWhen you assign a brush to a...
A problem with GradientBrush()
[ { "date": "2010-02-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr Antonio\n\nLet me put Mr. Enrico's question in a different way.\n\nIf the programmer creates a brush/font and uses it in as many windows ( and derivatives ) as he wants and releases the brush/font after all such windows are clo...
A problem with GradientBrush()
[ { "date": "2010-02-02", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":3gas9qqu]Enrico,\n\nThe counter is not to count the created brushes. The counter counts the number of users <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-)...
A problem with GradientBrush()
[ { "date": "2010-02-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nYou are right, Method SetBrush() already End()s (and decreases) the previous used brush counter, so there is no need to call oBrush:End() as I have done in my examle <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif...
A problem with GradientBrush()
[ { "date": "2010-02-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Ok, please review this revised version:\n\n[code=fw:3em5yudx]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"Fivewin.ch\"</span><br ...
A problem with GradientBrush()
[ { "date": "2010-02-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nIt seems as the source code for function Test() is missing in your example", "time": "11:31", "topic": "A problem with GradientBrush()", "username": "Antonio Linares" } ]
A problem with GradientBrush()
[ { "date": "2010-02-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Ok, this is even better:\n\n\n[code=fw:3bg9gi9a]<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 /...
A problem with GradientBrush()
[ { "date": "2010-02-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Now the image can be set to not-transparent:\n\n[code=fw:ugm9wee6]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"Fivewin.ch\"</span...
A problem with GradientBrush()
[ { "date": "2010-02-03", "forum": "FiveWin for Harbour/xHarbour", "text": "I don't understand. Please explain what your generalization is suppose to do.\n\nEMG", "time": "12:10", "topic": "A problem with GradientBrush()", "username": "Enrico Maria Giordano" } ]
A problem with GradientBrush()
[ { "date": "2010-02-03", "forum": "FiveWin for Harbour/xHarbour", "text": "There is a problem in the bEraseBkGnd of TSay. The following sample doesn't show a colored SAY if the theme is activated:\n\n[code=fw:22zqgzva]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0...
A problem with GradientBrush()
[ { "date": "2010-02-03", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote:2g2uysit] AEVAL( oDlg:aControls, { | oCtl | If( oCtl:lTransparent, oCtl:SetBrush( oDlg:oBrush ), ) } )\n[/quote:2g2uysit]\n\nCode given below is more generic\n[code=fw:2g2uysit]<div class=\"fw\" id=\"{CB}\" style=\"font-...
A problem with GradientBrush()
[ { "date": "2010-02-03", "forum": "FiveWin for Harbour/xHarbour", "text": "This is a possible fix:\n\n[code=fw:37utvfn2]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">METHOD</span> EraseBkGnd<span style=\"color: #000000;\">&#40;</span> hDC <span style=\"co...
A problem with GradientBrush()
[ { "date": "2010-02-03", "forum": "FiveWin for Harbour/xHarbour", "text": "But that not fixes the initial color problem (ie. the COLOR clause doesn't work with themes activated).\n\nEMG", "time": "12:30", "topic": "A problem with GradientBrush()", "username": "Enrico Maria Giordano" } ]
A problem with GradientBrush()
[ { "date": "2010-02-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nAre those examples working fine for you ? Here they are working fine on both Windows 7 and XP.", "time": "12:44", "topic": "A problem with GradientBrush()", "username": "Antonio Linares" } ]
A problem with GradientBrush()
[ { "date": "2010-02-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Please try this sample. The SAY doesn't get the background color. When I click on the button it gets the background color (using XP):\n\n[code=fw:243altm3]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style...
A problem with GradientBrush()
[ { "date": "2010-02-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nIn my opinion it is a right behavior, I explain you why <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nclause TRANSPARENT on the dialog means that we want to use t...
A problem with GradientBrush()
[ { "date": "2010-02-03", "forum": "FiveWin for Harbour/xHarbour", "text": ">In my opinion it is a right behavior\n\nI agree.\n\nRegards,\nJames", "time": "17:24", "topic": "A problem with GradientBrush()", "username": "James Bott" } ]
A problem with GradientBrush()
[ { "date": "2010-02-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Ok, I given up to use colored labels.\n\nEMG", "time": "22:04", "topic": "A problem with GradientBrush()", "username": "Enrico Maria Giordano" } ]
A problem with GradientBrush()
[ { "date": "2010-02-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nWell I would also like to see folders with colored tabs.\n\n[quote:2wfrs88m]clause TRANSPARENT on the dialog means that we want to use the \"background\" of the dialog, thats why the dialog overrides the SAY background ...
A problem with GradientBrush()
[ { "date": "2010-02-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\n[quote:1k07oo54]But that not fixes the initial color problem (ie. the COLOR clause doesn't work with themes activated).[/quote:1k07oo54]\n\nI'm not sure how this is supposed to work. Are themes supposed to override all ...
A problem with GradientBrush()
[ { "date": "2010-02-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nAs far as I understand you, it seems as you want to have dialogs that use the clause TRANSPARENT but have SAYs with colored backgrounds (instead of using \"transparent\" ones).\n\nIs that what you mean ? thanks\n\nI gue...
A problem with GradientBrush()
[ { "date": "2010-02-04", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":2i3ldziu]Enrico,\n\nAs far as I understand you, it seems as you want to have dialogs that use the clause TRANSPARENT but have SAYs with colored backgrounds (instead of using \"transparent\" ones).\n\nIs ...
A problem with GradientBrush()
[ { "date": "2010-02-04", "forum": "FiveWin for Harbour/xHarbour", "text": "The following sample seems to work at first but if you cover the dialog and then uncover it you will see that the colored background of the SAY is gone:\n\n[code=fw:25m9d214]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monos...
A problem with GradientBrush()
[ { "date": "2010-02-04", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:352u0or3]<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;...
A problem with GradientBrush()
[ { "date": "2010-02-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you, James.\n\nEMG", "time": "23:14", "topic": "A problem with GradientBrush()", "username": "Enrico Maria Giordano" } ]
A problem with GradientBrush()
[ { "date": "2019-08-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nI noticed a SAY painting problem and needed the following adjustment :\n\n@ 26 * nFactor, 25 * nFactor SAY oDay PROMPT cDay OF oWnd FONT oFontDay PIXEL UPDATE\noDay:SetColor ( aVal[23], )\noDay:lTransparent := .T.\noDay...
A problem with SAY and font- style and < size default >
[ { "date": "2019-08-15", "forum": "FiveWin for Harbour/xHarbour", "text": "small sample?", "time": "14:08", "topic": "A problem with SAY and font- style and < size default >", "username": "karinha" } ]
A problem with SAY and font- style and < size default >
[ { "date": "2019-08-15", "forum": "FiveWin for Harbour/xHarbour", "text": "The same result creating a sample\n\n[size=150:e18orla0]the black titles and frames I got after the last Window 10 - update ( 2 days ago )[/size:e18orla0] <!-- s:( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":(\" title=\"Sad...
A problem with SAY and font- style and < size default >
[ { "date": "2019-08-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe, looks perfect. I did not find any errors. I did not understand.\n\n[code=fw:2rzzazvc]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #...
A problem with SAY and font- style and < size default >
[ { "date": "2019-08-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Did You delete the marked lines for the width and height correction\nto make the problem visible ?\nYou will see the difference without these lines and value -5\n\n[color=#0000FF:26pcc2du]oTime:nHeight += 5\noTime:nWidth += 5 // ...
A problem with SAY and font- style and < size default >
[ { "date": "2019-08-15", "forum": "FiveWin for Harbour/xHarbour", "text": "In Class TSAY I added\n\nLine 93\n [b:36kg1t5c]// DEFAULT nWidth := SAY_CHARPIX_W * Len( ::cCaption ) - 4\n DEFAULT nWidth := GetTextWidth( 0, ::cCaption, If( oFont != nil, oFont:hFont,;\n If( oWnd:oFont != nil, oWnd:o...
A problem with SAY and font- style and < size default >
[ { "date": "2019-01-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nI noticed a problem using tDatabase Copy() / Paste([color=#FF0000:q85bvmsz]aVals[/color:q85bvmsz])\nWihout selected fields, record 9 is copied to 10\n\n[img:q85bvmsz]http&#58;//www&#46;pflegeplus&#46;com/IMAGES/Network13...
A problem with TDatabase using copy() / Past() ?
[ { "date": "2019-01-31", "forum": "FiveWin for Harbour/xHarbour", "text": "TDatabase is already Net Ready.\n\nThere is no need for NET_* functions for TDatabase. This is unnecessary and superfluous. \n\nYour code:\n[code=fw:2uoehws2]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />oC...
A problem with TDatabase using copy() / Past() ?
[ { "date": "2019-01-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr Rao,\n\nthank You very much for the detailed info\nI changed the function and it works fine now <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \nI think I can still optim...
A problem with TDatabase using copy() / Past() ?
[ { "date": "2019-01-31", "forum": "FiveWin for Harbour/xHarbour", "text": "We do not think TDatabase methods need external help for optimization.\nWe recommend using them directly as FWH provided.", "time": "16:28", "topic": "A problem with TDatabase using copy() / Past() ?", "username": "nag...
A problem with TDatabase using copy() / Past() ?
[ { "date": "2019-01-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr. Rao,\n\nI dont' want to change or optimize anything.\nI only want to create some samples where I can have a look for the practical usage\nnot wasting time searching inside the class or forum to get detailed infos.\nThat is the...
A problem with TDatabase using copy() / Past() ?
[ { "date": "2019-01-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Do we have samples of xbrowse copy / paste ?\n\nIs there a setting that shows a menu on right click to do the copy / paste of a record ( like there is for text ) ?\n\nAre the values saved to the clipboard or are they lost when the...
A problem with TDatabase using copy() / Past() ?
[ { "date": "2019-01-31", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote:1qt3jdl7]\nDo we have samples of xbrowse copy / paste ?\n[/quote:1qt3jdl7]\nThis is not a feature of xbrowse. This is a feature of TDatabase.\n[quote:1qt3jdl7]\nIs there a setting that shows a menu on right click to do the ...
A problem with TDatabase using copy() / Past() ?
[ { "date": "2019-02-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr. Tim\n\nThis thread is about Copy/Paste features of TDatabase.\n\nXBrowse has its own powerful Copy/Paste features using clibboard. Contents of clipboard remain till they are cleared even after closing the xbrowse. These featur...
A problem with TDatabase using copy() / Past() ?
[ { "date": "2016-02-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nI noticed a problem with < ChooseColor() >\nrestoring the old color, doesn't seems to work\na BREAK returns always 0 ( black )\nAlso tested changing the color BEFORE the break but still black\nReturn NIL would be ok, bec...
A problem with function ChooseColor() ?
[ { "date": "2016-02-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe,\n\nFWH function ChooseColor() supports two optional parameters:\n\n[url:24iafixz]http&#58;//wiki&#46;fivetechsoft&#46;com/doku&#46;php?id=fivewin_function_choosecolor[/url:24iafixz]\n\nAs the first parameter you may provide i...
A problem with function ChooseColor() ?
[ { "date": "2016-02-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nthank You very much for the info.\nWith included parameters in < ChooseColor() > it works fine now.\nflag = 1 opens a small and flag = 2 opens a full color-selection.\n\nbest regards\nUwe <!-- s:D --><img src=\"{SMILIE...
A problem with function ChooseColor() ?
[ { "date": "2016-12-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nI noticed with a mouseclick on a splitter,\nthe splitter is shown [color=#FF0000:21v4ec53]RESIZED[/color:21v4ec53]\nthe splitter is working adjusting the mouse-position\n\nMy GRADIENT-painting on panels is working \nbut ...
A problem with splitters ?
[ { "date": "2016-12-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Uwe,\n\nHave you tried with oPanel:bResized ?", "time": "18:50", "topic": "A problem with splitters ?", "username": "Antonio Linares" } ]
A problem with splitters ?
[ { "date": "2017-06-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Compiling this sample:\n\n[code=fw:2zkow80f]<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 /><sp...
A problem with warnings
[ { "date": "2017-06-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Encrico\n\nWith /w0\nI can compile the sample without any warning\n\nRegards", "time": "16:46", "topic": "A problem with warnings", "username": "dagiayunus" } ]
A problem with warnings
[ { "date": "2017-06-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you, but you missed the point: I do want to use /w3.\n\nEMG", "time": "17:59", "topic": "A problem with warnings", "username": "Enrico Maria Giordano" } ]
A problem with warnings
[ { "date": "2017-06-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nMaybe change this line:\n\n@ 1, 1 GET cVar\n\nTo this:\n\n@ 1, 1 GET cVar of oDlg\n\nJames", "time": "21:51", "topic": "A problem with warnings", "username": "James Bott" } ]
A problem with warnings
[ { "date": "2017-06-19", "forum": "FiveWin for Harbour/xHarbour", "text": "No, this is a reduced sample still showing the problem:\n\n[code=fw:2v5pfljt]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"Fivewin...
A problem with warnings
[ { "date": "2017-06-19", "forum": "FiveWin for Harbour/xHarbour", "text": "The warning come from the codeblock\n\n[code=fw:3qa1h61a]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #000000;\">&#123;</span>|Self|<uInit><span style=\"color: #000000;\">&#125;</span></div>...
A problem with warnings
[ { "date": "2017-06-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nIt seems that this is a valid warning, is it not? Or, are you just not wanting to see it regardless?\n\nJames", "time": "15:41", "topic": "A problem with warnings", "username": "James Bott" } ]
A problem with warnings
[ { "date": "2017-06-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes, exactly (see my first post in this thread).\n\nEMG", "time": "15:45", "topic": "A problem with warnings", "username": "Enrico Maria Giordano" } ]
A problem with warnings
[ { "date": "2017-06-20", "forum": "FiveWin for Harbour/xHarbour", "text": "I found in the warning.txt in the xhb folder.\n\nWARNING for XHB contrib users\n=============================\n\nThis contrib is deprecated and not maintained anymore.\n\nThis was originally meant as a temporary stop-gap solution ...
A problem with warnings
[ { "date": "2017-06-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you, but I can't see how this can be of any help regarding my problem.\n\nI repeat: I need to use /w3 warning level switch but I don't want to see all that warnings originated by codeblocks parameters (that belong to FWH and...
A problem with warnings
[ { "date": "2017-06-20", "forum": "FiveWin for Harbour/xHarbour", "text": "/es[<level>] set exit severity\n/w[<level>] set warning level number (0..3, default 1)\n\n\nStrange, it only works this way.\n\n\n[code=fw:30ha9tp1]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nb...
A problem with warnings
[ { "date": "2017-06-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nI have a couple modules where I haven't figured out what to change in the code to suppress certain warnings. I found that in harbour I can use #pragma to suppress the warning locally within the problem files.\n\n#pragma...
A problem with warnings
[ { "date": "2017-06-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you, but I don't know how to suppress codeblock parameters warning in Harbour, even using compiler switches. In xHarbour I'm using /wb- but Harbour doesn't support it.\n\nEMG", "time": "08:29", "topic": "A problem wi...
A problem with warnings
[ { "date": "2017-06-21", "forum": "FiveWin for Harbour/xHarbour", "text": "I don't know how to do it with a command line switch either, but with the pragmas I noted this will suppress the message for the specific section of effected code. Depending on code organization this can be a hassle to add, but do...
A problem with warnings
[ { "date": "2017-06-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Using your sample, this shows exactly how I have been dealing with this in my own code.\n\n[code=fw:19roiypd]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#include</span> <sp...
A problem with warnings
[ { "date": "2017-06-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Understood, thank you. Unfortunately there are way too many points to change in a real application. Better use /w if there are no other way. <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:...
A problem with warnings
[ { "date": "2014-02-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nfocused on testing graphical-solutions, during my tests with my new xBrowse-sample,\nI noticed a problem with the [b:29gw2ksa]image-bottom [/b:29gw2ksa], using [color=#0000FF:29gw2ksa][b:29gw2ksa]cell-adjustment [/b:29gw...
A problem with xBrowse Image Cell-Align ? ( + toolpreview )
[ { "date": "2018-05-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Can you tell me why this sample selects the workarea 0 after closing the window?\n\n[code=fw:2wazi49p]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"co...
A problem with xBrowse and arrays
[ { "date": "2018-05-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Can you tell me why this sample selects the workarea 0 after closing the window?\n\n[code=fw:nlnhgpv4]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"co...
A problem with xBrowse and arrays
[ { "date": "2018-05-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks for pointing this out. This happens only when Evaluation of bEditValue results in an error. (In the present case when oBrw:nArrayAt > 3 ).\nThis does not happen where the bEditValue is valid for the entire browse.\nThis is ...
A problem with xBrowse and arrays
[ { "date": "2019-05-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nI noticed a problem with the xBrowse-keyboard usage\nI need the row- and column-position on cell-change using the keyboard\nOn mouseclick no problem.\nThe screenshot shows the problem\n\nmoving inside the SAME row to the...
A problem with xBrowse-keyboard navigation ?
[ { "date": "2019-05-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Your observation is not correct.\nThe SelectedCol() and nColSel are updated even when the column is changed by arrow keys.\n\nBut by default, your bChange is called when row is changed but not when column only is changed. \nIf you...
A problem with xBrowse-keyboard navigation ?
[ { "date": "2019-05-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr. Rao,\n\n[quote:10fohnz9]If you set oBrw:lColChangeNotify := .T. (default .f.), your on change code \ncan see the changes in the selected column also.[/quote:10fohnz9]\n\nthank You very much.\nThat was the missing info. It is w...
A problem with xBrowse-keyboard navigation ?
[ { "date": "2019-05-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr. Rao,\n\n[quote:2voinypm]If you set oBrw:lColChangeNotify := .T. (default .f.), your on change code \ncan see the changes in the selected column also.[/quote:2voinypm]\n\nthank You very much.\nThat was the missing info. It is w...
A problem with xBrowse-keyboard navigation ?
[ { "date": "2021-04-26", "forum": "FiveWin for Harbour/xHarbour", "text": "A alphablended JPG with xImage how is that possible <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_question.gif\" alt=\":?:\" title=\"Question\" /><!-- s:?: --> \nThe normal formats using transparent are : GIF, PNG, TIF and BMP\n\n...
A problem with xImage and JPG
[ { "date": "2021-04-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Example, PRG?\n\nRegards.", "time": "17:08", "topic": "A problem with xImage and JPG", "username": "karinha" } ]
A problem with xImage and JPG
[ { "date": "2021-04-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Nothing extra.\nIt is the original sample xImage01.prg from the sample-folder\nYou can test it from there.\nFor the test I added the image to the imagefolder thats all.\nJust see the picture above\n\nregards\nUwe", "time": "17...
A problem with xImage and JPG
[ { "date": "2021-04-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Master, this JPG is damaged. I opened it with IRFANVIEW.EXE and the image is not perfect. Try another one please.\n\nGreetings.", "time": "17:57", "topic": "A problem with xImage and JPG", "username": "karinha" } ]
A problem with xImage and JPG
[ { "date": "2021-04-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Look,\n\n[img:mdr72hkv]https&#58;//i&#46;imgur&#46;com/Pj7Glhx&#46;png[/img:mdr72hkv]\n\nRegards.", "time": "18:16", "topic": "A problem with xImage and JPG", "username": "karinha" } ]
A problem with xImage and JPG
[ { "date": "2021-04-26", "forum": "FiveWin for Harbour/xHarbour", "text": "I*m using a professional sofware PHOTOSHOP and there is no error.\n\nMost of JPG-files don't use solid colors on the border-area.\nThat is the reason black is shown transparent.\nWith my new < cellborder-tool > it is possible to t...
A problem with xImage and JPG
[ { "date": "2021-04-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Please try chaing oBrw:bChange as\n[code=fw:13uw2lrd]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> &nbsp; &nbsp; &nbsp;:<span style=\"color: #000000;\">bChange</span> &nbsp; &nbsp; &nbsp; := <span style=\"color:...
A problem with xImage and JPG
[ { "date": "2021-04-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank You very much\nit is working now <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \nsolid color-areas are rarely inside JPG-files special on the outline area <!-- s:rol...
A problem with xImage and JPG
[ { "date": "2015-09-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nis it possible to use xbrowse total with a index UNIQUE ?\n\nsample :\nA customer can have many bills the same time\neach bill can have many positions\n[color=#0000FF:1y7j1sej]each position[/color:1y7j1sej] includes the ...
A problem xBrowse Total and Index UNIQUE
[ { "date": "2015-09-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Same result using a original FWH-sample\n\n[img:h7tegiov]http&#58;//www&#46;pflegeplus&#46;com/IMAGES/XbrwTotal4&#46;jpg[/img:h7tegiov]\n\nNot possible to refresh footers with total\ncalculated footers are working fine\n\n[img:h7t...
A problem xBrowse Total and Index UNIQUE
[ { "date": "2015-11-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nI noticed a problem us RELATION\n\n[color=#0000FF:tdkxkbds]DBSELECTAREA( \"KUNDE\" )\n( \"KUNDE\" )->(DBSETORDER( \"KUNDE1\" ))\n( \"KUNDE\" )->( ORDSETRELATION( cMonat, { || UPPER(NAME1 + NAME) }, \"UPPER(NAME1 + NAME)\...
A problem xBrowse and RELATION of 2 DBF's
[ { "date": "2015-11-27", "forum": "FiveWin for Harbour/xHarbour", "text": "A test with a created sample ( a combination of UNIQUE and RELATION ).\nThe same effect :\nOn 1. click in browser 2 on row 4 < Acker > ( selected in browser 1 ), \nthe 1. row is shown as selected ( moved )\nOn 2. click ( same row ...
A problem xBrowse and RELATION of 2 DBF's
[ { "date": "2015-11-27", "forum": "FiveWin for Harbour/xHarbour", "text": "added a SAY of the selected salary to show the problem.\nthe selected salary of row 4 is shown but doesn't stay in row 4 and moves to row 1\nIt happens ONLY on 1. click. The Second click is ok.\n\n[img:2wcmepje]http&#58;//www&#46;...
A problem xBrowse and RELATION of 2 DBF's
[ { "date": "2015-11-29", "forum": "FiveWin for Harbour/xHarbour", "text": "I tested and saw the problem.\n\nOn the other hand, why not use scopes?\n\nRegards.", "time": "03:56", "topic": "A problem xBrowse and RELATION of 2 DBF's", "username": "FranciscoA" } ]
A problem xBrowse and RELATION of 2 DBF's
[ { "date": "2015-11-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Francisco,\nthank You very much.\n\nI changed the source-part using SCOPES and it works perfect without this funny jump-effect.\nI didn't think about this solution.\nIt was a translation of a part from Clipper-times I didn't chang...
A problem xBrowse and RELATION of 2 DBF's
[ { "date": "2015-12-02", "forum": "FiveWin for Harbour/xHarbour", "text": "A extended sample with some new tests\n\nDownload :\n<!-- m --><a class=\"postlink\" href=\"http://www.pflegeplus.com/DOWNLOADS/Xbrwtest3.zip\">http://www.pflegeplus.com/DOWNLOADS/Xbrwtest3.zip</a><!-- m -->\n\n\n[color=#0040FF:gh...
A problem xBrowse and RELATION of 2 DBF's
[ { "date": "2017-06-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nI noticed a problem on SEEK with a field-combination numeric + character\nI need the field < klasse0 > defined, because it is a GROUP-number.\n\nDOESN't work ! \nwrong results\ntyping < 1 > shows 100 and next 150\n\n[col...
A problem xBrowse seek < numeric + character >
[ { "date": "2017-06-06", "forum": "FiveWin for Harbour/xHarbour", "text": "XBrowse simply uses \ndbseek( upper( trim( cSeek ) ) \n\nxbrowse incremental seek works the same way as dbseek.", "time": "15:15", "topic": "A problem xBrowse seek < numeric + character >", "username": "nageswaragunupu...
A problem xBrowse seek < numeric + character >