messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2011-02-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marco,\n\n>Probably it it could happen in other situations but not in XP pro, Windows Server and Windows 7\n\nAs long as I have been programming in xbase (since the beginning of dBase) I have never seen an index that was affected ... | A problem in Vista |
[
{
"date": "2011-02-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Marco,\n\n[quote=\"MarcoBoschi\":2l0elbua]\nIs there any known problem concerning Vista?\n[/quote:2l0elbua]\n\nThe only problem I know with Vista is in a network environment. Here you have to disable [url=https://secure.... | A problem in Vista |
[
{
"date": "2011-02-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marco,\n\nPerhaps it is a disk buffer issue.\n\nAs a workaround, you could try a dbcommit() or closing and then reopening the database between creation and viewing the list where the invoice currently doesn't show.\n\nRegards,\nJa... | A problem in Vista |
[
{
"date": "2011-02-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marco,\ni have a windows 64 bit Home premium ,\nand I have problem with ordsetfocus and sertorder ( cdx) , I worked on it from a week\nbut the same cose run ok on wn xp prof 2600 also sp 3\nthen My friend Eduardo Freni of Florenc... | A problem in Vista |
[
{
"date": "2011-02-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Falconi,\n\nDid you exclude scanning of DBFs and index files? Perhaps that would solve the problem. Databases and indexes should always be excluded at least for performance reasons.\n\nJames",
"time": "17:49",
"topic": "A ... | A problem in Vista |
[
{
"date": "2011-02-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I will return the next day and then I will try\nThanks to everybody\n\nmarco",
"time": "12:45",
"topic": "A problem in Vista",
"username": "MarcoBoschi"
}
] | A problem in Vista |
[
{
"date": "2011-02-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "jAMES ,\nI not Know why... for a sample now I have a strange problem with xbrowse for the bitmaps on header at right (line 8714) but on xp professional this not happen, it is perhaps windows seven ? I saw also the avira take cd... | A problem in Vista |
[
{
"date": "2011-02-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "news: \nIn today's session:\n- I disable from norton antivirus the folder of the application.\n- first test: OK\n- second test\n\nAfter an Invoice creation:\n- I return to main Menu (there is a CLOSE DATABASE instruction)\n- I se... | A problem in Vista |
[
{
"date": "2011-02-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Erase all antivirus and spyware\nAvg seem run ok",
"time": "13:21",
"topic": "A problem in Vista",
"username": "Silvio"
}
] | A problem in Vista |
[
{
"date": "2011-02-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Silvio: Ok",
"time": "14:52",
"topic": "A problem in Vista",
"username": "MarcoBoschi"
}
] | A problem in Vista |
[
{
"date": "2011-02-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marco,\n\nMay I suggest this simple test.\n\nUse a copy of the invoice file and indexes.\n\nCreate a simple program to open the file, add several new indexes, then close the file. Then reopen the file and use a browse to see if th... | A problem in Vista |
[
{
"date": "2011-02-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marco\n\nIf you are in a network environment, you may consider disabling smb2 , this is also true for vista\n\nIf not try to delete your index and build it again\n\nHth\n\nRichard",
"time": "18:13",
"topic": "A problem in ... | A problem in Vista |
[
{
"date": "2011-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "There are only two pc.\nThis Vista PC has a shared volume\nThis problem occur in this PC, locally.\nI will creat this simple test\n\nThanks again",
"time": "08:46",
"topic": "A problem in Vista",
"username": "MarcoBosc... | A problem in Vista |
[
{
"date": "2008-08-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello, \r\ni noticed a problem from changing Row- to Col-preview.\r\n\r\nRow-Colors\r\n\r\n[img:2igkngzj]http://www.pflegeplus.com/pictures/setting10.jpg[/img:2igkngzj]\r\n\r\nColumn-Colors\r\n\r\n[img:2igkngzj]htt... | A problem in xBrowse to change from Row to Col-preview ??? |
[
{
"date": "2008-08-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\r\n\r\nAfter some more tests, i found the situation for the problem :\r\n\r\nI start a browser with col-display like this :\r\n\r\noLbx0:aCols[ 1 ]:bClrStd := {|| { ROW_TEXT, ROW_COL1 } } \r\noLbx0:aCols[ 2 ]:bClrStd := {||... | A problem in xBrowse to change from Row to Col-preview ??? |
[
{
"date": "2008-08-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I think that after oCol:bClrStd is set it has preference on oBrw:bClrStd.\r\n\r\nWhen a column is created the default value from oCol:bClrStd is oBrw:bClrStd , this means that oCol:bClrStd is only set when it is nil\r\n\r\nMaybe ... | A problem in xBrowse to change from Row to Col-preview ??? |
[
{
"date": "2008-08-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": ">\r\nI think that after oCol:bClrStd is set it has preference on oBrw:bClrStd.\r\n\r\nWhen a column is created the default value from oCol:bClrStd is oBrw:bClrStd , this means that oCol:bClrStd is only set when it is nil\r\n>\r\nY... | A problem in xBrowse to change from Row to Col-preview ??? |
[
{
"date": "2008-08-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you very much for all the help.\r\n\r\nThe work on the tools i can finish with this solution.\r\nNearly all possible xBrowse-settings are tested and can \r\nbe changed at runtime. \r\n\r\nThis weekend, i create a download-li... | A problem in xBrowse to change from Row to Col-preview ??? |
[
{
"date": "2008-08-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\r\n\r\nI changed the function BRW_HORIZ( oLbx0 ).\r\nThe row-color-changes working fine.\r\n\r\nBut there is still the problem :\r\nAfter switching to => BRW_VERTIC(oLbx0)\r\nthe Row-display changes to Col-display.\r\nCal... | A problem in xBrowse to change from Row to Col-preview ??? |
[
{
"date": "2008-08-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\r\n\r\nIt seems, there is another runtime problem like the left record-bar :\r\n\r\nI changed the display from runtime to a extra dialog ( same like for the Rec-bar ).\r\nThere it works.\r\nYou can test this version, if you... | A problem in xBrowse to change from Row to Col-preview ??? |
[
{
"date": "2009-08-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "In the example above, you use\n\noLbx0:bClrStd := { || aClrCol[ oLbx0:KeyNo % 2 + 1 ] } \n\nI don't see KeyNo as a data holder in xBrowse. There is a function. Can you explain this to me, or is there a change necessary for xbrow... | A problem in xBrowse to change from Row to Col-preview ??? |
[
{
"date": "2009-08-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Tim,\n\nthere is nothing to add or to change.\nYou can use the sample [color=#FF0000:345cqogo]testxbr2.prg [/color:345cqogo] for a Test and add some lines.\n\nRow-Color-Change\n[img:345cqogo]http://www.pflegeplus.... | A problem in xBrowse to change from Row to Col-preview ??? |
[
{
"date": "2009-08-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Rao,\n\n[quote=\"nageswaragunupudi\":2rfyz8so]>\noCol:bClrStd := { || If( oLbx:KeyNo() % 2 == 0, { nCrl1, nClr2 }, {nClr3,nClr4} }\n[/quote:2rfyz8so]\n\nI've used this following but it shows below image. What's wrong? oTbw:... | A problem in xBrowse to change from Row to Col-preview ??? |
[
{
"date": "2009-08-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr Dutch\n\nIf you are using ADSCDX of RDDADS, you experience this problem. In that case, replace \"obrw:keyno\" in your expression as \"(oBrw:cAlias)->( OrdKeyNo() )\"\nThis gives correct count for the color block",
"time": "... | A problem in xBrowse to change from Row to Col-preview ??? |
[
{
"date": "2009-08-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Rao,\n\nYes, master. You are absolutely right. I used \"ADSCDX\" and your comment is correctly.\n\nThanks master,\nDutch",
"time": "12:45",
"topic": "A problem in xBrowse to change from Row to Col-preview ???",
... | A problem in xBrowse to change from Row to Col-preview ??? |
[
{
"date": "2008-08-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello, \r\n\r\nI want to change the Rec-Select-Color at runtime.\r\n\r\nIt seems, there is a problem.\r\nThe background-color of the pointer changes.\r\n\r\n[code:lxjsk26z]\n\noLbx20:bLClicked := { | nRow, nCol | ROW_... | A problem in xBrowse with => oBrw:nRecSelColor |
[
{
"date": "2008-08-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "As of now, we can not change it at runtime",
"time": "16:14",
"topic": "A problem in xBrowse with => oBrw:nRecSelColor",
"username": "nageswaragunupudi"
}
] | A problem in xBrowse with => oBrw:nRecSelColor |
[
{
"date": "2008-08-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you very much,\r\n\r\nfor the moment i leave it like that.\r\nI hope, it works with BITMAPS and BRUSHES.\r\nIt is the next test.\r\n\r\nRegards\r\nUwe <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" tit... | A problem in xBrowse with => oBrw:nRecSelColor |
[
{
"date": "2008-08-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\r\n\r\nIt seems, the complete Record-selector-part doesn't work at runtime.\r\nThe background-color is disabled and the old pointer is still visible.\r\n( It means, for folder-page-preview No. 5, i have to open a extra\r\n... | A problem in xBrowse with => oBrw:nRecSelColor |
[
{
"date": "2008-08-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "How i solved the problem :\r\n\r\nA copy of the original Browser is shown in a extra dialog.\r\nI think, nobody will change this at runtime in his application.\r\nIt is just for the tools. \r\n\r\nThat was the rest of the visual-p... | A problem in xBrowse with => oBrw:nRecSelColor |
[
{
"date": "2019-09-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nI noticed a problem using xImage [color=#0000FF:19ydm99k]<[b:19ydm99k] save and paste [/b:19ydm99k]>[/color:19ydm99k]\npainting on a image and past as a new image from clipboard, the pen-color gets lost\nusing past in an... | A problem saving linecolors ( new image ) with xImage |
[
{
"date": "2019-09-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "1) Try \"SaveAsViewed\" and save as bmp file.\n2) Can you post your code how are you drawing on the image?",
"time": "16:06",
"topic": "A problem saving linecolors ( new image ) with xImage",
"username": "nageswaragunu... | A problem saving linecolors ( new image ) with xImage |
[
{
"date": "2019-09-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I used it otherwise the painting is not included\n\n[quote:1d5mmkv7]1) Try \"SaveAsViewed\" and save as bmp file.[/quote:1d5mmkv7]\n\nThe same usage but with a quality-difference\n\n// xImage\nDEFINE BUTTON OF oDlg:oBar PROMPT \"S... | A problem saving linecolors ( new image ) with xImage |
[
{
"date": "2015-11-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nbecause of many columns, I use [color=#0040FF:3t5u2w2l][b:3t5u2w2l]oBrw:GoRightMost() [/b:3t5u2w2l][/color:3t5u2w2l]on buttonaction to show the end-results.\nThe last column is not shown complete.\nNormal crolling shows ... | A problem to display last column using oBrw:GoRightMost() |
[
{
"date": "2015-11-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr Ukoenig,\n\nPerhaps, a workaround:\n\n[code=fw:il3yisox]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#define</span> GO_RIGHT_MOST <span style=\"color: #000000;\">(</span> o... | A problem to display last column using oBrw:GoRightMost() |
[
{
"date": "2015-11-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I added :\n\noBrw:GoRight() \n\nNO difference, only a part of the last column is shown.\n\nbest regards\nUwe <!-- s:roll: --><img src=\"{SMILIES_PATH}/icon_rolleyes.gif\" alt=\":roll:\" title=\"Rolling Eyes\" /><!-- s:roll: -->",
... | A problem to display last column using oBrw:GoRightMost() |
[
{
"date": "2015-11-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Ok,\n\nNow try:\n\n[code=fw:3sv8x1ye]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#define</span> GO_RIGHT_MOST <span style=\"color: #000000;\">(</span> oBrw:<span style=\"colo... | A problem to display last column using oBrw:GoRightMost() |
[
{
"date": "2015-11-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I found a solution :\n\nCOLUMNS { \"NACHNAME\", \"VORNAME\", \"RTYP\", ;\n\"KOST_RZH\", \"KOST_BEI\", \"KOST_PRI\", ;\n\"KRK\", \"KRX\", ;\n\"FK0\", \"PFX0\", \"PFK1\", \"PFX1\", \"PFK2\", \"PFX2\", \"PFK3\", \"PFX3\", ;\n\"B1X\",... | A problem to display last column using oBrw:GoRightMost() |
[
{
"date": "2015-11-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank You very much.\nThe solution with the combination works fine.\n\nThe GORIGHT - selection :\n\nREDEFINE BTNBMP oBtn3 OF oFld:aDialogs[ 1 ] ;\nID 302 PIXEL 2007 ;\nBORDER ;\nFILENAME c_Pfad1 + \"Rechts.Bmp\" ;\n[color=#0000FF... | A problem to display last column using oBrw:GoRightMost() |
[
{
"date": "2015-11-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "you're welcome\n\nbest regards",
"time": "15:30",
"topic": "A problem to display last column using oBrw:GoRightMost()",
"username": "hmpaquito"
}
] | A problem to display last column using oBrw:GoRightMost() |
[
{
"date": "2015-02-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nI noticed testing TOUCH.prg from /Samples\n\nDEFINE METROPANEL oMetro OF oWnd TITLE \"Finances\" ;\nCOLOR CLR_WHITE, CLR_BLUE\n\n[color=#FF0000:ddpy01l1][b:ddpy01l1]oMetro:lDesignMode := .T.\noMetro:nMetroTop = 250\noMet... | A problem using METRO Menu ? |
[
{
"date": "2015-02-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "It is not possible because these are CLASSDATA of TMetroPanel class.",
"time": "13:17",
"topic": "A problem using METRO Menu ?",
"username": "nageswaragunupudi"
}
] | A problem using METRO Menu ? |
[
{
"date": "2015-02-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr. Rao,\n\nthank You very much for Your help.\n\nThe logic is working fine now and gives me the basics, to add the dialogs\n\nI noticed a problem on EXIT\n[color=#FF0000:mtdpna8j][b:mtdpna8j]ACTION oMetro:End()[/b:mtdpna8j][/colo... | A problem using METRO Menu ? |
[
{
"date": "2019-03-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nI noticed a problem using < [color=#0000FF:2jtq88ht]oCtrl:cVarName [/color:2jtq88ht]> \nthat returns the object-name.\n\n[color=#0000FF:2jtq88ht][b:2jtq88ht]The function shows all infos of a object on focus[/b:2jtq88ht][... | A problem with < oCtrl:cVarName > from TRadio and TDatepick |
[
{
"date": "2017-10-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nTo define a area, I want to keep the SAY visible on top in DESIGN-mode \nbut < BringWindowToTop > doesn't help.\nMoving the SAY, it is shown behind all other objects.\n\n[img:xlf9rk83]http://www.pflegeplus.c... | A problem with < BringWindowToTop > |
[
{
"date": "2017-10-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe,\n\nYour code is quite similar to FWH\\samples\\design.prg and design.prg does it right...\n\nI have been testing your example and can't understand why BringWindowToTop() is not working there",
"time": "09:05",
"topic"... | A problem with < BringWindowToTop > |
[
{
"date": "2017-10-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI only added some controls ( browser, say and get )to the original sample [color=#0040FF:2tat17hx]FWH\\samples\\design.prg[/color:2tat17hx]\nThe only control that stays on top in DESIGN-mode is the listbox ( but only g... | A problem with < BringWindowToTop > |
[
{
"date": "2020-02-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear friends, I have a problem with the funcion GDIP_IMAGEFROMFILE(): normally it works fine but in one of my source code it just quit the program without messages or log files. I'm using it in this way:\n\n[code=fw:qcvcw7gp]<div ... | A problem with GDIP_IMAGEFROMFILE() [Solved] |
[
{
"date": "2020-02-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "We recommend using FW_ReadImage( nil, cAnyImageSource, [aSize], [lGDIP] ) --> aImage\n\nElements of aImage:\n{ hBitmap, hPalette, nBmpWidth, nBmpHeight, lAlpha, cName, lResource, cType, nZeroClr }\n\nDestroy with\nPalBmpFree( aI... | A problem with GDIP_IMAGEFROMFILE() [Solved] |
[
{
"date": "2020-02-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Solved adding\n\n[code=fw:te2hk686]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">REQUEST GDIBMP</div>[/code:te2hk686]\n\nEMG",
"time": "16:50",
"topic": "A problem with GDIP_IMAGEFROMFILE() [Solved]",
... | A problem with GDIP_IMAGEFROMFILE() [Solved] |
[
{
"date": "2017-11-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I tested one of my old colorpicker-solutions.\nIt seems with my widescreen-monitor it doesn't work anymore ?\nThe cursor returns a wrong screenarea ( must return the color on mouseposition ).\nI remember with my old monitor 4:3 it... | A problem with GETCURSORPOS() and widescreen-monitor ? |
[
{
"date": "2017-11-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Look if this sample can be of any help:\n\n[code=fw:2yv2zo6k]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"Fivewin.ch\"</span><br ... | A problem with GETCURSORPOS() and widescreen-monitor ? |
[
{
"date": "2017-11-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nit is a test with a existing tool that worked before.\nThe problem is not the dialog it is the area of the mousecaption.\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=... | A problem with GETCURSORPOS() and widescreen-monitor ? |
[
{
"date": "2017-11-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I tested some samples like zoomer2.prg with the same wrong results\nThe cursor must return the cursor area but returns something else.\nMaybe < [color=#FF0000:1izfwtw3]GetCursorPos() [/color:1izfwtw3]> does not work ?\n\n[img:1izf... | A problem with GETCURSORPOS() and widescreen-monitor ? |
[
{
"date": "2017-11-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Can we see a reduced, yet complete, sample of the problem, please?\n\nEMG",
"time": "13:40",
"topic": "A problem with GETCURSORPOS() and widescreen-monitor ?",
"username": "Enrico Maria Giordano"
}
] | A problem with GETCURSORPOS() and widescreen-monitor ? |
[
{
"date": "2017-11-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nI used the [color=#0000FF:3sn9cdeg][b:3sn9cdeg]original FWH-samples [/b:3sn9cdeg][/color:3sn9cdeg] < zoomer.prg and zoomer2.prg > to show the results.\n\nregards\nUwe <!-- s:( --><img src=\"{SMILIES_PATH}/icon_sad.gif\"... | A problem with GETCURSORPOS() and widescreen-monitor ? |
[
{
"date": "2017-11-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I just tried zoomer.prg and found it perfectly working.\n\nEMG",
"time": "14:13",
"topic": "A problem with GETCURSORPOS() and widescreen-monitor ?",
"username": "Enrico Maria Giordano"
}
] | A problem with GETCURSORPOS() and widescreen-monitor ? |
[
{
"date": "2017-11-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nmaybe the problem is the selected screenresolution ?\n\nregards\nUwe <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_question.gif\" alt=\":?:\" title=\"Question\" /><!-- s:?: -->",
"time": "14:22",
"topic": "A probl... | A problem with GETCURSORPOS() and widescreen-monitor ? |
[
{
"date": "2017-11-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe\nWhat resolution use?\nWhat monitor ?",
"time": "14:24",
"topic": "A problem with GETCURSORPOS() and widescreen-monitor ?",
"username": "cnavarro"
}
] | A problem with GETCURSORPOS() and widescreen-monitor ? |
[
{
"date": "2017-11-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Cristobal,\n\nI found the reason :\nwith the monitor it is possible to define a [color=#0000FF:3co3rsue]RESIZE-factor[/color:3co3rsue]. \nNormally 100 % is used ( tested and that works !!! )\nBecause to get a bigger display I used... | A problem with GETCURSORPOS() and widescreen-monitor ? |
[
{
"date": "2017-11-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes, I assumed it was that\nIt happened to me when I developed the menus",
"time": "14:45",
"topic": "A problem with GETCURSORPOS() and widescreen-monitor ?",
"username": "cnavarro"
}
] | A problem with GETCURSORPOS() and widescreen-monitor ? |
[
{
"date": "2017-11-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"ukoenig\":3rrln1om]Cristobal,\n\ndo You think there is any solution\nto respect this setting and adjust the returnvalues of < GetCursorPos() > ?\n\nregards\nUwe <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_question.gif\" a... | A problem with GETCURSORPOS() and widescreen-monitor ? |
[
{
"date": "2017-11-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Cristobal,\n\ndo You think there is any solution\nto respect this setting and adjust the returnvalues of < GetCursorPos() > ?\n\nregards\nUwe <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_question.gif\" alt=\":?:\" title=\"Question\... | A problem with GETCURSORPOS() and widescreen-monitor ? |
[
{
"date": "2017-11-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I found this\n\nHKEY_CURRENT_USER\\Control Panel\\Desktop\\WindowMetrics\n\nBut this is better\n\n[code=fw:orhv3u3e]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#define</spa... | A problem with GETCURSORPOS() and widescreen-monitor ? |
[
{
"date": "2017-11-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "And for know zoom active\n\n[code=fw:1p3ivoou]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#define</span> LOGPIXELSX <span style=\"color: #000000;\">88</span><br /><span ... | A problem with GETCURSORPOS() and widescreen-monitor ? |
[
{
"date": "2017-11-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "And generic function for calculate, please test it and tell me\n\n[code=fw:vql5vct1]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #B900B9;\">//------------------------------------... | A problem with GETCURSORPOS() and widescreen-monitor ? |
[
{
"date": "2017-11-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Cristobal,\n\nall tests are using\n\n[color=#0000FF:dhorgvil]FUNCTION GETCOLOR()\nlocal hDeskTop\t:= GETDC(0)\nlocal a\t\t:= GETCURSORPOS()\nlocal nColor\t:= GETPIXEL( hDeskTop, a[2], a[1] ) \nlocal hDC\t\t:= oDlg:GETDC()\nlocal h... | A problem with GETCURSORPOS() and widescreen-monitor ? |
[
{
"date": "2017-11-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes, that should be the next step, but I need if you can prove it right\nOk?",
"time": "18:33",
"topic": "A problem with GETCURSORPOS() and widescreen-monitor ?",
"username": "cnavarro"
}
] | A problem with GETCURSORPOS() and widescreen-monitor ? |
[
{
"date": "2017-11-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Cristobal\n\nI adjusted the top / left values of < GETCURSORPOS() > \nwith a factor [color=#FF0000:3excx0mm]1.25[/color:3excx0mm] -> 1920 x 1080 of 125 % zoom\nlinear with a factor [color=#FF0000:3excx0mm]1.5[/color:3excx0mm] -> 1... | A problem with GETCURSORPOS() and widescreen-monitor ? |
[
{
"date": "2017-11-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe, run OK with all factor zoom and all resolutions ? ( 125% is 1.25 )",
"time": "21:12",
"topic": "A problem with GETCURSORPOS() and widescreen-monitor ?",
"username": "cnavarro"
}
] | A problem with GETCURSORPOS() and widescreen-monitor ? |
[
{
"date": "2017-11-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Cristobal\n\nother resolution with a factor 1.25 -> 1600 x 900 with 125 % zoom I tested and works as well !!\nI think there is not much to do, we only have to define the selected zoom-factor.\nof the possible selection of [color=#... | A problem with GETCURSORPOS() and widescreen-monitor ? |
[
{
"date": "2017-11-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"ukoenig\":3hhmlvgy]Cristobal\n\nother resolution with a factor 1.25 -> 1600 x 900 with 125 % zoom I tested and works as well !!\n\nit is only the possible selection of [color=#0040FF:3hhmlvgy]100, 125, 150 or 175 [/color:... | A problem with GETCURSORPOS() and widescreen-monitor ? |
[
{
"date": "2017-11-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Christobal,\n\nwindows offers only these 4 values from a list\nI found only 125 % is making sense to get bigger symbols visible on the desktop\n\n[img:1qk887h1]http://www.pflegeplus.com/IMAGES/Zoom10.jpg[/img:1qk88... | A problem with GETCURSORPOS() and widescreen-monitor ? |
[
{
"date": "2017-11-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes, I know this, but \n\nYou are used 1.25 number for adjust\nYou are tested with zoom selected 175 ?",
"time": "21:29",
"topic": "A problem with GETCURSORPOS() and widescreen-monitor ?",
"username": "cnavarro"
}
] | A problem with GETCURSORPOS() and widescreen-monitor ? |
[
{
"date": "2017-11-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Christobal,\n\n175 % tested and works as well ( but to big )\n\n[img:32xfivaz]http://www.pflegeplus.com/IMAGES/Zoom11.jpg[/img:32xfivaz]\n\nThere is also a function for monitor\n\n[color=#0000FF:32xfivaz]STDAPI Get... | A problem with GETCURSORPOS() and widescreen-monitor ? |
[
{
"date": "2010-01-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "In the sample gradbrus.prg, please try to click on \"First\" button, then on \"Another\" button and then close and reopen the second dialog many times. Now move the second dialog over the first. You will see that the first dialog ... | A problem with GradientBrush() |
[
{
"date": "2010-01-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "A reduced sample of the problem. Just click on the button and move the second dialog over the first. You will see the problem:\n\n[code=fw:3gxslcoc]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"colo... | A problem with GradientBrush() |
[
{
"date": "2010-01-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear EMG,\n\nI tested your sample code but I did not experience the problem which you have explained. For me it is working fine.\n\nI am using Vista Business, FWH 9.08.\n\nRegards\nAnser",
"time": "10:25",
"topic": "A prob... | A problem with GradientBrush() |
[
{
"date": "2010-01-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "So the problem is at least under XP.\n\nEMG",
"time": "10:27",
"topic": "A problem with GradientBrush()",
"username": "Enrico Maria Giordano"
}
] | A problem with GradientBrush() |
[
{
"date": "2010-01-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote:2mw42t9n]So the problem is at least under XP.[/quote:2mw42t9n]\n\nor with the recent versions of FWH ( after 9.08 )\n\nAnser",
"time": "10:36",
"topic": "A problem with GradientBrush()",
"username": "anserkk"
... | A problem with GradientBrush() |
[
{
"date": "2010-01-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes. I'm using 9.12.\n\nEMG",
"time": "10:37",
"topic": "A problem with GradientBrush()",
"username": "Enrico Maria Giordano"
}
] | A problem with GradientBrush() |
[
{
"date": "2010-01-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This is a workaround:\n\n[code=fw:3fdspgcd]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"Fivewin.ch\"</span><br /><br /><br /><spa... | A problem with GradientBrush() |
[
{
"date": "2010-01-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Even worst. In the following sample, try to move the second dialog and you will see that the first dialog is painted:\n\n[code=fw:6er1mxv1]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D... | A problem with GradientBrush() |
[
{
"date": "2010-01-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "It looks like the gradient technique is currently not usable. <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->\n\nEMG",
"time": "11:24",
"topic": "A problem with GradientBrush... | A problem with GradientBrush() |
[
{
"date": "2010-01-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nlike Anser, I use Vista as well.\nI call the Gradient-painting ON INIT using Function GRADIENTBRUSH\n\nPushing the < Test-button >, opens Dialog 2\n[img:2yb4cb8f]http://www.pflegeplus.com/pictures/move5.... | A problem with GradientBrush() |
[
{
"date": "2010-01-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This seems to work fine but the checkbox is not transparent. <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( --> Why?\n\n[code=fw:2cpm3fg2]<div class=\"fw\" id=\"{CB}\" style=\"font-fami... | A problem with GradientBrush() |
[
{
"date": "2010-01-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nthe transparent-painting for the checkbox works,\nbut uses a wrong gradient ( from top )\n\nwith same colors ( no gradient ) :\nGRADIENTBRUSH( oDlg1, { { 1, RGB( 103, 154, 194 ), RGB( 103, 154, 194 ) } } )\n[img:2oe7zc... | A problem with GradientBrush() |
[
{
"date": "2010-01-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"ukoenig\":2vierfdi]to solve this problem, I used only the checkbox-square and a extra text.[/quote:2vierfdi]\n\nIt doesn't solve the problem because also the radio buttons are not transparent. <!-- s:-( --><img src=\"{SMI... | A problem with GradientBrush() |
[
{
"date": "2010-01-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This is one more sample that unfortunately still shows the first problem I reported:\n\n[code=fw:191t3wxc]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=... | A problem with GradientBrush() |
[
{
"date": "2010-01-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Solution for the first sample posted.\n( I have set another gradient brush to the second dialog also.)\n\n[code=fw:172gzyr1]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</... | A problem with GradientBrush() |
[
{
"date": "2010-01-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "You da man!!! Many many thanks!\n\nEMG",
"time": "10:19",
"topic": "A problem with GradientBrush()",
"username": "Enrico Maria Giordano"
}
] | A problem with GradientBrush() |
[
{
"date": "2010-02-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "It would seem that we now need to move these changes into TDialog so one doesn't have to write code for each dialog using a brush.\n\nRegards,\nJames",
"time": "18:23",
"topic": "A problem with GradientBrush()",
"usern... | A problem with GradientBrush() |
[
{
"date": "2010-02-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rao,\n\nMany thanks! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nLets see if we can migrate those changes into FWH classes",
"time": "21:55",
"topic": "A problem w... | A problem with GradientBrush() |
[
{
"date": "2010-02-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nYour examples on Windows 7 work fine\n\nGoing to test them on XP...",
"time": "22:38",
"topic": "A problem with GradientBrush()",
"username": "Antonio Linares"
}
] | A problem with GradientBrush() |
[
{
"date": "2010-02-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nStatements like these should not be used:\n\n[code=fw:20tyqe6a]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oDlg:<span style=\"color: #000000;\">oBrush</span> = TBrush<span style=\"color: #000000;\">&... | A problem with GradientBrush() |
[
{
"date": "2010-02-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Can I use\n\n[code=fw:3d1625vv]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oDlg:<span style=\"color: #000000;\">SetBrush</span><span style=\"color: #000000;\">(</span> TBrush<span style=\"color: #000000;\">... | A problem with GradientBrush() |
[
{
"date": "2010-02-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nI'm still testing as well the Gradients and Brushes.\nI need a working example to adjust a Brush to Dialog-Size ( a Image is used ).\nI don't know what's wrong, but anyway, i don't get it working.\nThe results don't loo... | A problem with GradientBrush() |
[
{
"date": "2010-02-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes, all my samples now work fine with Rao change.\n\nEMG",
"time": "23:51",
"topic": "A problem with GradientBrush()",
"username": "Enrico Maria Giordano"
}
] | A problem with GradientBrush() |
[
{
"date": "2010-02-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "One more problem. How can I get transparent controls (ie. the SAY in the following sample) and [b:3b8eist1]not[/b:3b8eist1] transparent image control at the same time?\n\n[code=fw:3b8eist1]<div class=\"fw\" id=\"{CB}\" style=\"fon... | A problem with GradientBrush() |
[
{
"date": "2010-02-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nYes, you can use:\n[code=fw:2f746siu]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />oDlg:<span style=\"color: #000000;\">SetBrush</span><span style=\"color: #000000;\">(</span> TBrush<span sty... | A problem with GradientBrush() |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.