messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2007-12-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Peter,\n\n>\nAlso, we think that this error only occurs when the application is run through a remote desktop connection. \n>\n\nIts a quite strange error, because the C functions used in Method LoadBitmaps() always return an array...
BtnBMP Error
[ { "date": "2007-12-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks Antonio,\n\nThat has prevented the error message. I have now noticed that it is always the same bmp that is missing (which is what i'm assuming is causing the error) Could there be a problem with the resource file? - the ...
BtnBMP Error
[ { "date": "2007-12-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Pete,\n\nPlease email me the bitmap file\n\nWhat FWH version are you using ?\n\nWe can include such source code change in FWH source code, though we would like to understand and locate where the error is coming from", "time": ...
BtnBMP Error
[ { "date": "2007-12-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nThanks for the reply - just sent you an email.\n\nPete", "time": "15:42", "topic": "BtnBMP Error", "username": "PeterHarmes" } ]
BtnBMP Error
[ { "date": "2015-03-19", "forum": "FiveWin for Harbour/xHarbour", "text": "When using a button bitmap on a dialog within a method in a class, when I end the dialog, I get an error:\n\ntBtnBmp:New( 249 ) No exported method: NCLRTEXT\n\nLooking at the btnbmp source, it is actually calling ::oWnd:nclrte...
BtnBmp
[ { "date": "2015-03-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nIt seems as ::oWnd is nil and it shouldn't be\n\nCould you post the entire error.log here ? thanks", "time": "00:42", "topic": "BtnBmp", "username": "Antonio Linares" } ]
BtnBmp
[ { "date": "2015-03-20", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:1rvonew7]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />Application<br />===========<br />&nbsp; &nbsp;Path and <span style=\"color: #0000ff;\">name</span>: <span style=\"color: #000000;\">C</span>:...
BtnBmp
[ { "date": "2015-03-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nAs I guesssed, oWnd is nil.\n\nPlease show here the source code line contents where you create that BtnBmp, thanks", "time": "07:29", "topic": "BtnBmp", "username": "Antonio Linares" } ]
BtnBmp
[ { "date": "2015-03-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Did you by any chance have a code like:\n\n[code=fw:3r02c3ef]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">@ r,c, <span style=\"color: #0000ff;\">BTNBMP</span> oBtn ............... <span style=\"color: #0000ff;\"...
BtnBmp
[ { "date": "2015-03-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nIf you are doing what Rao said, and if ::save() is a method of a TData or TRecord subclass, then you should not be making user interface code as part of the subclass, but rather passing the data object to the UI code. Reme...
BtnBmp
[ { "date": "2015-03-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Rao,\n\nThat resolved it. Thanks. \n\nJames,\n\nThe older I get, the less perfect I see the \"real world\". \n\nI have separate data and interface classes. It's all part of my cleanup strategy and it works nicely. \n\nTo me,...
BtnBmp
[ { "date": "2011-09-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi you all,\n\nDoes anyone knows how to get rid of this anoying line surronding BtnBmp's???\n\n[img:3t26gl24]http&#58;//www&#46;mayapos&#46;com/FiveWin/boton3&#46;png[/img:3t26gl24]\n\nIt appears when the mouse is on top of the bu...
BtnBmp (SOLVED)
[ { "date": "2011-09-04", "forum": "FiveWin for Harbour/xHarbour", "text": "test with\noBtnbmp:lTRANSPARENT = .T.\n\nsaluti\nStefano", "time": "16:27", "topic": "BtnBmp (SOLVED)", "username": "stefano" } ]
BtnBmp (SOLVED)
[ { "date": "2011-09-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks Stefano, but I already tried and did not work, It seems that I get this effect because of the color of my bitmaps, when I use a picture it does no doit...\n\nI think it does that to create the effect of movement in the butt...
BtnBmp (SOLVED)
[ { "date": "2011-09-04", "forum": "FiveWin for Harbour/xHarbour", "text": "I included this Button, but cannot discover such Effect.\nMaybe the way the Background is defined ?\n\n[img:2zda8n9l]http&#58;//www&#46;pflegeplus&#46;com/pictures/btnfoc1&#46;jpg[/img:2zda8n9l]\n\nBest Regards\nUwe <!-- s:?: -->...
BtnBmp (SOLVED)
[ { "date": "2011-09-04", "forum": "FiveWin for Harbour/xHarbour", "text": "This is the way I define the control:\n\n[code=fw:1r4e59c6]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">@ <span style=\"color: #000000;\">&#40;</span> Cuadro2<span style=\"color: #000000;\">&#91;</span><span sty...
BtnBmp (SOLVED)
[ { "date": "2011-09-04", "forum": "FiveWin for Harbour/xHarbour", "text": "try this example \nbmp 32 bit\n\nStefano\n\n+ + + + + + +\n// Dialog test\n\n#include \"FiveWin.ch\"\n\nstatic oDlg,obmp\n//----------------------------------------------------------------------------//\n\nfunction Main()\n\n ...
BtnBmp (SOLVED)
[ { "date": "2011-09-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks Mr. Stefano, but it did not worked for me when applied to my window...\n\nIn your sample, the new dialog copies the background for some reazon...\n\nThis is an example that reproduces the problem:\n\n[code=fw:1r0btrcv]<div ...
BtnBmp (SOLVED)
[ { "date": "2011-09-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes, there are different Results. \nMake a Test and define a brush-function on [color=#FF0000:2evxd0iw]Init[/color:2evxd0iw] with the included Buttons.\nOn Button-click, there are no white borders.\n\n[code=fw:2evxd0iw]<div class=...
BtnBmp (SOLVED)
[ { "date": "2011-09-04", "forum": "FiveWin for Harbour/xHarbour", "text": "That made it with BtnBmp, thanks Uwe, and one more thanks for all the great tools you facilitate to this forum...", "time": "22:56", "topic": "BtnBmp (SOLVED)", "username": "Bayron" } ]
BtnBmp (SOLVED)
[ { "date": "2011-09-04", "forum": "FiveWin for Harbour/xHarbour", "text": "That Made it with the painting!!!\n\nBut is there any way to detect any changes in the control???\n\nFor Example, when the mouse is over it (lMOver becomes .T.), is there a way to detect this and run an action for it???\n\nWhat I...
BtnBmp (SOLVED)
[ { "date": "2011-09-07", "forum": "FiveWin for Harbour/xHarbour", "text": "You can change the Button-textcolor on any other Control-action :\n\n[img:2tg87y05]http&#58;//www&#46;pflegeplus&#46;com/pictures/btncolor&#46;jpg[/img:2tg87y05]\n\n// --------------------\n\nFUNCTION SHOW_BTN(oWndMain)\n\n@ 200, ...
BtnBmp (SOLVED)
[ { "date": "2011-09-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks Uwe for taking the time to answer, and sorry for not posting this message before, but I was able to get the changes that I needed by doing what I explain in the following post:\n\n[url:1nm8xziv]http&#58;//forums&#46;fivetec...
BtnBmp (SOLVED)
[ { "date": "2007-01-05", "forum": "FiveWin for Harbour/xHarbour", "text": "[code:31jkmdju]\nFOR nM &#58;= 1 TO 12\n cM &#58;= str0&#40;nM,2&#41;\n dDay &#58;= ctod&#40;'01&#46;'+cM+\"&#46;\"+cYear&#41;\n FOR nD &#58;= 1 TO 31\n aKolor &#58;= aKol&#40;nD,cKld&cM&#41;\n IF month&#40;dDay&#41;==nM\...
BtnBmp - how to get id number of focused button?
[ { "date": "2007-01-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Can you build a reduced and self-contained sample to experiment with?\n\nEMG", "time": "00:20", "topic": "BtnBmp - how to get id number of focused button?", "username": "Enrico Maria Giordano" } ]
BtnBmp - how to get id number of focused button?
[ { "date": "2007-01-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Eugeniusz,\n\nChange the variable focused_button_id into a function call:\n[code:ipkxqjxr]\nfunction focused_button_id&#40; oDlg &#41;\n\n local nAt &#58;= AScan&#40; oDlg&#58;aControls, &#123; | o | o&#58;lFocused &#125; &#41;\...
BtnBmp - how to get id number of focused button?
[ { "date": "2007-01-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio\nas usualy Your help is great and every button reports now its id number.\nBut what i have to do to display this number as cTooltip (it display id=0)?\nregards Eugeniusz.", "time": "11:35", "topic": "BtnBmp - how t...
BtnBmp - how to get id number of focused button?
[ { "date": "2007-01-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Eugeniusz,\n\nDo you mean this ? In your loop:\n[code:2vtzqusu]\n oBtn1&#58;=tBtnBmp&#40;&#41;&#58;Redefine&#40;&#40;nM*1000&#41;+nD,,,,,,&#123;|| msgInfo&#40;KardSay&#40;focused_button_id&#41;&#41;&#125;,oDlg,,,,KardSay&#40...
BtnBmp - how to get id number of focused button?
[ { "date": "2007-01-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes - second KardSay()\nEugeniusz", "time": "13:05", "topic": "BtnBmp - how to get id number of focused button?", "username": "Eugeniusz Owsiak" } ]
BtnBmp - how to get id number of focused button?
[ { "date": "2007-01-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Eugeniusz,\n\noBtn1:cToolTip := Str( oBtn1:nId )\n\nIs it ok ?", "time": "13:16", "topic": "BtnBmp - how to get id number of focused button?", "username": "Antonio Linares" } ]
BtnBmp - how to get id number of focused button?
[ { "date": "2007-01-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nYes, it works - it's to simple .\nThank You.\nEugeniusz", "time": "13:24", "topic": "BtnBmp - how to get id number of focused button?", "username": "Eugeniusz Owsiak" } ]
BtnBmp - how to get id number of focused button?
[ { "date": "2009-04-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Automatic support for Alpha Channel in bitmaps, rounded corners, much better text and image display, many enhancements. Many thanks to Master Daniel for his great help <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\"...
BtnBmp 9.04 enhancements !
[ { "date": "2009-04-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Mr.Antonio,\n\nSuperb !!! Looks really great.\n\nRegards\n\nAnser", "time": "11:52", "topic": "BtnBmp 9.04 enhancements !", "username": "anserkk" } ]
BtnBmp 9.04 enhancements !
[ { "date": "2009-04-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Great Job. I'm waiting to use it.\nDutch", "time": "03:27", "topic": "BtnBmp 9.04 enhancements !", "username": "dutch" } ]
BtnBmp 9.04 enhancements !
[ { "date": "2009-04-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Would this mean ButtonBmp would also have this feature?", "time": "07:33", "topic": "BtnBmp 9.04 enhancements !", "username": "hua" } ]
BtnBmp 9.04 enhancements !
[ { "date": "2009-04-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Hua,\n\n> Would this mean ButtonBmp would also have this feature?\n\nYes! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "08:45", "topic": "BtnBmp 9.04 enhance...
BtnBmp 9.04 enhancements !
[ { "date": "2009-04-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Gret! <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) --> I always got confused between the two and not sure what the difference are.", "time": "09:37", "topic": "BtnBmp 9.04 e...
BtnBmp 9.04 enhancements !
[ { "date": "2009-04-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Hua,\n\nClass TButtonBmp is based on Windows standard buttons, so it has Windows themes support.\n\nThey look like Windows buttons but use images. Now they can use Alpha channel bitmaps too! <!-- s:-) --><img src=\"{SMILIES_PATH}/...
BtnBmp 9.04 enhancements !
[ { "date": "2009-04-09", "forum": "FiveWin para Harbour/xHarbour", "text": "Soporte automatico para canal Alpha en bitmaps, esquinas redondeadas, pintado mejorado de texto e imagen, muchas mejoras. Gracias al Maestro Daniel por su gran ayuda <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":...
BtnBmp 9.04 mejoras!
[ { "date": "2009-04-09", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio..\n\nLas mejoras son solo para la BtnBmp, o hay alguna otra clase mas incluida.. como la tBitmap, tImage...\nSeria genial usarlos en las tImageList, tRebar.. tendrias un gran cambio en cuanto a presentacion visual se refi...
BtnBmp 9.04 mejoras!
[ { "date": "2009-04-09", "forum": "FiveWin para Harbour/xHarbour", "text": "Adolfo,\n\nDe momento solo en TBtnBmp. \n\nHay que publicar una versión 9.04 cuanto antes para que los ACTIVEX se usen bien con la nueva capacidad de usar objetos OleAuto, y que asi no haya que rehacer código.\n\nAparte de esos, ...
BtnBmp 9.04 mejoras!
[ { "date": "2016-05-16", "forum": "FiveWin for Harbour/xHarbour", "text": "We know that by using the clause LEFT/RIGHT/TOP/BOTTOM while creating a bitmap, the prompt is aligned opposite to the bitmap.\n\nNow there is a way to make finer adjustments in the alignment of text, right/center/left by adding a ...
BtnBmp : Text Alignments
[ { "date": "2016-05-16", "forum": "FiveWin for Harbour/xHarbour", "text": "I have been doing that for columns in xbrowse. Otherwise the column line may sit right next to the first letter making it difficult to read. It's easy to do and makes the appearance better.", "time": "17:28", "topic": "B...
BtnBmp : Text Alignments
[ { "date": "2016-05-16", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"TimStone\":2vm0dovy]I have been doing that for columns in xbrowse. Otherwise the column line may sit right next to the first letter making it difficult to read. It's easy to do and makes the appearance better.[/quote:2v...
BtnBmp : Text Alignments
[ { "date": "2016-05-16", "forum": "FiveWin for Harbour/xHarbour", "text": "When we allow the columns to autosize, I found sometimes they would be tight on the headers and the first and/or last letters would not display cleanly.\n\nSo I added a space before and after each header, and it all worked perfect...
BtnBmp : Text Alignments
[ { "date": "2011-09-05", "forum": "To do - WishList / Por hacer - Peticiones", "text": "Basically I want to have a Color of Text Set for events, similar to what cBmpFile1, cBmpFile2, cBmpFile3 and cBmpFile4 do, but even if only one Bmp file is set.\nThis way, if I set only one BMP, I still have the effe...
BtnBmp New DATA aPromptClrs
[ { "date": "2011-09-06", "forum": "To do - WishList / Por hacer - Peticiones", "text": "I was able to obtain what I wanted, harcoding the following lines:\n\n[code=fw:2z8nxxor]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #000000;\">254</span>    ::<span style=\"col...
BtnBmp New DATA aPromptClrs
[ { "date": "2012-06-23", "forum": "To do - WishList / Por hacer - Peticiones", "text": "Just in case it can be included in FiveWin, I made changes to btnbmp.prg FWH12.04\n[img:t9qlcu3b]http&#58;//www&#46;mayapos&#46;com/FiveWin/btnbmp&#46;png[/img:t9qlcu3b]\n\nNew Datas:\n\n[size=150:t9qlcu3b]nClrActive ...
BtnBmp New DATA aPromptClrs
[ { "date": "2009-06-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nJust testing 9.05 and have found that on some of my BtnBmps the word tBtnBmp is printed over the BMP - how do you turn this off? Is there a global setting? This seems to only happen on larger buttons that use the center c...
BtnBmp Question
[ { "date": "2009-06-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Pete,\n\nI use 9.05 as well.\nWith my new buttontools, I can test all possible combinations :\nfrom Source, Resource, 2007 Style, Transparent, Border and no Border. \nBMP on left, top, bottom, right and centered.\nOn differe...
BtnBmp Question
[ { "date": "2009-06-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Don't know if this makes a difference, but i am building the button from a resource using the following code:\n\n[code=fw:3mgngznq]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">RED...
BtnBmp Question
[ { "date": "2009-06-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Fixed - it's the prompt setting\n\n[code=fw:bkzk2cnu]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">BTNBMP</span> oBtn89 <span style=...
BtnBmp Question
[ { "date": "2009-06-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Pete,\n\nThe Test :\n\n[img:1teyk1yh]http&#58;//www&#46;pflegeplus&#46;com/pictures/btntools32&#46;jpg[/img:1teyk1yh]\n\nThe Code :\n\n[code=fw:1teyk1yh]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span s...
BtnBmp Question
[ { "date": "2009-06-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe,\n\nWhat happens if you remove PROMPT \"\" - do you get the same problem as i have?\n\nPete", "time": "12:40", "topic": "BtnBmp Question", "username": "PeterHarmes" } ]
BtnBmp Question
[ { "date": "2009-06-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Think i've got it now!!\n\nIn my RC, the caption property for my button had tBtnBmp in it - if i remove that, the text does not appear. Previous versions of FW must have ignored this information.\n\nPete", "time": "12:54", ...
BtnBmp Question
[ { "date": "2009-06-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Pete,\n\nWe are going to review it, thanks for your feedback <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "14:03", "topic": "BtnBmp Question", "username"...
BtnBmp Question
[ { "date": "2009-06-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nThinking about it, the way it is working is probably the way it should work. For example, if a text string/field/say is defined in the RC file and you don't redefine the say, the text appears as it is entered in the r...
BtnBmp Question
[ { "date": "2009-06-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Pete,\n\ndo You have a solution for transparent Button-Bmp on a image-background ?\nI tested all solutions : Colors, Gradients, Styles, Brushes are working.\nWith a Image-background, transparent doesn't work ( tested from so...
BtnBmp Question
[ { "date": "2009-06-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Uwe,\n\nI don't use transparent button-bmp - did you mean to ask the question to Antonio?\n\nRegards,\n\nPete", "time": "11:42", "topic": "BtnBmp Question", "username": "PeterHarmes" } ]
BtnBmp Question
[ { "date": "2018-06-21", "forum": "FiveWin for Harbour/xHarbour", "text": "I wish Open a PopupMenu on Btnbmp I tried with \n\n:bRClicked := { | nRow, nCol, oBtn | ShowActions( nRow, nCol,n, oBtn ) }\n\nand \n\n:bAction := { | nRow, nCol, oBtn | ShowActions( nRow, nCol,n, oBtn ) }\n\nBut it make error ...
BtnBmp and PopupMenu
[ { "date": "2018-06-21", "forum": "FiveWin for Harbour/xHarbour", "text": "What error ?", "time": "15:17", "topic": "BtnBmp and PopupMenu", "username": "cnavarro" } ]
BtnBmp and PopupMenu
[ { "date": "2018-06-21", "forum": "FiveWin for Harbour/xHarbour", "text": "with baction I not see the menupopup\nwith :bRClicked I Have this error \n[code=fw:nde5ai7h]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">Application<br />===========<br />   Path and <span style=\"color: #0000ff...
BtnBmp and PopupMenu
[ { "date": "2018-06-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Now I tried with\n\n[code=fw:bewglwas]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> &nbsp;<span style=\"color: #00C800;\">for</span> n := <span style=\"color: #000000;\">1</span> <span style=\"color: #0000ff;\">...
BtnBmp and PopupMenu
[ { "date": "2018-06-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Please, search for \"detached locals technicque\", in forum\nIt is very possible that this is the problem", "time": "18:42", "topic": "BtnBmp and PopupMenu", "username": "cnavarro" } ]
BtnBmp and PopupMenu
[ { "date": "2018-06-22", "forum": "FiveWin for Harbour/xHarbour", "text": "???????", "time": "12:02", "topic": "BtnBmp and PopupMenu", "username": "Silvio.Falconi" } ]
BtnBmp and PopupMenu
[ { "date": "2018-06-22", "forum": "FiveWin for Harbour/xHarbour", "text": "First please implement a small fix in btnbmp.prg.\nLocate the following lines in the method ShowPopUp()\n[code=fw:3lzhzp8a]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">      <span style=\"color: #00C800;\">if</s...
BtnBmp and PopupMenu
[ { "date": "2018-06-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank \ncan we erase or not show the part where is the black Arrow ?", "time": "10:53", "topic": "BtnBmp and PopupMenu", "username": "Silvio.Falconi" } ]
BtnBmp and PopupMenu
[ { "date": "2018-06-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Please make this modification\n[code=fw:31ljc1n2]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> &nbsp; <span style=\"color: #00C800;\">for</span> n := <span style=\"color: #000000;\">1</span> <span style=\"color:...
BtnBmp and PopupMenu
[ { "date": "2018-06-23", "forum": "FiveWin for Harbour/xHarbour", "text": "then when It show the menu it create the part with black arrow \non oldest release of my prg it not is showed \nwhen I click on btnbmp it open a popupmenu near the btnbmp and I not see the part with black arrow \nfor my advice the...
BtnBmp and PopupMenu
[ { "date": "2023-06-02", "forum": "FiveWin for Harbour/xHarbour", "text": "[img:28j7pp6g]https&#58;//mybergland&#46;com/fwforum/mybtn&#46;jpg[/img:28j7pp6g]\n\nHello friends,\n\nI have expanded the TBtnBmp.\nNow, when I insert a PopupMenu, I can select the width of the clickable area and use a bitmap ins...
BtnBmp and oPopup
[ { "date": "2023-06-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Otto,\n\nthank you for sharing it <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "11:12", "topic": "BtnBmp and oPopup", "username": "Antonio Linares" ...
BtnBmp and oPopup
[ { "date": "2023-06-07", "forum": "FiveWin for Harbour/xHarbour", "text": ">FW_DrawImage( hDC, \"c:\\fwh\\bitmaps\\alphabmp\\ichat.bmp\", {::nHeight-30, ::nWidth-25, ::nHeight - 10, ::nWidth-5}, .t. )\n\nfor me it's no good\n\nperhaps...\n\n[code=fw:1lb2wu73]<div class=\"fw\" id=\"{CB}\" style=\"font-fam...
BtnBmp and oPopup
[ { "date": "2023-06-07", "forum": "FiveWin for Harbour/xHarbour", "text": "I agree with Silvio, it wasn't good.\n\nEstoy de acuerdo con Silvio, no fue bueno.\n\nRegards, saludos.", "time": "13:18", "topic": "BtnBmp and oPopup", "username": "karinha" } ]
BtnBmp and oPopup
[ { "date": "2023-06-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\nThat was just a suggestion.\nHere we need new data variables.\n\nThen everyone can load the ICON they want.\n\nAgain, it should only serve as a suggestion to extend the class.\n\nIt's like comparing apples and oranges to m...
BtnBmp and oPopup
[ { "date": "2008-12-02", "forum": "FiveWin for Harbour/xHarbour", "text": "To All\r\n\r\nI have noticed with 810 and 811 that the caption on a BtnBmp by default is now located at the BOTTOM of the button .. Previously it was centered in the button ..\r\n\r\nIs there a new clause to 'center' the caption ?...
BtnBmp caption
[ { "date": "2008-12-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Use the recurse editor... propiedad ESTYLE - ALINEADO VERTICAL (center, left, right, bottom)\r\n\r\nExcuseme my english... <!-- s:shock: --><img src=\"{SMILIES_PATH}/icon_eek.gif\" alt=\":shock:\" title=\"Shocked\" /><!-- s:shock:...
BtnBmp caption
[ { "date": "2010-10-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi.\n\nOn a BtnBmp I have what it seems to be like the word \"SerDefine\" written over the bmp-button. This must be do to a change on the btnbmp class for I did not have this problem before. Furthermore my btnbmps are no longer ...
BtnBmp changed behavior?
[ { "date": "2010-10-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Ok. I found the source of the \"selfdefine\" text that was painting on top of the btnbmp.\n\nBut so far I haven't figure out why the btnbmp isn't transparent. Look a the exit door above. Notice the gradient is not being applied...
BtnBmp changed behavior?
[ { "date": "2010-10-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Reinaldo,\n\nI suspect this and the dialog flickering are both due to changes made to try to handle tranparency and themes. See this thread:\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtop...
BtnBmp changed behavior?
[ { "date": "2010-10-15", "forum": "FiveWin for Harbour/xHarbour", "text": "James;\n\nI think my emails are not reaching you. Can you write to me so that I can reply? reinaldo dot crespo\n\nat gmail of course.\n\nReinaldo.", "time": "01:43", "topic": "BtnBmp changed behavior?", "username": "...
BtnBmp changed behavior?
[ { "date": "2010-10-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Reinaldo,\n\nI have the same email address I have always had (since the 80's)-- [jbott at compuserve dot com]. I can also be reached at [jbott at gointellitech dot com].\n\nI did find one email from you that I missed and I have re...
BtnBmp changed behavior?
[ { "date": "2010-10-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Reinaldo,\n\nPlease post here the RC for that dialog, the source code that you use for it and the bitmaps, thanks <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "0...
BtnBmp changed behavior?
[ { "date": "2010-10-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio;\n\nHi. \n\nFirst this is the code:\n[code=fw:14hsld8j]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">    <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">BTNBMP</span> aoBt...
BtnBmp changed behavior?
[ { "date": "2010-10-15", "forum": "FiveWin for Harbour/xHarbour", "text": "One of the things I had to do was change all of my buttons in the rc to Owner Draw or use the TBtnBmp add in control for Borland workshop.", "time": "23:46", "topic": "BtnBmp changed behavior?", "username": "Gale FORd"...
BtnBmp changed behavior?
[ { "date": "2010-10-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Hey Gale;\n\nThank you.\n\nI have a college buddy in Houston. \n\nIs that the Dialog or the btnbmp control that I should change to owner draw? \n\nI'm using Resource Builder to manage resources. Can't find an owner draw propert...
BtnBmp changed behavior?
[ { "date": "2010-10-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Reinaldo,\n\nPlease post the RC section for that dialog box, thanks <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "07:43", "topic": "BtnBmp changed behavior?"...
BtnBmp changed behavior?
[ { "date": "2010-10-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi. \n\nThe RC section for the dialog is:\n[code=fw:3kb00abf]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">REVENUECODES <span style=\"color: #0000ff;\">DIALOG</span> <span style=\"color: #000000;\">6</span>, <sp...
BtnBmp changed behavior?
[ { "date": "2010-10-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Reinaldo,\n\nWhat is 0xF0B ?\n\nCONTROL \"\",301,\"TBTNBMP\",WS_CHILD |0xF0B,142,116,36,30", "time": "09:24", "topic": "BtnBmp changed behavior?", "username": "Antonio Linares" } ]
BtnBmp changed behavior?
[ { "date": "2010-10-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio;\n\nHi. \n\nI'm not sure. I'm managing these resources using Resource Builder. I'm thinking it was added by it. I removed it and recompiled the app, but still get the same result. \n\n\nReinaldo.", "time": "16:08"...
BtnBmp changed behavior?
[ { "date": "2010-10-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Reinaldo\n\nPlease try modify this \"ELSEIF\" inside btnbmp.prg\n(line 1276)\n\n[code=fw:11ez49nz]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> &nbsp; &nbsp; elseif IsAppThemed<span style=\"color: #000000;\">&#4...
BtnBmp changed behavior?
[ { "date": "2010-10-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Daniel;\n\nYou got it fixed!\n\nThank you.\n\n\nReinaldo.", "time": "19:20", "topic": "BtnBmp changed behavior?", "username": "reinaldocrespo" } ]
BtnBmp changed behavior?
[ { "date": "2009-03-27", "forum": "FiveWin para Harbour/xHarbour", "text": "Les presento otra posible contribucion, nuevamente expongo el prototipo de lo que seria el cambio...\n\nComo se ha comentado el tema sobre Alpha Channel empiezo a implementarlo para las clases de FW...\n\nla idea general, como al...
BtnBmp con Alpha Channel
[ { "date": "2009-03-27", "forum": "FiveWin para Harbour/xHarbour", "text": "Daniel,\n\nSolamente decir que sería una aportación mas que excelente.\n\ngracias por tu disposición.", "time": "09:09", "topic": "BtnBmp con Alpha Channel", "username": "wmormar" } ]
BtnBmp con Alpha Channel
[ { "date": "2018-12-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Colegas, he generado dos diálogos, uno por recursos y otro por código. Utilizo la clase BTnBmp pero su apariencia difieren si es por código o por recursos. \n\n[img:1lbjwcyr]http&#58;//i63&#46;tinypic&#46;com/53kcjb&#46;png[/img:...
BtnBmp desde código y recursos
[ { "date": "2018-12-11", "forum": "FiveWin para Harbour/xHarbour", "text": "+1", "time": "15:07", "topic": "BtnBmp desde código y recursos", "username": "horacio" } ]
BtnBmp desde código y recursos
[ { "date": "2018-12-11", "forum": "FiveWin para Harbour/xHarbour", "text": "y Con l2007? y porque no usas solo Recursos?", "time": "16:30", "topic": "BtnBmp desde código y recursos", "username": "karinha" } ]
BtnBmp desde código y recursos
[ { "date": "2018-12-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Hay un bug que no reporté, si lo hago desde recursos el dialogo se abre detrás del folder y como estoy muy apurado decidí hacerlo por código. pero supongo que los controles deberían comportarse de igual manera desde recursos que ...
BtnBmp desde código y recursos
[ { "date": "2018-12-11", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote:1hvicdzb]\n el dialogo se abre detrás del folder\n[/quote:1hvicdzb]\n\nInvestigue las propiedades del diálogo. Ponga una imagen.", "time": "17:11", "topic": "BtnBmp desde código y recursos", "username": "karinh...
BtnBmp desde código y recursos
[ { "date": "2018-12-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Karinha, ahora no puedo. Debería rehacer la rutina para generar ese error y como te dije estoy apurado para entregar este trabajo. No bien tenga tiempo haré un autocontenido con el error y lo postearé por aquí.\n\nSaludos", "...
BtnBmp desde código y recursos
[ { "date": "2018-12-11", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"horacio\":2xpwig4r]Colegas, he generado dos diálogos, uno por recursos y otro por código. Utilizo la clase BTnBmp pero su apariencia difieren si es por código o por recursos. \n\n[img:2xpwig4r]http&#58;//i63&#46;tinypic&...
BtnBmp desde código y recursos