messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2009-05-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Distinguido\n\nEn texto asi:\n\n@1,1 BTNBMP oBMP PROMPT \"Linea1\"+CRLF+\"Linea2\" SIZE 80,30 PIXEL ACTION Funcion()\n\nSaludos\n\nAdhemar", "time": "19:59", "topic": "Button con 2 renglones", "username": "acuellar" ...
Button con 2 renglones
[ { "date": "2008-06-25", "forum": "All products support", "text": "Salve,\r\nmi pare di avere visto in giro qualche classe/programma che permette di creare botton con sia grafica che testo.\r\n\r\nAvete qualcosa da segnalarmi in proposito ?\r\n\r\nGrazie\r\n\r\nRomeo/Zingoni\r\n\r\nFWH 2.4", "time": ...
Button con grafica e testo
[ { "date": "2008-06-25", "forum": "All products support", "text": "Chiaramente non voglio usare la classe BTNBMP in quanto permette si di scrivere il testo, ma in modo centrale e quindi si sovrappone alla grafica.\r\nVorrei magari potere disporre il testo in basso o a dx o a sx del bottone, insomma non m...
Button con grafica e testo
[ { "date": "2008-06-25", "forum": "All products support", "text": "La classe buttonbmp fornita con FWH (non la tbtnbmp) ti permette di allineare il testo a destra o a sinistra dell'immagine se ricordo bene (io la uso ma allineo sempre il testo a dx utilizzando la clausola TEXTRIGHT)", "time": "16:34"...
Button con grafica e testo
[ { "date": "2008-06-25", "forum": "All products support", "text": "[quote=\"Romeo\":1wx1sxtr]Chiaramente non voglio usare la classe BTNBMP in quanto permette si di scrivere il testo, ma in modo centrale e quindi si sovrappone alla grafica.\nVorrei magari potere disporre il testo in basso o a dx o a sx de...
Button con grafica e testo
[ { "date": "2008-06-26", "forum": "All products support", "text": "ok la btnbmp funziona bene.\r\n\r\nGrazie", "time": "15:07", "topic": "Button con grafica e testo", "username": "Romeo" } ]
Button con grafica e testo
[ { "date": "2014-05-21", "forum": "FiveWin para Harbour/xHarbour", "text": "Saludos foreros, \nCuando uso una ToolBar, y algún boton esta deshabilitado, se visualiza con su texto y gráfico en gris.\n[img:1pvr19ue]http://imageshack.com/a/img837/1047/7de0.jpg[/img:1pvr19ue]\nPero al usar una Bu...
Button de ButtonBar desactivado
[ { "date": "2014-05-21", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Biel!\nEl tercer parametro de los bmp o recursos que le pases es el del estado para deshabilitado.\n[code=fw:2vhgzk1u]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">DEFINE</sp...
Button de ButtonBar desactivado
[ { "date": "2014-05-22", "forum": "FiveWin para Harbour/xHarbour", "text": "Ok muchas gracias !!. \nYa veo el funcionamiento, por una parte te da la versatilidad de poder definir el bmp que quieras, pero por la otra te obliga a tener que definirlo obligatoriamente si quieres efecto deshabilitado.\n\nRevi...
Button de ButtonBar desactivado
[ { "date": "2014-05-22", "forum": "FiveWin para Harbour/xHarbour", "text": "Biel,\n\n[quote:1a22rcv8]He modificado el método loadbitmaps de la clase BtnBmp, y si no se define el tercer bmp, creo una copia en memoria del primero, cambiando los bits con color por el gris y manteniendo el blanco. El efecto ...
Button de ButtonBar desactivado
[ { "date": "2014-05-23", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":muchu9ks]Biel,\n\nEs una mejora muy interesante. Si la publicas la incluimos en FWH, gracias <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->[/quote:mu...
Button de ButtonBar desactivado
[ { "date": "2014-05-23", "forum": "FiveWin para Harbour/xHarbour", "text": "Biel,\n\nMuchas gracias <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "13:53", "topic": "Button de ButtonBar desactivado", "username": "Antonio Linares" ...
Button de ButtonBar desactivado
[ { "date": "2016-11-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nWorking on a use-login-system I noticed some problems\nWhy disabled buttons are showing with a different look ?\n\nIn case it is not possible to show the normal disabled-style of BTNBMP inside a buttonbar,\nI have to cha...
Button disabled looks different on folder and buttonbar
[ { "date": "2016-11-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Disabled look of TBtnBmp should be the same whether it is on window, buttonbar, or on a folder.", "time": "13:24", "topic": "Button disabled looks different on folder and buttonbar", "username": "nageswaragunupudi" }...
Button disabled looks different on folder and buttonbar
[ { "date": "2016-11-14", "forum": "FiveWin for Harbour/xHarbour", "text": "I added BtnBmp to a existing sample < TESTBTB.prg >with the same effect\n\n[img:vniklgzl]http&#58;//www&#46;pflegeplus&#46;com/IMAGES/Btndisabl2&#46;jpg[/img:vniklgzl]\n\n[code=fw:vniklgzl]<div class=\"fw\" id=\"{CB}\" style=\"fon...
Button disabled looks different on folder and buttonbar
[ { "date": "2017-03-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Btnbmp disabled on folderpages \nis showing only a grey area \n\nopen a dialog NOWAIT I need the button shown DISABLED\nand ENABLE again on dialog close.\n\n[img:1aibz3jl]http&#58;//www&#46;pflegeplus&#46;com/IMAGES/Btndisabl3&#46...
Button disabled looks different on folder and buttonbar
[ { "date": "2017-03-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe\n\nYou don't need to define a second ( disabled ) bitmap parameter ... just use your current bitmap and FiveWin manages the Disabled parameter.\n\nRick Lipkin", "time": "18:24", "topic": "Button disabled looks differen...
Button disabled looks different on folder and buttonbar
[ { "date": "2017-03-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick,\n\nthere is NO extra bitmap.\nAfter calling the dialog ( NOWAIT ), STEUER_B(oBtn2), the button is disabled. \n\nREDEFINE BTNBMP oBtn2 OF oFld:aDialogs[ 1 ] ;\nID 210 PIXEL ;\nBORDER ;\nPROMPT \" &Steuer \" + \" Berater \" ...
Button disabled looks different on folder and buttonbar
[ { "date": "2017-03-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe\n\nI use 2007 as well .. then add the Gradient as the last parameter .. doing it much like you but I use the GRADIENT parameter instead of the gradient codeblock..\n\n[code=fw:3caqgroj]<div class=\"fw\" id=\"{CB}\" style=\"fon...
Button disabled looks different on folder and buttonbar
[ { "date": "2017-03-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr Uwe\n\nPlease add 2007 clause to all BTNBMP defines and see. You should be able to see grayed bitmaps. Also add GDIP clause for better grayed painting.\n\nI confirm that grayed bitmap painting is not working on BtnBmp whether ...
Button disabled looks different on folder and buttonbar
[ { "date": "2017-03-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Test program:\n[code=fw:3gt7u1ka]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"fivewin.ch\"</span><br /><br /><span style=\"color:...
Button disabled looks different on folder and buttonbar
[ { "date": "2017-03-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Fixed and the fix is available in FWH 17.03.\nResults after fixing\n\n[url=https&#58;//imageshack&#46;com/i/pnoDSZulp:37ekujm0][img:37ekujm0]http&#58;//imagizer&#46;imageshack&#46;us/v2/xq90/923/oDSZul&#46;png[/img:37ekujm0][/url:...
Button disabled looks different on folder and buttonbar
[ { "date": "2017-03-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Rao\n\nIs the use of PIXEL needed with the GDIP clause ?\n[code=fw:3qq3fl15]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />@ <span style=\"color: #000000;\">440</span>,<span style=\"color: #000000;\">440</sp...
Button disabled looks different on folder and buttonbar
[ { "date": "2017-03-02", "forum": "FiveWin for Harbour/xHarbour", "text": "PIXEL clause is required to indicate that the nRow and nCol values in \"@ nRow,nCol\" are in pixels.\n\nYour REDEFINE command is okay as it is.\nIf you prefer GDIP rendering, please add the clause GDIP anywhere in the command.\nIf...
Button disabled looks different on folder and buttonbar
[ { "date": "2017-03-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr Nages,\ni have a problem to insert the value 2010 or 2013 or 2015 \nI saw on include I have this \n[code=fw:15izhnof]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">#xcommand @ <nRow>, <nCol> <span style=\"co...
Button disabled looks different on folder and buttonbar
[ { "date": "2007-07-03", "forum": "FiveWin for Harbour/xHarbour", "text": "On the latest FWH release, with the latest xHarbour, running in Vista. On a dialog, my buttons are the old boxy type although the rest of the dialog box sets to the Windows Vista theme. These are regular dialog buttons not bitma...
Button in Dialog not themed 7.05
[ { "date": "2007-07-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nPlease check that you are including WindowsXP.Manifest file in your resources, to get themes support", "time": "18:52", "topic": "Button in Dialog not themed 7.05", "username": "Antonio Linares" } ]
Button in Dialog not themed 7.05
[ { "date": "2007-07-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Thats the first thing I checked ... and it is there. The Dialog box and background is fine. The edit fields are dark boxes and the buttons are square boxes ...", "time": "20:44", "topic": "Button in Dialog not themed 7.0...
Button in Dialog not themed 7.05
[ { "date": "2007-07-03", "forum": "FiveWin for Harbour/xHarbour", "text": "OK ... in the .RC file there is also a reference to the manifest ... or their should be. However, I had updated the file using the Pelles resource compiler, and it eliminated that reference. \n\nI added it in with a text editor ...
Button in Dialog not themed 7.05
[ { "date": "2007-07-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim\n\nThere was an earlier post on a resource ( free ) editor from Resedit .. I have not used it in production .. here is the link if you would like to download and try.\n\n<!-- m --><a class=\"postlink\" href=\"http://www.resedi...
Button in Dialog not themed 7.05
[ { "date": "2008-08-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\r\n\r\nConsider sample \"GetBtn.prg\".\r\nNow, change line 5 from:\r\n[code:1oa0245c]local oWnd, cTest &#58;= \"Hello world!\"[/code:1oa0245c]to[code:1oa0245c]local oWnd, cTest &#58;= \"Hello world! ...
Button in GET problem
[ { "date": "2008-08-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Patrick,\r\n\r\nThe BUTTON is created as a child control of the GET, so you have to give the GET enough width so the text and the button don't overlay.", "time": "12:09", "topic": "Button in GET problem", "username": "...
Button in GET problem
[ { "date": "2008-08-23", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":28ya3sr8]The BUTTON is created as a child control of the GET, so you have to give the GET enough width so the text and the button don't overlay.[/quote:28ya3sr8]So you can only use a button in a GET when...
Button in GET problem
[ { "date": "2008-08-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Patrick,\r\n\r\nThe only way to get such behavior would be to find how to reduce the GET client area used to paint the text (if possible!).\r\n\r\nLets google for it <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-...
Button in GET problem
[ { "date": "2008-08-23", "forum": "FiveWin for Harbour/xHarbour", "text": "This seems as a possible solution: WM_NCCALCSIZE\r\n\r\n<!-- m --><a class=\"postlink\" href=\"http://msdn.microsoft.com/en-us/library/ms632634(VS.85\">http://msdn.microsoft.com/en-us/library/ms632634(VS.85</a><!-- m -->).aspx", ...
Button in GET problem
[ { "date": "2008-08-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Google is great <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\r\n\r\n<!-- m --><a class=\"postlink\" href=\"http://www.gipsysoft.com/articles/BuddyButton/\">http://www.gipsysof...
Button in GET problem
[ { "date": "2008-08-23", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":1eko1prr]Google is great <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n<!-- m --><a class=\"postlink\" href=\"http://www.gipsysoft.com/articles/Budd...
Button in GET problem
[ { "date": "2008-08-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Antonio,\r\n\r\n[img:2c657b22]http&#58;//geocities&#46;yahoo&#46;com&#46;br/qiinformatica2000/getbtn&#46;PNG[/img:2c657b22]\r\n\r\nYou can adjust this?\r\n\r\nThank´s\r\n\r\nRossine.", "time": "13:42", "topic": "Butt...
Button in GET problem
[ { "date": "2008-08-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Hey Rossine,\r\n\r\n[quote:286se09n][img:286se09n]http&#58;//geocities&#46;yahoo&#46;com&#46;br/qiinformatica2000/getbtn&#46;PNG[/img:286se09n]You can adjust this?\n[/quote:286se09n]\r\nThis is exact what we are talking about here...
Button in GET problem
[ { "date": "2008-08-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Patrick,\r\n\r\n>Most of my gets are horizontal scrollable. \r\n\r\nAs a user I would hate that. You can't see all the data; you have to scroll each GET one at a time.\r\n\r\nHere is what Alan Cooper has to say about horizontal sc...
Button in GET problem
[ { "date": "2008-08-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello James,\r\n\r\n[quote=\"James Bott\":3grwf6lc]>Most of my gets are horizontal scrollable. \nAs a user I would hate that. You can't see all the data; you have to scroll each GET one at a time.[/quote:3grwf6lc]I disagree. Lets ...
Button in GET problem
[ { "date": "2008-08-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Patrick,\r\n\r\nWe are already working on it to provide a fix asap using those urls info <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\r\n\r\nJames advise is very clever, but w...
Button in GET problem
[ { "date": "2008-08-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Patrick:\r\n\r\nI use the BtnGet class and that problem I have solved with the MULTI-LINE property YES\r\n\r\nPls, try this, I hope this can help you.\r\n\r\nBest regards", "time": "20:18", "topic": "Button in GET problem"...
Button in GET problem
[ { "date": "2008-08-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Patrick,\r\n\r\n>I disagree. Lets say you have an address line on your form. You never know how many characters you need for a address line. So, you make the GET that holds the address line extra wide? Hmm.. design-wise? Not a goo...
Button in GET problem
[ { "date": "2008-08-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\r\nI have the same design as James.\r\nBut many times users ask why the line I that long and you can’t fill in more than a certain number of characters.\r\nSure you have to make the line a bit longer. There is a difference ...
Button in GET problem
[ { "date": "2008-08-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi all\r\n\r\nI agree with James that horizontally scrolling GETs are ugly and confusing for the end user. They waste time during data input. Its interesting that if one is using xBase data files the problem shouldn't normally e...
Button in GET problem
[ { "date": "2008-08-24", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":3kc3u3ix]We are already working on it to provide a fix asap using those urls info <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->[/quote:3kc3u3ix]\r\nT...
Button in GET problem
[ { "date": "2008-08-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Hey James,\r\n\r\n[quote=\"James Bott\":m2l0dfff]>I disagree. Lets say you have an address line on your form. You never know how many characters you need for a address line. So, you make the GET that holds the address line extra w...
Button in GET problem
[ { "date": "2008-08-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Patrick,\r\n\r\nOK, after seeing your screen perhaps I misunderstood what you were describing. I thought that you were saying that all your GETs were too short for the typical entry so one could not see the entire entry for any of...
Button in GET problem
[ { "date": "2008-08-24", "forum": "FiveWin for Harbour/xHarbour", "text": "I tried something like that but somewhere is a mistake I can’t find out:\r\n\r\n@ 2, 2 GET oGet VAR cTest SIZE nWidth, 22 ON CHANGE (nLaenge := oGet:GetWidth(ALLTRIM(cTest)),;\r\nIif(nLaenge > nWidth,( oGet:nWidth( nLaenge + 5 )...
Button in GET problem
[ { "date": "2007-01-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Everybody,\n\nIs it possible to place a button in the title bar of either a window or a dialog?\n\n\nThanks,\n\nJeff", "time": "04:04", "topic": "Button in Window/Dialog Title bar", "username": "Jeff Barnes" } ]
Button in Window/Dialog Title bar
[ { "date": "2012-05-18", "forum": "FiveWin for Harbour/xHarbour", "text": "I encountered a strange problem with FWH 12.04 that does not exist in previous versions.\n\nOn my main( ) program, I create a window with a button bar ( oBar ). When I open a dialog, I will hide() the bar. When I return from the...
Button labels changing font size
[ { "date": "2012-05-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Has anyone else seen this occur in 12.04 ?", "time": "16:30", "topic": "Button labels changing font size", "username": "TimStone" } ]
Button labels changing font size
[ { "date": "2012-05-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Can you post a little sample showing the problem?\n\nEMG", "time": "17:40", "topic": "Button labels changing font size", "username": "Enrico Maria Giordano" } ]
Button labels changing font size
[ { "date": "2012-05-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Actually, no. It doesn't lend itself to that.\n\nThe steps are:\n\n1) In the Main( ) window, a button bar is created, called oReBar. Buttons are added to it.\n2) When a dialog is ACTIVATEd, ON INIT includes oReBar:Hide( ).\n3)...
Button labels changing font size
[ { "date": "2012-05-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Tim,\n\nI couldn't detect any problem :\n\n[img:3407gz9q]http&#58;//www&#46;pflegeplus&#46;com/pictures/BBart1&#46;jpg[/img:3407gz9q]\n\n[code=fw:3407gz9q]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /...
Button labels changing font size
[ { "date": "2012-05-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe\n\nAlong those same lines .. I am seeing my Buttonbar with version 1203 just become un-responsive when I click on a button from a MDI buttonbar to a mdichild .. close the mdichild and from time to time the oBar seems like it i...
Button labels changing font size
[ { "date": "2012-05-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Here is a small section of how I implemented this ...\n\n[code=fw:3gemqrtd]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br />        <span style=\"color: #B900B9;\">// Now open the window and apply settin...
Button labels changing font size
[ { "date": "2012-05-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nPlease replace this line:\n\noWnd:oFont := oMfont\n\nwith:\n\noWnd:SetFont( oMfont )\n\nas Fonts use (internal) counters to reuse them. If you assign it as you were doing it, the counter is not increased, but it is decreas...
Button labels changing font size
[ { "date": "2012-05-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you. Its working fine now.", "time": "16:00", "topic": "Button labels changing font size", "username": "TimStone" } ]
Button labels changing font size
[ { "date": "2012-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Well, I guess it is NOT working fine now.\n\nHere is the problem. If I simply open a dialog, then the error does not occur. HOWEVER, if I then set the focus to an xBrowse, and scroll down it, then leave the dialog, the problem ...
Button labels changing font size
[ { "date": "2012-06-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Bumping this up ... it is still unresolved ( see last comment please ).\n\nThanks !", "time": "19:11", "topic": "Button labels changing font size", "username": "TimStone" } ]
Button labels changing font size
[ { "date": "2012-06-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nHow do you create oMfont ?", "time": "19:32", "topic": "Button labels changing font size", "username": "Antonio Linares" } ]
Button labels changing font size
[ { "date": "2012-06-25", "forum": "FiveWin for Harbour/xHarbour", "text": "oMFont is declared as a Public in the MAIN() module\n\nIt is set only once, and never changed, using:\n\n\t\tcSysFont := GetSysFont( )\n\t\tDEFINE FONT oMfont NAME cSysFont SIZE 0,-12 BOLD\n\nAll dialogs then have FONT oMFont in ...
Button labels changing font size
[ { "date": "2012-06-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nAre you calling oMFont:End() somewhere in your code ?\n\nClass TFont objects use a counter, so they can be shared among several objects (dialogs, controls, etc). When the counter (cCount) reaches zero then the font is real...
Button labels changing font size
[ { "date": "2012-06-25", "forum": "FiveWin for Harbour/xHarbour", "text": "I will track that. Nope .. I don't issue oMfont:end() anywhere ... \n\nThanks for the info.\n\nTim", "time": "20:02", "topic": "Button labels changing font size", "username": "TimStone" } ]
Button labels changing font size
[ { "date": "2016-12-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi everyone\n\nI need to put a Button calling xAction on a cell in xBrowse\n\n\nI have an array like this\n\n1 - Normal - DoNormal()\n2 - Special - DoSpecial()\n3.- Green - DoGreen()\n\nI need to put a button on 3rd column...
Button on a cell in xbrowse
[ { "date": "2016-12-16", "forum": "FiveWin for Harbour/xHarbour", "text": "This will give a buttun :\n\n[code=fw:1u0vf5ic]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />   WITH OBJECT oData<br /><br />      WITH OBJECT :<span style=\"color: #000000;\">oCol</span><span style=\"color...
Button on a cell in xbrowse
[ { "date": "2016-12-17", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:3buekwif]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />oBrw:<span style=\"color: #000000;\">aCols</span><span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">3</span> <span s...
Button on a cell in xbrowse
[ { "date": "2016-12-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Very good for option, saludos... <!-- s:shock: --><img src=\"{SMILIES_PATH}/icon_eek.gif\" alt=\":shock:\" title=\"Shocked\" /><!-- s:shock: -->", "time": "01:33", "topic": "Button on a cell in xbrowse", "username": "j...
Button on a cell in xbrowse
[ { "date": "2016-12-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks.. \n\n...trying it", "time": "02:35", "topic": "Button on a cell in xbrowse", "username": "Adolfo" } ]
Button on a cell in xbrowse
[ { "date": "2020-04-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi, all !\n\nCan I put a button on the xbrowse column header ?", "time": "10:44", "topic": "Button on the xbrowse column", "username": "Natter" } ]
Button on the xbrowse column
[ { "date": "2020-04-12", "forum": "FiveWin for Harbour/xHarbour", "text": "You can put a bitmap though not a button.\nYou can use bLClickHeader to check the key and take action", "time": "14:18", "topic": "Button on the xbrowse column", "username": "nageswaragunupudi" } ]
Button on the xbrowse column
[ { "date": "2020-04-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr. Rao thank you for your help. \nYes, the button on the column header (a la Excel) would be more convenient. But if this is not possible I will use bitmap", "time": "15:57", "topic": "Button on the xbrowse column", "...
Button on the xbrowse column
[ { "date": "2007-01-20", "forum": "FiveWin for Pocket PC", "text": "Antonio\n\nAny progress on showing tooltips for buttons ?\n\nThanks\n\nRichard", "time": "19:12", "topic": "Button tooltips", "username": "Richard Chidiak" } ]
Button tooltips
[ { "date": "2007-01-20", "forum": "FiveWin for Pocket PC", "text": "Richard,\n\nWe expect to have them ready for next build", "time": "19:21", "topic": "Button tooltips", "username": "Antonio Linares" } ]
Button tooltips
[ { "date": "2009-03-09", "forum": "FiveWin for Harbour/xHarbour", "text": "The buttons on a gradient-brushed dialog have a outsided rectangle with the color from the 0,0 point of the dialog and shows not transparency. Any solution?\n\n[img:3u0pal5h]http&#58;//byte-one&#46;com/button&#46;jpg[/img:3u0pal5h...
Button transparency
[ { "date": "2009-03-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Günther,\n\nthere was a discussion some month ago, the conclusion was, as far as I can remember, that this is normal windows behavior. Some MS-programs show this effect too.", "time": "09:48", "topic": "Button transparency...
Button transparency
[ { "date": "2010-04-22", "forum": "FiveWin for Pocket PC", "text": "I need to create a button that appears the number in the Edit / Combo active (focus) and the focus remains on the Edit / As. For example button \"1\", When I click on this button will display the number 1 in the Edit / Combo active (Just...
Button without focus
[ { "date": "2010-04-25", "forum": "FiveWin for Pocket PC", "text": "Fabio,\n\nYou can give the focus to any control doing:\n\noControl:SetFocus()\n\ni.e.:\n\noGet:SetFocus()", "time": "09:31", "topic": "Button without focus", "username": "Antonio Linares" } ]
Button without focus
[ { "date": "2010-04-30", "forum": "FiveWin for Pocket PC", "text": "Hi Fabio,\n\nThis might also help. I had to have a larger input screen for numbers in my application.\nThe code below allows the user to click a number then the focus automatically switches to the next get.\n\n\n[code=fw:10yhwrf0]<div cl...
Button without focus
[ { "date": "2010-05-10", "forum": "FiveWin for Pocket PC", "text": "After searching the forum I found two solutions The first is using a fake __keyboard and the other is manipulating the data with a function. See below:\n\nFirst Solution with a \"fake\" __keyboard():\n[code=fw:1nwuerwc]<div class=\"fw\" ...
Button without focus
[ { "date": "2009-08-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nI started with the new Vtitle-Class and added Button-Actions :\n\n[img:1vfnnxan]http&#58;//www&#46;pflegeplus&#46;com/pictures/Vtitle10&#46;jpg[/img:1vfnnxan]\n\nAs a Standard, it is not included.\nI used [color=#FF0000:...
Button-Actions added to new Class VTitle FWH 9.07
[ { "date": "2009-08-10", "forum": "FiveWin for Harbour/xHarbour", "text": "I tested Titles with different Dialog-Backgrounds.\nThere seems to be a Shadow-problem with Image-Background.\nAll other Backgrounds are working.\n\n[img:ttqpjhp0]http&#58;//www&#46;pflegeplus&#46;com/pictures/Vtitle11&#46;jpg[/im...
Button-Actions added to new Class VTitle FWH 9.07
[ { "date": "2009-08-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe,\n\nNice contribution <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) --> We should implement it as a new method of the Class TTitle\n\nWe are going to check the shadow issue, th...
Button-Actions added to new Class VTitle FWH 9.07
[ { "date": "2009-08-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, Can Give you an idea ?\n\nI made on my Painttitle class also animation bitmaps.....", "time": "20:21", "topic": "Button-Actions added to new Class VTitle FWH 9.07", "username": "Silvio" } ]
Button-Actions added to new Class VTitle FWH 9.07
[ { "date": "2009-08-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nall Tests with [color=#FF0000:3l3c8mr0]oTitle:lTransparent := .T.[/color:3l3c8mr0]\nImage-Background :\n\n[img:3l3c8mr0]http&#58;//www&#46;pflegeplus&#46;com/pictures/vtitle12&#46;jpg[/img:3l3c8mr0]\n\nTesting all poss...
Button-Actions added to new Class VTitle FWH 9.07
[ { "date": "2009-08-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Uwe...\n\ni think that it is correct way\nwe need convert image to brush\n[code=fw:8md7xb8y]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">FUNCTION</span> DL_IMAGE<span...
Button-Actions added to new Class VTitle FWH 9.07
[ { "date": "2009-08-24", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"ukoenig\":3g2a7oux]I tested Titles with different Dialog-Backgrounds.\nThere seems to be a Shadow-problem with Image-Background.\nAll other Backgrounds are working.\n\n[img:3g2a7oux]http&#58;//www&#46;pflegeplus&#46;com/p...
Button-Actions added to new Class VTitle FWH 9.07
[ { "date": "2009-09-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nI noticed, using :\n\nREDEFINE BUTTONBMP oBtn1 ID 110 OF oFld:aDialogs[1] ;\nACTION MsgAlert(\"Test\" ) ;\nBITMAP aPICTURES[1][3] PROMPT aBTNTEXT[1][1] [color=#FF0000:2agipd9n]TEXTRIGHT[/color:2agipd9n]\noBtn1:cToolTip...
Button-Text not adjusted to BMP (TEXTRIGHT) ?
[ { "date": "2015-01-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nI needed a button-group that works like radios.\nThe position of the selected button is saved to a INI.\nAfter a new start, the saved button shows the status ( selected image ).\nThat all works like a radio, but with a v...
Button-group RADIO-style
[ { "date": "2015-01-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe,\n\nYou could use a group of TBitmap controls and keep track of all them using an array.\n\nBut not sure if you can make a TBitmap control paint as a circle.\n\nhave you ever tried it ? <!-- s:-) --><img src=\"{SMILIES_PATH}/i...
Button-group RADIO-style
[ { "date": "2015-01-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nthank You for the info,\nI will have a closer look at this solution and tell about the result.\n\nbest regards\nUwe <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->", ...
Button-group RADIO-style
[ { "date": "2015-01-26", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:4wsxyq23]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"fivewin.ch\"</span><br /><span style=\"color: #00D7D7;\">#define</...
Button-group RADIO-style
[ { "date": "2015-01-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr. Rao,\n\nTrying the function, there was a problem painting the buttons ( only a visible border ).\nI found another possible solution with a visible focus :\n\nDifferent button-styles :\n1. coloed buttons\n2. buttons with image ...
Button-group RADIO-style
[ { "date": "2015-01-28", "forum": "FiveWin for Harbour/xHarbour", "text": "we should never use loop variables in codeblock created inside a loop. We should use detached variable concept. you can find many examples.\n\nI provided an approach in my sample. you can improve upon it to your taste", "time...
Button-group RADIO-style
[ { "date": "2006-04-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola a todos.\n\nEstoy empezando a pasar mi primera aplicación a 32 bits- así que a partir de ahora os daré un poco la lata- y tengo algunos problemas con los botones:\n\nQuiero eliminar de los diálogos los botones Borland y sust...
ButtonBMP
[ { "date": "2006-04-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Sebastián,\n\nRevisa el ejemplo samples\\TestBuBm.prg", "time": "10:45", "topic": "ButtonBMP", "username": "Antonio Linares" } ]
ButtonBMP
[ { "date": "2006-04-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio, eso fué lo primero que miré.\n\nHe comprobado que si el BMP del botón está en un fichero sale bien, pero si está en la librería de recursos, aun siendo el mismo dibujo, sale como si estuviera pulsado.\n\nEs decir\n REDE...
ButtonBMP
[ { "date": "2006-04-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Sebastian,\n\nAqui tienes un ejemplo funcionando correctamente usando un bitmap desde recurso:\n<!-- m --><a class=\"postlink\" href=\"http://hyperupload.com/download/018caba742/test.zip.html\">http://hyperupload.com/download/018...
ButtonBMP