messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2016-06-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick,\n \n[img:3s6albvr]http://www.service-fivewin.de/IMAGES/Header2.jpg[/img:3s6albvr]\n\na setting for header AND footer\n[color=#0000FF:3s6albvr]oBrw1:l2007 := .T.[/color:3s6albvr]\n\n[color=#FF0000:3s6albvr][si...
Change Color of xBrowse Column Headers and Footers
[ { "date": "2016-06-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you ALL !! appreciate your help\n\nRick Lipkin", "time": "19:09", "topic": "Change Color of xBrowse Column Headers and Footers", "username": "Rick Lipkin" } ]
Change Color of xBrowse Column Headers and Footers
[ { "date": "2017-01-18", "forum": "FiveWin for Harbour/xHarbour", "text": "oBrw4:aCols[2]:bClrHeader := { || { CLR_RED, 155 } }\n\noBrw4:kleuren:bClrHeader := { || { CLR_GREEN, 155 } } // Col Nr. changed to HeaderName", "time": "10:58", "topic": "Change Color of xBrowse Column Headers and Footer...
Change Color of xBrowse Column Headers and Footers
[ { "date": "2017-01-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi\nHow to change xBrowse Header character color? I saw it black color.", "time": "06:39", "topic": "Change Color of xBrowse Column Headers and Footers", "username": "richard-service" } ]
Change Color of xBrowse Column Headers and Footers
[ { "date": "2017-01-18", "forum": "FiveWin for Harbour/xHarbour", "text": "or include\n\n[code=fw:38e4romy]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />WITH OBJECT oBrw<br />&nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; &nbsp;:<span style=\"color: #000000;\">bClrHeader</span> := <span ...
Change Color of xBrowse Column Headers and Footers
[ { "date": "2017-01-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Marc, Uwe\nThanks a lot. Solved.", "time": "11:31", "topic": "Change Color of xBrowse Column Headers and Footers", "username": "richard-service" } ]
Change Color of xBrowse Column Headers and Footers
[ { "date": "2017-01-20", "forum": "FiveWin for Harbour/xHarbour", "text": "About header colors:\n\nbClrHeader should return an array of length 2 or 3.\n1st element is used as Text Color.\n\nWhen oBrw:l2007 is false or when oBrw:lFatStyle is true,\n2nd element is used as back color\nIf Array length is 3, ...
Change Color of xBrowse Column Headers and Footers
[ { "date": "2008-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "How to change dialog style define from resource?\r\n\r\n\r\nRC:\r\n\r\nINFO DIALOG 6, 15, 473, 347\r\nSTYLE WS_POPUP | WS_VISIBLE | WS_SYSMENU\r\nFONT 10, \"Courier\"\r\n{\r\n}\r\n\r\nPRG:\r\n\r\n//perfectly as expected\r\nDEFINE ...
Change Dialog Style at runtime
[ { "date": "2008-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "I GOT IT!!!\r\n\r\n\r\nOh my!!! that was easy and fast reply too <!-- s:P --><img src=\"{SMILIES_PATH}/icon_razz.gif\" alt=\":P\" title=\"Razz\" /><!-- s:P --> <!-- s:P --><img src=\"{SMILIES_PATH}/icon_razz.gif\" alt=\":P\" titl...
Change Dialog Style at runtime
[ { "date": "2008-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Yet... still not able to change dialog style at runtime...\r\n\r\nThe above is just a workaround.... <!-- s:wink: --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\":wink:\" title=\"Wink\" /><!-- s:wink: --> \r\n\r\n\r\nFeel free ...
Change Dialog Style at runtime
[ { "date": "2008-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\r\n\r\nThere is a toppic for V-tools in the forum.\r\nThere, i change everything at runtime.\r\nAfterwards i write the source for it.\r\nYou find it at :\r\n\r\n<!-- m --><a class=\"postlink\" href=\"http://www.pflegeplus.c...
Change Dialog Style at runtime
[ { "date": "2008-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Frances,\r\n\r\nSome styles can be changed at runtime, some others can't be change. Its a Windows limitation.\r\n\r\nIn those cases you can only end() the dialog (destroy it) and create a new one with the right styles.", "time...
Change Dialog Style at runtime
[ { "date": "2008-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr. Antonio,\r\n\r\nAfter years of programming with Xharbour.org/FWH....\r\nFivewin is so robust and flexible you can have some workaround effortlessly... to fit one's style in coding...\r\n\r\n\r\n\r\nGlad <!-- s8) --><img src=\"...
Change Dialog Style at runtime
[ { "date": "2007-07-12", "forum": "FiveWin for Harbour/xHarbour", "text": "I cannot rely on the users' shortcut to ensure I have the right \"working directory\"\n\nHow can I find the name of the directory of the EXE that is being run so I can change to the directory where the EXE is with \n\nDirChange(AL...
Change Directory to where the EXE is
[ { "date": "2007-07-12", "forum": "FiveWin for Harbour/xHarbour", "text": "[code:2mu51gkp]CFILEPATH&#40; GETMODULEFILENAME&#40; GETINSTANCE&#40;&#41; &#41; &#41; + \"YOUREXE&#46;EXE\"[/code:2mu51gkp]\n\nEMG", "time": "11:20", "topic": "Change Directory to where the EXE is", "username": "Enric...
Change Directory to where the EXE is
[ { "date": "2007-07-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you very much.", "time": "15:13", "topic": "Change Directory to where the EXE is", "username": "Ollie" } ]
Change Directory to where the EXE is
[ { "date": "2013-09-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi everyone;\n\nWhen a control is disabled, it shows in a shade of gray --as it should and as the expected windows behavior. Having said that however, here is an unusual question: is there a way to disable a BUTTONBMP control o...
Change Disable Fg color
[ { "date": "2013-09-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Should I guess that this is just not possible?", "time": "22:38", "topic": "Change Disable Fg color", "username": "reinaldocrespo" } ]
Change Disable Fg color
[ { "date": "2013-09-20", "forum": "FiveWin for Harbour/xHarbour", "text": "I'm not sure I understand the question. Does your bitmap button have a text bitmap? Or, is there such a thing as a bitmap button that also has text (I don't remember seeing such a button)?\n\nRegards,\nJames", "time": "00:30",...
Change Disable Fg color
[ { "date": "2013-09-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Here is a sample:\n\n[code=fw:2bhj9xx8]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />   <span style=\"color: #0000ff;\">REDEFINE</span> BUTTONBMP <span style=\"color: #0000ff;\">ID</span> <span style=\"colo...
Change Disable Fg color
[ { "date": "2013-09-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Rienaldo,\n\nAccording to Microsoft's documentation, there is a color setting for this:\n\n[quote:1atu9gyv]COLOR_GRAYTEXT\tDisabled (gray) text in buttons. This color is set to 0 if the current display driver does not support a so...
Change Disable Fg color
[ { "date": "2013-09-20", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote:u0ziw7f5]standard terms are \"OK\" and \"Cancel.\" [/quote:u0ziw7f5]\n\nAlways good to be reminded. I should be paying more attention to this.\n\nThank you very much.\n\n\nReinaldo.", "time": "14:35", "topic": "Cha...
Change Disable Fg color
[ { "date": "2010-04-14", "forum": "FiveWin for CA-Clipper", "text": "Is it possible to Change FONT and FONT SIZE on MsgInfo(), MsgYesNo() ... functions ... ore get the source of them.\n\nBest regards,", "time": "09:46", "topic": "Change FONT and FONT SIZE on MsgInfo() function", "username": "...
Change FONT and FONT SIZE on MsgInfo() function
[ { "date": "2010-04-14", "forum": "FiveWin for CA-Clipper", "text": "I think not. They are only Windows API calls.\n\nEMG", "time": "14:30", "topic": "Change FONT and FONT SIZE on MsgInfo() function", "username": "Enrico Maria Giordano" } ]
Change FONT and FONT SIZE on MsgInfo() function
[ { "date": "2012-09-14", "forum": "FiveWin for Harbour/xHarbour", "text": "This syntax belongs to the tooltip xbrowse, changing his source?\nexample: Lucida Console and other\n\n[code=fw:w6h0o1cf]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #000000;\">&#123;</span>...
Change Font in Tooltip
[ { "date": "2015-05-07", "forum": "FiveWin for Harbour/xHarbour", "text": "hello to all,\n\nare there some way to change the say's font of the undefined SAY, I mean if we define says in dialog (resource) is possible to change the font of the SAY without redefine it?\n \nregards\n\nMarcelo", "time": "...
Change Font undefined SAY
[ { "date": "2015-05-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Marcelo,\n\nat the end of the defined dialog ( or window ) add :\n\n[code=fw:1zeiidzq]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />AEVAL<span style=\"color: #000000;\">&#40;</span> oDlg:<span style=\"color...
Change Font undefined SAY
[ { "date": "2015-05-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks, \n\nI want to change the font of the says no redefined from a dialog, I think your solution is for says explicitly defined\n\nThanks and regards\n\nMarcelo", "time": "12:37", "topic": "Change Font undefined SAY", ...
Change Font undefined SAY
[ { "date": "2015-05-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Marcelo\n\nI hope this is what you are looking for ?\n\nRick Lipkin\n\n[code=fw:n4bra5w9]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#Include</span> <span style=\"color: #f...
Change Font undefined SAY
[ { "date": "2015-05-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Marcelo,\n\nyou want to change the font of an undefined control, so wou'll have \"to get your hands dirty\".\n\nFirst, get the handle (hWnd) of every child control in your dialog, then check the id (-1) and type (Static) of tha...
Change Font undefined SAY
[ { "date": "2015-05-07", "forum": "FiveWin for Harbour/xHarbour", "text": "I think he want to change the fonts of the text controls with an ID of -1 in the resource.", "time": "14:59", "topic": "Change Font undefined SAY", "username": "Gale FORd" } ]
Change Font undefined SAY
[ { "date": "2015-05-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Gale\n\nYou are correct .. control ID -1 can not be changed .. you have to create a Text Control with a valid ID in your .rc and then REDEFINE with Color and Font with Code.\n\nRick Lipkin\n\n[code=fw:1rd0mdxg]<div class=\"fw\" id...
Change Font undefined SAY
[ { "date": "2015-05-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks to all for the responses\n\nCarlos thanks your suggestion, this work very well, now \n\nare there the possibility to change the color too?\n\nbest regards\n\nMarcelo", "time": "02:43", "topic": "Change Font undefine...
Change Font undefined SAY
[ { "date": "2015-05-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Marcelo,\n\nYou can get the fish, or learn how to fish <!-- s;) --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\";)\" title=\"Wink\" /><!-- s;) -->\nThe matter is: using a control's (windows) handle, change it's color (like ::Se...
Change Font undefined SAY
[ { "date": "2015-05-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Carlos,\n\ngood philosophy, if I find the solution, I will publish it here\n\nThanks\n\nMarcelo", "time": "23:33", "topic": "Change Font undefined SAY", "username": "Marcelo Via Giglio" } ]
Change Font undefined SAY
[ { "date": "2015-05-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Marcelo\n\nSeveral years ago I was faced with a similar situation .. look for a workaround for Static text ID -1 or just go through each .rc and assign and replace each -1 with an ID number of your choice.\n\nWhen you have a uniqu...
Change Font undefined SAY
[ { "date": "2023-01-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Is there any example of an interactive color change in Footer (xBrowse) ?", "time": "11:06", "topic": "Change Footer colors (xBrowse)", "username": "Natter" } ]
Change Footer colors (xBrowse)
[ { "date": "2023-01-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Did you already make a looking for \"footer color\"?\nRegards", "time": "17:00", "topic": "Change Footer colors (xBrowse)", "username": "FranciscoA" } ]
Change Footer colors (xBrowse)
[ { "date": "2023-01-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n [code=fw:22ekfnjq]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oCol:<span style=\"color: #000000;\">bClrFoote...
Change Footer colors (xBrowse)
[ { "date": "2023-01-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you for your help !\nOf course, I immediately tried the construction of\n aCols[cl]:bClrFooter:={||{RGB(...), RGB(...)}}\n aCols[cl]:RefreshFooter()\n But at the same time, only the font color changes, and the background col...
Change Footer colors (xBrowse)
[ { "date": "2023-01-28", "forum": "FiveWin for Harbour/xHarbour", "text": "return color pair { nClrText, nClrBack } when your bClrFooter is evaluated.", "time": "13:44", "topic": "Change Footer colors (xBrowse)", "username": "nageswaragunupudi" } ]
Change Footer colors (xBrowse)
[ { "date": "2023-01-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Sorry, I got it! Is the update method not enough aCols[cl]:RefreshFooter() ?", "time": "09:54", "topic": "Change Footer colors (xBrowse)", "username": "Natter" } ]
Change Footer colors (xBrowse)
[ { "date": "2023-01-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\nthis code...\n\n[code=fw:22usqbs2]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nbsp; &nbsp; oCol:<span style=\"color: #000000;\">bClrFooter</span> &nbsp; &nbsp;:= <span style=\"color: #000000;\">&#12...
Change Footer colors (xBrowse)
[ { "date": "2023-01-30", "forum": "FiveWin for Harbour/xHarbour", "text": "hi Friends\n\n[code=fw:33ecz7zk]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nbsp; &nbsp;oCol:<span style=\"color: #000000;\">bClrFooter</span> &nbsp; &nbsp;:= <span style=\"color: #000000;\">&#123;</span...
Change Footer colors (xBrowse)
[ { "date": "2023-01-30", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:718bpgzt]<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;\">fun...
Change Footer colors (xBrowse)
[ { "date": "2023-01-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Mr. Rao,\n\nWhich application do you use to create gif files.\n\nThanks.", "time": "16:43", "topic": "Change Footer colors (xBrowse)", "username": "Horizon" } ]
Change Footer colors (xBrowse)
[ { "date": "2023-02-01", "forum": "FiveWin for Harbour/xHarbour", "text": "ScreenToGif", "time": "08:13", "topic": "Change Footer colors (xBrowse)", "username": "nageswaragunupudi" } ]
Change Footer colors (xBrowse)
[ { "date": "2013-04-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Good afternoon.\n\nis there any way to know in which to get there was a change in a dialog", "time": "16:46", "topic": "Change GET", "username": "aferra" } ]
Change GET
[ { "date": "2013-04-26", "forum": "FiveWin for Harbour/xHarbour", "text": "From Demont Frank\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=11752&start=0&hilit=acontrols#p58011\">viewtopic.php?f=3&t=11752&start=0&hilit=acontrols#p58011</a><!-- l -->"...
Change GET
[ { "date": "2012-10-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi ,\n\n I want to change the TEXT Color ONLY when GET is focused. Please guide me how I can set it ?\n\nThanks in advance..!\nShridhar", "time": "12:02", "topic": "Change GET TEXT COLOR when GET Focused.", "username"...
Change GET TEXT COLOR when GET Focused.
[ { "date": "2012-10-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Shridhar,\nmaybe SetGetColorFocus() is what you are looking for.\nBest regrads,\nOtto", "time": "12:14", "topic": "Change GET TEXT COLOR when GET Focused.", "username": "Otto" } ]
Change GET TEXT COLOR when GET Focused.
[ { "date": "2012-10-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Shridhar,\n\nChanging a SINGLE-get ( not global !!! ),\notherwise Ottos solution.\n\n[color=#0000FF:165wr099]REDEFINE GET oGet VAR nTickCount ID 970 PICTURE \"99999\" OF oDlg UPDATE[/color:165wr099]\n\nThis changes the GET ON F...
Change GET TEXT COLOR when GET Focused.
[ { "date": "2012-10-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Otto, Uwe , \n\n Want to set globally but, as SetGetColorFocus() function I can set color only for Background not for Text. Is there any way so I can set color for both Text and Background globally ?\n\nThanks\nShridhar", ...
Change GET TEXT COLOR when GET Focused.
[ { "date": "2009-10-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nI need to change GET alignment in run time, I don't remember but I think it is possible sending some message to the object, some help?,\nI want to use only one get control\n\nregards\n\nMarcelo", "time": "13:44", ...
Change GET alignment
[ { "date": "2017-09-09", "forum": "FiveWin for Harbour/xHarbour", "text": "We can change the header with this code :\n\noBrw1:bChange := { || oBrw2:cHeaders := { FIELD->CODE + '1', FIELD->CODE + '2', FIELD->CODE + '3' }, oBrw2:RefreshHeaders() }\n\nBut can we also change the Groupheader ?\n\naMaand = Arr...
Change Groupheaders in Xbrowse on new Values
[ { "date": "2017-09-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Marc,\n\noBrowse:SetGroupHeader( 'NOVO TITULO', 1, 14 )", "time": "23:06", "topic": "Change Groupheaders in Xbrowse on new Values", "username": "MGA" } ]
Change Groupheaders in Xbrowse on new Values
[ { "date": "2017-01-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nI a browse I have a Char Field. It look like : \"Iphone<br>64mb<br>green<br>touchscreen\" enz..\n\nIt is used for a import in a php shopcart, where the <BR> will take care that each item is on a new line for viewing.\n...
Change Layout of content of the tooltip
[ { "date": "2017-01-17", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:qtwytpbl]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">local</span> cTags &nbsp; &nbsp;:= <span style=\"color: #ff0000;\">\"Iphone<br>64mb<br>green<br>t...
Change Layout of content of the tooltip
[ { "date": "2017-01-17", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:2uyxg5g4]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">function</span> MyColToolTip<span style=\"color: #000000;\">&#40;</span> oBrw, r, c, f, oMouseCol, nMouseRow <span s...
Change Layout of content of the tooltip
[ { "date": "2017-01-17", "forum": "FiveWin for Harbour/xHarbour", "text": "If you want to display multi-line in both xbrowse and also in tool-tips\n[code=fw:1gupisqe]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: ...
Change Layout of content of the tooltip
[ { "date": "2017-01-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you all.\n\nI found a post that it is not yet possible to keep the Tooltip Balloon longer on screen \n\nOptions : \n\n1 by time : we can set the time, or\n2 Keep visible as long as we are on the cell, and change when we ...
Change Layout of content of the tooltip
[ { "date": "2017-01-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Implemented and is due to be released in 17.01", "time": "03:41", "topic": "Change Layout of content of the tooltip", "username": "nageswaragunupudi" } ]
Change Layout of content of the tooltip
[ { "date": "2017-01-18", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"nageswaragunupudi\":33jd2z6u]Implemented and is due to be released in 17.01[/quote:33jd2z6u]\nMr.Rao\nHow about use C5ToolTip?", "time": "06:55", "topic": "Change Layout of content of the tooltip", "username":...
Change Layout of content of the tooltip
[ { "date": "2017-01-18", "forum": "FiveWin for Harbour/xHarbour", "text": "You are free to use C5ToolTip class if you like. It offers more flexibility. This is a class independent of Windows API. Each tooltip involves writing of more code.\n\nThe tooltips we discussed earlier were tooltips provided by Wi...
Change Layout of content of the tooltip
[ { "date": "2017-01-25", "forum": "FiveWin for Harbour/xHarbour", "text": "In FWH 17.01, we introduced bCellToolTip, which is extremely easier to implement than bToolTip. We recommend using bCellToolTip in the place of bToolTip and deprecate using bToolTip.\n\nThe sample above is re-written using bCellTo...
Change Layout of content of the tooltip
[ { "date": "2017-01-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Mr. Rao,\n\nCan we set duration time in bCellToolTip usage?\n\nThanks,", "time": "12:27", "topic": "Change Layout of content of the tooltip", "username": "Horizon" } ]
Change Layout of content of the tooltip
[ { "date": "2017-01-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes, from FWH 17.01 onwards.\nIn the above codeblock instead of returning a character value, return array with 7th element as time in milliseconds.\nFor complete specification, please see whatsnew.txt of FWH 17.01", "time": "1...
Change Layout of content of the tooltip
[ { "date": "2012-01-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi.\n\nI'd like to change the menu items on menu option n (say 5) via code. Can someone help?\n\nThank you,\n\n\nReinaldo.", "time": "23:16", "topic": "Change MenuItems on the fly", "username": "reinaldocrespo" } ]
Change MenuItems on the fly
[ { "date": "2012-01-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Try this:\n\n[code=fw:blflxhv3]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oMenu:<span style=\"color: #000000;\">aItems</span><span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">5</span...
Change MenuItems on the fly
[ { "date": "2012-01-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico;\n\nHi.\n\nHow about removing all submenu options from oMenu:aItems[5] and then adding 3 new submenu items with actions to oMenu:aItems[ 5 ]?\n\nThank you,\n\n\nReinaldo.", "time": "01:54", "topic": "Change MenuItem...
Change MenuItems on the fly
[ { "date": "2012-01-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Please look inside mru.prg.\n\nEMG", "time": "11:08", "topic": "Change MenuItems on the fly", "username": "Enrico Maria Giordano" } ]
Change MenuItems on the fly
[ { "date": "2012-01-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes!\n\nThank you Enrico.\n\n\nReinaldo.", "time": "22:15", "topic": "Change MenuItems on the fly", "username": "reinaldocrespo" } ]
Change MenuItems on the fly
[ { "date": "2023-04-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear All,\n\nHow can I change background color (ClrPane) of POPMENU? I try COLORMENU COLORSELECT but it doesn't change.\n\nThanks in advance,", "time": "03:21", "topic": "Change POPMENU background color?", "username":...
Change POPMENU background color?
[ { "date": "2023-04-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Maybe:\n\n[url:29yto4mm]https&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=30894[/url:29yto4mm]\n\n[url:29yto4mm]https&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=6&t=24251&start=0[/url:29yto4m...
Change POPMENU background color?
[ { "date": "2023-04-15", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"dutch\":2io64tdi]Dear All,\n\nHow can I change background color (ClrPane) of POPMENU? I try COLORMENU COLORSELECT but it doesn't change.\n\nThanks in advance,[/quote:2io64tdi]\n\nTo be able to use those clauses, you have...
Change POPMENU background color?
[ { "date": "2023-04-15", "forum": "FiveWin for Harbour/xHarbour", "text": "hi,\n\ni use this\n[code=fw:1nlfw1cc]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">   <span style=\"color: #00C800;\">IF</span> BGcolor = Rgb<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #0000...
Change POPMENU background color?
[ { "date": "2023-04-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear All,\n\nThank you so much, it works well now.", "time": "04:15", "topic": "Change POPMENU background color?", "username": "dutch" } ]
Change POPMENU background color?
[ { "date": "2020-07-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear All,\n\nCan I change color or theme of TExplorer?\n\nThanks in advance,", "time": "10:13", "topic": "Change TExplorer theme or Color ?", "username": "dutch" } ]
Change TExplorer theme or Color ?
[ { "date": "2020-07-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Dutch,\n\nFor the entire ExplorerBar you have:\n::nTopColor, ::nBottomColor\n\nYou can modify the DATA aGradient in each TaskPanel:\n\nAlso you have \n DATA nClrTextSpecial INIT CLR_WHITE\n DATA nClrHover INIT RGB...
Change TExplorer theme or Color ?
[ { "date": "2023-06-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nI have a Text on ButtonBar via TSay class. I need to change it with pressing \"Change It\" button. \n\nAny help?\n\nThanks.\n\n[code=fw:x2mj116s]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"...
Change Text on ButtonBar!
[ { "date": "2023-06-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Una forma sería:\n[code=fw:3deb4jnj]<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=\"col...
Change Text on ButtonBar!
[ { "date": "2023-06-27", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:3b6e46a0]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">function</span> BarSay<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />...
Change Text on ButtonBar!
[ { "date": "2023-06-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you Mr. Rao, Cesar.", "time": "16:03", "topic": "Change Text on ButtonBar!", "username": "Horizon" } ]
Change Text on ButtonBar!
[ { "date": "2006-09-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi!\n\nI'm trying to implement a control access menu based in SysTreeView32.\nI want to check/uncheck menu items that the user can or not access.\n\n[code:3voqq14b]\n&#123;-&#125;--Menu 1 \n | |---&#91; &#93; Menu 1&#46;1 \n |...
Change Treeview bitmap at runtime
[ { "date": "2006-09-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Although not as fancy, a browse would be much easier to program.\n\nJames", "time": "16:22", "topic": "Change Treeview bitmap at runtime", "username": "James Bott" } ]
Change Treeview bitmap at runtime
[ { "date": "2006-09-15", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Maurilio Viana\":1xvxc5lz]1. How can I change bitmap when we click over?[/quote:1xvxc5lz]\n\nTry to change the image in the oImageList and then use SetImageList() method.\n\n[quote=\"Maurilio Viana\":1xvxc5lz]2. How can I...
Change Treeview bitmap at runtime
[ { "date": "2006-09-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Maurilio\n\nFrom the oImageList \n\n\n IF oItem:nImage = 1\n oItem:Set( ,2)\n oItem:nImage := 2\n ELSE\n oItem:Set( ,1)\n oItem:nImage := 1\n ...
Change Treeview bitmap at runtime
[ { "date": "2006-09-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Olá Maurilio beleza <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \n\nO que você precisa seia algo como a imagem abaixo ?\n\n[img:1ac4igp4]http&#58;//br&#46;geocities&#46;...
Change Treeview bitmap at runtime
[ { "date": "2006-09-15", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Rossine\":1bnhwghg]\nO que você precisa seia algo como a imagem abaixo ?\n[/quote:1bnhwghg]\n\nIsso mesmo, Rossine!\n\n[ ]'s\nMaurilio", "time": "21:33", "topic": "Change Treeview bitmap at runtime", "username...
Change Treeview bitmap at runtime
[ { "date": "2006-09-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Olá Maurilio,\n\nSe eu não estou enganado eu peguei este exemplo aqui mesmo <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" title=\"Laughing\" /><!-- s:lol: --> \n\n[url:13snl9z1]http&#58;//geocities&#46;yah...
Change Treeview bitmap at runtime
[ { "date": "2006-09-16", "forum": "FiveWin for Harbour/xHarbour", "text": "where is the ch files ?\n---------------", "time": "17:43", "topic": "Change Treeview bitmap at runtime", "username": "Silvio" } ]
Change Treeview bitmap at runtime
[ { "date": "2006-09-18", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Rossine\":1z6c8a67]\nSe eu não estou enganado eu peguei este exemplo aqui mesmo <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" title=\"Laughing\" /><!-- s:lol: --> \n[url:1z6c8a67]http&#58;//geocit...
Change Treeview bitmap at runtime
[ { "date": "2008-05-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Old:\r\nFWH27\r\nXHB 09961\r\nBCC\r\n\r\nNew:\r\nFWH705\r\nXHB 1.00\r\nBCC\r\n\r\n\r\nAo rodar minha aplicação, aparece uma tela MS-DOS por trás.\r\n\t\r\nWhen executo my application, shows a screen in the background MSDOS", "...
Change Version Problem
[ { "date": "2008-05-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Marcelo,\r\n\r\nTienes que enlazar GTGUI.lib en vez de GTWIN.lib", "time": "18:34", "topic": "Change Version Problem", "username": "Antonio Linares" } ]
Change Version Problem
[ { "date": "2008-05-20", "forum": "FiveWin for Harbour/xHarbour", "text": "[img:yybwampb]http&#58;//picasaweb&#46;google&#46;com&#46;br/kabrau/TelasCompatilhadas/photo#5202514276493173938[/img:yybwampb]\r\n\r\n[url]http://picasaweb.google.com.br/kabrau/TelasCompatilhadas/photo#5202514276493173938\r\n[/ur...
Change Version Problem
[ { "date": "2008-05-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Marcelo, \r\n\r\nTienes que enlazar GTGUI.lib en vez de GTWIN.lib", "time": "18:36", "topic": "Change Version Problem", "username": "Antonio Linares" } ]
Change Version Problem
[ { "date": "2008-05-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Gracias !!!\r\nThanks !!!", "time": "18:37", "topic": "Change Version Problem", "username": "marcelocabral" } ]
Change Version Problem
[ { "date": "2013-02-28", "forum": "Utilities / Utilidades", "text": "[url:cqdfp82x]http&#58;//social&#46;technet&#46;microsoft&#46;com/Forums/en-US/w8itprogeneral/thread/a5699003-9233-4ddc-96fc-e3c1e4a2a81b/[/url:cqdfp82x]\n\nHKEY_CURRENT_USER\\Control Panel\\Colors", "time": "09:18", "topic": "C...
Change Windows Background color in Windows 8
[ { "date": "2013-07-23", "forum": "Utilities / Utilidades", "text": "regedit.exe\n\nsearch for WindowText, repeat with F3\n\nchange two lines above (Window) from 255 255 255 to 180 180 180", "time": "22:15", "topic": "Change Windows Background color in Windows 8", "username": "Antonio Linare...
Change Windows Background color in Windows 8
[ { "date": "2013-12-27", "forum": "Utilities / Utilidades", "text": "Antonio,\n\n[quote=\"Antonio Linares\":1arjmvec]regedit.exe\n\nsearch for WindowText, repeat with F3\n\nchange two lines above (Window) from 255 255 255 to 180 180 180[/quote:1arjmvec]\n\nDid you mean Window, not WindowText, right?\n\n...
Change Windows Background color in Windows 8