messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2012-02-21", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"Francisco Horta\":syyabk5y]Parece que ya solucioné modificando la clase Destroy() de la xbrowse agregando estas lineas, \n\n if ::oBrush:hBitmap != 0 .and. ValType( ::oBrush:Cargo ) == 'N'\n DeleteObject( ::oBrush...
Brush en Browse
[ { "date": "2012-02-21", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"FranciscoA\":24kkchw3]\nEstos no los elimina: \n DEFINE BRUSH oBrush FILENAME cBrush \n DEFINE FONT oFont NAME \"MS SANS SERIF\" SIZE 0, -10 BOLD \n DEFINE FONT oFont2 NAME \"MS SANS SERIF\" SIZE 0, -14 BOLD \n ...
Brush en Browse
[ { "date": "2012-02-21", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio,\nGracias por tu apoyo..\nprobando la clase tfolderex de mi sistema le asigno font y estas se quedaban en memoria\nlo soluciones corrigiendo el metodo Destroy()\n\n METHOD Destroy() INLINE AEval( ::aBitmaps, {| hBmp, nI...
Brush en Browse
[ { "date": "2012-02-22", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio,\n\n¿ Podrías, por favor, decirme qué significa \"más veces de las debidas\" en: \n\n[quote=\"Antonio Linares\":3j0yfotj]\nSi no se eliminan es porque se han asignado más veces de las debidas...\n[/quote:3j0yfotj] ?\n\n\n...
Brush en Browse
[ { "date": "2008-05-07", "forum": "FiveWin para Harbour/xHarbour", "text": "Buen día,\r\n\r\nPretendo usar Pages en mi aplicación pero me encuentro que no puedo colocar un brush a los mismos.\r\n\r\nHice todo lo que ví comentado en el foro pero sigue saliendo con el fondo blanco.\r\n\r\nComo uso recursos...
Brush en Pages
[ { "date": "2008-05-07", "forum": "FiveWin para Harbour/xHarbour", "text": "Rolando,\r\n\r\nCada página del control TPages es un diálogo, por lo que podrías asignarle el brush a cada uno de ellos:\r\n\r\nAEval( oPages:aDialogs, { | oDlg | oDlg:SetBrush( oBrush ), oDlg:Refresh() } )", "time": "13:07",...
Brush en Pages
[ { "date": "2008-05-07", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio,\r\n\r\nGracias por responder, pero no funciona, sigue igual.\r\n\r\nLo solucioné poniendo un say que cubra todo en cada dialog de la Pages. Lo definí como NO Transparente y, al resto de los controles los definí como tran...
Brush en Pages
[ { "date": "2021-03-19", "forum": "FiveWin para Harbour/xHarbour", "text": "Cristóbal buenas tardes, que pena molestar.\n\nPero quería saber si se puede usar una imagen \"brush\" como fondo en un panel de tu clase.\n\nDe antemano gracias.", "time": "00:21", "topic": "Brush en TDockPnel", "use...
Brush en TDockPnel
[ { "date": "2021-03-19", "forum": "FiveWin para Harbour/xHarbour", "text": "Leandro, no es molestia. Es muy sencillo\n\n[code=fw:2aq1cyqy]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nbsp; &nbsp; &nbsp; :<span style=\"color: #000000;\">SetCtrlsPnel</span><span style=\"color: #00...
Brush en TDockPnel
[ { "date": "2021-03-23", "forum": "FiveWin para Harbour/xHarbour", "text": "Amigo, muchas gracias por responder.\n\nFunciona de maravilla, era lo que necesitaba.\n\nPero ahora me surge otra pregunta <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \...
Brush en TDockPnel
[ { "date": "2021-03-23", "forum": "FiveWin para Harbour/xHarbour", "text": "Leandro, prueba con esto a ver\n\n[code=fw:1syh55js]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />      :<span style=\"color: #000000;\">SetCtrlsPnel</span><span style=\"color: #000000;\">&#40;</span> <spa...
Brush en TDockPnel
[ { "date": "2007-10-26", "forum": "FiveWin para Harbour/xHarbour", "text": "Una preguntilla....\n\nTengo una dialog dentro de una función que se define así:\n[code:o1qfs0ca]\nDEFINE DIALOG oDlg RESOURCE \"DLG_PAGE\" TITLE cTitulo\n\t\tREDEFINE SAY oSay&#91;1&#93; PROMPT cId ID 200 OF oDlg\n REDEFIN...
Brush en dialog con page
[ { "date": "2007-10-26", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Jose\n\nPrueba asi :\n\noPage:aDialogs[1]:SetBruhs( oBrush ) \noPage:aDialogs[1]:lTransparent := .t. \n\nSaludos", "time": "15:35", "topic": "Brush en dialog con page", "username": "Raymundo Islas M." } ]
Brush en dialog con page
[ { "date": "2007-10-26", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"Raymundo Islas M.\":1yig30zt]Hola Jose\n\nPrueba asi :\n\noPage:aDialogs[1]:SetBruhs( oBrush ) \noPage:aDialogs[1]:lTransparent := .t. \n\nSaludos[/quote:1yig30zt]\n\nGracias Ray por tu respuesta, lo probé así:\n\n[code:...
Brush en dialog con page
[ { "date": "2007-10-26", "forum": "FiveWin para Harbour/xHarbour", "text": "[code:1czqy6j1]\n LOCAL oBrush\n\n DEFINE BRUSH oBrush FILE \"MIBITMAP&#46;BMP\"\n\n DEFINE DIALOG oDlg RESOURCE \"DLG_PAGE\" TITLE cTitulo ;\n BRUSH oBrush TRANSPARENT\n[/code:1czqy6j1]", "time": "18:42", ...
Brush en dialog con page
[ { "date": "2007-10-26", "forum": "FiveWin para Harbour/xHarbour", "text": "Jose, tienes razon.\n\nAlgo esta pasando, el codigo que te mande funciona correctamente en la version anterior que usaba ( 2.7 ), estoy probando el nuevo update ( 7.10) y mis pantallas perdieron la transparencia en los pages.\n\n...
Brush en dialog con page
[ { "date": "2007-10-27", "forum": "FiveWin para Harbour/xHarbour", "text": "Con la 7.01 es lo mismo que es la que yo tengo.\n\nAntonio,\n\nAlguna solución?", "time": "00:44", "topic": "Brush en dialog con page", "username": "jose_murugosa" } ]
Brush en dialog con page
[ { "date": "2007-10-27", "forum": "FiveWin para Harbour/xHarbour", "text": "Raymundo,\n\nPuedes por favor comparar el código fuente de TPages en la 2.7 y en la 7.10 ? gracias", "time": "10:39", "topic": "Brush en dialog con page", "username": "Antonio Linares" } ]
Brush en dialog con page
[ { "date": "2007-10-27", "forum": "FiveWin para Harbour/xHarbour", "text": "Master Antonio :\n\nExiste una Linea con diferencias en el Metodo Redefine :\n\n\nEn la version 2.7 esta asi :\n\nDEFAULT nOption := 1, oFont := ::GetFont()\n\n\ny en la 7.10 :\n\nDEFAULT nOption := 1, oWnd := GetWndDefault(), oF...
Brush en dialog con page
[ { "date": "2007-10-27", "forum": "FiveWin para Harbour/xHarbour", "text": "Raymundo,\n\nGracias. Es lo que suponía: no hay cambios en TPages.\n\nPuedes probar a quitar el cero que añadimos en window.prg en el método EndPaint() y probar tu aplicación ? gracias,\n[code:7ma71wuj]\n METHOD EndPaint&#40;&#...
Brush en dialog con page
[ { "date": "2007-10-27", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio\n\nSigue igual, pero ahora perdi el look 2007 en el menu, la barra de mensajes sigue bien.\n\nAhora, me estoy dando cuenta de algo :\n\nPara dar la apariencia XP estoy usando un archivo con el mismo nombre del ejecutable ...
Brush en dialog con page
[ { "date": "2007-10-27", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"Raymundo Islas M.\":cwqd46gm]Antonio\n\nSigue igual, pero ahora perdi el look 2007 en el menu, la barra de mensajes sigue bien.\n\nAhora, me estoy dando cuenta de algo :\n\nPara dar la apariencia XP estoy usando un archi...
Brush en dialog con page
[ { "date": "2009-03-26", "forum": "FiveWin for Harbour/xHarbour", "text": "I assign a Brush to the main window of my application. The window is opened to a defined size. If my client clicked on the Maximize button, in the past the BMP would simply stretch to the size of the window as displayed on the ...
Brush in 8.12 Window
[ { "date": "2009-03-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Tim,\n\nI understand, that You are using a Image as a Background.\nIt doesn't matter, if it comes as a file from disk, or from resource.\nBoth solutions : Fill background with a Image or Tiled.\n\n[code=fw:s3d6kk4m]<div clas...
Brush in 8.12 Window
[ { "date": "2009-03-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank You.", "time": "16:58", "topic": "Brush in 8.12 Window", "username": "TimStone" } ]
Brush in 8.12 Window
[ { "date": "2009-03-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Uwe,\n\ntrying hard to reconstruct your example, but something is wrong, the background is always grey. Here is the source:\n\n[code=fw:3l7vc7eg]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"c...
Brush in 8.12 Window
[ { "date": "2009-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Frank,\n\nanother way to display a Background-Image without extra Function :\n( Freeimage.dll is used )\n\n[code=fw:hmbbpdgy]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;...
Brush in 8.12 Window
[ { "date": "2009-04-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe,\n\nthank you very much for the help, both methods are working for me <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \n\nDo you have an explanation why it doesn't work ...
Brush in 8.12 Window
[ { "date": "2009-04-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Frank,\n\nBackground-defines are working different with MDI-Windows.\nIf You use MDI, the used Function from above shows a Grey background.\n\n[code=fw:3vdjlvq9]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"...
Brush in 8.12 Window
[ { "date": "2009-04-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Uwe,\n\nTHX for your assistance. <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) --> \n\nI've made some more testing and here is the working sample for both SDI and MDI:\n\n[code...
Brush in 8.12 Window
[ { "date": "2009-05-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Tim,\n\nI think maybe [color=#FF0000:3b39xh79]hDC[/color:3b39xh79] is defined a few times without a Release.\n\nYou don't need [color=#FF0000:3b39xh79]hDC := oWnd:GetDC() [/color:3b39xh79]to define inside the main-Window\n\...
Brush in 8.12 Window
[ { "date": "2009-05-21", "forum": "FiveWin for Harbour/xHarbour", "text": "A strange thing has been happening.\n\nI'm using your original solution ( top of thread ) and it seems to work. However, after awhile using the program, which is all SDI ( Dialogs ), when someone returns to the MAIN( ) window, th...
Brush in 8.12 Window
[ { "date": "2009-05-22", "forum": "FiveWin for Harbour/xHarbour", "text": "LOCAL hDC was not included... we'll see if that improves the situation. Thank you.", "time": "16:11", "topic": "Brush in 8.12 Window", "username": "TimStone" } ]
Brush in 8.12 Window
[ { "date": "2006-02-12", "forum": "FiveWin for Harbour/xHarbour", "text": "OK ... When using the Brush in Dialog option its nice, except the folders do not show the brush.\n\nGoing further, if I use this option, then BMPGET will show a black field with the bitmap, and if I use the bitmap as a button to s...
Brush in dialog problem continues
[ { "date": "2006-02-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nPlease try samples\\TestFldb.prg for a working sample of folders with background bitmapped brushes.\n\nFor non standard FWH controls, like the BTNGET you mention, please add its class name in dialog.prg, here:\n\n if ::l...
Brush in dialog problem continues
[ { "date": "2006-02-13", "forum": "FiveWin for Harbour/xHarbour", "text": "OK ... that fixed the GET issue ... \n\nStill no bitmap background on the folders ( see other thread ).\n\nTim", "time": "16:32", "topic": "Brush in dialog problem continues", "username": "TimStone" } ]
Brush in dialog problem continues
[ { "date": "2012-07-10", "forum": "FiveWin for Harbour/xHarbour", "text": "I use a brush background on my screens that is a cloud bmp. It has worked fine for a long time.\n\nI was defining the brush each time I defined a dialog, and that seemed like a huge waste. So I declared the brush in the main( ) ...
Brush issue
[ { "date": "2012-07-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nmaybe test it like :\n\nDEFINE BRUSH oBrush1 COLOR 14853684\n[color=#0000FF:383bn7w0]DEFINE BRUSH oBrush2 FILENAME c_path + \"\\Images\\Stone.bmp\"[/color:383bn7w0]\n\n// You can test, if the Brush still exists. \n// wit...
Brush issue
[ { "date": "2012-07-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nBrushes also use a counter to share them between different objects.\n\nHow are you assigning it ? Must use <oObj>:SetBrush( oBrush )", "time": "13:52", "topic": "Brush issue", "username": "Antonio Linares" } ...
Brush issue
[ { "date": "2012-07-11", "forum": "FiveWin for Harbour/xHarbour", "text": "This is getting urgent\n\nI use one Brush in my system for ALL dialogs.\n\nIn the past, I used the following code in every function that had a dialog:\n\n DEFINE BRUSH oBrush RESOURCE \"SKY\"\n DEFINE DIALOG oDlg RESOURCE \"PR...
Brush issue
[ { "date": "2012-07-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\ndid You test it the way I posted above ?\nI never had any problems.\n\nDEFINE DIALOG oDlg RESOURCE \"PRO100M\" TRANSPARENT OF oWnd FONT oWnd:oFont\n[color=#FF0000:3s8s7c0h]// oDlg:SetBrush( oBrush )[/color:3s8s7c0h]\n\n[co...
Brush issue
[ { "date": "2012-07-11", "forum": "FiveWin for Harbour/xHarbour", "text": "I changed it to your style and now its even worse. \n\nI'll have to go back and see what else I can do.\n\nI think I'll revert it back to what I had originally with no problems.\n\nTim", "time": "21:35", "topic": "Brush ...
Brush issue
[ { "date": "2012-07-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nI don't know, why the brush gets lost.\nAnother solution could be to define the brush LOCAL :\n\n\nFUNCTION Main()\nLOCAL [color=#FF0000:3jdj2881]oBrush2[/color:3jdj2881] \n\nc_path := GETCURDIR() \n\nDEFINE BRUSH [color...
Brush issue
[ { "date": "2012-07-11", "forum": "FiveWin for Harbour/xHarbour", "text": "That is what I'm doing right now. I'll see if that resolves the problem.\n\nTim", "time": "22:18", "topic": "Brush issue", "username": "TimStone" } ]
Brush issue
[ { "date": "2012-07-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nI just use the BRUSH argument in the REDEFINE for a dialog created in a resource.", "time": "01:07", "topic": "Brush issue", "username": "TimStone" } ]
Brush issue
[ { "date": "2012-07-12", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"TimStone\":2ig95gpl]SKY is a bitmap ( clouds ) stored in my .res file that is linked to the program.[/quote:2ig95gpl]\n\nPlease open the \"Memory options\" of your bitmap (if you are using BRW) and remove the check from D...
Brush issue
[ { "date": "2012-07-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nSomewhere in your app, your brush counter is decreasing down to zero and so the brush is released.\n\nPlease place a log in your app when you return from a certain option and check the brush counter:\n\nLogFile( \"brushes....
Brush issue
[ { "date": "2012-07-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nHere is where it gets interesting, and very strange.\n\nI started monitoring oBrush:ncount. I initialize the public object oBrush, then I increment it 5 times, so nCount should be 6. I enter a function, so some work,...
Brush issue
[ { "date": "2012-07-21", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote:2e8sfbpb]So I declared the brush in the main( ) routine as a public object, and then refer to it with every dialog.\n[/quote:2e8sfbpb]\nThis should work correctly as expected.\nOne possibility is that you might have forgott...
Brush issue
[ { "date": "2012-07-22", "forum": "FiveWin for Harbour/xHarbour", "text": "It was all very confusing, but in the end, only two clients had problems, and they were with older machines. One was using XP Home. He replaced his computer with a new box and has no further problems.\n\nI made enough changes, a...
Brush issue
[ { "date": "2012-07-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim\n\nI am doing my best to try to stop using Static variables in all my routines .. even though many of my routines are single .prg with multiple Static Functions that would lend themselves to Static variables.\n\nI have found u...
Brush issue
[ { "date": "2012-07-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick - with respect, that sounds crazy, you should be using classes and objects for MDI\nEach of our MDI windows is a separate object of a \"form\" class, which automatically then ensures each form is totally independent of others...
Brush issue
[ { "date": "2006-02-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nIt looks like a great idea, but I'm having a problem with using the brush on the dialog.\n\nFirst, the sample builds fine.\n\nHowever, from the ppo file:\n\n oBrush := TBrush():New(,,,\"Sky\" )\n\n DEFINE DIALOG oDi...
Brush on Dialog
[ { "date": "2006-02-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nPlease check that you are using the new and modified dialog.ch that comes with FWH 2.7 February.", "time": "10:04", "topic": "Brush on Dialog", "username": "Antonio Linares" } ]
Brush on Dialog
[ { "date": "2006-02-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nThe new FWH is installed by itself. I rename the old directory and thus the newest download is always just the set of files you included. There is no other copy of dialog.ch in play.\n\nActually, it is the TRANSPAREN...
Brush on Dialog
[ { "date": "2006-02-10", "forum": "FiveWin for Harbour/xHarbour", "text": "I found another instance of DIALOG.CH in hiding ... its running fine now.\n\nWe have very warm and very very dry weather here right now and that doesn't always help the thought process.\n\nTim", "time": "18:53", "topic": "...
Brush on Dialog
[ { "date": "2006-02-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nglad to know you solved it", "time": "19:04", "topic": "Brush on Dialog", "username": "Antonio Linares" } ]
Brush on Dialog
[ { "date": "2006-02-12", "forum": "FiveWin for Harbour/xHarbour", "text": "I have a screen with folders, and the background for the dialog will display the bitmap, but not the folders. Here is the code:\n\n // Create the dialog box for editing\n DEFINE BRUSH oBrush RESOURCE \"SKY\"\n DEFINE DIALOG...
Brush on Dialog
[ { "date": "2006-02-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nTry to remove the OF oWnd from here:\n\nDEFINE DIALOG oWdlg1 RESOURCE \"PRO1000\" BRUSH oBrush transparent FONT oWnd:oFont TITLE cTitle", "time": "01:00", "topic": "Brush on Dialog", "username": "Antonio Linare...
Brush on Dialog
[ { "date": "2006-02-13", "forum": "FiveWin for Harbour/xHarbour", "text": "OK ... removing the reference does not help ... I tried again this morning because I experimented with that yesterday.\n\nI've looked for other files that might be in the path that could cause an issue. I don't see any, but perha...
Brush on Dialog
[ { "date": "2006-02-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nCould you please test samples\\TestFldb.prg and confirm if folders look ok with the background bitmap ? Thanks", "time": "23:04", "topic": "Brush on Dialog", "username": "Antonio Linares" } ]
Brush on Dialog
[ { "date": "2006-02-14", "forum": "FiveWin for Harbour/xHarbour", "text": "I stated in my very first post in this thread that the sample builds fine.\n\nMy problem is that my code is basically identical to the sample, so it should also work fine.\n\nObviously something is missing here.\n\nWhich .prg and ...
Brush on Dialog
[ { "date": "2023-02-08", "forum": "FiveWin for Harbour/xHarbour", "text": "I made \n\n[code=fw:2k36pgr6]<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: #00...
Brush on btnbmp with color
[ { "date": "2023-02-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Intente ahora:\n\n[code=fw:3mobqd8s]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">// \\SAMPLES\\SILFLDCR.PRG</span><br /><br /><span style=\"color: #00D7D7;\">#Include</span>...
Brush on btnbmp with color
[ { "date": "2023-02-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Silvio, part II:\n\n[code=fw:1lq9wll0]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">// \\SAMPLES\\SILFLDCR.PRG = Part II</span><br /><br /><span style=\"color: #00D7D7;\">#In...
Brush on btnbmp with color
[ { "date": "2023-02-09", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"karinha\":gvvw4bl6]Silvio, part II:\n\n[code=fw:gvvw4bl6]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">// \\SAMPLES\\SILFLDCR.PRG = Part II</span><br /><br /><span s...
Brush on btnbmp with color
[ { "date": "2023-02-09", "forum": "FiveWin for Harbour/xHarbour", "text": "I liked this model.\n\n[url:boyld17z]https&#58;//imgur&#46;com/KufhpL0[/url:boyld17z]\n\n[img:boyld17z]https&#58;//i&#46;imgur&#46;com/KufhpL0&#46;png[/img:boyld17z]\n\nRegards, saludos.", "time": "14:50", "topic": "Brush ...
Brush on btnbmp with color
[ { "date": "2023-02-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Hay algo errado.\n\n[url:2w46a1ja]https&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=37314&hilit=bColorMap&start=30&sid=67223e9a38d3804f1ad19ff92a2151cc[/url:2w46a1ja]\n\nRegards, saludos.", "time": "15:48"...
Brush on btnbmp with color
[ { "date": "2023-02-10", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"karinha\":1ynygttf]Hay algo errado.\n\n[url:1ynygttf]https&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=37314&hilit=bColorMap&start=30&sid=6015c3da5779407e49bc9c5077642f3f[/url:1ynygttf]\n\nRegards, sa...
Brush on btnbmp with color
[ { "date": "2023-02-10", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Silvio.Falconi\":48zjlftj][quote=\"karinha\":48zjlftj]Hay algo errado.\n\n[url:48zjlftj]https&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=37314&hilit=bColorMap&start=30&sid=638de723023508154ba6e48e483...
Brush on btnbmp with color
[ { "date": "2023-03-03", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"karinha\":15xpi8jw][quote=\"Silvio.Falconi\":15xpi8jw][quote=\"karinha\":15xpi8jw]Hay algo errado.\n\n[url:15xpi8jw]https&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=37314&hilit=bColorMap&start=30&sid...
Brush on btnbmp with color
[ { "date": "2008-03-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nI use xBrowse as a Color and Brush- Selector.\n\nIn the moment i write in a cell \nthe Style < Borland, Cross > and so on, or < Green, Blue >...\nThe yellow field in in 1. Array-Col is the default-selection\n\nIt would ...
Brush or color for a special cell in xBrowse ?
[ { "date": "2011-09-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\nusing my new debuggingtool, I notice a problem \nwith TFoldex-brushes.\nThe top and left seems not to be exact adjusted in relation to the defined tabs. \n( tab-bottom / brush-top and folder-left / Brush-left )\nI think th...
Brush-adjustment (top/left) needed for TFoldex ?
[ { "date": "2007-06-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola amigos Fivewinners....\n\nAlguien sabe como, se le ocurre, tiene una idea de como.....\n\nPoner un texto de brush, no puede ser un bitmap, ya que ese texto deberia cambiar de acuerdo a una funcion externa, y no puedo generar...
Brush... pero de TEXTO ?
[ { "date": "2007-06-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Intentalo con ExTextOut() desde el pintado del dialogo/Window (el :bPainted) antes de colocar el bitmap con PalBmpDraw()\nCalcula las coordenadas para poner la primera linea de texto por debajo de la toolbar.\nSuerte\nSaludos", ...
Brush... pero de TEXTO ?
[ { "date": "2007-06-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Adolfo\n\n ACTIVATE WINDOW oWnd MAXIMIZED ON PAINT ( _miTxt(hDC) ) \n\n\nfunction _miTxt( hDC )\n Local oFont\n DEFINE FONT oFont NAME \"ROMAN\" SIZE 0,-12 BOLD\n oFont:Activate( hDC )\n SetBkMode(hDC,1)\n SetTextCo...
Brush... pero de TEXTO ?
[ { "date": "2007-06-29", "forum": "FiveWin para Harbour/xHarbour", "text": "Antolin, Syscrtl\n\nGracias por sus respuestas, \n\nprimero... ala funcion mitxt es llamada cada vez que paso por encima de un icono, menu etc.\nSegundo, desgraciadamente no veo nada, trate de cambiar parametros como las 4 coord...
Brush... pero de TEXTO ?
[ { "date": "2007-06-29", "forum": "FiveWin para Harbour/xHarbour", "text": "Supongo que sería algo asi:\n\nDEFINE FONTO oFont ...\nDEFINE Bmp ....\nDEFINE DIALOG oDlg ...\n...\noDlg:bPainted := { |hDc| MiPaintBrush(hDc,oFont,Bmp) }\n...\nACTIVATE DIALOG oDlg ...\n\n[b:38l5wlz1]FUNCTION MiPaintBrsuh(hDc,o...
Brush... pero de TEXTO ?
[ { "date": "2007-06-29", "forum": "FiveWin para Harbour/xHarbour", "text": "Tambien puedes probar con DrawText() o WSay() en lugar de ExTextOut() son muy similares. Con fondo transparente u Opaco, Etc... Consulta las ayudas del FWH para ver el uso de esas functiones.", "time": "22:31", "topic": "...
Brush... pero de TEXTO ?
[ { "date": "2007-06-29", "forum": "FiveWin para Harbour/xHarbour", "text": "Adolfo,\n\nla funcion _MiTxt() solo puedes llarme una vez,\n\nutilizando una variable publica,,\n\npublic lMiTxt := .t. \n\n\nif lMiTxt\n _miTxt()\n lMiTxt := .f.\nendif", "time": "22:46", "topic": "Brush... pero d...
Brush... pero de TEXTO ?
[ { "date": "2007-06-29", "forum": "FiveWin para Harbour/xHarbour", "text": "Adolfo, en mi posta anterior, con las prisas, he puesto [b:1bn86cu2]PalDrawText[/b:1bn86cu2](hDc,X..,Y..,Bmp:hBitmap, Bmp:hPalette,[AnchoBmp,AltoBmp] ) \nen lugar de [b:1bn86cu2]PalBmpDraw[/b:1bn86cu2](hDc,X..,Y..,Bmp:hBitmap, B...
Brush... pero de TEXTO ?
[ { "date": "2007-07-03", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias a Todos\n\nLo he podido hacer mezclando ambas partes de las soluciones que me han enviado, pero en vez de usar ExtTextOut() he utilizado WSay() ya que me permite cambio de color de letra y fondo, y si la deseo transparent...
Brush... pero de TEXTO ?
[ { "date": "2008-08-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\r\n\r\nThe Brushtools are ready for download :\r\n\r\nYou can create combinations of Window and Dialog with :\r\nPictures, Gradients, Single Colors and Brushes.\r\n1.\r\nWith the Direction-Browser you can select Gradient Ho...
BrushTools Version 1b (Update) => Download and Info
[ { "date": "2008-08-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\r\n\r\nHere is the first Update 1b\r\nNow it is possible, to use your own brushes as well\r\n\r\n[img:1b8ojnqf]http&#58;//www&#46;pflegeplus&#46;com/pictures/Brtools4&#46;jpg[/img:1b8ojnqf]\r\n\r\nYou can choose Image or B...
BrushTools Version 1b (Update) => Download and Info
[ { "date": "2008-08-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\r\n\r\nthere was a little bug in : 2. Dialog-color-selection\r\n\r\nIf somebody downloaded version 1.b\r\n\r\nit is fixed now.\r\n\r\nRegards\r\nUwe <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" tit...
BrushTools Version 1b (Update) => Download and Info
[ { "date": "2011-05-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear All,\n\nHow can I make group similar to this:\n[img:2w3oqsuo]http&#58;//i208&#46;photobucket&#46;com/albums/bb82/fraxzi/FWxHarbour/group&#46;png[/img:2w3oqsuo]\n\nInside of group border has brush or color.\n\nAny Idea?\n\n\nK...
Brushed Group Object
[ { "date": "2011-05-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Frances,\n\n[img:2cibb8pz]http&#58;//www&#46;pflegeplus&#46;com/pictures/group1&#46;jpg[/img:2cibb8pz]\n\n[code=fw:2cibb8pz]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />...<br />...<br /><span style=\"colo...
Brushed Group Object
[ { "date": "2011-05-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Hola,\n\ncould be enough for you, some think like this\n\n[url:35focq8i]http&#58;//imageshack&#46;us/photo/my-images/231/rgroup&#46;gif/[/url:35focq8i]\n\nregards\n\nMarcelo", "time": "19:53", "topic": "Brushed Group Objec...
Brushed Group Object
[ { "date": "2011-05-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nhere is the source code and header file\n[code=fw:2v73ypz9]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">/*<br />   Copyright 1999 Jos‚ Lal¡n y Ferreiro <dezac@core...
Brushed Group Object
[ { "date": "2011-05-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Mr. Uwe and Mr. Marcelo,\n\nThank you so much for the great help.\n\n\nKind regards,\nFrances", "time": "01:21", "topic": "Brushed Group Object", "username": "fraxzi" } ]
Brushed Group Object
[ { "date": "2011-05-28", "forum": "FiveWin for Harbour/xHarbour", "text": "[b:3ijv2pp6]I added Gradient-options to the Class :[/b:3ijv2pp6]\n\nTRndGroup():New( ;\n30, ;\t\t\t// 1 nTop\n30, ;\t\t\t// 2 nLeft\n150, ;\t\t// 3 nBottom\n200, ;\t\t// 4 nRight\n\" Title \", ;\t// 5 Text\noGroup, ;\t\t// ...
Brushed Group Object
[ { "date": "2020-06-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Good morning, Antonio,\n\nTo finish solving the problem of xBrowse and SQLRDD, since Nages doesn't answer the messages, I need to be able to move the vertical scroll bar.\n\nHowever, oBrw:VGoBottom() and SendMsg( VK_DOWN ) do not ...
Brw:VGoBottom() does not work in xBrowse [SOLVED]
[ { "date": "2020-06-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Just define the needed position from inside the used DBF\nand not from a defined xBrowse row-position like :\n\nactivate dialog oDlg centered ;\non init DBGOBOTTOM() // seek or anything else\n\n// on init ( oBrw:VGoBottom(), oBrw:...
Brw:VGoBottom() does not work in xBrowse [SOLVED]
[ { "date": "2020-06-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nThank you for your reply.\n\nBut I need to force such behaviour in order to get xBrowse work under SQLRDD, as this is the failing issue.", "time": "11:19", "topic": "Brw:VGoBottom() does not work in xBrowse [SOLVED]...
Brw:VGoBottom() does not work in xBrowse [SOLVED]
[ { "date": "2020-06-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks to Cristobal´s help, this is the fix:\n\n[code=fw:p8rykiga]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #00C800;\">METHOD</span> KeyCount<span style=\"color: #000000;\">&#...
Brw:VGoBottom() does not work in xBrowse [SOLVED]
[ { "date": "2020-06-11", "forum": "FiveWin for Harbour/xHarbour", "text": "There is no need to use this method directly.\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=38745&p=233158#p233158\">viewtopic.php?f=3&t=38745&p=233158#p233158</a><!-- l -->"...
Brw:VGoBottom() does not work in xBrowse [SOLVED]
[ { "date": "2021-03-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nWhen you hover the cursor over the BtnBtn button, the backlight turns on. Can this be banned ?", "time": "11:19", "topic": "BtnBMP", "username": "Natter" } ]
BtnBMP
[ { "date": "2021-03-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Modify bClrGrad property :\n\n[code=fw:njjfzlr4]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oBtn:<span style=\"color: #000000;\">bClrGrad</span> := <span style=\"color: #000000;\">&#123;</span> |lInvert| <span...
BtnBMP
[ { "date": "2021-03-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks !", "time": "20:05", "topic": "BtnBMP", "username": "Natter" } ]
BtnBMP
[ { "date": "2007-12-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nI'm getting the error below at a customers site:\n\nApplication\n===========\n Path and name: S:\\winiws5\\Allocinv.EXE (32 bits)\n Size: 2,813,952 bytes\n Time from start: 0 hours 0 mins 11 secs \n Error occurred a...
BtnBMP Error