messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2022-12-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code=fw:11zldhal]<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... | ?hange the color of a window fragment |
[
{
"date": "2022-12-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you, this is what you need",
"time": "14:09",
"topic": "?hange the color of a window fragment",
"username": "Natter"
}
] | ?hange the color of a window fragment |
[
{
"date": "2015-12-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nI tried to compile my program with FWH1507/BCC7/xHarbour but I get the error:\nFivewin.ch (1918) Error E0004 STATIC declaration follows executable statement\n\nThis line inFiweWin.ch described the static variable:\nstati... | ?ompile with FWH1507 |
[
{
"date": "2015-12-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "You need to keep #include \"fivewin.ch\" at the very top of the program",
"time": "09:19",
"topic": "?ompile with FWH1507",
"username": "nageswaragunupudi"
}
] | ?ompile with FWH1507 |
[
{
"date": "2015-12-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "In all files of my program fiivewin.ch keep the first row and to version 1507 problems with the compilation was not",
"time": "10:19",
"topic": "?ompile with FWH1507",
"username": "Natter"
}
] | ?ompile with FWH1507 |
[
{
"date": "2015-12-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Please comment out lines 1918 to 1923 in your copy of fivewin.ch",
"time": "10:39",
"topic": "?ompile with FWH1507",
"username": "nageswaragunupudi"
}
] | ?ompile with FWH1507 |
[
{
"date": "2015-12-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank's",
"time": "10:52",
"topic": "?ompile with FWH1507",
"username": "Natter"
}
] | ?ompile with FWH1507 |
[
{
"date": "2005-10-28",
"forum": "FiveWin for Pocket PC",
"text": "Hello.\n\nI have no example about this and if I write\n\n@ 10,10 say \"Nombre \" GET mRaso\n@ 20,10 say \"Calle \" GET mCalle\n\nREAD\n\nI get the fields one over the other.\n\nNote: I have never used resources and have no resource... | @ SAY GET without resources |
[
{
"date": "2005-10-28",
"forum": "FiveWin for Pocket PC",
"text": "You should use separate @ row, col commands for SAY and GET.\n\nEMG",
"time": "12:13",
"topic": "@ SAY GET without resources",
"username": "Enrico Maria Giordano"
}
] | @ SAY GET without resources |
[
{
"date": "2005-10-28",
"forum": "FiveWin for Pocket PC",
"text": "Jose,\n\nPlease review samples\\tutor05.prg source code.\n\nREAD is not used in FiveWin.",
"time": "12:30",
"topic": "@ SAY GET without resources",
"username": "Antonio Linares"
}
] | @ SAY GET without resources |
[
{
"date": "2005-10-28",
"forum": "FiveWin for Pocket PC",
"text": "[quote=\"josevalle\":16q024qh]Note: I have never used resources and have no resources editor[/quote:16q024qh]\n\nPlease review the PRGs provided in samples directory that also have a RC file with the same name. Resources use is easy and ... | @ SAY GET without resources |
[
{
"date": "2005-10-28",
"forum": "FiveWin for Pocket PC",
"text": "With the Pelles resource editor I have changed the names and the sizes. But it also chages some things in the header of the file.\n\nI have a workaround, just copy from the new files what refers to the dialog and paste in you tutor04.rc.... | @ SAY GET without resources |
[
{
"date": "2007-02-09",
"forum": "FiveWin for Pocket PC",
"text": "Hello, \nI'm new to FiveWin and i got into trouble with listboxes:\n\nI have a program with this code:\n\n[code:1kd1u9xq]\n#include \"FWCE.ch\"\nREQUEST DBFCDX\nSTATIC oWnd, oBrw\n\nfunction Main()\n USE ( CurDir(... | @ ...,... listbox |
[
{
"date": "2007-02-09",
"forum": "FiveWin for Pocket PC",
"text": "Joaquim\n\nIt is not the correct way to do it\n\nTry to code something like the ollowing\n\nDefine window first,\nOpen the file \nDefine the listbox object\nActivate the window\n\nThis is a workig sample\n\nDEFINE WINDOW OWND1 TITLE \"A ... | @ ...,... listbox |
[
{
"date": "2007-02-10",
"forum": "FiveWin for Pocket PC",
"text": "Thank you Richard, your reply was very helpful.\n\nBut the real problem was in something that i didn't said in the first post:\nBefore the grid was displayed, the program called a function that opened another table, and because i didn' p... | @ ...,... listbox |
[
{
"date": "2014-06-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I have an issue with @ SAY that I don't quite understand. Using it is not too difficult, and I get it to update and show on the screen without issue, which is controlled by navigation through and xbrowse. The problem I have is t... | @ SAY |
[
{
"date": "2014-06-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Robb,\n\noSay:SetText( \"new text\" )\n\nThe Method SetText() is implemented in Class TWindow so it can be used on dialogs and most controls <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-... | @ SAY |
[
{
"date": "2014-06-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI sent you an email with a small screen shot of what I see. I am using SayText() to update the text, it is the clearing of previously written text that is eluding me.\n\nRobb",
"time": "10:56",
"topic": "@ SAY... | @ SAY |
[
{
"date": "2014-06-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "If I remember correctly, the new text has to be longer than the old text--if needed add spaces.\r\n\r\nJames",
"time": "14:49",
"topic": "@ SAY",
"username": "James Bott"
}
] | @ SAY |
[
{
"date": "2014-06-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I just remembered that I usually use something like:\r\n\r\npadr(cNewText,30)\r\n\r\nSubstitute 30 with whatever your maximum length is.",
"time": "15:00",
"topic": "@ SAY",
"username": "James Bott"
}
] | @ SAY |
[
{
"date": "2014-06-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Robb,\n\nThis example seems to work fine here: (right click on the dialog to change the text)\n\n[code=fw:18m1pyic]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <sp... | @ SAY |
[
{
"date": "2023-08-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Rao Sir , \n\n I am using below SAY Statement with GET Control , need COLOR clause to SAY only not GET. as something like given below ...! How we can achieve this ? \n\n[code=fw:2lc8mri3]<div class=\"fw\" id=\"{CB}\" sty... | @ SAY WITH GET COLOR clause for SAY Only |
[
{
"date": "2023-08-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Please try after creating the SAY/GET\n[code=fw:35hgelrs]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oGet:<span style=\"color: #000000;\">oSay</span>:<span style=\"color: #000000;\">SetColor</span><span style=\... | @ SAY WITH GET COLOR clause for SAY Only |
[
{
"date": "2023-08-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Rao Sir ,\n\n Thank you very much...!\n\nThanks\nShrihdar",
"time": "07:55",
"topic": "@ SAY WITH GET COLOR clause for SAY Only",
"username": "shrifw"
}
] | @ SAY WITH GET COLOR clause for SAY Only |
[
{
"date": "2018-10-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I am trying to convert .RC dialogs to .PRG windows. I have always used resources in the past, and have very nicely designed, but complex, screens. \n\nI am converting because 1) I want to use a Ribbon Bar that only seems to work... | @ SAY, @ GET COORDINATES |
[
{
"date": "2018-10-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "+1",
"time": "22:02",
"topic": "@ SAY, @ GET COORDINATES",
"username": "Compuin"
}
] | @ SAY, @ GET COORDINATES |
[
{
"date": "2018-10-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"TimStone\":wq78e7gt]I am trying to convert .RC dialogs to .PRG windows. I have always used resources in the past, and have very nicely designed, but complex, screens. \n\nI am converting because 1) I want to use a Ribbo... | @ SAY, @ GET COORDINATES |
[
{
"date": "2018-10-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "How ? I tried and it failed ? I asked for a sample here and no one answered.",
"time": "23:19",
"topic": "@ SAY, @ GET COORDINATES",
"username": "TimStone"
}
] | @ SAY, @ GET COORDINATES |
[
{
"date": "2018-10-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "You only need to create the ribbon bar in the ON INIT clause of the ACTIVATE DIALOG command.\n\nEMG",
"time": "23:28",
"topic": "@ SAY, @ GET COORDINATES",
"username": "Enrico Maria Giordano"
}
] | @ SAY, @ GET COORDINATES |
[
{
"date": "2018-10-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Right now I have a CLASS, and a METHOD is used to provide a full edit capability. I use a button bar, and all of the code is in that method.\n\nAre you saying to extract the button bar code, and create a FUNCTION or METHOD to cre... | @ SAY, @ GET COORDINATES |
[
{
"date": "2018-10-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Please search the FWH dir for *.prg files containing the word RIBBON and you will find many samples.\n\nAnyway, the technique is very simple:\n\n[code=fw:296p4su2]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><sp... | @ SAY, @ GET COORDINATES |
[
{
"date": "2018-10-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you.\n\nI first worked with some stand alone samples and they were ok. However, when I went in to do it within the program, I got very strange results. I will spend some more time, but I think the problem may be that I am ... | @ SAY, @ GET COORDINATES |
[
{
"date": "2007-12-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I rarely use @ Say / @ Get, but I'm trying to do something on a Window.\n\nI use the following line to display a string:\n\n @ 40,285 SAY vDate OF oWndc PIXEL SIZE 315,20 CENTER COLOR CLR_BLACK UPDATE\n\nI have to use the CLR_BL... | @ Say transparent on Windows |
[
{
"date": "2007-12-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code:19g21o8z]#include \"Fivewin.ch\"\n\n\nFUNCTION MAIN()\n\n LOCAL oWnd\n\n LOCAL oSay, oBru\n\n DEFINE BRUSH oBru STYLE BORLAND\n\n DEFINE WINDOW oWnd BRUSH oBru\n\n ACTIVATE WINDOW oWnd;\n ... | @ Say transparent on Windows |
[
{
"date": "2007-12-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This is a problem that I have long thought could be easily solved by making all SAYs trasparent by default. I can't think of any reason why anyone would want them not transparent. If they were transparent then we wouldn't have to ... | @ Say transparent on Windows |
[
{
"date": "2007-12-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "That code might work in a small sample, but to display a screen full of @ Say's makes it very awkward and hard to trace problems that might arise. \n\nSo at least I'm not totally out of the loop here ... and I agree with James.",
... | @ Say transparent on Windows |
[
{
"date": "2007-12-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Honestly, I can't see so many differences between a series of @ SAY and a series of oWnd:Say().\n\nEMG",
"time": "01:13",
"topic": "@ Say transparent on Windows",
"username": "Enrico Maria Giordano"
}
] | @ Say transparent on Windows |
[
{
"date": "2007-12-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "When I put together code, its preferably in order, so the say would be one line, and the get right below it. It makes it easier to remember what each get is for, and it makes it easier to make quick formatting changes ( moving a ... | @ Say transparent on Windows |
[
{
"date": "2007-12-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\nHave you tried just putting a non-modal dialog (without borders) on the window and putting the controls on it? You could use the same brush on the dialog as the window so it would be invisible.\n\nJames",
"time": "03:4... | @ Say transparent on Windows |
[
{
"date": "2007-12-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"TimStone\":kia13vz0]When I put together code, its preferably in order, so the say would be one line, and the get right below it. It makes it easier to remember what each get is for, and it makes it easier to make quick f... | @ Say transparent on Windows |
[
{
"date": "2007-12-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"TimStone\":18skvdbu]I really don't see why we would want the say framed in a white background anyway ( or any color for that matter ).[/quote:18skvdbu]\n\nI agree.\n\nEMG",
"time": "13:11",
"topic": "@ Say transpa... | @ Say transparent on Windows |
[
{
"date": "2007-12-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I guess most users of FWH would agree. Will Mr Antonio consider making Says transparent by default and with background color by choice? \n\nWould such a change break the existing code of many programs or is it against windows def... | @ Say transparent on Windows |
[
{
"date": "2007-12-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James,\n\nThat is exactly what I tried originally ( early thread ) but I couldn't get the dialog to position correctly.\n\nThere was a control at 10,10 on the window ( that only worked on windows ) and the dialog just wouldn't pos... | @ Say transparent on Windows |
[
{
"date": "2007-12-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\n>There was a control at 10,10 on the window ( that only worked on windows ) and the dialog just wouldn't position around that ...\n\nWhat control? And what do you mean \"around that?\" Did you mean \"next to?\" Could we se... | @ Say transparent on Windows |
[
{
"date": "2007-12-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Please check your email",
"time": "22:45",
"topic": "@ Say transparent on Windows",
"username": "TimStone"
}
] | @ Say transparent on Windows |
[
{
"date": "2007-12-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hey guys,\n\nI vote for standard a \"TRANSPARANT\" command in the SAY command. So you simply need to add \"TRANSPARANT\" to all your SAY's. Its the most \"backward\" compatible solution I think.\n\nPatrick",
"time": "16:36",
... | @ Say transparent on Windows |
[
{
"date": "2007-12-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Well then we would like to have Says transparent both on dialogs and windows if TRANSPARENT clause is used in the command, without having to put oWnd;Says in the ON INIT clause.\n\nIs that what all would like ?",
"time": "17:0... | @ Say transparent on Windows |
[
{
"date": "2009-03-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Cambios a la clase TSay para las transparencias...\nMod TSay class for transparents\n\neste cambio viene del hecho que exista la clausula TRANSPARENT en el REDEFINE del SAY y no en @ x,y SAY\nThis change comes from the fact that ... | @ x,y TSay con Transparencias |
[
{
"date": "2009-03-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias Tocayo....\n\nEstaba buscando algo parecido a esto desde hace tiempo, tenia pensado hacer unas modificaciones a la clase TSay, pero por falta de tiempo lo deje para otra ocasión...\n\nBajo y hago las modificaciones mencio... | @ x,y TSay con Transparencias |
[
{
"date": "2009-03-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias por tu respuesta,\n\nEs bueno saber que alguien mas lo prueba y que estos cambios se puedan depurar, en caso de ser necesario y estar atentos a posibles mejoras planteadas de los mismo",
"time": "17:09",
"topic": ... | @ x,y TSay con Transparencias |
[
{
"date": "2009-03-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Cambios a la clase TSay para las transparencias...\nMod TSay class for transparents\n\neste cambio viene del hecho que exista la clausula TRANSPARENT en el REDEFINE del SAY y no en @ x,y SAY\nThis change comes from the fact that t... | @ x,y TSay with Transparent |
[
{
"date": "2021-07-03",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hallo Adhemar,\nI would like to ask you if you are still updateing for the mod harbour installer and if so, what is the current link.\nThank you in advance\nOtto",
"time": "09:35",
"topic": "@Adhemar - mod harbour instal... | @Adhemar - mod harbour installer |
[
{
"date": "2021-07-03",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Dear Otto\n\nMod_Harbour con Apache24\n\nHere the Link\n[url:1t7npljr]https://drive.google.com/file/d/1CJkhqKLLAxpoGY6TXhrcE1Jn8gj287oS/view?usp=sharing[/url:1t7npljr]\n\nUpdated to 30/06/21\n\nRegards",
"time": "... | @Adhemar - mod harbour installer |
[
{
"date": "2019-10-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Wow !!!\n\nGreat work Uwe !!!\n\nJust one observation:\nWe should not have together mod_harbour and FWH in the same install app. As mod_harbour is free and FWH is commercial.\n\nUsers may think that both products are related and t... | @Uwe Install program for mod harbour |
[
{
"date": "2019-10-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nseparated. <!-- s:idea: --><img src=\"{SMILIES_PATH}/icon_idea.gif\" alt=\":idea:\" title=\"Idea\" /><!-- s:idea: --> \nI added 2 new group-buttons\nFivewin-installs can be selected with a extra button now.\n\nThanks ... | @Uwe Install program for mod harbour |
[
{
"date": "2019-10-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "really nice!\n\nthank you so much <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "09:32",
"topic": "@Uwe Install program for mod harbour",
"username": "Ant... | @Uwe Install program for mod harbour |
[
{
"date": "2019-09-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lieber Uwe,\nich möchte mich heute mit einer Bitte an dich wenden.\nVielleicht kannst du uns \"Fivewinnern\" einen professionellen Installer für mod Harbour machen.\nDerzeit sieht das ein wenig simpel aus.\nMit lieben Grüßen\nOtto... | @Uwe Install program for mod harbour |
[
{
"date": "2019-09-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto,\n\nno problem,\n\nwhat is the optics do You like\n\nmaybe a window like that with round corners and border\nstays on top and can have any color and bordersize ( with transparent level ) \nThe border shown on any position, B... | @Uwe Install program for mod harbour |
[
{
"date": "2019-09-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Uwe,\nthank you for helping.\nCan you please have a look at the modharbour.org web page. Maybe you can take these colors.\nLet us ask Antonio to send you the logo.\nThank you and best regards\nOtto",
"time": "21:31",
... | @Uwe Install program for mod harbour |
[
{
"date": "2019-09-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Otto,\n\n[quote:colgd97v]Can you please have a look at the modharbour.org web page. Maybe you can take these colors.\nLet us ask Antonio to send you the logo.[/quote:colgd97v]\n\nit gaves me the idea to create a new installer... | @Uwe Install program for mod harbour |
[
{
"date": "2019-09-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Otto,\n\nis there a global Info-text I could show with the HELP-symbol ?\n\n[img:r7a65q2e]http://www.pflegeplus.com/IMAGES/Install4.bmp[/img:r7a65q2e]\n\nAll links are working <!-- s:!: --><img src=\"{SMILIES_... | @Uwe Install program for mod harbour |
[
{
"date": "2019-09-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Great Uwe, congratulations",
"time": "12:29",
"topic": "@Uwe Install program for mod harbour",
"username": "cnavarro"
}
] | @Uwe Install program for mod harbour |
[
{
"date": "2019-09-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Uwe,\n\ngreat work. Really professional and good looking. \n\nIn the meantime Antonio made it possible that mod harbour is also running on WINDOWS IIS.\n\nHere is the link and the install documentation. We should make your in... | @Uwe Install program for mod harbour |
[
{
"date": "2019-09-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Otto,\n\nas soon I'm starting something, I'm getting more and more ideas <!-- s:roll: --><img src=\"{SMILIES_PATH}/icon_rolleyes.gif\" alt=\":roll:\" title=\"Rolling Eyes\" /><!-- s:roll: --> \n\n[quote:1ddoa5r7]We should ma... | @Uwe Install program for mod harbour |
[
{
"date": "2019-09-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Uwe,\nthank you so much.\nI am setting up 2 VS with WINDOWS 2019 Server - I had to download an English version as my version only allowed German as language.\nTomorrow I will attach the servers to the internet.\nThen we can ... | @Uwe Install program for mod harbour |
[
{
"date": "2019-10-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto,\n\nnow we can select from a listbox any install / download we need\n( not only 2 options ) with a double-click on the share-symbol.\nAfter a selection the title and inner section of the installer will be complete repainted.\... | @Uwe Install program for mod harbour |
[
{
"date": "2019-10-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Uwe,\n\nthis looks really great. Congratulations!\n\nIs it possible to test the installer?\n\nKind regards\nIris",
"time": "16:19",
"topic": "@Uwe Install program for mod harbour",
"username": "Iris Gesser"
}
] | @Uwe Install program for mod harbour |
[
{
"date": "2019-10-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Iris,\n\nno problem\nAll defined downloads are tested and are working.\n\nDOWNLOAD\n\n<!-- m --><a class=\"postlink\" href=\"http://www.pflegeplus.com/DOWNLOADS/Install1.zip\">http://www.pflegeplus.com/DOWNLOADS/Install1.zip</a><!... | @Uwe Install program for mod harbour |
[
{
"date": "2019-10-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "WOW, Uwe, this tool is so strong.\nI have just set up Mod_Harbour on my PC at home. Thanks to you it took me not more than 15 min!\nJust great!\nXAMPP was no problem at all...\nI have only clicked on the links and the installation... | @Uwe Install program for mod harbour |
[
{
"date": "2019-10-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I added the setup-section and release-date,\n2 graphic-apps downloads and the Fivetech-connection\nnow it is possible to change the complete color-set\non the left the possible changes and on the right the preview\nThe fivetech an... | @Uwe Install program for mod harbour |
[
{
"date": "2019-10-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Uwe,\nit seems to me that the window gets during installation minimized and then you have no option to bring it back on screen.\nCan you please test it. Also I do not see the msginfos with the text what next to do.\nThank yo... | @Uwe Install program for mod harbour |
[
{
"date": "2019-10-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Otto,\nthe next release will include many improvements\nlike a complete user defined visual-design <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \n\n[quote:2cp56bor]A... | @Uwe Install program for mod harbour |
[
{
"date": "2019-10-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Many improvements\nI rebuild and finished the config-section and added predefined brushes\nAdded 2 buttons for the comming translation and project planing\nthat means adding Your own download-links and translate all text to Your l... | @Uwe Install program for mod harbour |
[
{
"date": "2019-10-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Again many improvements\nI changed < app on top > to < normal > for better working inside the internet \n\nDOWNLOAD\n\n<!-- m --><a class=\"postlink\" href=\"http://www.pflegeplus.com/DOWNLOADS/Install3.zip\">http://www.pflegeplus... | @Uwe Install program for mod harbour |
[
{
"date": "2008-08-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Picture \"@Z\" seems not to be working. If I select enter on the get it should remove the existing value and let me enter a new value. Not working. \r\n\r\nIt leaves the last value of mprod_num and if I enter a new value it adds ... | @Z not working |
[
{
"date": "2008-08-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hag,\r\n\r\nHmm, did you mean the \"@K\" picture is not working?\r\n\r\nJames",
"time": "06:24",
"topic": "@Z not working",
"username": "James Bott"
}
] | @Z not working |
[
{
"date": "2008-08-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Sorry @K....",
"time": "07:09",
"topic": "@Z not working",
"username": "hag"
}
] | @Z not working |
[
{
"date": "2008-08-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hag,\r\n\r\nIf you remove the VALID clause do you still have the same problem?\r\n\r\nJames",
"time": "07:29",
"topic": "@Z not working",
"username": "James Bott"
}
] | @Z not working |
[
{
"date": "2008-08-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I guess the effect of @K picture clause is that if we enter any text, it clears the buffer and takes our key strokes, but if we press Enter, the orginal text remains",
"time": "08:04",
"topic": "@Z not working",
"usern... | @Z not working |
[
{
"date": "2008-08-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hag,\r\n\r\n>If I select enter on the get it should remove the existing value and let me enter a new value. Not working. \r\n\r\nI assume that you are saying that if you arrive at the GET using the Enter key from a previous GET, t... | @Z not working |
[
{
"date": "2008-08-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This example is working fine here:\r\n[code:rrcxtjkn]\n#include \"FiveWin.ch\"\n\nfunction Main()\n\n local oDlg, cText := \"Hello world!\"\n\n DEFINE DIALOG oDlg TITLE \"@K test\"\n\n @ 2, 2 GET cText PICTUR... | @Z not working |
[
{
"date": "2008-08-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "All:\r\nRegarding \"@K\"\r\n\r\nI've done everything I can think of and it won't work. The get is a 20 character value. \r\nAnd it seems the only way to do it is swipe the characters\r\nto highlight them then they can be changed.... | @Z not working |
[
{
"date": "2008-08-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Harvey,\r\n\r\nDid you try Antiono's example? I just tried it and it is working fine here. Run the program, type any character and all the text vanishes. If you use the right arrow key, instead, then you can move anywhere in the t... | @Z not working |
[
{
"date": "2008-08-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James\r\nThe only difference between Antonios code and mine is he doesn't use the picture command. I'll check to see if that may be my problem. My FWH was downloaded about a month ago. S/b new. Using 807.\r\n\r\nThanks again",
... | @Z not working |
[
{
"date": "2008-08-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Harvey,\r\n\r\nMy example is using the PICTURE command:\r\n\r\n @ 2, 2 GET cText [color=red:36u4ekl2]PICTURE \"@K\" [/color:36u4ekl2]",
"time": "20:05",
"topic": "@Z not working",
"username": "Antonio Linares"
}
] | @Z not working |
[
{
"date": "2008-08-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Harvey,\r\n\r\nYou must be referring to some other code. I was referring to this code where he is using the picture command.\r\n\r\nJames\r\n\r\n[code:zj18apy0]#include \"FiveWin.ch\" \n\nfunction Main() \n\n local o... | @Z not working |
[
{
"date": "2008-08-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "ooops",
"time": "20:06",
"topic": "@Z not working",
"username": "hag"
}
] | @Z not working |
[
{
"date": "2008-09-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\r\n\r\nThe new Browser-tool-version 2a includes many new functions\r\nand is nearly finished.\r\n\r\nIt is possible now, to create Gradient and Non-gradient Header and Footer.\r\nDifferent fonts for Header and Footer ( Grad... | A "special" - question about folders. => solved |
[
{
"date": "2008-09-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe,\r\n\r\nYou have defined an ON CHANGE for the folders and that is not what you need. You are going to have to disable the browse inside the routine you are using to change the gradient flag.\r\n\r\nJames",
"time": "16:49",... | A "special" - question about folders. => solved |
[
{
"date": "2008-09-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello James,\r\n\r\nI tested this solution as well and there was a < msgalert > \r\nafter the define of < browser 1 > in page 2.\r\nWith the flag from page 1 : Gradient ON / OFF i want to enable / disable\r\nthe 1. browser on page... | A "special" - question about folders. => solved |
[
{
"date": "2008-09-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe,\r\n\r\nI do not see the code where you are changing the gradient flag. You cannot disable the browse during the screen setup code, or using any ON CHANGE clause. You are changing the gradient flag when the brows is running so... | A "special" - question about folders. => solved |
[
{
"date": "2008-09-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello James,\r\n\r\nThat is the SWITCH-browser on Page 1\r\nThe position defines the Var < nHEADGRAD > = 1 or 2\r\nInside Page 1, i can enable / disable Browser 2 and 4\r\nand it works fine.\r\nBut i cannot reach the color-browse... | A "special" - question about folders. => solved |
[
{
"date": "2008-09-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe,\r\n\r\n>But i cannot reach the color-browser 1 on page 2 \r\n\r\nI assume you mean the variable is not available. You can either make it a public (not recommended), a file-wide static, a static in a set/get function, or make ... | A "special" - question about folders. => solved |
[
{
"date": "2008-09-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello James,\r\n\r\nThe var < nHEADGRAD > is public.\r\n\r\nIf i click on folder-tab 2, the screen is allways the same\r\nlike shown at the 1. folder-opening.\r\nThe function doesn't test the value of < nHEADGRAD >\r\nand modifys ... | A "special" - question about folders. => solved |
[
{
"date": "2008-09-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe,\r\n\r\nI guess I have still not been clear. The variable for the browse on folder 2 has to be visible--as a public or whatever. \r\n\r\n>The problem is : inside a page you can modify the values, \r\nbut from another page ? \r... | A "special" - question about folders. => solved |
[
{
"date": "2008-09-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello James,\r\n\r\nI found out, what is wrong.\r\nI had to do my own folder-structure, because the size of the application is very big.\r\nI tested my structure with a small sample.\r\nResult : the same problem.\r\nPage 1 is a bu... | A "special" - question about folders. => solved |
[
{
"date": "2008-09-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe,\r\n\r\n[code:ll74mh8d]PAGE_1( oFld ) \n\nPAGE_2( oFld ) \n\nPAGE_3( oFld ) \n\nACTIVATE DIALOG oDlg CENTERED[/code:ll74mh8d] \r\n\r\nThe three functions, page_1, page_2, and page_3 are going to get cal... | A "special" - question about folders. => solved |
[
{
"date": "2008-09-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello James,\r\n\r\nI found a solution for my problem and it works perfect.\r\n\r\n[img:110879ej]http://www.pflegeplus.com/pictures/grad12a.jpg[/img:110879ej]\r\n\r\n[code:110879ej]\n\nAt first, the browse-object o... | A "special" - question about folders. => solved |
[
{
"date": "2008-09-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe,\r\n\r\nGlad to hear you got it working.\r\n\r\n>The Switch-var < nHEADGRAD > is PRIVATE \r\n\r\nI would avoid PRIVATEs like the plague. Remember they are visible inside any and all functions called by code where they are visi... | A "special" - question about folders. => solved |
[
{
"date": "2008-09-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James,\r\n\r\nthank you very much for your help.\r\nI think it is possible now with this version, \r\nto cover all needed visual-designs for xBrowse.\r\nThere are source-results on each page.\r\nI will put them all together as a s... | A "special" - question about folders. => solved |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.