messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2007-02-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Enrico,\n\n Thanks (as always) for your answer. I was looking at a program made in Delphi where all the errors are showed, but the user can ignore them and come back to the program. Which cases are non recoverable errors? D...
Changing Errorsys
[ { "date": "2007-02-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Unrecoverable errors are the ones with\n\n[code:tffu8wnr]oErr:Severity = ES_CATASTROPHIC //3[/code:tffu8wnr]\n\nThis is a sample of error trapping:\n\n[code:tffu8wnr]#include \"Fivewin.ch\"\n\n\nFUNCTION MAIN()\n\n...
Changing Errorsys
[ { "date": "2007-02-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks a lot, Enrico. I'll take a good look.\n\nBest regards,", "time": "19:09", "topic": "Changing Errorsys", "username": "Kleyber" } ]
Changing Errorsys
[ { "date": "2006-03-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Good Morning,\n\nI have tried evey possible combination of color settings (I think) but I cannot get the colors of my ComboBoxes right.\n\nEverywhere in my system (for Get's) I use:\n\nReDefine Get ... Color CLR_BLUE\n\nand this w...
Changing Foreground and Background Colors of ComboBox
[ { "date": "2006-03-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Use SetColor() method.\n\nEMG", "time": "08:55", "topic": "Changing Foreground and Background Colors of ComboBox", "username": "Enrico Maria Giordano" } ]
Changing Foreground and Background Colors of ComboBox
[ { "date": "2006-03-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Dale,\n\nIs it a dropdown or a dropdownlist combobox ?\n\nIf it has an editable get then it is dropdown.", "time": "08:57", "topic": "Changing Foreground and Background Colors of ComboBox", "username": "Antonio Linares...
Changing Foreground and Background Colors of ComboBox
[ { "date": "2006-03-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nThat was quick!\n\nEnrico: SetColor( ) to what?\n\nAntonio: It does not have an editable get.\n\nThanks,\n\nDale.", "time": "09:01", "topic": "Changing Foreground and Background Colors of ComboBox", "username...
Changing Foreground and Background Colors of ComboBox
[ { "date": "2006-03-24", "forum": "FiveWin for Harbour/xHarbour", "text": "oCbx:SetColor( CLR_RED, CLR_GREEN )\n\nEMG", "time": "09:08", "topic": "Changing Foreground and Background Colors of ComboBox", "username": "Enrico Maria Giordano" } ]
Changing Foreground and Background Colors of ComboBox
[ { "date": "2006-03-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Dale,\n\nWhen you use:\n\nREDEFINE COMBOBOX ... COLOR ...\n\nthat color is used when the combobox has no focus (for a dropdownlist combobox as you are using). When focused, the used color is the system color for selected items (ri...
Changing Foreground and Background Colors of ComboBox
[ { "date": "2006-03-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Ok - I think I understand.\n\nBut - are Gets handled the same way i.e. when focused they use the system colors or is it just the ComboBox that works this way?\n\nI have no problem with Gets and Says.\n\nRegards,\n\nDale.", "ti...
Changing Foreground and Background Colors of ComboBox
[ { "date": "2006-03-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Dale,\n\nIt is a combobox specific Windows behavior.", "time": "10:23", "topic": "Changing Foreground and Background Colors of ComboBox", "username": "Antonio Linares" } ]
Changing Foreground and Background Colors of ComboBox
[ { "date": "2012-02-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nis it possible to release a painted Logo using [color=#FF0000:2h7gf54u]ABpaint [/color:2h7gf54u]\nwithout repainting the Background before selecting a new Logo ?\n\n[img:2h7gf54u]http://www.pflegeplus.com/pic...
Changing Logos at Runtime using ABPaint ?
[ { "date": "2012-02-14", "forum": "FiveWin for Harbour/xHarbour", "text": "A complete LOGO-editor is included now testing any Logo on any Window-brush.\nFrom TSelect < [color=#0000FF:26x684sw]LOGO-painter [/color:26x684sw]> You can switch between different Tests.\n\n1. Testing Window-brush [color=#FF0000...
Changing Logos at Runtime using ABPaint ?
[ { "date": "2012-02-29", "forum": "FiveWin for Harbour/xHarbour", "text": "I define the main window of my app as follows:\n\n[code=fw:1wrar49j]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">WINDOW</span> Win_Ma...
Changing Main Window Title
[ { "date": "2012-02-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Did you try\n\n[code=fw:3cm1s7sr]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">WndMain<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>:<span style=\"color: #000000;\">cTitl...
Changing Main Window Title
[ { "date": "2012-02-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Perfect. Thanks. <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->", "time": "05:41", "topic": "Changing Main Window Title", "username": "Ollie" } ]
Changing Main Window Title
[ { "date": "2010-07-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nwhen opening a mdi-child I'd like to change the appearance of my ribbon-menu.\nI try to redefine my ribbon-menu, but when the menu is being painted, it doesn't look right. A half button appears, but without any functionalit...
Changing Ribbon on opening a MDI-Child
[ { "date": "2010-07-02", "forum": "FiveWin for Harbour/xHarbour", "text": "This is how it looks on start of the program:\n\n[img:ym9jy1x6]http&#58;//www&#46;ctosoftware&#46;de/home/files/screen3&#46;jpg[/img:ym9jy1x6]\n\nAnd this how it looks after opening the first mdichild:\n\n[img:ym9jy1x6]http&#58;//...
Changing Ribbon on opening a MDI-Child
[ { "date": "2010-07-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Gilbert,\n\nYou were not properly destroying the previously created RibbonBar (so a new one was created on top of the previous one, again and again), also the RibbonBar was using a wrong width.\n\nYour example, modified this way, ...
Changing Ribbon on opening a MDI-Child
[ { "date": "2010-07-02", "forum": "FiveWin for Harbour/xHarbour", "text": "screenshot:\n\n[img:1ycb8lj3]http&#58;//wiki&#46;fivetechsoft&#46;com/lib/exe/fetch&#46;php?cache=cache&w=793&h=485&media=ribbon3&#46;png[/img:1ycb8lj3]", "time": "22:12", "topic": "Changing Ribbon on opening a MDI-Child",...
Changing Ribbon on opening a MDI-Child
[ { "date": "2010-07-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Removing the top pulldown menu:\n[code=fw:1750n1ta]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />   ...<br />   <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">WINDOW</span> oW...
Changing Ribbon on opening a MDI-Child
[ { "date": "2010-07-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nthat looks terrific, just what I needed. I'll try it as soon as I'm in the office on monday. Thank you very much! <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->...
Changing Ribbon on opening a MDI-Child
[ { "date": "2010-07-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\n[quote=\"Antonio Linares\":241i6hsy]\nAnyhow, if you just want to change some groups, it should be better not to the destroy the RibbonBar. Instead of that, just remove the no longer needed groups and add the new ones....
Changing Ribbon on opening a MDI-Child
[ { "date": "2010-07-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Gilbert,\n\nPlease try with oGroup1:End() instead of oGroup1:Destroy()\n\nMethod Destroy() usually should never be called directly. It is automatically called by Windows to clean no longer needed resources. Method End() starts the...
Changing Ribbon on opening a MDI-Child
[ { "date": "2010-07-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nthanks, with :end() is working. But now I've got a paint-problem:\nAt adding and removing the mdi-child I tried a oRb:Refresh() as well as a oRb:Paint() but I always loose the background. After resizing the main window...
Changing Ribbon on opening a MDI-Child
[ { "date": "2010-07-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Gilbert,\n\nPlease post your most recent example code so we try it here, thanks <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "12:47", "topic": "Changing Ribb...
Changing Ribbon on opening a MDI-Child
[ { "date": "2010-07-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nhere the code:\n\n[code=fw:ajfyk6a5]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FiveWin.ch\"</span><br /><span style...
Changing Ribbon on opening a MDI-Child
[ { "date": "2010-07-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Gilbert,\n\nFixed. A required change was needed in Class TRibbonBar <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nWe email you a modified TRibbon.prg.\n\nWe will include the...
Changing Ribbon on opening a MDI-Child
[ { "date": "2010-07-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nthanks a lot for your quick support <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \n\nNow it seems to be working just fine.\n\nCan I assume that this correctio...
Changing Ribbon on opening a MDI-Child
[ { "date": "2010-07-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Gilbert,\n\nyes, I told you in my previous post <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "15:09", "topic": "Changing Ribbon on opening a MDI-Child", ...
Changing Ribbon on opening a MDI-Child
[ { "date": "2013-08-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nWhat if I need to change the whole Ribbon for a new one with different groups and buttons.\nHow can I achieve this process ?\n\nThis looks really good, but in my case if I click on some app's module, all options at r...
Changing Ribbon on opening a MDI-Child
[ { "date": "2010-08-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nHow to change the tab font in TFolderEx? (Not for aDialogs)\n\nI tried oFld:oFont:= ...... , but it gives an error.\n\nThanks,", "time": "14:56", "topic": "Changing Tab font in TFolderEx?", "username": "Horizon"...
Changing Tab font in TFolderEx?
[ { "date": "2010-08-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Horizont\n\nwe can not change tabs font (yet)", "time": "15:05", "topic": "Changing Tab font in TFolderEx?", "username": "Daniel Garcia-Gil" } ]
Changing Tab font in TFolderEx?
[ { "date": "2010-09-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Daniel,\n\nOk. Is there any plan to modify?", "time": "13:31", "topic": "Changing Tab font in TFolderEx?", "username": "Horizon" } ]
Changing Tab font in TFolderEx?
[ { "date": "2010-09-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes\n\nthe problem is the vertical tabs, isn't solve yet\n\nhorizontal tabs work perfectly", "time": "13:37", "topic": "Changing Tab font in TFolderEx?", "username": "Daniel Garcia-Gil" } ]
Changing Tab font in TFolderEx?
[ { "date": "2010-09-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nI understand. As a matter of fact I need only horizontal tabs. <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->", "time": "13:59", "topic": "Changing Tab font ...
Changing Tab font in TFolderEx?
[ { "date": "2012-05-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello, as in the subject...", "time": "09:15", "topic": "Changing Tab-text color on TRibbon?", "username": "byte-one" } ]
Changing Tab-text color on TRibbon?
[ { "date": "2012-05-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Günther,\nI think you have to change the class.\n\nGruß\nOtto\n\n\n[code=fw:2qsdcvvs]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /> bPaintTxt  := <  | oSelf |<br />                    <span styl...
Changing Tab-text color on TRibbon?
[ { "date": "2012-05-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Günther,\n\n[img:2vcycaxj]http&#58;//www&#46;pflegeplus&#46;com/pictures/ribbtxt1&#46;jpg[/img:2vcycaxj]\n\n[color=#0040FF:2vcycaxj]\noRibbon:aGradFld := {| nOpt | if( nOpt == oRibbon:nStart, { { 1, 16777215, 8293112 } },; ...
Changing Tab-text color on TRibbon?
[ { "date": "2012-05-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks all! Both variants are possible.", "time": "13:03", "topic": "Changing Tab-text color on TRibbon?", "username": "byte-one" } ]
Changing Tab-text color on TRibbon?
[ { "date": "2012-05-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Uwe,\n\nhow can you change hover text colour on ribbon if\n\n if nPrompt == oSelf:nStart\n nClrTxt = CLR_WHITE\n endif\nid inside the painting method.\n\nBest regards...
Changing Tab-text color on TRibbon?
[ { "date": "2012-05-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Otto,\n\nit was a bit more complicated :\n\n[img:1ai7yww6]http&#58;//www&#46;pflegeplus&#46;com/pictures/ribbtext2&#46;jpg[/img:1ai7yww6]\n\n[code=fw:1ai7yww6]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><...
Changing Tab-text color on TRibbon?
[ { "date": "2015-09-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nI want to change a Windows setting in my application.\n\nIt concerns this setting :\n[img:3s0yaw6p]http&#58;//ma-consult&#46;telenet&#46;be/knipsel&#46;jpg[/img:3s0yaw6p]\n\nI know that I have to logoff. That is no probl...
Changing a Windows setting in a FWH-application
[ { "date": "2015-09-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Michel\nTry changing the key\nHKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Assistance\\Client\\1.0\\Settings\\ZoomPercent\nAnd logoff", "time": "20:12", "topic": "Changing a Windows setting in a FWH-application", "username"...
Changing a Windows setting in a FWH-application
[ { "date": "2015-09-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Christobal,\n\nUnfortunately, this doesn't work. I even don't have this item in the register. Not with 100 % and not with 125 %.", "time": "20:36", "topic": "Changing a Windows setting in a FWH-application", "username"...
Changing a Windows setting in a FWH-application
[ { "date": "2015-09-02", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"driessen\":1sr2276s]Christobal,\n\nUnfortunately, this doesn't work. I even don't have this item in the register. Not with 100 % and not with 125 %.[/quote:1sr2276s]\n\nWhich version of Windows you use?", "time": "20:...
Changing a Windows setting in a FWH-application
[ { "date": "2015-09-02", "forum": "FiveWin for Harbour/xHarbour", "text": "I need it for Windows XP, Vista, 7 and 8(.1)", "time": "23:28", "topic": "Changing a Windows setting in a FWH-application", "username": "driessen" } ]
Changing a Windows setting in a FWH-application
[ { "date": "2015-09-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Christobal,\n\nI noticed that this key is the one containing the dpi.\n\nHKEY_CURRENT_USER\\Control Panel\\Desktop\\Windowmetrics\\AppliedDPI\n\nIt is a REG_DWORD key, containing the DPI hexadecimal.\n\nBut how can I read this val...
Changing a Windows setting in a FWH-application
[ { "date": "2015-09-03", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:xet33uli]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">#ifndef HKEY_CURRENT_USER<br />   <span style=\"color: #00D7D7;\">#define</span>  HKEY_CURRENT_USER       <span style=\"color: #000000;\">2147483649...
Changing a Windows setting in a FWH-application
[ { "date": "2015-09-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks a lot, Mr. Rao.", "time": "14:10", "topic": "Changing a Windows setting in a FWH-application", "username": "driessen" } ]
Changing a Windows setting in a FWH-application
[ { "date": "2009-01-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi all,\nI'm trying to change a get picture at runtime but unsuccessfully.\n\nIn this self-contained sample I have a get initialized with a euro picture (9999.99), \nthen pressing the \"Lire picture\" button I would like to change...
Changing a get picture at runtime
[ { "date": "2009-01-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Ciao,\nIo ho risolto così\n\n@10,1.5 GET oImpdef VAR cImpdef OF oDlg picture if(euro = 1,\"@E 99,999,999.99\",\"@E 9,999,999,999\") valid somma() SIZE 50,10\n\nStefano", "time": "11:21", "topic": "Changing a get picture...
Changing a get picture at runtime
[ { "date": "2009-01-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Oppure\n\n[code:3e07d1c6]ACTION ( oTest1&#58;oGet&#58;Picture&#58;=\"999999\", oTest1&#58;Refresh())[/code:3e07d1c6]\n\nEMG", "time": "11:28", "topic": "Changing a get picture at runtime", "username": "Enrico Maria Gio...
Changing a get picture at runtime
[ { "date": "2009-01-20", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Enrico Maria Giordano\":1s31hrpw]Oppure\n\n[code:1s31hrpw]ACTION ( oTest1&#58;oGet&#58;Picture&#58;=\"999999\", oTest1&#58;cPicture&#58;=\"999999\", oTest1&#58;Refresh())[/code:1s31hrpw]\n <!-- s:wink: --><img src=\"{SMIL...
Changing a get picture at runtime
[ { "date": "2009-01-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Please, take the time to try the suggestions. There's no need to assign cPicture property.\n\nEMG", "time": "13:59", "topic": "Changing a get picture at runtime", "username": "Enrico Maria Giordano" } ]
Changing a get picture at runtime
[ { "date": "2009-01-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Enrico,\nyour solution give me an \"message not found\" error in the tget class.\nThe only running solution I have found is the following but there is a problem with the picture refresh. The picture change only when I select th...
Changing a get picture at runtime
[ { "date": "2009-01-20", "forum": "FiveWin for Harbour/xHarbour", "text": "The following sample works fine here:\n\n[code:20xa6ywu]#include \"Fivewin&#46;ch\"\n\n\nfunction Main()\n\nlocal oDlg, oBtn, nTest, cPicture, oTest1\n\nnTest&#58;=0\ncPicture&#58;=\"9999&#46;99\"\n\nDEFINE DIALOG oDlg TITLE \"A s...
Changing a get picture at runtime
[ { "date": "2009-01-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes. It runs fine.\n\nThanks a lot.", "time": "19:46", "topic": "Changing a get picture at runtime", "username": "Marco Turco" } ]
Changing a get picture at runtime
[ { "date": "2010-09-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Guys:\n\nHow can I change an xBrowse column header after the xBrowse has been created ? For example, when the user left clicks on the column header, the browse changes index order and I want to display some sort of column header ...
Changing an xBrowse column header.
[ { "date": "2010-09-01", "forum": "FiveWin for Harbour/xHarbour", "text": "XBrowse automatically shows an UpArrow or DownArrow on the column header that is sorted. That is the standard indication which column is sorted and whether sorted in ascending or descending order.\n\nNormally it should not necessa...
Changing an xBrowse column header.
[ { "date": "2010-09-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Nageswaragunupudi:\n\nMy xBrowse does not show the arrows that you mentioned. What I'm doing wrong ? Thank you.", "time": "07:09", "topic": "Changing an xBrowse column header.", "username": "HunterEC" } ]
Changing an xBrowse column header.
[ { "date": "2013-09-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nOk, how about changing the bitmap on a TbnBmp object at runtime?\n\nHere is my code, but it isn't changing the bitmap. \n\n[code=fw:3e2c364g]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />...<br />  ...
Changing bitmap on TBtnBmp at runtime
[ { "date": "2013-09-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Hola Reinaldo,\n\nI don't know if this is the best solution, but I think work\n\n[code=fw:3hx8yal0]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> <br />....<br />::<span style=\"color: #000000;\">oBalance</span>:...
Changing bitmap on TBtnBmp at runtime
[ { "date": "2013-09-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Reinaldo,\n\nviendo el código fuente, creo que lo que está mal de tu código es tan solo una \"S\",\n\ncambia\n\n::oBalance:LoadBitMaps( IIF( nDebt > 0, \"DotRed\", \"DotGray\" ) ) \n\npor\n\n::oBalance:LoadBitMap( IIF( nDebt > 0, ...
Changing bitmap on TBtnBmp at runtime
[ { "date": "2013-09-22", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Marcelo Via Giglio\":pspe4bhx]Reinaldo,\n\nviendo el código fuente, creo que lo que está mal de tu código es tan solo una \"S\",\n\ncambia\n\n::oBalance:LoadBitMaps( IIF( nDebt > 0, \"DotRed\", \"DotGray\" ) ) \n\npor\n\n...
Changing bitmap on TBtnBmp at runtime
[ { "date": "2013-09-22", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"reinaldocrespo\":pu1ca2co]Hi,\n\nOk, how about changing the bitmap on a TbnBmp object at runtime?\n\nHere is my code, but it isn't changing the bitmap. \n\n[code=fw:pu1ca2co]<div class=\"fw\" id=\"{CB}\" style=\"font-fam...
Changing bitmap on TBtnBmp at runtime
[ { "date": "2013-09-22", "forum": "FiveWin for Harbour/xHarbour", "text": "To All\n\nThis code worked for me .. \n\nRick Lipkin\n\n[code=fw:14459yi8]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">DO</span> <span style=\"color: #00C800;\">CASE</span><...
Changing bitmap on TBtnBmp at runtime
[ { "date": "2013-09-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr Rick\n\nThough the caption says TBtnBmp actually the control is not TBtnBmp but TButtonBmp, if we see Mr. Reinaldo's code posted first.\n[code=fw:1hohjcvu]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> &nbsp; ...
Changing bitmap on TBtnBmp at runtime
[ { "date": "2013-09-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Everyone (Marcelo, Rao, Rick, Daniel) - Thank you very much.\n\nBefore posting the question, I had tried :loadbitmaps() as well as loadbitmap(), refresh(), GetResources(), and a few others. I had followed TButtonBmp source code a...
Changing bitmap on TBtnBmp at runtime
[ { "date": "2008-10-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio and friends,\r\n\r\nI created this function bellow to change the property \"cCaption\" of the buttons to reuse the same button to different tasks... I did not want to directly change the ownership cCaption, but this is the...
Changing cCaption of buttons!? ( SOLVED )
[ { "date": "2008-10-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Friends,\r\n\r\nSolved!\r\n\r\nUsing the ::setText() method! <!-- s;) --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\";)\" title=\"Wink\" /><!-- s;) -->", "time": "19:39", "topic": "Changing cCaption of buttons!? ( SOLV...
Changing cCaption of buttons!? ( SOLVED )
[ { "date": "2008-10-25", "forum": "FiveWin for Harbour/xHarbour", "text": "yes <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "10:25", "topic": "Changing cCaption of buttons!? ( SOLVED )", "username": "Antonio Linares" } ]
Changing cCaption of buttons!? ( SOLVED )
[ { "date": "2011-08-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Guys:\n\nHow can I change a cell color, based on a condition, in xBrowse ? For example if an amount is less than zero, change the whole amount the red color to bright white over red (on text would be \"W+/R\") ?\n\n\nThank you.",...
Changing cell color on xBrowse
[ { "date": "2011-08-10", "forum": "FiveWin for Harbour/xHarbour", "text": "oLbx:aCols[7]:bClrstd := {|| { CLR_BLACK, If( oPo:myob, CMYOBCOL, CBRWBACK) } }\n\nHope this helps \n\nColin", "time": "00:30", "topic": "Changing cell color on xBrowse", "username": "Colin Haig" } ]
Changing cell color on xBrowse
[ { "date": "2011-08-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Colin:\n\nThank you, I'll give it a try.", "time": "04:21", "topic": "Changing cell color on xBrowse", "username": "HunterEC" } ]
Changing cell color on xBrowse
[ { "date": "2013-07-29", "forum": "FiveWin for Harbour/xHarbour", "text": "[b:381724g6]Changing a cell-color as the result of a incremental search.[/b:381724g6]\n( the full sample is included in a new UPDATE of the ASCVIEWER 3.2 )\n\nThe Table shows 3 sections with 25 rows ( from DBF ).\nI've been lookin...
Changing cell color on xBrowse
[ { "date": "2013-07-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Esta funcion me la dio y publico Daniel hace tiempisimo, aca la comparto, saludos... <!-- s:shock: --><img src=\"{SMILIES_PATH}/icon_eek.gif\" alt=\":shock:\" title=\"Shocked\" /><!-- s:shock: --> \n\nFUNCION cronograma()\n.\n.\n....
Changing cell color on xBrowse
[ { "date": "2006-10-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nI try to change the text color from a say object with :\n\noSay:Setcolor(CLR_HRED) ; oSay:refresh()\n\nBut , it doesn't work.\n\nI Tryed it also in testsay2.prg , no succes\n\n[code:2rhqud6m]\n// A sample showing to to l...
Changing color from say
[ { "date": "2006-10-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Frank,\n\nThis code works fine:\n[code:bk6uqr3w]\n#define COLOR_BTNFACE 15\n&#46;&#46;&#46;\n oSay&#58;bLClicked = &#123; || oSay&#58;SetColor&#40; CLR_WHITE, GetSysColor&#40; COLOR_BTNFACE &#41; &#41;, oSay&#58;Refresh&#...
Changing color from say
[ { "date": "2006-10-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nOk , it seems that the background color can't be omitted. I supposed that when it is nil , it has not to change. Now i have to know what this color is or ,\n\n oSay:SetColor( CLR_HRED , osay:nClrPane )\n\nFrank", "...
Changing color from say
[ { "date": "2013-08-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nis it possible, to change the color of a focused [size=150:zdvnepxr]memofield[/size:zdvnepxr] in xBrowse ?\n\nseems not to work with MEMOFIELDS .\n\n[color=#0000FF:zdvnepxr][b:zdvnepxr]:bClrSelFocus = { || { 0, 16512957 ...
Changing color of xBrowse Memo-cellcolor on focus ?
[ { "date": "2013-08-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Works the sameway whether memofields or normal fields", "time": "13:39", "topic": "Changing color of xBrowse Memo-cellcolor on focus ?", "username": "nageswaragunupudi" } ]
Changing color of xBrowse Memo-cellcolor on focus ?
[ { "date": "2012-06-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Friends.\n\nI need to change the contents of a cell of the Tree / xBrowse. Can anyone tell me how to do it?\n\n\n[img:3ryescpt]http&#58;//i1122&#46;photobucket&#46;com/albums/l532/gibiteka/Clipboard01&#46;jpg[/img:3ryescpt]\n[code...
Changing content in xBrowse/Tree
[ { "date": "2012-06-13", "forum": "FiveWin for Harbour/xHarbour", "text": "oBrw:oTreeItem:Cargo[ 1 ] := <newvalue>\noBrw:RefreshCurrent()", "time": "17:04", "topic": "Changing content in xBrowse/Tree", "username": "nageswaragunupudi" } ]
Changing content in xBrowse/Tree
[ { "date": "2013-06-28", "forum": "FiveWin for Harbour/xHarbour", "text": "I have a GET define so:\n\nREDEFINE GET oValue VAR mValue ID 2105 of oQry_Dlg ;\n\t on change ( iif(! oSave:lactive, Set_Save() ) ) ;\n ...
Changing data type and picture in GET
[ { "date": "2013-06-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Trying new ideas to see if I can learn about what's creating my problem.\n\n\nThis line would not properly alter oValue from numeric or date formats to string. \n oValue := tGet():Redefine( , bSetGet := {||mValue } , oQry_D...
Changing data type and picture in GET
[ { "date": "2023-03-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Guys, \nI am getting different result here when I compile this code with my FWH11.08 and FWH1912.\n\nThis is the old behavior that I want to retain.\n1. Run program\n2. Click menu [i:j247gpm7]Printer Setup[/i:j247gpm7] \n3. Select...
Changing default printer for current application only
[ { "date": "2023-03-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Hua,\n\nI don't know if this will help, but I found it in my notes.\n\nUse the following to set the application's current printer. It will remain the current printer until changed.\n\n[code=fw:czmtrnby]<div class=\"fw\" id=\"{CB}\...
Changing default printer for current application only
[ { "date": "2023-03-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks James.\n The code helps in setting the app to the last printer selected.\nFor my earlier problem, I rem out PrinterEnd() at method End() of TPrinter", "time": "03:50", "topic": "Changing default printer for curren...
Changing default printer for current application only
[ { "date": "2009-12-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nI'm trying to create a small app that downloads files from an FTP site. My app connects ok to the FTP site, but i want to see what files are in a sub-folder. I've tried to use SetCurrentDirectory() but this doesnt seem to...
Changing directory in tFtp
[ { "date": "2009-12-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Solved using Directory() - the path you type in is case sensitive!!\n\nRegards,\n\nPete", "time": "10:34", "topic": "Changing directory in tFtp", "username": "PeterHarmes" } ]
Changing directory in tFtp
[ { "date": "2009-12-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Pete,\n\nThanks for the info <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "11:05", "topic": "Changing directory in tFtp", "username": "Antonio Linares" ...
Changing directory in tFtp
[ { "date": "2009-12-07", "forum": "FiveWin for Harbour/xHarbour", "text": "I think i might have found a problem with the directory function, if i do this:\n\naFiles = oFTP:Directory( cDirName + \"*.*\" )\nIF !Empty(aFiles)\n FOR nCount := 1 TO Len(aFiles)\n IF Left(aFiles[nCount, 1], 1) <> \".\...
Changing directory in tFtp
[ { "date": "2009-12-07", "forum": "FiveWin for Harbour/xHarbour", "text": "FtpFindFirstFile/InternetFindNextFile return the filename filled by a char, i think chr(0).\n\nI use this\n\n[code=fw:zs9jslwr]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">HB_FUNC...
Changing directory in tFtp
[ { "date": "2009-12-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Pete,\n\nThat would mean that some not valid characters are being placed into the file name. Thats why you can extract a valid portion of it, but if you try to concatenate with another string then it fails.\n\nCould you please tes...
Changing directory in tFtp
[ { "date": "2009-12-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nI get the \"oFTP:hFTP is null\" message, yet i can access the ftp site through i.e. fine\n\nRegards,\n\nPete", "time": "13:03", "topic": "Changing directory in tFtp", "username": "PeterHarmes" } ]
Changing directory in tFtp
[ { "date": "2009-12-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Pete,\n\nWe have just tested it again using Windows 7 and it works fine using FWH 9.11, with both Harbour and xHarbour. But we got a request to allow it from the Windows firewall, that had to be accepted.\n\nCould someone else tes...
Changing directory in tFtp
[ { "date": "2009-05-13", "forum": "FiveWin for Harbour/xHarbour", "text": "I have 2 buttons and a checkbox in a dialog. The 1st button is for printing. Users mistakenly press ENTER and the print preview comes up. How can I display the dialog and change the focus to the checkbox or have the focus elsew...
Changing focus on a dialog.
[ { "date": "2009-05-13", "forum": "FiveWin for Harbour/xHarbour", "text": "If you use Resource, you can designate with Pelles the taborder, the first in the taborder that can be focused will receive the initial focus\n\nYou can change the focus no the init of the dialog too,\n\n[code=fw:2sj1h6k0]<div cla...
Changing focus on a dialog.
[ { "date": "2006-08-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello ,\n\nI try to change the font from a existing osay , but it seems not easy\n\n1) obj:oFont := oFont (changed) ; obj:refresh() doesn't work\n\n2) \tObj:end()\n\tobj := TSay():New(0,10,{||txt},oDlg,,ofont(new)... )\n ...
Changing font from oSay