messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2017-11-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr. Rao,\n\nYour sample works fine.\nTo change the textcolor as well I did the following changes\nwith a included Setcolor() :\n\n[color=#0000FF:g3wsaczt]GRADIENT { |lMouseOver| If( lMouseOver, ( oBtn:SetColor( 16777215, ), 255 ),...
BTNBMP from resource missing command COLOR ?
[ { "date": "2017-11-27", "forum": "FiveWin for Harbour/xHarbour", "text": ":nClrText := { |lMouseOver, oBtn| <color>( lMouseOver, oBtn ) }", "time": "17:35", "topic": "BTNBMP from resource missing command COLOR ?", "username": "nageswaragunupudi" } ]
BTNBMP from resource missing command COLOR ?
[ { "date": "2017-11-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank You very much.\nmuch better and shorter now :\n\n[code=fw:3e8ssbpv]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />GRADIENT <span style=\"color: #000000;\">&#123;</span> |lMouseOver, oBtn| <span style=\...
BTNBMP from resource missing command COLOR ?
[ { "date": "2017-11-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Instead of:\n[code=fw:1c90boe0]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />GRADIENT <span style=\"color: #000000;\">&#123;</span> |lMouseOver, oBtn| <span style=\"color: #00C800;\">If</span><span style=\"...
BTNBMP from resource missing command COLOR ?
[ { "date": "2010-08-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi to all!\nI need to trigger an action with the mouse left Button down (and not at the release) in a BTNBMP. Any help would be appreciated.\nTIA\nEuclides", "time": "22:10", "topic": "BTNBMP lButtonDown", "username": ...
BTNBMP lButtonDown
[ { "date": "2010-08-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Euclides\n\nTry...\n\noBtn:bLClicked = {|| MyAction() } \n\nand not define \"ACTION\" in button", "time": "22:31", "topic": "BTNBMP lButtonDown", "username": "Daniel Garcia-Gil" } ]
BTNBMP lButtonDown
[ { "date": "2010-08-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Danie, thanks for the answer, but...\n ...\n REDEFINE BTNBMP oBtn RESOURCE \"RESOURCE\" ID 100 OF oDlg\n oBtn:bLClicked = {|| MsgInfo(oBtn:lPressed) }\n ... \ndoes not execute (maybe is trapped somewhere before) \nRegards\n...
BTNBMP lButtonDown
[ { "date": "2010-08-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Euclides...\n\ni checked the class... and this behavior isn't supported\n\nsorry...\n\nyou can try modify the class\n\nMETHOD LButtonDown( nRow, nCol )\n\nchange to this line\n[code=fw:cecimkqr]<div class=\"fw\" id=\"{CB}\" style=...
BTNBMP lButtonDown
[ { "date": "2010-08-12", "forum": "FiveWin for Harbour/xHarbour", "text": "OK, working as expected.\nThanks Daniel!\nRegards\nEuclides", "time": "18:01", "topic": "BTNBMP lButtonDown", "username": "Euclides" } ]
BTNBMP lButtonDown
[ { "date": "2009-05-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nAfter many tests, I could solve the problem, painting BTNBMP's inside Resources with all combinations.\nI'm not really shure, if there is maybe still another solution for it.\nI had to use two functions :\n1. The normal ...
BTNBMP on Gradient in Resources, the right way ?
[ { "date": "2008-02-28", "forum": "FiveWin for Harbour/xHarbour", "text": "The following example is [b:387qfnrg]btntrans.prg[/b:387qfnrg] except that i reset the border with [b:387qfnrg]ResetBorder[/b:387qfnrg] .You will see it is not working. Can someone tells me why?\n\nThanks\nA.S.K\n\n[code:387qfnrg]...
BTNBMP problem
[ { "date": "2008-02-28", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"ask\":m5zfrf0w] @ 70, 80 BTNBMP oBtn FILENAME \"../bitmaps/yes.bmp\" ;\n SIZE 50, 30 OF oDlg ACTION MsgInfo( \"click\" )[/quote:m5zfrf0w]\nTry this:[code:m5zfrf0w] @ 70, 80 BTNBMP oBtn FILENAME \"&#46;&#46;/bitma...
BTNBMP problem
[ { "date": "2008-02-28", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"mmercado\":10iy98l3][quote=\"ask\":10iy98l3] @ 70, 80 BTNBMP oBtn FILENAME \"../bitmaps/yes.bmp\" ;\n SIZE 50, 30 OF oDlg ACTION MsgInfo( \"click\" )[/quote:10iy98l3]\nTry this:[code:10iy98l3] @ 70, 80 BTNBMP oBt...
BTNBMP problem
[ { "date": "2019-02-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Antonio or Rao ,\n\nI have a reastaurant programm with touch interface. \nI use BTNBMP to drow the buttons.\nIf the user wishes to charge , for example two coffe , the user presses the same butoon twice. \n\nIf the user pres...
BTNBMP slow performance
[ { "date": "2019-02-20", "forum": "FiveWin for Harbour/xHarbour", "text": "+1\nYes. I also have the same problem, for a long time.", "time": "15:55", "topic": "BTNBMP slow performance", "username": "FranciscoA" } ]
BTNBMP slow performance
[ { "date": "2019-02-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Please, try with this\n\nIn your sample\n\n[code=fw:7xslooo4]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">local</span> oBtn2<br /><br />&nbsp; .../...<br ...
BTNBMP slow performance
[ { "date": "2019-02-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks Navarro\n\n this works \n[code=fw:t9w4j10k]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> @ <span style=\"color: #000000;\">100</span>, <span style=\"color: #000000;\">2</span> <span style=\"color: #0000ff...
BTNBMP slow performance
[ { "date": "2019-02-22", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Maurizio\":fpzpa37l]Thanks Navarro\n\n this works \n[code=fw:fpzpa37l]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> @ <span style=\"color: #000000;\">100</span>, <span style=\"color: #000000;\">2</span>...
BTNBMP slow performance
[ { "date": "2019-02-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Out of interest...\n\nI have a touchscreen laying arround....\n\nIn order to try this kind of functions on a touchscreen, do I need to install extra FW software or simply install the screen ?\n\nThe touch driver can be found on th...
BTNBMP slow performance
[ { "date": "2019-02-22", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Marc Venken\":3ija80sb]Out of interest...\n\nI have a touchscreen laying arround....\n\nIn order to try this kind of functions on a touchscreen, do I need to install extra FW software or simply install the screen ?\n\nThe...
BTNBMP slow performance
[ { "date": "2019-02-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Cristóbal... sorry for jumping in...\n\n[code=fw:ygsixsnz]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">local</span> o<br />&nbsp; &nbsp;...<br />&nbsp; &nbsp;<span style=...
BTNBMP slow performance
[ { "date": "2019-02-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Navarro\n same problem , with array of BTNBMP dosn't works \n\nMaurizio", "time": "14:39", "topic": "BTNBMP slow performance", "username": "Maurizio" } ]
BTNBMP slow performance
[ { "date": "2019-02-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Maurizio, this work ok for me\n\n[code=fw:z377inek]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FiveWin.ch\"</span><b...
BTNBMP slow performance
[ { "date": "2019-02-22", "forum": "FiveWin for Harbour/xHarbour", "text": "With solution of Euclides\n\n[code=fw:2tgq9qtb]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #B900B9;\">//-------------------------------------------------------------------------...
BTNBMP slow performance
[ { "date": "2019-02-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks Navarro ,\n\nI have to look why in your example it goes.\n\nMaurizio", "time": "17:52", "topic": "BTNBMP slow performance", "username": "Maurizio" } ]
BTNBMP slow performance
[ { "date": "2015-12-04", "forum": "FiveWin para Pocket PC", "text": "Buenas tardes,\n\nSigo con problemas inexplicables en esta versión de FWPPC. Creo que mis librerías están incompletas o llenas de bugs.\n\nAlgo tan simple como:\n\n@ 200, 5 BTNBMP oBtnSalir PROMPT \"Salir\" RESOURCE \"PDAVOLVER\" SIZE 2...
BTNBMP tampoco me funciona
[ { "date": "2015-12-05", "forum": "FiveWin para Pocket PC", "text": "Joaquín,\n\nAcabo de enviarle un email a Toni Sales para que me envíe las librerías que ellos estan usando,\npara enviártelas.", "time": "11:06", "topic": "BTNBMP tampoco me funciona", "username": "Antonio Linares" } ]
BTNBMP tampoco me funciona
[ { "date": "2007-10-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nIs there a possiblity to set the text of a BTNBMP on 2 lines?\nI already tested 'LINE1'+CRLF+'LINE2', but it doesn't work <!-- s:cry: --><img src=\"{SMILIES_PATH}/icon_cry.gif\" alt=\":cry:\" title=\"Crying or Very sad\" />...
BTNBMP text on 2 lines
[ { "date": "2007-10-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Marc,\n\nYou have to modify the Class TBtnBmp to paint more than one line.\n\nIs it placed on a buttonbar 2007 style ?", "time": "11:47", "topic": "BTNBMP text on 2 lines", "username": "Antonio Linares" } ]
BTNBMP text on 2 lines
[ { "date": "2007-10-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nIt's not placed on a buttonbar 2007 style.\n\nThe text should change depending of data from a database. Sometimes the text is longer then the width of th button. I can't enlarge the size of the button because there is ...
BTNBMP text on 2 lines
[ { "date": "2007-10-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Marc,\n\nWe email you a modified LIB. \n\nPlease test it using CRLF in the text, thanks", "time": "13:07", "topic": "BTNBMP text on 2 lines", "username": "Antonio Linares" } ]
BTNBMP text on 2 lines
[ { "date": "2007-10-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks Antonio,\n\nIt's working very nice!!!\n\nBest regards,\nMarc", "time": "20:43", "topic": "BTNBMP text on 2 lines", "username": "Marc Vanzegbroeck" } ]
BTNBMP text on 2 lines
[ { "date": "2007-10-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Antonio \n\nIs this modify present in the new FW ? \n\nRegards MAurizio", "time": "07:17", "topic": "BTNBMP text on 2 lines", "username": "Maurizio" } ]
BTNBMP text on 2 lines
[ { "date": "2007-10-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Maurizio,\n\nIt will be included in FWH 7.11.\n\nAnyhow, if you need it now, please email me and we will provide you the modified OBJs", "time": "08:56", "topic": "BTNBMP text on 2 lines", "username": "Antonio Linares"...
BTNBMP text on 2 lines
[ { "date": "2007-10-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio\n\nWill you provide the same change for buttonbmp ?\n\nRichard", "time": "09:12", "topic": "BTNBMP text on 2 lines", "username": "Richard Chidiak" } ]
BTNBMP text on 2 lines
[ { "date": "2007-10-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Richard,\n\nIts not that simple as we are calling the standard Windows Button paint procedure and if we override it, then we will not get the standard button painting <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(...
BTNBMP text on 2 lines
[ { "date": "2007-05-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\ni have some btnbmp on folder with xp style.\nHave anyone a solution to get Btnbmp transparent.\n\ni use FWH 7.01 and Harbour alpha build 1.0\n\nThanks in advance. \nUwe", "time": "07:29", "topic": "BTNBMP transparent"...
BTNBMP transparent
[ { "date": "2007-05-31", "forum": "FiveWin for Harbour/xHarbour", "text": "<!-- m --><a class=\"postlink\" href=\"http://fivetechsoft.com/forums/viewtopic.php?t=6632\">http://fivetechsoft.com/forums/viewtopic.php?t=6632</a><!-- m -->", "time": "07:39", "topic": "BTNBMP transparent", "username...
BTNBMP transparent
[ { "date": "2007-05-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nyour sample do not work.\n\nfor example my sourcecode:\nThe oBtn is not transparent now.\n\nDEFINE DIALOG oAuf:oDlgAuf RESOURCE \"Aufmsk0\" ICON oIauf\n\nREDEFINE FOLDER oAuf:oFauf ID 100 OF oAuf:oDlgauf ;\n ITEMS ...
BTNBMP transparent
[ { "date": "2007-05-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Read again the code that Antonio refered you, detailed. Your code does not reflects the Antonio advice. Pay attention and read it again, I´m sure the answer is there.\n\nRegards,\n\nCarlos", "time": "20:25", "topic": "BTNB...
BTNBMP transparent
[ { "date": "2007-05-31", "forum": "FiveWin for Harbour/xHarbour", "text": "You are missing this:\n\n DEFINE DIALOG oDlg ... [color=red:1w4zc8zx]TRANSPARENT [/color:1w4zc8zx]\n\n ...\n\n [color=red:1w4zc8zx]oBtn:lTransparent = .T. [/color:1w4zc8zx]", "time": "20:54", "topic": "BTNBMP transp...
BTNBMP transparent
[ { "date": "2007-06-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nI have changed my code to the following, but it takes no effect. The BTNBMP are not transparent. Is the problem maybe in the resourceeditor,i use Visual c++ 6.0 or must i have a specially backround color for the bitmap that...
BTNBMP transparent
[ { "date": "2007-06-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Please test this sample:\n[code:30cgmqvg]\n#include \"FiveWin&#46;ch\"\n\nfunction Main&#40;&#41;\n\n local oDlg, oBtn\n\n DEFINE DIALOG oDlg TRANSPARENT\n\n @ 10, 10 BTNBMP oBtn FILENAME \"About&#46;bmp\" NOBORDER \n \n ...
BTNBMP transparent
[ { "date": "2007-06-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nyour sample works fine,but my BTNBMP is not not on a dialog but also on a Folder. \n\nregards\nUwe", "time": "10:11", "topic": "BTNBMP transparent", "username": "camelot" } ]
BTNBMP transparent
[ { "date": "2007-06-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Then try this:\n\noFolder:aDialogs[ n ]:lTransparent = .T.", "time": "10:40", "topic": "BTNBMP transparent", "username": "Antonio Linares" } ]
BTNBMP transparent
[ { "date": "2007-06-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nsorry, but no effect.\nThe Folder is in the Resourceeditor declared as SysTabControl32. \nThe BTNBMP on the Dialog are OK.\nDo you have an other idea.\n\nregards,\nUwe", "time": "12:04", "topic": "BTNBMP transp...
BTNBMP transparent
[ { "date": "2007-06-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe,\n\nYou may use a Class TButtonBmp object instead of a TBtnBmp one, as TButtonBmp uses the XP themes and will look better\n\nPlease review samples\\TestBuBm.prg", "time": "12:19", "topic": "BTNBMP transparent", "us...
BTNBMP transparent
[ { "date": "2015-03-19", "forum": "To do - WishList / Por hacer - Peticiones", "text": "Hello, \nlooking around the fivewin code I found the wrapper for use of theme data of windows, I used it some time ago for a my project in C++.\nSo I think it would be great if the btnbmp uses this procedures (and Dra...
BTNBMP with windows style
[ { "date": "2015-03-19", "forum": "To do - WishList / Por hacer - Peticiones", "text": "Antonino,\n\nThey look very nice, congratulations! a great work\n\nDo you think that you could include your code in Class TBtnBmp ? I appreciate if you review it yourself.\n\nIf you don't have the most recent btnbmp.p...
BTNBMP with windows style
[ { "date": "2015-06-05", "forum": "To do - WishList / Por hacer - Peticiones", "text": "I think it can be use d also to create CHECKBOX on xbrowse ( no use bitmaps instead)\nwith the paramter [b:x9kthrcr]BP_CHECKBOX[/b:x9kthrcr] \n\n#define CBS_CHECKEDDISABLED 8\n#define CBS_CHECKEDHOT 6\n...
BTNBMP with windows style
[ { "date": "2015-06-05", "forum": "To do - WishList / Por hacer - Peticiones", "text": "Antonino's enhancements have been included in FWH 15.05 <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\n* Enhancement TBTNBMP. Now btnbmp also can use the selecte...
BTNBMP with windows style
[ { "date": "2015-06-08", "forum": "To do - WishList / Por hacer - Peticiones", "text": "[quote=\"Silvio.Falconi\":266wcmng]I think it can be use d also to create CHECKBOX on xbrowse ( no use bitmaps instead)\nwith the paramter [b:266wcmng]BP_CHECKBOX[/b:266wcmng] \n[/quote:266wcmng]\n\nHi,\nfor xBrowse...
BTNBMP with windows style
[ { "date": "2015-06-11", "forum": "To do - WishList / Por hacer - Peticiones", "text": "yes \nI thinked it could be made....\nyou're a big", "time": "11:42", "topic": "BTNBMP with windows style", "username": "Silvio.Falconi" } ]
BTNBMP with windows style
[ { "date": "2015-06-11", "forum": "To do - WishList / Por hacer - Peticiones", "text": "Antonino,\nto move an item -> change the position Up and Down\n[code=fw:2lzn3f02]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">function</span> SwapUpArray<span style=...
BTNBMP with windows style
[ { "date": "2007-09-17", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio é possível ajustar uma imagem dentro do botão (BTNBMP)?\n\n\n\nGrato\n\nAoki", "time": "20:34", "topic": "BTNBMP é possível ajustar uma imagem dentro do botão?", "username": "AOKISANTOS" } ]
BTNBMP é possível ajustar uma imagem dentro do botão?
[ { "date": "2007-09-17", "forum": "FiveWin para Harbour/xHarbour", "text": "TENTE COM O COMANDO:\n\nADJUST.", "time": "21:42", "topic": "BTNBMP é possível ajustar uma imagem dentro do botão?", "username": "karinha" } ]
BTNBMP é possível ajustar uma imagem dentro do botão?
[ { "date": "2007-09-18", "forum": "FiveWin para Harbour/xHarbour", "text": "Não funciona!", "time": "11:59", "topic": "BTNBMP é possível ajustar uma imagem dentro do botão?", "username": "AOKISANTOS" } ]
BTNBMP é possível ajustar uma imagem dentro do botão?
[ { "date": "2007-09-18", "forum": "FiveWin para Harbour/xHarbour", "text": "Aoki,\n\nModifica el código fuente de la clase TBtnBmp método Paint", "time": "12:07", "topic": "BTNBMP é possível ajustar uma imagem dentro do botão?", "username": "Antonio Linares" } ]
BTNBMP é possível ajustar uma imagem dentro do botão?
[ { "date": "2007-09-18", "forum": "FiveWin para Harbour/xHarbour", "text": "Desulpe-me Antonio, mais não tenho experiência para fazer tal alteração, usted poderia indicar a alteração necessaria?\n\n\nGrato\n\nAoki", "time": "13:24", "topic": "BTNBMP é possível ajustar uma imagem dentro do botão?"...
BTNBMP é possível ajustar uma imagem dentro do botão?
[ { "date": "2007-09-19", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio como modificar o metodo paint?\n\nGrato\n\nAoki", "time": "12:58", "topic": "BTNBMP é possível ajustar uma imagem dentro do botão?", "username": "AOKISANTOS" } ]
BTNBMP é possível ajustar uma imagem dentro do botão?
[ { "date": "2009-02-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear friends,\n\nas subject on Vista & XP with FWH 8.11.\n\nIs possible to solve?", "time": "15:56", "topic": "BTNBMP, image moved up", "username": "Ugo" } ]
BTNBMP, image moved up
[ { "date": "2009-02-27", "forum": "FiveWin for Harbour/xHarbour", "text": "to more explain:\n[img:2pr6my93]http&#58;//www&#46;garombo&#46;eu/public/support/image/image1&#46;jpg[/img:2pr6my93]\n[img:2pr6my93]http&#58;//www&#46;garombo&#46;eu/public/support/image/image2&#46;jpg[/img:2pr6my93]", "time":...
BTNBMP, image moved up
[ { "date": "2009-02-28", "forum": "FiveWin for Harbour/xHarbour", "text": "For the solution add [b:sahj4w6l]CENTER[/b:sahj4w6l] \n\nplease see:\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=6&t=14119&p=72747&hilit=oleuninitialize#p72698\">viewtopic.php?...
BTNBMP, image moved up
[ { "date": "2009-02-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Ugo,\n\nThat bug was solved in 9.01 and it was discussed in these forums.", "time": "08:14", "topic": "BTNBMP, image moved up", "username": "Antonio Linares" } ]
BTNBMP, image moved up
[ { "date": "2009-02-28", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":1pwl76ur]That bug was solved in 9.01 and it was discussed in these forums.[/quote:1pwl76ur]\n\nDear Antonio,\ni don't found when i searched it! <!-- s:( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\...
BTNBMP, image moved up
[ { "date": "2009-02-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Ugo,\n\nFWH supports this syntax now: \n\n@ ..., .. GET ... ACTION ... BITMAP ...\n\nThere is no need to keep using TBtnGet.", "time": "09:09", "topic": "BTNBMP, image moved up", "username": "Antonio Linares" } ]
BTNBMP, image moved up
[ { "date": "2009-02-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Ugo,\n\nPlease build FWH\\samples\\Test4.prg.\n\nHere it looks fine (using 9.02):\n[img:3gs5n9fj]http&#58;//img23&#46;imageshack&#46;us/img23/2835/capturer&#46;png[/img:3gs5n9fj]", "time": "09:18", "topic": "BTNBMP, image ...
BTNBMP, image moved up
[ { "date": "2009-02-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\nvery beautifull!", "time": "09:45", "topic": "BTNBMP, image moved up", "username": "Ugo" } ]
BTNBMP, image moved up
[ { "date": "2009-02-28", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":11p1e7mg]FWH supports this syntax now: \n\n@ ..., .. GET ... ACTION ... BITMAP ...\n\nThere is no need to keep using TBtnGet.[/quote:11p1e7mg]\nAntonio, \nIs supported on FWH 8.11?\nor in 8.11 there is a...
BTNBMP, image moved up
[ { "date": "2009-02-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Ugo,\n\nYes, it is available in 8.11 <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nPlease review FWH\\samples\\GetBtn.prg", "time": "10:05", "topic": "BTNBMP, image ...
BTNBMP, image moved up
[ { "date": "2009-02-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Wow,\nthank you.", "time": "10:16", "topic": "BTNBMP, image moved up", "username": "Ugo" } ]
BTNBMP, image moved up
[ { "date": "2007-01-06", "forum": "FiveWin para Harbour/xHarbour", "text": "Nunca faltan sufrimientos a la hora de actualizar FWH cuando se usan clases externas al mismo (no digo que sea culpa de FWH).\n\nTal vez alguien me pueda ayudar en este problema con la Clase BtnGet.\n\nEsta clase me ha funcionado...
BTNGET Y FWH 6.12
[ { "date": "2007-01-06", "forum": "FiveWin para Harbour/xHarbour", "text": "José,\n\nHay que hacer una pequeña modificación en la clase TSay, en concreto hay que quitar la línea 265 (::VarPut(...)). Con ese cambio debería funcionarte correctamente.", "time": "07:55", "topic": "BTNGET Y FWH 6.12",...
BTNGET Y FWH 6.12
[ { "date": "2007-01-06", "forum": "FiveWin para Harbour/xHarbour", "text": "Ó PUEDES USAR ESTE CALENDÁRIO:\n\n<!-- m --><a class=\"postlink\" href=\"http://www.fivewin.com.br/exibedicas.asp?id=594\">http://www.fivewin.com.br/exibedicas.asp?id=594</a><!-- m -->", "time": "12:49", "topic": "BTNGET ...
BTNGET Y FWH 6.12
[ { "date": "2007-01-06", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias a ambos por responderme tan pronto!!!!!!!!\n\nAntonio,\nefectivamente era ese el problema, ahora me funciona perfecto <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --...
BTNGET Y FWH 6.12
[ { "date": "2020-03-03", "forum": "FiveWin for Harbour/xHarbour", "text": "I am trying to insert a button in a get that looks like the combobox button\n so that it is homogeneous graphically but big problems,\n so far I have reached this result, is it possible in your opinion to do better?\n\nI can't use...
BTNGET as COMBO
[ { "date": "2009-03-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Ugo,\n\nI think Antonio will include RESIZE16 clause fixed for GET..ACTION. If not now you can fix as following. I've changed all BTNGET to original GET..ACTION and working without problem\n\n[code=fw:rc5h0vyn]<div class=\"...
BTNGET vs GET..ACTION..BITMAP
[ { "date": "2009-03-02", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":2kcf2xg7]FWH supports this syntax now: \n\n@ ..., .. GET ... ACTION ... BITMAP ...\n\nThere is no need to keep using TBtnGet.[/quote:2kcf2xg7]\nDear Antonio,\n\nI use the redefine, work, but not well, th...
BTNGET vs GET..ACTION..BITMAP
[ { "date": "2009-03-04", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Enrico Maria Giordano\":26ap9kv5][quote=\"Ugo\":26ap9kv5]There is also the RESOURCE\nHow to use the resource instead bitmap image?[/quote:26ap9kv5]\n\nIt is not supported yet. You have to modify CreateButton() method for ...
BTNGET vs GET..ACTION..BITMAP
[ { "date": "2009-03-04", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Ugo\":3swywan1]Dear Enrico,\nTest it:[/quote:3swywan1]\n\nInteresting... It seems I was wrong. If I change the last line of @ row, col GET ... ACTION command in fivewin.ch:\n\n[code=fw:3swywan1]<div class=\"fw\" id=\"{CB}...
BTNGET vs GET..ACTION..BITMAP
[ { "date": "2009-03-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Dutch,\n\nthe position work well, \nthank you.\n\n> I've changed all BTNGET to original GET..ACTION and working without problem\nI have a problem, test this (with BTNGET work well):\n[code=fw:j2zpjvan]<div class=\"fw\" id=\"{...
BTNGET vs GET..ACTION..BITMAP
[ { "date": "2009-03-03", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:21u672m4]<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 /><span style=\"color: #00C800;...
BTNGET vs GET..ACTION..BITMAP
[ { "date": "2009-03-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Enrico,\n\nwork well, of course! <!-- s:wink: --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\":wink:\" title=\"Wink\" /><!-- s:wink: --> \nthank you.\n\nThis is a bug?\nThe other clauses (valid,spinner,when etc.) work we...
BTNGET vs GET..ACTION..BITMAP
[ { "date": "2009-03-04", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Ugo\":2thygy85]This is a bug?[/quote:2thygy85]\n\nIt seems not. Look inside tget.prg, method CreateButton() and you will see that the same technique is used there. I tried it under Harbour with the same result (the local ...
BTNGET vs GET..ACTION..BITMAP
[ { "date": "2009-03-04", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Enrico Maria Giordano\":119ups2s][quote=\"Ugo\":119ups2s]This is a bug?[/quote:119ups2s]\n\nIt seems not. Look inside tget.prg, method CreateButton() and you will see that the same technique is used there. I tried it unde...
BTNGET vs GET..ACTION..BITMAP
[ { "date": "2006-04-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Estimados,\n\nMiren este código:\n\n[code:3lx9kfot]REDEFINE BTNGET oDatos&#91; 01 &#93; VAR vDatos&#91; 01 &#93;;\n PICTURE \"@!\";\n ID 118 OF oDlg[/code:3lx9kfot]\n\nOvbiedo ( yo ) dice que cuando corre su app, ...
BTNGET y la enie mayúscula
[ { "date": "2023-05-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear All,\n\nI try BTNTRNS, it works fine for DIALOG but it doesn't \"Translucent background\" on WINDOW.\n\nCan it use with WINDOW?\n\nThanks in advance,\nDutch", "time": "08:35", "topic": "BTNTRNS can use with WINDOW?", ...
BTNTRNS can use with WINDOW?
[ { "date": "2023-05-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Dutch,\n\nPlease post a small PRG to test, thanks", "time": "11:02", "topic": "BTNTRNS can use with WINDOW?", "username": "Antonio Linares" } ]
BTNTRNS can use with WINDOW?
[ { "date": "2023-05-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Antonio,\n\nI got the problem now. The TRANSLUCENT BUTTONS will work with background image from BRUSH. But it doesn't work with background image from FW_Drawimage().\n[quote=\"Antonio Linares\":3t44hvy8]Dear Dutch,\n\nPleas...
BTNTRNS can use with WINDOW?
[ { "date": "2023-05-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Please post a small PRG to test <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "12:43", "topic": "BTNTRNS can use with WINDOW?", "username": "Antonio Linar...
BTNTRNS can use with WINDOW?
[ { "date": "2023-05-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Antonio,\n\nThis is sample my code. \".\\TESTSBTN.JPG' just jpg file for background.\n[code=fw:3iks5lzd]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span st...
BTNTRNS can use with WINDOW?
[ { "date": "2023-05-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Dutch, see if I understand what you want to do.\n\nDutch, a ver si entiendo lo que quieres hacer.\n\n[url:1071fyod]https&#58;//imgur&#46;com/sNg5eE7[/url:1071fyod]\n\n[img:1071fyod]https&#58;//i&#46;imgur&#46;com/sNg5eE7&#46;png[/...
BTNTRNS can use with WINDOW?
[ { "date": "2023-05-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Karinha,\n\nYes, thank you. I got it by using SBUTTON with Alpha Channel image.\n\n[quote=\"karinha\":2j7oqoyl]Dutch, see if I understand what you want to do.\n\nDutch, a ver si entiendo lo que quieres hacer.\n\n[url:2j7oqoy...
BTNTRNS can use with WINDOW?
[ { "date": "2023-05-06", "forum": "FiveWin for Harbour/xHarbour", "text": "You can use BTNBMP as transparent buttons too.", "time": "12:55", "topic": "BTNTRNS can use with WINDOW?", "username": "nageswaragunupudi" } ]
BTNTRNS can use with WINDOW?
[ { "date": "2023-05-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Very Good Dutch, example using BTNBMP.\n\n[code=fw:z0ae132y]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">// C:\\DUTCH\\TESTSBTN.PRG-Modified by: <!-- e --><a href=\"mailto:k...
BTNTRNS can use with WINDOW?
[ { "date": "2023-05-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Very good! Another model in case anyone needs it.\n\n¡Muy bien! Otro modelo por si alguien lo necesita.\n\nDownload Complete:\n\n[url:29toruau]https&#58;//mega&#46;nz/file/EUcDSaiC#1aDPNv2z6_yD5wfbjme0fRLbhtqo5_0fIjZi-lZ5-do[/url:...
BTNTRNS can use with WINDOW?
[ { "date": "2023-05-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks All,\n\nI got an idea now.", "time": "18:05", "topic": "BTNTRNS can use with WINDOW?", "username": "dutch" } ]
BTNTRNS can use with WINDOW?
[ { "date": "2008-02-21", "forum": "FiveWin para Harbour/xHarbour", "text": "[color=darkblue:24xub4dk][b:24xub4dk]LE REITERO MI SALUDO Y EL MOTIVO DE ESTE MENSAJE ES PARA SOLICITAR ASESORAMIENTO.\n\nEL DETALLE ESTA ASI, TENGO UN DBF QUE DESDE MI PRG POR MEDIO DE UN LISTBOX SAQUE 3 CAMPOS, ESA TABLA CONTIE...
BUENAS TARDES ANTONIO LINARES
[ { "date": "2008-02-21", "forum": "FiveWin para Harbour/xHarbour", "text": "Ruben :\n\n\nMandame por correo algun num. telefonico fijo o marcame al 01 800 701 7119.\n\nCon gusto te puedo echar una mano con esto.\n\n\nSaludos\n\n\nRaymundo Islas", "time": "23:45", "topic": "BUENAS TARDES ANTONIO L...
BUENAS TARDES ANTONIO LINARES
[ { "date": "2008-02-21", "forum": "FiveWin para Harbour/xHarbour", "text": "[size=150:3qgpsbmi][color=darkblue:3qgpsbmi][quote:3qgpsbmi][b:3qgpsbmi]TE AGREGUE A MI LISTA DEL MSN\n\nESPERO VERTE AHI, PARA ASI NO QUITARTE MUCHO TIEMPO POR TELEFONO\n\nSALUDOS DESDE TAMPICO, TAMPS.[/b:3qgpsbmi][/quote:3qgpsb...
BUENAS TARDES ANTONIO LINARES