messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2008-05-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Basic code is up and running. Doesn't yet cover all possibilities but I'm happy so far.\r\n\r\nMethod AddDatas performs following functions:\r\n\r\nadds DATAs (not to it's class but to the class passed in)\r\n\r\nwrites field pos...
Can Properties (DATA) be added dynamically to an Object (CLA
[ { "date": "2010-06-26", "forum": "FiveWin for Pocket PC", "text": "Dear Antonio,\n\nI try to use BITMAP and BTNBMP and both has an weak and good point ( I've only few knowledge ).\n- BITMAP\n - Nice but No Motion when Click\n- BTNBMP\n - Nice and Motion but cannot TRANSPARENT.\n1.) Can I make Motion...
Can TBtnbmp has TRANSPARENT?
[ { "date": "2010-07-04", "forum": "FiveWin for Pocket PC", "text": "Dutch,\n\nPlease email me the button image that it is inside the red circle and also the image that you want to show when it is clicked, thanks <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:...
Can TBtnbmp has TRANSPARENT?
[ { "date": "2010-07-05", "forum": "FiveWin for Pocket PC", "text": "Dutch,\n\nPlease try this example:\n[code=fw:3m9hifb1]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FWCE.ch\"</span><br /><br /><span sty...
Can TBtnbmp has TRANSPARENT?
[ { "date": "2015-07-22", "forum": "FiveWin for Harbour/xHarbour", "text": "As subject.\n\nThanks in advance.", "time": "13:27", "topic": "Can TCOMBOBOX with 2 dimension array?", "username": "dutch" } ]
Can TCOMBOBOX with 2 dimension array?
[ { "date": "2015-07-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Dutch\n\nI do not think a two dimensional array is possible.. I have worked around this by concantonating two values together into a single text and loaded it to an array ..\n[code=fw:1tz06x6s]<div class=\"fw\" id=\"{CB}\" style=\...
Can TCOMBOBOX with 2 dimension array?
[ { "date": "2015-07-22", "forum": "FiveWin for Harbour/xHarbour", "text": "I'm not sure exactly what you are needing this for, but with DBCombo you can list one value and return another. For instance you can list a description and return an ID number.\n\nJames", "time": "15:37", "topic": "Can TCO...
Can TCOMBOBOX with 2 dimension array?
[ { "date": "2015-07-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Rick,\n\nThanks, it is a good idea for solve the problem.\n\nDear James,\n\nYes, exactly I need. Show 1 column (array) return another column as your said. How can I do that?\n\nThank you so much.", "time": "23:47", ...
Can TCOMBOBOX with 2 dimension array?
[ { "date": "2015-07-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Dutch,\n\nBelow is an example. You will also need the fwh\\samples\\states.dbf data file.\n\nJames\n\n[code=fw:3ny3c4ll]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #B900B9;\">/*<br />Progra...
Can TCOMBOBOX with 2 dimension array?
[ { "date": "2015-07-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Dutch,\n\nI just noticed you wanted to use a 2-dimensional array. You will need to copy the two columns to single dimensional arrays. Or, you could copy the entire 2-dimensional array into a temp dbf and specify the column names. ...
Can TCOMBOBOX with 2 dimension array?
[ { "date": "2015-07-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear James,\n\nThank you, I got it now.", "time": "08:30", "topic": "Can TCOMBOBOX with 2 dimension array?", "username": "dutch" } ]
Can TCOMBOBOX with 2 dimension array?
[ { "date": "2015-10-08", "forum": "FiveWin for Harbour/xHarbour", "text": "I am in need of creating a X,Y plot chart.\n\nIt seems that TGraph can only make time-series point and/or line charts, i.e. plot the value of Y and increment the X value by 1 unit for each data point of Y. Since there is no docume...
Can TGraph do X,Y plots?
[ { "date": "2015-10-08", "forum": "FiveWin for Harbour/xHarbour", "text": "James,\n\nIn tgraph.prg we find:\n\n#Define GRAPH_TYPE_BAR 1\n#Define GRAPH_TYPE_LINE 2\n#Define GRAPH_TYPE_POINT 3\n#Define GRAPH_TYPE_PIE 4\n\nso it seems as a point type is supported.\n\nIn order to select a type we have t...
Can TGraph do X,Y plots?
[ { "date": "2015-10-08", "forum": "FiveWin for Harbour/xHarbour", "text": "This is the right way to use it. Using samples\\graph.prg example:\n\n[code=fw:d07ude0j]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />    @ <span style=\"color: #000000;\">1</span>, <span style=\"color: #00...
Can TGraph do X,Y plots?
[ { "date": "2015-10-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nYes, I have done that for years. But that is a Time-Series chart. You cannot specify the X value, only the Y value. So, X is always 1,2,3,4...and they are at equally spaced intervals. These are basically bar charts, us...
Can TGraph do X,Y plots?
[ { "date": "2015-10-09", "forum": "FiveWin for Harbour/xHarbour", "text": "James,\n\nI am afraid that you need to review Class TGraph Method Paint() and implement your own painting method for a new type.\n\nI am not familiar with Class TGraph source code, so you may need to review it and modify it to you...
Can TGraph do X,Y plots?
[ { "date": "2015-10-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nYes, that was my plan and I have done it before. But, before I start, I just wanted to check to make sure that x,y plots were not possible, and/or to see if anyone had already made any such modifications.\n\nI was just...
Can TGraph do X,Y plots?
[ { "date": "2018-03-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi James,\n\nI know it is an old post, but did you implement X,Y plots in TGraph?\n\nThank you\n\nAlvaro", "time": "14:04", "topic": "Can TGraph do X,Y plots?", "username": "alvaro533" } ]
Can TGraph do X,Y plots?
[ { "date": "2018-03-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Alvaro,\n\nSorry, no I never did. Most of my graphs are time series and TGraph works great for that. I can't remember what I did for the x,y plots that I needed back then, but I can find no evidence that I ever tried it. The TGrap...
Can TGraph do X,Y plots?
[ { "date": "2018-03-06", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"James Bott\":3eouymsl]Alvaro,\n\nSorry, no I never did. Most of my graphs are time series and TGraph works great for that. I can't remember what I did for the x,y plots that I needed back then, but I can find no evidence ...
Can TGraph do X,Y plots?
[ { "date": "2018-03-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Alvaro,\n\nWow, very impressive. May I get a copy of your new tgraph.prg?\n\nYou can find my email address on my website [url:3o82zgb4]http&#58;//gointellitech&#46;com[/url:3o82zgb4].", "time": "17:54", "topic": "Can TGrap...
Can TGraph do X,Y plots?
[ { "date": "2018-03-06", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"James Bott\":uc9ajr2k]Alvaro,\n\nWow, very impressive. May I get a copy of your new tgraph.prg?\n\nYou can find my email address on my website [url:uc9ajr2k]http&#58;//gointellitech&#46;com[/url:uc9ajr2k].[/quote:uc9ajr2k...
Can TGraph do X,Y plots?
[ { "date": "2018-03-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Alvaro,\n\nWould you mind to post it here or send it to me by email, so we can include it in next FWH 18.02 ?\n\nmany thanks", "time": "18:10", "topic": "Can TGraph do X,Y plots?", "username": "Antonio Linares" } ]
Can TGraph do X,Y plots?
[ { "date": "2018-03-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Alvaro,\n\nIt is not clear to me if you are automatically finding the min and max for each axis in the class, or if you must do the calculation outside the class and pass those values.\n\nOne of the first programs I wrote (way bac...
Can TGraph do X,Y plots?
[ { "date": "2018-03-06", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"James Bott\":3ofa5cfm]Alvaro,\n\nIt is not clear to me if you are automatically finding the min and max for each axis in the class, or if you must do the calculation outside the class and pass those values.\n\nOne of the ...
Can TGraph do X,Y plots?
[ { "date": "2018-03-07", "forum": "FiveWin for Harbour/xHarbour", "text": "I should clarify, in the beginning of this thread I was talking about making an x,y chart with just data points. This is also commonly called a scatter chart. For this type of chart the data points can be in any order. You can see...
Can TGraph do X,Y plots?
[ { "date": "2018-03-07", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"James Bott\":2k9cmpsi]I should clarify, in the beginning of this thread I was talking about making an x,y chart with just data points. This is also commonly called a scatter chart. For this type of chart the data points c...
Can TGraph do X,Y plots?
[ { "date": "2018-03-07", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":1x5e00ix]Alvaro,\n\nWould you mind to post it here or send it to me by email, so we can include it in next FWH 18.02 ?\n\nmany thanks[/quote:1x5e00ix]\n\nHi Antonio, sorry I skipped your message yesterda...
Can TGraph do X,Y plots?
[ { "date": "2018-03-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Many thanks <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "09:31", "topic": "Can TGraph do X,Y plots?", "username": "Antonio Linares" } ]
Can TGraph do X,Y plots?
[ { "date": "2018-03-10", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":1rt50fs0]Many thanks <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->[/quote:1rt50fs0]\n\n\nAntonio, I just sent you an email with the class\nRegards", ...
Can TGraph do X,Y plots?
[ { "date": "2011-09-28", "forum": "FiveWin for Harbour/xHarbour", "text": "I would like to use TSButton (Drag and Drop) between SBUTTON but bDropOver is not working. Can it works with Drag and Drop features?", "time": "12:23", "topic": "Can TSButton use ::bDropOver?", "username": "dutch" }...
Can TSButton use ::bDropOver?
[ { "date": "2009-05-17", "forum": "FiveWin for Pocket PC", "text": "[quote:f2xonx8q]Microsoft tells developers: do not count on us - just imitate iPhone by hand !\nMay 16, 2009 [Pocket PC phone] | By Edward J. R.\n\nThrough the voice of their MVPs, Microsoft suggests that with some tricks, i.e. workaroun...
Can Windows Mobile UIs Look as Good as the iPhone
[ { "date": "2009-05-17", "forum": "FiveWin for Pocket PC", "text": "I saw on sdk there is a sample for the phone.lib but I not Know How we can create it:\n<!-- m --><a class=\"postlink\" href=\"http://www.microsoft.com/downloads/details.aspx?FamilyID=9996b314-0364-4623-9ede-0b5fbb133652&displaylang=en&H...
Can Windows Mobile UIs Look as Good as the iPhone
[ { "date": "2009-05-18", "forum": "FiveWin for Pocket PC", "text": "I inserted the wrong link. This is the right one:\n\n\n<!-- m --><a class=\"postlink\" href=\"http://www.msteched.com/online/view.aspx?tid=a6641301-add9-4a03-b767-53197c3baf74\">http://www.msteched.com/online/view.asp ... 197c3baf74</a><...
Can Windows Mobile UIs Look as Good as the iPhone
[ { "date": "2009-05-18", "forum": "FiveWin for Pocket PC", "text": "Otto,\n\nHave a look a Microsoft next Windows Mobile version:\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=19&t=14758\">viewtopic.php?f=19&t=14758</a><!-- l -->", "time": "06:29", ...
Can Windows Mobile UIs Look as Good as the iPhone
[ { "date": "2020-04-02", "forum": "FiveWin for Harbour/xHarbour", "text": "As a inspector, we can use : xbrowser(oWnd)\n\nCan we also use it to show all memory variables that are in use ?\n\nNow I put a msginfo(cData) to see what is de value if i'm not sure..\n\nMaybe it can be done with the power of Xbr...
Can Xbrowse show ALL used Mem variables ?
[ { "date": "2020-04-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Please try this program\n[code=fw:2dflv4ch]<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 styl...
Can Xbrowse show ALL used Mem variables ?
[ { "date": "2020-04-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Is it possible to show the var names also ?\n\ncData:= \"Test\"\n\nTest is in the browse\n\nCan the varname cData also be there ?", "time": "09:32", "topic": "Can Xbrowse show ALL used Mem variables ?", "username": "Ma...
Can Xbrowse show ALL used Mem variables ?
[ { "date": "2020-04-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Marc,\n\n[url:3ef7mo6y]https&#58;//harbour&#46;github&#46;io/doc/harbour&#46;html#__mvdbginfo[/url:3ef7mo6y]\n\n[code=fw:3ef7mo6y]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#inc...
Can Xbrowse show ALL used Mem variables ?
[ { "date": "2017-11-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Hey,\n\nCan Xbrowse show's a array/dbf with colorcodes in hex. Format like #4286f4\n\nI need to show colors codes in Hex", "time": "00:57", "topic": "Can Xbrowse show Hex. Color codes", "username": "Marc Venken" } ]
Can Xbrowse show Hex. Color codes
[ { "date": "2017-11-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Colors with notation like \"#rrggbb\" can be converted to normal RGB values with this function:\n[code=fw:jq89ls1t]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">function</span> X2R...
Can Xbrowse show Hex. Color codes
[ { "date": "2018-06-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nWe have a Die-Hard fan for Mac in our soccer group. We use a FWH with Maria DB online program, but I think that will not run on Mac.\n\nAre there Win emulators or so on Mac to get it going ?", "time": "16:12", "...
Can a FWH-32 Bit win program run on a Mac
[ { "date": "2018-06-22", "forum": "FiveWin for Harbour/xHarbour", "text": "In 2015 there was a solution, but anno 2018 there is a new way.\n\n\nFrom Antonio\n\nPuedes ejecutar tu aplicación FWH para Windows directamente en Mac usando: \n\n<!-- m --><a class=\"postlink\" href=\"http://winebottler.kronenbe...
Can a FWH-32 Bit win program run on a Mac
[ { "date": "2018-06-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Marc,\n\nTry WinBottler", "time": "16:34", "topic": "Can a FWH-32 Bit win program run on a Mac", "username": "Antonio Linares" } ]
Can a FWH-32 Bit win program run on a Mac
[ { "date": "2018-06-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi\nYou can install Vmware Fusion and run Windows on the Mac.\nI've been using it for over 10 years and it's great. No problem at all.", "time": "16:34", "topic": "Can a FWH-32 Bit win program run on a Mac", "username"...
Can a FWH-32 Bit win program run on a Mac
[ { "date": "2018-06-26", "forum": "FiveWin for Harbour/xHarbour", "text": "I use Parallels on an iMac 27\" and a MacBook Pro ( newest model ). I do all my programming on it now. \n\nParallels has a Cohesion mode so you do not have to see the Windows desktop. Just open the application and then Save on D...
Can a FWH-32 Bit win program run on a Mac
[ { "date": "2018-06-27", "forum": "FiveWin for Harbour/xHarbour", "text": "I will try this approach.\n\nThanks all.", "time": "08:43", "topic": "Can a FWH-32 Bit win program run on a Mac", "username": "Marc Venken" } ]
Can a FWH-32 Bit win program run on a Mac
[ { "date": "2018-06-27", "forum": "FiveWin for Harbour/xHarbour", "text": "You can try a copy of Parallels at no cost. If your customer loves the Mac, they will love this option because it simply allows the program to run just like all their Mac programs, does not require a reboot into a different OS, a...
Can a FWH-32 Bit win program run on a Mac
[ { "date": "2008-11-26", "forum": "FiveWin for Harbour/xHarbour", "text": "I need to resize a dialog that is displaying an image. If the user selects to stretch the current image or display another one with different size, then the dialog changes it size to the new one. Can this be done ? Thank you.",...
Can a dialog be resized ?
[ { "date": "2008-11-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Gustavo,\r\n\r\noDlg:SetSize( nNewWidth, nNewHeight )\r\n\r\nor simply:\r\n\r\noDlg:nWidth := ...\r\noDlg:nHeight := ...\r\n\r\nWith oDlg:SetSize() you do it in one single step.", "time": "11:08", "topic": "Can a dialog be...
Can a dialog be resized ?
[ { "date": "2008-11-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello HunterEC, \r\nYour question is : the dialog resized to the Image-size.\r\nShows this Screenshot, what you want to do ?\r\nThe Preview of the real Alpha-Channel-BMP,\r\nis shown in a adjusted Dialog in relation to the Image-s...
Can a dialog be resized ?
[ { "date": "2008-11-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, Ukoenig:\r\n\r\nThank you very much for your help. Seems that both of your answers are what I'm looking for. I'll give it a try.", "time": "17:06", "topic": "Can a dialog be resized ?", "username": "HunterEC...
Can a dialog be resized ?
[ { "date": "2008-11-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello HunterEC,\r\n\r\nto define the dialog-size, You have to use the Image-size\r\nwith a bit space around, like shown in the sample.\r\nThe array < aRect > will give You the size you need :\r\nnWIDTH = aRect[4], nHEIGHT = aRect[...
Can a dialog be resized ?
[ { "date": "2022-05-31", "forum": "FiveWin for Harbour/xHarbour", "text": "I normally create a toolbar using the command DEFINE BUTTONBAR oBar OF oWnd SIZE 30,33 \nIs it possible to have one button that is actually longer than that?\nTIA", "time": "07:03", "topic": "Can a toolbar button be o...
Can a toolbar button be of different size?
[ { "date": "2022-05-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Any button created by \"DEFINE BUTTON OF oBar\" will be of the same size only.\nBut after defining all buttons, we can create any control on the bar in the space not occupied by the buttons. Same way we can create a button of diff...
Can a toolbar button be of different size?
[ { "date": "2022-06-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you for the reply Rao.\nI'll experiment with it a bit", "time": "03:21", "topic": "Can a toolbar button be of different size?", "username": "hua" } ]
Can a toolbar button be of different size?
[ { "date": "2022-06-01", "forum": "FiveWin for Harbour/xHarbour", "text": "For some reason, I nothing happens when I click on the button. \nBut was able triggering it programmatically using oBtn:click(). Strange", "time": "04:27", "topic": "Can a toolbar button be of different size?", "userna...
Can a toolbar button be of different size?
[ { "date": "2022-06-01", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"hua\":2ayd9eb9]For some reason, I nothing happens when I click on the button. \nBut was able triggering it programmatically using oBtn:click(). Strange[/quote:2ayd9eb9]\n\nDiscoevered the reason. I can't place @ r, c BTNB...
Can a toolbar button be of different size?
[ { "date": "2022-06-01", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"hua\":33i4sip6]For some reason, I nothing happens when I click on the button. \nBut was able triggering it programmatically using oBtn:click(). Strange[/quote:33i4sip6]\n\nDiscovered the reason. I can't place @ r, c BTNBM...
Can a toolbar button be of different size?
[ { "date": "2006-12-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Everybody,\n\nI am told the following file is a \"digitized binary image\".\n\nCan someone let me know if there is any way to read it with Fivewin.\n\n\n[url]\n<!-- m --><a class=\"postlink\" href=\"http://hyperupload.com/downl...
Can anyone read this file in FiveWin
[ { "date": "2006-12-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Jeff,\n\nYou might look at <!-- w --><a class=\"postlink\" href=\"http://www.leadtools.com\">www.leadtools.com</a><!-- w -->. They have a medical imaging api and C++ class libraries. I don't know if they support your format.\n\nJa...
Can anyone read this file in FiveWin
[ { "date": "2006-12-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks James ... I sent them an e-mail.\n\nI hope they can help.\n\n\nJeff", "time": "06:07", "topic": "Can anyone read this file in FiveWin", "username": "Jeff Barnes" } ]
Can anyone read this file in FiveWin
[ { "date": "2006-12-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Jeff,\n\nECG is a Electro Cardio Graph. You must review the next articles in Code Project:\n\n<!-- m --><a class=\"postlink\" href=\"http://www.codeproject.com/tools/ecg_dsp.asp\">http://www.codeproject.com/tools/ecg_dsp.asp</a...
Can anyone read this file in FiveWin
[ { "date": "2006-12-08", "forum": "FiveWin for Harbour/xHarbour", "text": "you cam modify tgraph class\nthere is an sample Timer test as your egc graph\n[code:1r6fsed1]// Program &#58; Timer test &#40;Compilar con B&#46;Bat &#58; B TstTimer&#41;\n// Author &#58; Arteaga\n\n#Include \"Fivewin&#46;Ch\"\n\...
Can anyone read this file in FiveWin
[ { "date": "2006-08-09", "forum": "FiveWin for CA-Clipper", "text": "Dear all,\n\nI'm use FiveWin 2.1c, It's possible to change FONT in tooltip of TSButton ?\n\nBest Regrad,\n\nPeter", "time": "04:54", "topic": "Can change FONT in Tooltip ?", "username": "Peter" } ]
Can change FONT in Tooltip ?
[ { "date": "2006-08-09", "forum": "FiveWin for CA-Clipper", "text": "Peter,\n\nin fw\\source\\classes\\window.prg search for \"DEFINE WINDOW oToolTip...\", some lines below you find \"DEFINE FONT oFont NAME GetSysFont() SIZE 0, -8\". \n\nChange that font definition and use that window.prg recompiled.", ...
Can change FONT in Tooltip ?
[ { "date": "2006-08-11", "forum": "FiveWin for CA-Clipper", "text": "[quote=\"Antonio Linares\":bozmvfw6]Peter,\n\nin fw\\source\\classes\\window.prg search for \"DEFINE WINDOW oToolTip...\", some lines below you find \"DEFINE FONT oFont NAME GetSysFont() SIZE 0, -8\". \n\nChange that font definition and...
Can change FONT in Tooltip ?
[ { "date": "2006-08-11", "forum": "FiveWin for CA-Clipper", "text": "Hello Peter,\n\nYou modify Window.prg and just recompile it within your link script file.\nThat's all.\n\nRegards,\n\nRichard", "time": "07:45", "topic": "Can change FONT in Tooltip ?", "username": "Taiwan" } ]
Can change FONT in Tooltip ?
[ { "date": "2006-08-22", "forum": "FiveWin for CA-Clipper", "text": "Deai Taiwan,\n\nThank you for your suggestion, I'm got it.\n\n\nBest ReGrad <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->", "time": "14:36", "topic": "Can change FONT in ...
Can change FONT in Tooltip ?
[ { "date": "2007-04-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Can the caption of a Button be changed at runtime?. This example just does not do anything:\n[code:1egkle3l]\n#include \"Ficewin&#46;ch\"\nFunction Main&#40;&#41;\nDefine Window ownd from 0,0 to 200,200 pixel\n@ 10,10 Button oBtn...
Can change the caption of TButton "on the fly"?
[ { "date": "2007-04-02", "forum": "FiveWin for Harbour/xHarbour", "text": "[code:jup0muoo]#include \"Fivewin&#46;ch\"\n\n\nFUNCTION MAIN&#40;&#41;\n\n LOCAL oDlg\n\n LOCAL oBtn\n\n DEFINE DIALOG oDlg\n\n @ 3, 1 BUTTON oBtn;\n PROMPT \"&Original\";\n ACTION oBtn&#58;SetText...
Can change the caption of TButton "on the fly"?
[ { "date": "2007-04-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico:\nThank you once more!!!\nRafael", "time": "08:24", "topic": "Can change the caption of TButton \"on the fly\"?", "username": "Rafael Clemente" } ]
Can change the caption of TButton "on the fly"?
[ { "date": "2009-05-15", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Manuel Valdenebro\":1u0cjiwx]\nI have now, in Vista, second time that I try to print, the message \"There are not printer inst...\"\n[/quote:1u0cjiwx]\n\nManuel,\n\nas I said, vista does not allow to initialize the printe...
Can not Print in Vista SP1.
[ { "date": "2008-06-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\r\n\r\nIn Windows Vista with Service Pack 1, I always get this message:\r\n[img:3tswl1ic]http&#58;//www&#46;winfakt&#46;be/downloads/pr_error&#46;gif[/img:3tswl1ic]\r\n\r\nLooking in printer.prg, I see it's because of this ...
Can not Print in Vista SP1.
[ { "date": "2008-06-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Patrick,\r\nis your printer a local or a network printer ?\r\n\r\nWindows Vista is not very fast to active the network connections at startup so you have to give the time to make this before start your app if only network print...
Can not Print in Vista SP1.
[ { "date": "2008-06-19", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Marco Turco\":x7zepij3]is your printer a local or a network printer ?[/quote:x7zepij3]\r\nLocal printer.\r\n\r\nPatrick", "time": "17:40", "topic": "Can not Print in Vista SP1.", "username": "Patrick Mast" }...
Can not Print in Vista SP1.
[ { "date": "2008-06-19", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Patrick Mast\":3l5o7qhg][quote=\"Marco Turco\":3l5o7qhg]is your printer a local or a network printer ?[/quote:3l5o7qhg]\nLocal printer.\n\nPatrick[/quote:3l5o7qhg]\r\n\r\nHi, Patrick,\r\n\r\n I had this problem speciall...
Can not Print in Vista SP1.
[ { "date": "2008-06-19", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote:11yy9keo]I had this problem specially after updating to SP2. At the first time, it prints ok, but on the second time, it gives me this error. If you come back to SP1 there is no problem. So, it seems to be a Vista problem (...
Can not Print in Vista SP1.
[ { "date": "2008-06-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Patrick,\r\n\r\nI have been through this one last week\r\n\r\nThe problem comes from identifying the printer\r\n\r\nif you are printing to a specifief printer and just passing the printer's name before (as i was doing), you will g...
Can not Print in Vista SP1.
[ { "date": "2008-06-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\r\n\r\nThis error occurs, for example, when printing from PREVIEW?.\r\n\r\nBest regards,", "time": "20:19", "topic": "Can not Print in Vista SP1.", "username": "MOISES" } ]
Can not Print in Vista SP1.
[ { "date": "2008-06-19", "forum": "FiveWin for Harbour/xHarbour", "text": "This error occurs on vista sp1 when you print [u:bgwe60a3][b:bgwe60a3]without prompting the user [/b:bgwe60a3][/u:bgwe60a3]for the printer, to an identified printer by it's name\r\n\r\nit occurs before preview\r\n\r\nRichard", ...
Can not Print in Vista SP1.
[ { "date": "2008-06-20", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Richard Chidiak\":330ccxlg]I have been through this one last week\nThe problem comes from identifying the printer\nif you are printing to a specifief printer and just passing the printer's name before (as i was doing), yo...
Can not Print in Vista SP1.
[ { "date": "2008-06-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Patrick,\r\n\r\nYes , this is the way to go if you print without prompting the user to select a printer, if you prompt for printer selection, the old syntax works ok\r\n\r\ngotta love vista !\r\n\r\nRichard", "time": "07:23", ...
Can not Print in Vista SP1.
[ { "date": "2008-06-23", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Richard Chidiak\":2lufzb5x]Yes , this is the way to go if you print without prompting the user to select a printer, if you prompt for printer selection, the old syntax works ok\n\ngotta love vista ![/quote:2lufzb5x]Thank ...
Can not Print in Vista SP1.
[ { "date": "2009-05-13", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"StefanHaupt\":1trftdti]\nVista does not allow, to initialize the same printer twice, then the error occurs.[/quote:1trftdti]\n\nStefan,\n\nBut if I use standard rpreview it is correct. \n\nRegards", "time": "23:18", ...
Can not Print in Vista SP1.
[ { "date": "2009-05-12", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Richard Chidiak\":2atolie8]\nYou have to pass now the port also, and it will work ok.\nBelow is my printer selection function\n\nFUNCTION GETIMPRI(ADEVICES)\n*----------------------------------------\nLOCAl cAllEntries, c...
Can not Print in Vista SP1.
[ { "date": "2009-05-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Manuel,\n\nI had a similar situation printing in Vista, did you read my post in this topic ? \n[url:2yybjyxb]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=15485[/url:2yybjyxb]\n\nVista does not allow, to in...
Can not Print in Vista SP1.
[ { "date": "2007-11-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nLast week we have made a upgrade to fwh7.11\n\nFrom that moment we have many error's , 'can not create dialog', at random . Today , with 5 customers , +/- 10\n\nThis error occurs only after some time ( 30 min) , so i sup...
Can not create dialog 7.11
[ { "date": "2007-11-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Do you have this fix?\n\nThis is a necesary fix for FWH 7.11 in Class TMsgBar: \nCode: \n\nMETHOD SetMsg( cText ) CLASS TMsgBar \n\n DEFAULT ::cMsg := \"\" \n \n if ::l2007 \n ::cMsg = cText \n ::Refresh() \n ...
Can not create dialog 7.11
[ { "date": "2007-11-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto ,\n\nYes , it is applyed. It seems to be very bad , since the previous thread , 3 other errors are reported , all 'cannot create dialog' , at random.\n\nMost off them occurs after +/- 1 hour\n\nFrank", "time": "16:08", ...
Can not create dialog 7.11
[ { "date": "2007-11-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Frank,\n\nI don’t have FWH versions at my clients. In-house we use the program 7*24 hours with no problem on Vista PC's.\nI use Harbour what do you use?\n\nSure you are a harbor expert but I mention what problems I faced:\n\...
Can not create dialog 7.11
[ { "date": "2007-11-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\n\nFrom the moment we changed to fwh7.11 , we have at least 10 errors a day , all 'cannot create dialog' , at random\n\n2 hours ago i went back to 7.7 , from then no errors.\n\nSo i am convinced it is a memory problem from 7...
Can not create dialog 7.11
[ { "date": "2007-11-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Do you use harbour or xHarbour?\nRegards,\nOtto", "time": "18:20", "topic": "Can not create dialog 7.11", "username": "Otto" } ]
Can not create dialog 7.11
[ { "date": "2007-11-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Frank,\n\nWe haven't modified anything in 7.11 that could cause those \"can't create dialog\" errors.\n\nIt has to be something else that you have recently changed in your application, or something related to Harbour/xharbour\n\nD...
Can not create dialog 7.11
[ { "date": "2007-11-26", "forum": "FiveWin for Harbour/xHarbour", "text": "What controls do you use in those dialogboxes ?", "time": "19:46", "topic": "Can not create dialog 7.11", "username": "Antonio Linares" } ]
Can not create dialog 7.11
[ { "date": "2007-11-26", "forum": "FiveWin for Harbour/xHarbour", "text": "HI, i use fwh 7.10 and 7.11, with fix, in 7*24, 15 workstations, 1000000 records without problems.\n\nxharbour cvs 1.00 30/10/2007 (compile myself)\nfwh 7.11 (compile myself)\nbcc 551 sp2\nads server (local to tests)\nwindows serv...
Can not create dialog 7.11
[ { "date": "2007-11-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nI am working in a MDI environnement with dialog's.\nEach dialog is executed from xbrowse. The dialog's have in some cases a tsbrowse or xbrowse object , together with the common control's from fw (no borland controls)....
Can not create dialog 7.11
[ { "date": "2007-11-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Frank,\n\n> I am using xhb 1.01 \n\nDo you mean xHarbour commercial ?\n\n> How can i follow the memory ammount during execution ? \n\nThe cannot create dialog box is a not a memory related issue. Anyhow you can open Windows's task...
Can not create dialog 7.11
[ { "date": "2007-11-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nComercial version\n\nCompiling with fwh7.11 , i can reproduce the error :\n\n xbrowse is used to select a record (dialog)\n\n Opening the dialog , closing it and repeat this ( +/- 20 or more , unpredictable) , ...
Can not create dialog 7.11
[ { "date": "2007-11-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Frank,\n\nThats a very little memory increase. Its not a problem, as Harbour calls the garbage collector from time to time\n\nAre you using Borland controls in that dialogbox ? How do you End() the dialog ? Please show us a portio...
Can not create dialog 7.11