messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2010-11-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\n[quote:1215vvuh]CONTROL \"Core\", 750, \"Button\", BS_AUTOCHECKBOX|WS_TABSTOP, 80, 220, 40, 13[/quote:1215vvuh]\n\nI note that when I create a default style checkbox in Workshop it looks like this:\n\n[quote:1215vvuh] CHEC... | Checkbox still strange |
[
{
"date": "2010-11-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James,\n\nI actually don't use a resource editor anymore. I do all my fine tuning \"by hand\". However, \"Button\" is correct and works. I think we were given that guidance when we first went to themes.\n\nOf course, the issue ... | Checkbox still strange |
[
{
"date": "2010-11-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\nPlease modify your RC as James has suggested you. That may be the reason of the problem",
"time": "22:33",
"topic": "Checkbox still strange",
"username": "Antonio Linares"
}
] | Checkbox still strange |
[
{
"date": "2010-11-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I tried that and got an error ! Also, it works fine with 10.06 but not 10.07 plus.",
"time": "23:44",
"topic": "Checkbox still strange",
"username": "TimStone"
}
] | Checkbox still strange |
[
{
"date": "2010-11-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\nWhat was the error?\n\nJames",
"time": "01:00",
"topic": "Checkbox still strange",
"username": "James Bott"
}
] | Checkbox still strange |
[
{
"date": "2010-11-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "The error when trying to compile is \"String literal expected\"",
"time": "19:48",
"topic": "Checkbox still strange",
"username": "TimStone"
}
] | Checkbox still strange |
[
{
"date": "2010-11-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim, I think that such an approach is very time consuming and inconclusive. The right way to rapidly solve the issue is to make a reduced and self-contained sample showing the problem.\n\nEMG",
"time": "11:34",
"topic": "C... | Checkbox still strange |
[
{
"date": "2010-11-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "If I can't reproduce the problem how can I fix it? Anyway, can you check the value of ::lTransparent inside of HandleEvent() method (write its value to a log)?\n\nEMG",
"time": "09:01",
"topic": "Checkbox still strange",
... | Checkbox still strange |
[
{
"date": "2010-11-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nIf it was reproduceable ( consistent in all areas ) I would do that as I have in the past.\n\nIn this case, it is reproduceable only in the much larger code of the application ... some places it works, some it doesn't. ... | Checkbox still strange |
[
{
"date": "2010-11-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\nHave you tried linking in the ver 10.6 control.prg with the 10.7 FWH version. This would confirm that the problem is in the control.prg code and not elsewhere.\n\nRegards,\nJames",
"time": "15:51",
"topic": "Checkb... | Checkbox still strange |
[
{
"date": "2010-11-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "lTransparent is .t. for the keyclick.\n\nI understand your question. I have to do this soft of evaluation all the time. Often a client has a problem I can't duplicate.\n\nHowever, the reality is that something changed. If I sim... | Checkbox still strange |
[
{
"date": "2010-11-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This is the offending code:\n\n case nMsg == WM_LBUTTONDOWN\n if ::lTransparent .and. ( ::IsKindOf( \"TRADIO\" ) .or. ::IsKindOf( \"TCHECKBOX\" ) )\n ::oWnd:Refresh( .f. ) \n endif \n r... | Checkbox still strange |
[
{
"date": "2010-11-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Try replacing\n\n[code=fw:1ycgljlg]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">::<span style=\"color: #000000;\">oWnd</span>:<span style=\"color: #0000ff;\">Refresh</span><span style=\"color: #000000;\">(</... | Checkbox still strange |
[
{
"date": "2010-11-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "It still requires a double click, but the flash returns !",
"time": "21:14",
"topic": "Checkbox still strange",
"username": "TimStone"
}
] | Checkbox still strange |
[
{
"date": "2010-11-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Ok. Is the problem solved without side effects if you completely remove the case WM_LBUTTONDOWN?\n\nEMG",
"time": "22:27",
"topic": "Checkbox still strange",
"username": "Enrico Maria Giordano"
}
] | Checkbox still strange |
[
{
"date": "2010-11-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James,\n\nAs you probably saw from the additional posts, I was able to isolate the problem to the WM_LBUTTONDOWN case in the event handler. Yes, it was added in 10.7, and not present in 10.6. All other changes in 10.7 were fine ... | Checkbox still strange |
[
{
"date": "2010-11-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Maybe this:\n\n[quote:6va1mivc]* Fix: samples\\GradBrus.prg was failing when Alt was pressed or the mouse was clicked on a \n radio or a checkbox. We have modified Class TControl Method HandleEvent() to solve it.[/quote:6va1mivc]... | Checkbox still strange |
[
{
"date": "2010-11-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\n[quote:lxj75nl0]CONTROL \"Core\", 750, \"Button\", BS_AUTOCHECKBOX|WS_TABSTOP, 80, 220, 40, 13[/quote:lxj75nl0]\n\nI still wonder about the above. What is a \"core\" control? Then it seems to be defined as both a button an... | Checkbox still strange |
[
{
"date": "2010-11-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"James Bott\":8wply6oy]I still wonder about the above. What is a \"core\" control?[/quote:8wply6oy]\n\nJames, you have misunderstood: \"Core\" is the label, \"Button\" is the control type. <!-- s:-) --><img src=\"{SMILIES_... | Checkbox still strange |
[
{
"date": "2010-11-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I did better then I thought. \n\nHere is a \"cut down\" dialog\n\n[code=fw:ensotr7n]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#INCLUDE</span> <span style=\"color: #ff000... | Checkbox still strange |
[
{
"date": "2010-11-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I can't compile your sample but I see at least one error:\n\n[quote=\"TimStone\":2heyqkxb][code=fw:2heyqkxb]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">ON</span> <span style=\"co... | Checkbox still strange |
[
{
"date": "2010-11-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\n[quote:fbc5tgwl]James, you have misunderstood: \"Core\" is the label, \"Button\" is the control type.[/quote:fbc5tgwl]\n\nOK, I see.\n\nBut why use a button as a ckeckbox?\n\nThen he uses REDEFINE CHECKBOX in his code. ... | Checkbox still strange |
[
{
"date": "2010-11-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "These two lines are equivalent:\n\n[code=fw:ec381a56]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">CONTROL <span style=\"color: #ff0000;\">\"Core\"</span>, <span style=\"color: #000000;\">750</span>, <span style=... | Checkbox still strange |
[
{
"date": "2010-11-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"James Bott\":3ihwrnng]But why use a button as a ckeckbox?[/quote:3ihwrnng]\n\nA checkbox [b:3ihwrnng]is[/b:3ihwrnng] a kind of button.\n\nEMG",
"time": "22:46",
"topic": "Checkbox still strange",
"username": "... | Checkbox still strange |
[
{
"date": "2010-11-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"TimStone\":xnp4yy7u][code=fw:xnp4yy7u]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">CONTROL <span style=\"color: #ff0000;\">\"Core\"</span>, <span style=\"color: #000000;\">750</span>, <span style=\"colo... | Checkbox still strange |
[
{
"date": "2010-11-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "That is not an error ... when the dialog is created ( opened ), we want the focus to be on the xBrowse control. This is a subset of a much larger dialog, and there are other commands before this ( button bar ). This subset behav... | Checkbox still strange |
[
{
"date": "2010-11-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"TimStone\":tpexbv89]That is not an error ... when the dialog is created ( opened ), we want the focus to be on the xBrowse control.[/quote:tpexbv89]\n\nSo you have to use ON INIT clause, not ON PAINT. Please try.\n\nEMG",... | Checkbox still strange |
[
{
"date": "2010-11-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "That actually fixed the problem. So, why would that cause a problem with checkboxes, and why did it isolate from 10.6 to 10.7 ?\n\nThanks",
"time": "01:11",
"topic": "Checkbox still strange",
"username": "TimStone"
... | Checkbox still strange |
[
{
"date": "2010-11-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Probably an interaction between paint and focus.\n\nEMG",
"time": "09:31",
"topic": "Checkbox still strange",
"username": "Enrico Maria Giordano"
}
] | Checkbox still strange |
[
{
"date": "2022-10-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I will start this in a new thread:\n\nWHEN CLICKING ON RADIO BUTTONS OR CHECKBOXES, the Text disappears.\n\nHere is an example of the problem.. This is a printer selection control. \n\nThis is the RC. Note we are using Radio butt... | Checkbox text disappears |
[
{
"date": "2022-10-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rem trasparent",
"time": "21:06",
"topic": "Checkbox text disappears",
"username": "Silvio.Falconi"
}
] | Checkbox text disappears |
[
{
"date": "2022-10-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Silvio,\n\nNope ... the only thing that happens is the field space for the text does not allow the background to come through, so it's an ugly display.\n\nTim",
"time": "23:01",
"topic": "Checkbox text disappears",
"us... | Checkbox text disappears |
[
{
"date": "2022-10-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code=fw:1gxu6wkw]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">// C:\\FWH..\\SAMPLES\\TIMSTON2.PRG .and. TIMSTON2.RC</span><br /><br /><span style=\"color: #00D7D7;\">#inclu... | Checkbox text disappears |
[
{
"date": "2022-10-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Image:\n\n[url:g4x5n4wy]https://imgur.com/09pog3N[/url:g4x5n4wy]\n\n[img:g4x5n4wy]https://i.imgur.com/09pog3N.png[/img:g4x5n4wy]\n\nRegards, saludos.",
"time": "00:53",
"topic": "Checkbox text disap... | Checkbox text disappears |
[
{
"date": "2022-10-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you for the suggestion.\n\nI'm rather concerned that coding which worked fine for 15 years suddenly needs to be rewritten to make checkboxes and radio boxes start working again. This is a lot of additional code. I have ma... | Checkbox text disappears |
[
{
"date": "2022-10-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "With further testing, this is only happening with 64 BIT builds. ( FWH 64 ) that are created in the Visual Studio 2022 IDE.\n\nIt does NOT occur in 32 bit builds using the same tool.\n\nMaybe that helps. Since distribution copie... | Checkbox text disappears |
[
{
"date": "2022-10-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"TimStone\":3t1ca2xs]Silvio,\n\nNope ... the only thing that happens is the field space for the text does not allow the background to come through, so it's an ugly display.\n\nTim[/quote:3t1ca2xs]\n\nI correctly use the on... | Checkbox text disappears |
[
{
"date": "2022-10-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Buen día. Prueba así:\n\nGood Morning. Try like this:\n\n[code=fw:3nuoat1e]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">// C:\\FWH..\\SAMPLES\\TIMSTON3.PRG .and. TIMSTON3.RC... | Checkbox text disappears |
[
{
"date": "2015-02-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I have this problem consistently on a program build using Harbour, FWH, and MSVC 2013 ( or even previous versions ).\n\nThe checkbox displays normally, but when I click on a checkbox, the text ( in this case Receipts ) disappears.... | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\n[quote=\"TimStone\":2rydttrb][code=fw:2rydttrb]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">CONTROL <span style=\"color: #ff0000;\">\"Receipts\"</span>, <span style=\"color: #000000;\">2037</span>, <span... | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "No, it's the same behavior\n\nRemember, I'm using Microsoft Visual Studio ( VC+ ) and Harbour",
"time": "20:08",
"topic": "Checkbox text disappears Harbour/MSVC",
"username": "TimStone"
}
] | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\nIn Fivedit preferences, general, there is a checkbox working fine defined this way:\n\n[code=fw:1sm6ric6]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">AUTOCHECKBOX <span style=\"color: #ff000... | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nWS_EX_LEFT is 0 so I wonder if it can make any differences...\n\nEMG",
"time": "11:00",
"topic": "Checkbox text disappears Harbour/MSVC",
"username": "Enrico Maria Giordano"
}
] | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Using that format in the RC results in the same problem.\n\nWhen a page of checkboxes appears, the prompts are all there. Check on the checkbox, and the text ( prompt ) goes away. \n\nRemember ... this is FWH with Harbour ( no p... | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\nthe problem surely comes from FWH, not from [x]Harbour nor from the C compiler.\n\nEMG",
"time": "19:05",
"topic": "Checkbox text disappears Harbour/MSVC",
"username": "Enrico Maria Giordano"
}
] | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\nDoes this happen only with a checkbox on a folder page ?\n\nDoes this also happen with a checkbox on a dialogbox (no folder) ?",
"time": "19:49",
"topic": "Checkbox text disappears Harbour/MSVC",
"username": "A... | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim\n\nI had the same problem with radio buttons and the fix was to add the Group Attribute to the control ..\n\nRick Lipkin\n[code=fw:26voxq81]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"co... | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rick: Group doesn't help, and I also tried changing CONTROL to CHECKBOX, as in your example, but it doesn't recognize that.\n\nAntonio: It is on both folders, and dialog, pages. Also, if I check one box, but then go back and ch... | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\nat this point, we absolutely need a sample showing the problem.\n\nEMG",
"time": "21:38",
"topic": "Checkbox text disappears Harbour/MSVC",
"username": "Enrico Maria Giordano"
}
] | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Actually, at this point I'm going to revise the .rc file.\n\nI've just looked at the MSDN formatting, which is what Antonio used in the editor. For too long I've carried over the old Borland Resource Editor file with some modifi... | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\nI have started with this simple example and build it using FWH\\samples\\buildh32.bat that uses MS Visual C\n\n[code=fw:btf83gzd]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;... | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nOK ... I added it as a function within the application, and it has the same behavior as I see with the .RC\n\nIt shows checked, but click on it and it disappears.\n\nIf I add two more checkboxes, the one that is clicke... | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\nAre you using themes in your app resources ?\n\n1 24 \"WindowsXP.Manifest\"",
"time": "08:32",
"topic": "Checkbox text disappears Harbour/MSVC",
"username": "Antonio Linares"
}
] | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I tried with and without manifest and found no problem. <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->\n\nEMG",
"time": "11:34",
"topic": "Checkbox text disappears Harbour/M... | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nAre you using Borland ?\n\nAccording to Tim this may be only related with MSVC",
"time": "12:04",
"topic": "Checkbox text disappears Harbour/MSVC",
"username": "Antonio Linares"
}
] | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nYes, I'm using BCC690 but how the C compiler could make any difference? I don't understand... <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->\n\nEMG",
"time": "12:29"... | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nIts not the C compiler itself, but several modifications that MS does to the final EXE (segments organization, etc.)\n\nI have seen that inspecting the EXEs with PEInfo and similar apps\n\n[url:364kc6u9]https://bitb... | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI still don't understand... <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->\n\nAnyway, what is the solution?\n\nEMG",
"time": "13:00",
"topic": "Checkbox text dis... | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nNever mind <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nFirst of all we need to be able to reproduce it. Up to now I haven't be able to reproduce it. Here it is ... | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nIt will not build with that in the .rc file because Visual Studio creates it's own manifest file, and thus the conflict throws a linker error.\n\nTim",
"time": "23:54",
"topic": "Checkbox text disappears Harbou... | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Enrico Maria Giordano\":1qs1jhqf]Antonio,\n\nYes, I'm using BCC690 but how the C compiler could make any difference? I don't understand... <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" />... | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim\n\nI remember a similar problem in folders when the dialog had a \"Capion\" clausure, try to remove it and see if it makes a difference.\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtop... | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rao,\n\n[quote=\"nageswaragunupudi\":318d6a9u]Off-topic.\nI am using bcc582.\nAre there any advantages in using bcc690 and where can I get it from?[/quote:318d6a9u]\n\nAt least it's an updated version. You can try it from here:\n\... | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "The issue becomes more complex. I began to wonder if perhaps the control should be True for TRANSPARENT ( the autocheckbox ) so I tried clicking on that property. Visual Studio wants to rebuild the .rc, and does a nice job of i... | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\nI just tested this example using FWH 15.02 and FWH\\samples\\buildh32.bat:\n\ntest.prg\n[code=fw:3vds4ju8]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <spa... | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\n1) Please remember that I am trying to get this working with Visual Studio 2013 itself ( the IDE ). Using a make file is different. Especially for the future, we want ALL settings correct in VS 2013 ( and soon 2015... | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI've spent the day researching this and testing.\n\n1) If I build the project inside UE Studio, using their .mak system, the controls work properly.\n2) If I build the project inside MSFT Visual Studio 2013 with it's... | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\nSolved. All you have to do is add \n\n1 24 WindowsXP.Manifest to your resource file\n\n[img:ktcpyyw4]https://bitbucket.org/fivetech/screenshots/downloads/visual_studio_community_FWH_1.JPG[/img:ktcpyyw4]",
"... | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "When I do that, and try to build, it generates: \n\n1>CVTRES : fatal error CVT1100: duplicate resource. type:MANIFEST, name:1, language:0x0409\n\nThat is solved by giving the manifest a different id: 2 24 which allows it to ... | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Here are some of the command lines in my setup:\n\nGeneral:\n\n[code=fw:35cwsffk]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />Platform Toolset : <span style=\"color: #000000;\">Visual</span> Studio <span s... | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\nHere you have my working project:\n\n[url:6x6tb91y]https://bitbucket.org/fivetech/fivewin-contributions/downloads/tim_project.zop[/url:6x6tb91y]",
"time": "22:55",
"topic": "Checkbox text disappears Har... | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "It would be far easier if you could do what I did above, and just cut and paste the items in an email.\n\nThe project build file is a bit different and not exactly easy to compare. I tried.\n\nI simply went into each section in p... | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\nC/C++\n[quote:1u1vcz1n]/GS /analyze- /W3 /Zc:wchar_t /ZI /Gm /Od /Fd\"Debug\\vc120.pdb\" /fp:precise /D \"WIN32\" /D \"_DEBUG\" /D \"_WINDOWS\" /D \"_UNICODE\" /D \"UNICODE\" /errorReport:prompt /WX- /Zc:forScope /RTC1 /Gd... | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2015-02-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\nIf you can't find the difference all that I can think about is to have a TeamViewer session with you and I will build my example on your Visual Studio remotely.\n\nAnyhow tomorrow I am flying to Barcelona and I wont be bac... | Checkbox text disappears Harbour/MSVC |
[
{
"date": "2011-11-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I have a checkbox that is transparent win 7 not win xp. Using resources, Transparent set at the define dialog. \nAll workinhg fine except not in windows XP. Any ideas.\n\nThanks in advance",
"time": "22:18",
"topic": "Che... | Checkbox transparent win 7 not win xp |
[
{
"date": "2011-11-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Harvey,\n\nmaybe a transparent-problem with Resources ?\n\nI changed all my Checkboxes using TSelex ( looks much better ).\n\nor use a extra SAY and resize the Checkbox as small as possible :\n\n[color=#0000FF:1tz3f94y]REDEFINE CH... | Checkbox transparent win 7 not win xp |
[
{
"date": "2011-11-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe:\nUsing the say worked fine. Thanks.\nJust one more color problem. The transparent clause doesn't work with an undefined group.\nAny suggestions?",
"time": "08:38",
"topic": "Checkbox transparent win 7 not win xp",
... | Checkbox transparent win 7 not win xp |
[
{
"date": "2011-11-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Harvey,\n\nusing Resources, the same transparent-problem like Checkboxes.\n( doesn't work on Dlg-ON INIT or PAINT )\n\nMaybe You can include Class [color=#FF0000:mijn61vm]SBUTTON[/color:mijn61vm] from Manuel Mercado ?\nusing Resou... | Checkbox transparent win 7 not win xp |
[
{
"date": "2011-11-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Harvey,\n\nit seems to be a Brush-painting-problem of Resources.\nMoving a Color-define from Dlg-INIT like :\n\n[color=#0000FF:1emq9k55]DEFINE DIALOG oDlg1 RESOURCE \"Selection\" TRANSPARENT[/color:1emq9k55]\n...\n// COLOR\n// ---... | Checkbox transparent win 7 not win xp |
[
{
"date": "2011-11-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "There seems to be a problem with ascending Field-order from Resource.\nChanging the Order : lowest = Group / higher = Checkboxes, it works .\nA higher Group ID covers the included Controls.\n\n[img:3ruwokcs]http://www.pfle... | Checkbox transparent win 7 not win xp |
[
{
"date": "2011-11-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe\nThanks for all the input. I'll be working on it in next couple of days. I'll keep you posted.\n\nRegards",
"time": "20:37",
"topic": "Checkbox transparent win 7 not win xp",
"username": "hag"
}
] | Checkbox transparent win 7 not win xp |
[
{
"date": "2011-11-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe, \n\nThanks for your superb help as usual <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "23:37",
"topic": "Checkbox transparent win 7 not win xp",
"us... | Checkbox transparent win 7 not win xp |
[
{
"date": "2011-11-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank You very much for the Response,\n\nmy new extended Res.-Tester will cover and test \nall Controls ( [color=#FF0000:uvg6lzpr]transparent Painting [/color:uvg6lzpr])\nThere will be a complete new Download-file\n[color=#0000FF:... | Checkbox transparent win 7 not win xp |
[
{
"date": "2011-11-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe:\nYou have been great helping me out.\nNot using gradient....can't get it to work. \n\nBut one more qusetion. How can you color: msfInfo(), MsgAlert(), msgget(), msgYesNo() etc.\n\nThanks for the help.",
"time": "22:26",
... | Checkbox transparent win 7 not win xp |
[
{
"date": "2011-11-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Harvey,\nGradient works fine. You can have a closer look, as soon I finished the new Tool for Download. \n\nMsgAlert , MsgYesNo ... is Window-standard.\nYou can create Your own fancy Messages, or have a look at the post from Rames... | Checkbox transparent win 7 not win xp |
[
{
"date": "2009-10-19",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Tengo el problema de haber puesto un gradiente como fondo de un diálogo, y aunque en los recurso le indico que el checkbox es transparente, así como le marco .t. la propiedad ltransparent, al final en tiempo de ejecución me sale... | Checkbox transparente |
[
{
"date": "2009-10-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "try this \noChk:=array(n)\n\nlchk:=.f.\n\nx,y CHECKBOX oChk Var lChk ......\n\n\nochk[1]:ltransparent.=.t.",
"time": "10:40",
"topic": "Checkbox transparente",
"username": "Silvio"
}
] | Checkbox transparente |
[
{
"date": "2009-10-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias Silvio, así lo hice y no he conseguido que sea transparente.\nUn saludo\nJosé Luis",
"time": "13:00",
"topic": "Checkbox transparente",
"username": "groiss"
}
] | Checkbox transparente |
[
{
"date": "2009-10-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "there is also a sample on samples folder !!!!!!!!",
"time": "13:09",
"topic": "Checkbox transparente",
"username": "Silvio"
}
] | Checkbox transparente |
[
{
"date": "2009-10-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Silvio el checkbox lo tengo creado desde recursos, ¿no será eso un problema?\nUn saludo\nJosé Luis",
"time": "13:27",
"topic": "Checkbox transparente",
"username": "groiss"
}
] | Checkbox transparente |
[
{
"date": "2009-10-22",
"forum": "FiveWin para Harbour/xHarbour",
"text": "no es the same",
"time": "11:10",
"topic": "Checkbox transparente",
"username": "Silvio"
}
] | Checkbox transparente |
[
{
"date": "2012-10-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Is there a way to get a checkbox with three states, On, Off, and as before? This is as used in windows explorer for read only checkbox in properties etc.\n\nThanks,\nAlex",
"time": "13:23",
"topic": "Checkbox with three st... | Checkbox with three states |
[
{
"date": "2012-10-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes, use BS_AUTO3STATE style for the checkbox.\n\nEMG",
"time": "13:45",
"topic": "Checkbox with three states",
"username": "Enrico Maria Giordano"
}
] | Checkbox with three states |
[
{
"date": "2012-10-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nThank you, I actually found the sample as well. Had to modify the refresh method in checkbox.prg though, as most of that class is not aware of that style.\n\nAlex",
"time": "14:20",
"topic": "Checkbox with three sta... | Checkbox with three states |
[
{
"date": "2008-03-05",
"forum": "FiveWin para Harbour/xHarbour",
"text": "<!-- m --><a class=\"postlink\" href=\"http://www.mediafire.com/imageview.php?quickkey=dmdip477dmd&thumb=4\">http://www.mediafire.com/imageview.php? ... md&thumb=4</a><!-- m -->\n\nEn Capelblog vi que ourXdbu, esta herramienta ma... | Checkboxes and DTPicker in xBrowse |
[
{
"date": "2008-03-05",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola José,\nMira a xBrowse <!-- s;) --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\";)\" title=\"Wink\" /><!-- s;) -->\nDesculpe pelo meu Español <!-- s:oops: --><img src=\"{SMILIES_PATH}/icon_redface.gif\" alt=\":oops:\" tit... | Checkboxes and DTPicker in xBrowse |
[
{
"date": "2008-04-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nwhen I compile following sample, the checkboxes and their text disappear pressing ALT, when I entered the dialog by using a mouse click. It looks like the dialog is being repainted as the underlines appear, but the text ... | Checkboxes disappear pressing ALT in Vista |
[
{
"date": "2008-04-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Gilbert,\n\nWhat FWH version are you using ?\n\nYou example built with FWH 8.03 is working fine here.",
"time": "14:50",
"topic": "Checkboxes disappear pressing ALT in Vista",
"username": "Antonio Linares"
}
] | Checkboxes disappear pressing ALT in Vista |
[
{
"date": "2008-04-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "We're using FWH710\nCan you send me an executable .exe so I can test it?\nMy e-Mailadress is: kuhnert(at)ctosoftware.de",
"time": "14:52",
"topic": "Checkboxes disappear pressing ALT in Vista",
"username": "gkuhnert"
... | Checkboxes disappear pressing ALT in Vista |
[
{
"date": "2008-04-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Gilbert,\n\nYou have to add this code to the Class TControl Method HandleEvent():\n[code:1r40zxhd]\n#define WM_UPDATEUISTATE 0x0128\n...\n case nMsg == WM_UPDATEUISTATE\n nResult = Super:HandleEvent... | Checkboxes disappear pressing ALT in Vista |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.