messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2013-08-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nFor a simple bitmap painting use DrawBitmap().\n\nIf you need transparency, or to specify a raster operation, or to use a palette, then use PalBmpDraw(), (sort of an extended DrawBitmap())",
"time": "10:40",
"to... | Bitmap + binary |
[
{
"date": "2013-08-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Arthur,\n\nI don't use FastReport but I am sure that any FastReport user will be able to help you <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "10:41",
"topi... | Bitmap + binary |
[
{
"date": "2013-08-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\n[quote=\"Antonio Linares\":46zzn35g]Enrico,\n\nFor a simple bitmap painting use DrawBitmap().\n\nIf you need transparency, or to specify a raster operation, or to use a palette, then use PalBmpDraw(), (sort of an exten... | Bitmap + binary |
[
{
"date": "2013-08-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nYes, it is the simplest one <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nIn fact it uses the source code proposed by Charles Petzold in his book \"Programming Wi... | Bitmap + binary |
[
{
"date": "2013-08-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\n[quote=\"Antonio Linares\":195u5drn]Enrico,\n\nYes, it is the simplest one <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nIn fact it uses the source code proposed... | Bitmap + binary |
[
{
"date": "2013-09-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\n[quote=\"Enrico Maria Giordano\":3dfasppk]I'm going to replace PalBmpDraw() with DrawBitmap(). <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->[/quote:3dfasppk]\n\nFYI... | Bitmap + binary |
[
{
"date": "2013-09-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nCould you provide an example to check what you comment ? thanks",
"time": "20:36",
"topic": "Bitmap + binary",
"username": "Antonio Linares"
}
] | Bitmap + binary |
[
{
"date": "2013-09-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\n[quote=\"Antonio Linares\":813vka71]Enrico,\n\nCould you provide an example to check what you comment ? thanks[/quote:813vka71]\n\nSent to your private email.\n\nEMG",
"time": "22:13",
"topic": "Bitmap + binary... | Bitmap + binary |
[
{
"date": "2013-09-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nIt seems as your bitmap uses a palette that PalBmpDraw() activates (though strangely hPalette is supplied as zero to PalBmpDraw()) and DrawBitmap() does not activate it.\n\nIn other words, for some bitmaps DrawBitmap() ... | Bitmap + binary |
[
{
"date": "2013-09-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\n[quote=\"Antonio Linares\":2gd7uzdk]Enrico,\n\nIt seems as your bitmap uses a palette that PalBmpDraw() activates (though strangely hPalette is supplied as zero to PalBmpDraw()) and DrawBitmap() does not activate it.\n... | Bitmap + binary |
[
{
"date": "2013-09-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":1zqufw75]Enrico,\n\nIt seems as your bitmap uses a palette that PalBmpDraw() activates (though strangely hPalette is supplied as zero to PalBmpDraw()) and DrawBitmap() does not activate it.\n\nIn other w... | Bitmap + binary |
[
{
"date": "2013-09-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rao,\n\nI would say that for any bitmap, PalBmpDraw() is the way to go.\n\nThe difference is in the palette management though in Enrico`s example, a zero is supplied as the palette, but somehow PalBmpDraw() makes it work. \n\nIt s... | Bitmap + binary |
[
{
"date": "2013-05-28",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Buenos dias\nHe convertido uno de los Bitmaps que vienen con FWH y lo he convertido con PixelFormer a 32 Bits, Alpha, premultiplied\n\nEs posible incluir este tipo de imágenes en un fichero .RC para incluirlo en la aplicacion ?\n... | Bitmap 32 bits Alpha en fichero .RC |
[
{
"date": "2013-05-28",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Usa el pellesC para el compilado del rc . Yo lo uso sin problemas.\nen el buildh.bat cambias por la linea y listo :\nc:\\PellesC\\Bin\\PORC.EXE %RC% /I c:\\pellesc\\include /I c:\\pellesc\\include\\win",
"time": "11:37",
... | Bitmap 32 bits Alpha en fichero .RC |
[
{
"date": "2013-05-28",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"mastintin\":2l3h8djq]Usa el pellesC para el compilado del rc . Yo lo uso sin problemas.\nen el buildh.bat cambias por la linea y listo :\nc:\\PellesC\\Bin\\PORC.EXE %RC% /I c:\\pellesc\\include /I c:\\pellesc\\include\\w... | Bitmap 32 bits Alpha en fichero .RC |
[
{
"date": "2013-05-28",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Disculpad, \nEvidentemente he de crear el RC desde PellesC desde el principio\nLo he creado\n\n[code=fw:1zqx56z2]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">// RESOURCE SC... | Bitmap 32 bits Alpha en fichero .RC |
[
{
"date": "2013-05-28",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Uso xMate y el parametro %RC% es sustituido por el nombre de los distintos archivos rc que enlaces ( puedes enlazar varios ,yo uso uno para los dialogos y otro para los bmps) \n\ndesde un bat asi debería funcionar:\n\nIF EXIST %... | Bitmap 32 bits Alpha en fichero .RC |
[
{
"date": "2013-05-28",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias \n\nNo hay forma de que funcione en el .BAT, ni en la linea de comandos.\nSe ejecuta, sale el mensaje de ayuda de opciones, pero no crea el .RES\nDe momento, hasta descubrir que ocurre, lo creare desde el propio PellesC -... | Bitmap 32 bits Alpha en fichero .RC |
[
{
"date": "2013-05-28",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Si lanzo una consola en el directorio donde tengo el archivo rc ( imagenes.rc) y escribo :\nc:\\pellesc\\bin\\PORC.EXE imagenes.rc /I c:\\pellesc\\include /I c:\\pellesc\\include\\win me genera el archivo imagenes.res sin ploble... | Bitmap 32 bits Alpha en fichero .RC |
[
{
"date": "2013-05-28",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias \nEfectivamente ahora si me lo ha hecho correctamente.\nHe abierto una nueva ventana de comandos (se me acaba de ocurrir) y funciona perfectamente\nSeguiré investigando por qué desde el .bat no me funcionaba\nDe nuevo, gr... | Bitmap 32 bits Alpha en fichero .RC |
[
{
"date": "2013-05-29",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Usando el buildh.bat de samples :\n\n[code=fw:wugvrkl7]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />...<br /><br />set bcdir=c:\\bcc582<br /><br />set rcpath= c:\\pellesc<br /><br />%hdir%\\bin\\harbour %... | Bitmap 32 bits Alpha en fichero .RC |
[
{
"date": "2008-03-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi my friends...\n\n\nHow the best choice for a Bitmap Button? ButtonB or BtnBmp ?\n\nThanks for any tip!",
"time": "00:42",
"topic": "Bitmap Button?",
"username": "JC"
}
] | Bitmap Button? |
[
{
"date": "2008-03-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "BTNBMP OF COURSES",
"time": "01:29",
"topic": "Bitmap Button?",
"username": "Silvio"
}
] | Bitmap Button? |
[
{
"date": "2008-03-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "TButtonBmp supports themes.\n\nTBtnBmp does not support standard themes.",
"time": "01:39",
"topic": "Bitmap Button?",
"username": "Antonio Linares"
}
] | Bitmap Button? |
[
{
"date": "2008-03-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "A tie!! <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->\n\nSo, apparently the buttonb is the best choice because of the themes?\n\n\n\nPS.: Thanks Silvio and Linares!",
"time": ... | Bitmap Button? |
[
{
"date": "2014-03-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola foreros,\n\n¿Hay alguna manera de pintar un dialogo completo (incluidos sus controles) en DC compatible?\n\nMe explico: necesito crear un bitmap del dialogo. En principio no tengo inconvenientes con WndBitmap(); el problema... | Bitmap Compatible |
[
{
"date": "2014-03-19",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola.\nHace tiempo que hice algo así. Mira a ver porque no lo he probado.\n\n...\nCaptureWnd( oDlg:hWnd, \"bitmap.bmp\")\n...\n\n\n#pragma BEGINDUMP\n\n#include <windows.h>\n#include \"hbapi.h\"\n\nHB_FUNC( CAPTUREWND )\n{\n HW... | Bitmap Compatible |
[
{
"date": "2014-03-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias pgfdz\n\nHe probado tu utilidad, pero no hace nada. No se corta el progrma pero tampoco da algún resultado. Tampoco ha creado ningún fichero \"bitmap.bmp\". Por cierto que mensaje es: 130869856\n\nSaludos.",
"time": ... | Bitmap Compatible |
[
{
"date": "2014-03-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "No me acuerdo que era ese mensaje. No recuerdo si tenía algo que ver con WM_PRINTCLIENT o WM_PRINT no lo recuerdo.\nAcabo de montar este ejemplo y funciona sin problemas.\nMira a ver si te aclara algo\n\n[code=fw:5jcgh2f7]<div cl... | Bitmap Compatible |
[
{
"date": "2014-03-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Rectifico, me ha funcionado la primera vez y ya ninguna mas. No se que pasa en el programa que lo corro funciona sin problemas",
"time": "15:14",
"topic": "Bitmap Compatible",
"username": "pgfdz"
}
] | Bitmap Compatible |
[
{
"date": "2014-03-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Creo recordar que tenía algo que ver con este artículo:\n\n[url:29w9ja5u]http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21965694.html[/url:29w9ja5u]\n\nSaludos",
"time": "15:28",
"to... | Bitmap Compatible |
[
{
"date": "2014-03-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Holá, mira se ayuda:\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=6&t=19403&p=137655\">viewtopic.php?f=6&t=19403&p=137655</a><!-- l -->\n\n<!-- l --><a class=\"postlink-local\"... | Bitmap Compatible |
[
{
"date": "2014-03-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Definitivamente, voy a pasar al plan B. Ya os comenteré",
"time": "10:46",
"topic": "Bitmap Compatible",
"username": "antolin"
}
] | Bitmap Compatible |
[
{
"date": "2014-03-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias por el interés.\n\nEl problema no es capturar la pantalla, hay varios métodos para ello. El problema es capturar el dialogo cuando parte de éste está fuera de la vista, fuera de pantalla. Las partes no visibles salen en n... | Bitmap Compatible |
[
{
"date": "2014-03-24",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Listo. El plan B a funcionado.\n\nHe añadido el método PaintInCompDC() a mis clases de esta manera:\n\n[code=fw:3rb1mk9r]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">METHOD</span... | Bitmap Compatible |
[
{
"date": "2014-03-24",
"forum": "FiveWin para Harbour/xHarbour",
"text": "He aqui un par de patallas para que vean el resultado.\n\nHe de aclarar que, a la hora de programar, soy un poco especial. Primero visualizo qué es lo que quiero conseguir, y después me pongo mano a la obra y no paro hasta que no... | Bitmap Compatible |
[
{
"date": "2014-03-24",
"forum": "FiveWin para Harbour/xHarbour",
"text": "He aqui un par de patallas para que vean el resultado.\n\nHe de aclarar que, a la hora de programar, soy un poco especial. Primero visualizo qué es lo que quiero conseguir, y después me pongo mano a la obra y no paro hasta que no... | Bitmap Compatible |
[
{
"date": "2014-03-24",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Antolin\nMe parece muy buen trabajo, y lo de la miniatura, genial",
"time": "19:42",
"topic": "Bitmap Compatible",
"username": "cnavarro"
}
] | Bitmap Compatible |
[
{
"date": "2011-07-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Does anybody know where I can get information on the bitmap filters in harbour rdd's. I know there is a contrib library that is now called rddbm but I cannot find much information on the bitmap filters and other enhanced functions... | Bitmap Filters in Harbour |
[
{
"date": "2006-06-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello All,\n\nIs there a way to control or set the text font being used in the \nTextOut when I use it with a transparent bitmap?\n\nThanks",
"time": "15:25",
"topic": "Bitmap TextOut Font",
"username": "Dave Zowasky"
... | Bitmap TextOut Font |
[
{
"date": "2006-06-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Try something like\n\n[code:1eovwlws]oBmp:GetDC()\nhOldFont = SelectObject( oBmp:hDC, oFont:hFont )\nTextOut( ... )\nSelectObject( oBmp:hDC, hOldFont )\noBmp:ReleaseD... | Bitmap TextOut Font |
[
{
"date": "2006-06-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "That works perfect.\n\nThanks Much for your help!!\n\n <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->",
"time": "16:45",
"topic": "Bitmap TextOut Font",
"usernam... | Bitmap TextOut Font |
[
{
"date": "2007-03-15",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola a todos...\n\nAlguien habra conseguido poner un Bitmap transparente sobre una window con un Brush ?\n\nGracias de antemano\n\nDesde Chile\nAdolfo",
"time": "13:48",
"topic": "Bitmap Transparente sobre Brush ?",
"... | Bitmap Transparente sobre Brush ? |
[
{
"date": "2007-03-15",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Adolfo, \n\nUsa la claúsula TRANSPARENT al crear el bitmap: \n\n@ ..., ... BITMAP ... TRANSPARENT \n\no \n\nREDEFINE BITMAP ... TRANSPARENT",
"time": "16:47",
"topic": "Bitmap Transparente sobre Brush ?",
"username": ... | Bitmap Transparente sobre Brush ? |
[
{
"date": "2006-05-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "How do I zoom a specific area of a bitmap. It seems the Zoom method only has a single parameter nZoom.\n\nThanks,\n\nByron...",
"time": "01:59",
"topic": "Bitmap Zoom Method",
"username": "byron.hopp"
}
] | Bitmap Zoom Method |
[
{
"date": "2006-05-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Anybody?",
"time": "16:13",
"topic": "Bitmap Zoom Method",
"username": "byron.hopp"
}
] | Bitmap Zoom Method |
[
{
"date": "2006-06-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"byron.hopp\":s1b5g98v]Anybody?[/quote:s1b5g98v]\nPalBmpDraw( hDC, nX, nY, oBmp:hBitMap, oBmp:hPalette, nHPixel, nVPixel )",
"time": "15:18",
"topic": "Bitmap Zoom Method",
"username": "ssbbs"
}
] | Bitmap Zoom Method |
[
{
"date": "2006-06-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "there is a class : zoomImage of Izuru\n\nthis class run with the new Image class ( freeImage.dll) of EMG\n\nRegards\nsilvio",
"time": "19:05",
"topic": "Bitmap Zoom Method",
"username": "Silvio"
}
] | Bitmap Zoom Method |
[
{
"date": "2022-09-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n \nWhen clicking a button in the RibbonBar, I need to change the bitmap of this button. I do as: [code=fw:3rr3u6vd]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">myButton:<span style=\"color: #000000;\">FreeB... | Bitmap buttons in the RibbonBar |
[
{
"date": "2022-09-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Try directly\n[code=fw:357krd2d]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />oBmp:<span style=\"color: #000000;\">SetImages</span><span style=\"color: #000000;\">(</span> i1, i2, i3, i4 <span style=\"c... | Bitmap buttons in the RibbonBar |
[
{
"date": "2022-09-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "What is [b:39wlq268]oBmp[/b:39wlq268] (relative to the button in the RibbonBar) ?",
"time": "14:28",
"topic": "Bitmap buttons in the RibbonBar",
"username": "Natter"
}
] | Bitmap buttons in the RibbonBar |
[
{
"date": "2022-09-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code=fw:26vd7l0x]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />c:\\fwh..\\samples\\shpchrt1.prg<br />c:\\fwh..\\samples\\testfold.prg<br /> </div>[/code:26vd7l0x]\n\nRegards, saludos.",
"time": "1... | Bitmap buttons in the RibbonBar |
[
{
"date": "2008-01-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Como desenha um bitmap cinza?\n\nNa classe o método <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->isable() está comentado!\nPreciso muito alternar para tons de cinza uma im... | Bitmap cinza (solucionado) |
[
{
"date": "2008-01-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Solucao\n\n[code:rk7xypgr]oBmp:bPainted := {||DrawGray(oBmp:hDc,oBmp:hBitmap,0,0)}[/code:rk7xypgr]\n\nThanks for nothing",
"time": "20:01",
"topic": "Bitmap cinza (solucionado)",
"use... | Bitmap cinza (solucionado) |
[
{
"date": "2006-07-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Buenos dias.\n\nUtilizo Tprinter pra hacer informes y quiero poner de fondo un Bitmap que se vea como en Word (Marca de agua impresa).\nAlguien puede decirme como puedo hacerlo?\n\nGracias",
"time": "07:05",
"topic": "Bit... | Bitmap de fondo |
[
{
"date": "2006-07-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Creo que lo mejor es que aclares el bitmap y le des el aspecto final con un editor de graficos (photoshop, photopaint,etc...).\n\nDespués lo colocas en la página en primer lugar (antes que cualquier otro comando). Yo utilizo DibR... | Bitmap de fondo |
[
{
"date": "2006-07-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias ManuRamos.\nAl final eso es lo que he hecho y me ha quedado bastante bien\n\n[quote=\"manuramos\":3fax2ofl]Creo que lo mejor es que aclares el bitmap y le des el aspecto final con un editor de graficos (photoshop, photopa... | Bitmap de fondo |
[
{
"date": "2021-08-15",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola.\n\nEn el menu de la aplicacion utilizo bitmaps en algunas opciones.\nDesabilito la opcion cuando entro en el, y lo vuelvo a habilitar cuando salgo,\ncon la opcion de menu funciona muy bien, pero el icono asociado a la opcio... | Bitmap de opcion de menu queda desabilitado. |
[
{
"date": "2021-08-15",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Simples, asi:\n\n[code=fw:cbsi38ul]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> <span style=\"color: #00C800;\">PUBLIC</span> oPropo<br /> <span style=\"color: #00C800;\">PUBLIC</... | Bitmap de opcion de menu queda desabilitado. |
[
{
"date": "2021-08-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Jose, pon un simple ejemplo de la linea del MENUITEM para ver como lo estás implementando",
"time": "09:36",
"topic": "Bitmap de opcion de menu queda desabilitado.",
"username": "cnavarro"
}
] | Bitmap de opcion de menu queda desabilitado. |
[
{
"date": "2021-08-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Buenos dias:\n\nJoao , Cristobal muchisimas gracias por vuestro tiempo.\n\nJoao en la buttonbar que duplica las opciones del menu general no tengo ningun problema, se desabilita y habilita correctamente.\n\nEl problema es en los ... | Bitmap de opcion de menu queda desabilitado. |
[
{
"date": "2021-08-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Jose, prueba simplemente a no usar el :disable() y usa, el WHEN en el MENUITEM ( yo suelo usar una variable que seteo a .T. o .F. ---> WHEN lSw )\nDime qué ocurre entonces.",
"time": "11:02",
"topic": "Bitmap de opcion de... | Bitmap de opcion de menu queda desabilitado. |
[
{
"date": "2021-08-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[code=fw:3j95yyr0]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">FUNCTION</span> Main<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><... | Bitmap de opcion de menu queda desabilitado. |
[
{
"date": "2021-08-19",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Cristobal , Joao\n\nMuchisimas gracias por vuestra ayuda.\n\nYo creo, en mi humilde opinion que me lo que sugeris que haga es practicamente esto, que ya hago.\n\n[code=fw:1wmdrp12]<div class=\"fw\" id=\"{CB}\" style=\"font-f... | Bitmap de opcion de menu queda desabilitado. |
[
{
"date": "2021-08-19",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Buen día. No tengo este efecto. ¿Puede simular un ejemplo completo y ZIPAR para realizar pruebas?\n\nAnfitrión aquí:\n\n[url:2cu4n43r]https://mega.nz/[/url:2cu4n43r]\n\nRegards, saludos.",
"time": "12:30",
"topic"... | Bitmap de opcion de menu queda desabilitado. |
[
{
"date": "2014-03-13",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Foro,\nEs posible desplegar una imagen dentro de un control GET?\nHe tratado con el siguiente codigo y aunque no da mensaje de error no despliega la imagen:\n[code=fw:35ea02jo]<div class=\"fw\" id=\"{CB}\" style=\"font-famil... | Bitmap dentro de un GET |
[
{
"date": "2014-03-13",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[code=fw:qlbq4n2q]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> aGetVenda<span style=\"color: #000000... | Bitmap dentro de un GET |
[
{
"date": "2014-03-13",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Obrigado Karinha.\nYa esta funcionando.\n\nGeorge",
"time": "21:19",
"topic": "Bitmap dentro de un GET",
"username": "George"
}
] | Bitmap dentro de un GET |
[
{
"date": "2008-12-31",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola a todos\n\nPregunta. ¿Hay alguna manera de usar solo dos bitmaps en las pestañas de un folder dinamicamente?\n\nMe explico, poner un bitmaps cuando el folder está activo y otro si no lo está\nen fwh\\bitmaps estan Folder3.bm... | Bitmap en Folder |
[
{
"date": "2009-01-03",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Pedro,\n\nSi revisas FWH\\samples\\TestFold.prg verás que la función SetImages() se usa para crear un objeto ImageList y asociarlo al folder.\n\nLa idea es que tengas creados dos objetos ImageList y que cambies de uno a otro, cua... | Bitmap en Folder |
[
{
"date": "2009-01-03",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Antonio\n\nPues no me sale. He definido dos objetos oImageList (oImageList1,oImageList2) y no he tenido mas remedio que asignarle cuatro imagenes iguales, pues hay cuatro pestañas en el folder, (lo suyo sería definir una ima... | Bitmap en Folder |
[
{
"date": "2009-01-03",
"forum": "FiveWin para Harbour/xHarbour",
"text": "prueba esto a ver como te va....\n\n[code:3aumnr97]#include \"FiveWin.ch\"\n#include \"Folder.ch\"\n\n//----------------------------------------------------------------------------//\n\nfunction Main()\n\n local oDlg, o... | Bitmap en Folder |
[
{
"date": "2009-01-03",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias Daniel \n\nEso era justo lo que quería, y ya que estamos, una pegunta...para ti y para Antonio.\nEn la clase TxBrowse (últimas versiones) debo suponer que se ha corregido algo, pues siguiendo tu mismo ejemplo \ncon xBrwAp... | Bitmap en Folder |
[
{
"date": "2009-01-03",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Daniel, Pedro,\n\nUna pequeña observación respecto al código,\n\nAntes de asignar el nuevo ImageList habria que destruir el anteriormente usado:\n[code:31pinj71]\nfunction SetImages( oDlg, oFld )\n\n local oImageList, n\n\n o... | Bitmap en Folder |
[
{
"date": "2009-01-03",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Antonio\n\nEso no me ha funcionado, me da un error, \n[code:2fsjk3pa]Application\n===========\n Path and name: C:\\Proyectos\\Gfactu\\GFACTU.Exe (32 bits)\n Size: 737,280 bytes\n Time from start: 0 hou... | Bitmap en Folder |
[
{
"date": "2009-01-03",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Pedro,\n\nSi, cierto, pues la primera vez es nil <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nVamos a revisar tu pregunta del xbrowse cuanto antes",
"time": "21:54",
... | Bitmap en Folder |
[
{
"date": "2009-01-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "pedro intenta poner un valid en la activacion del dialogo.. algo como esto...\n\nActivate dialog oDlg VALID ( !GETKEYSTATE( VK_ESCAPE ) )",
"time": "01:06",
"topic": "Bitmap en Folder",
"username": "Daniel Garcia-Gil"... | Bitmap en Folder |
[
{
"date": "2009-01-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "uso dialog y no da ningun inconveniente\nte dejo el codigo\n[code:1cgslcdv]procedure dbfs() \nlocal oBrw, oWndChild, oBar, oCol\nlocal nLast\nlocal lAuto := .t.\n \n set delete on\n\n USE test\n \n\n D... | Bitmap en Folder |
[
{
"date": "2009-01-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Daniel\n\nVeamos, \n1º el verficar la tecla Escape en el Valid del dialogo no funciona, no hace nada.\n2º El problema de la tecla Escape sólo está en el dialogo, no en la window, y creo que eso se ha debido retocar, pues si ... | Bitmap en Folder |
[
{
"date": "2009-01-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "publica el codigo desde el punto donde defines el dialogo hasta el lugar donde lo activas o puedes enviarmelo al correo o hablamos por mensajeria , despues podemos publicar la solucion\nemail:danielgarciagil@gmail.com\nmessenger:... | Bitmap en Folder |
[
{
"date": "2009-01-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Daniel\n\nDespues de escribir el anterior post, me dije, ¿por qué no revisar los FTDN?, y así lo hice.\nY la verdad, todo lo que pensaba era cierto, la clase TxBrowse se ha tocado muchísimo, el problema es mío, es decir de m... | Bitmap en Folder |
[
{
"date": "2009-01-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Pedro.\nNo hay problema, estamos para ayudarnos, tu caso tiene solucion, mantengo mi posicion del post anterior\n\nsaludos...\nPD. la actualizacion es una buena decision",
"time": "16:34",
"topic": "Bitmap en Folder",
... | Bitmap en Folder |
[
{
"date": "2009-01-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Pedro, tienes razón, pero lo de Daniel es acertado.\n\nProbé mi ejemplo desde recursos (oDlg y oBrw) y se comporta como dices.\n\nComo dice Daniel, puedes solucionarlo asi:\n\n//------------------------\nFunction PuedeSalir(cAlia... | Bitmap en Folder |
[
{
"date": "2006-10-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Alguien tiene alguna idea de como se podria poner en un header algo parecido a esto ?\n \n \n ::oBrw:aHeaders[nColpres]:=FwBmpAsc()+\"ok\"\n \n\n Quiero poner un pequeño bitmap con y despues el texto del header-\n\n Un salud... | Bitmap en Header |
[
{
"date": "2010-08-02",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola, amigos del foro:\nTengo la siguiente function que tomé de aquí en el foro, con una leve modificación acorde a mis necesidades.\nTrabaja muy bien el degradado de la linea, pero si hay un bmp en alguna celda, lo oculta.\n¿Alg... | Bitmap en Linea con gradient (Txbrowse) |
[
{
"date": "2009-09-13",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola amigos:\n\nCuando tenia mi aplicacion en FW23 hacia lo siguiente para mostrar bitmap en celdas del TSBrowse:\n\n[url][/url]ADD COLUMN TO oBrw2 BITMAP DATA SIMBOLOS('INVSTATUS') \tHEADER 'ST' SIZE 25 NOHILITE \n\nPero al... | Bitmap en TSBrowse |
[
{
"date": "2009-09-13",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola JoseGS:\n[quote=\"JoseGS\":1fdld26s]Pero al hacerlo ahora via FWH la clase TSBrowse me envia el siguiente error:\nMessage not found: TSBROWSE:ADDCOL[/quote:1fdld26s]\nMuéstrame por favor el error.log completo así como la par... | Bitmap en TSBrowse |
[
{
"date": "2009-09-13",
"forum": "FiveWin para Harbour/xHarbour",
"text": "ERROR.LOG\n\nApplication\n===========\n Path and name: C:\\MEDICKEY\\MEDICKEY.exe (32 bits)\n Size: 3,226,624 bytes\n Time from start: 0 hours 0 mins 3 secs \n Error occurred at: 13/09/2009, 09:55:53\n Error description... | Bitmap en TSBrowse |
[
{
"date": "2009-09-14",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Jose:\n\nAnteriormente la función LoadBitMap() devolvía directamente el handler (hBitmap numérico) del bitmap, actualmente devuelve un arreglo de 2 elementos { hBitMap, hPalette }\n\nTu problema se resuelve devolviendo aConf... | Bitmap en TSBrowse |
[
{
"date": "2009-09-14",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Manuel\n\nEl problema persiste, aunque he encontrado varias cosas que no tenia bien configuradas. Resulta que si hago:\n\naBMP := { LoadBitmap( GetResources() , \"X_NADA\") ,; //1\n LoadBitmap( GetResources... | Bitmap en TSBrowse |
[
{
"date": "2009-09-14",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"JoseGS\":2upjbpkk]?LoadBitmap( GetResources() , \"X_NADA\")\t\nlo que me devuelve FWH es un numero no un array...[/quote:2upjbpkk]Tienes razón, me confundí de función. No es ese el problema.\n \n[quote=\"JoseGS\":2upjbpk... | Bitmap en TSBrowse |
[
{
"date": "2009-09-14",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Lo he resuelto amigo Manuel \n\nAl iniciar el pase del sistema de FW23 a FWH habia tratado de experimentar con TxBrowse pero desisti debido a que tenia que escribir demasiado para hacer cosas muy basicas como por ejemplo, si uso ... | Bitmap en TSBrowse |
[
{
"date": "2011-04-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Muy buenas a todos:\nTengo mis bitmap en un archivo de recursos .dll\nEl caso es que en un EXPLORERBAR el bitmap de los link me lo toma perfectamente desde recursos, en cambio el bitmap del titulo no lo toma.\nPregunta: ¿Necesar... | Bitmap en Titulo panel de ExplorerBar |
[
{
"date": "2007-05-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "¿como puedo crear un bitmap en código fuente?\n\nLo que necesito es poder crearlo de manera parecida al logo de fivewin en la ventana de error, sin llamarlo de recurso o de archivo, no importa que tenga que meter el contenido del... | Bitmap en código fuente |
[
{
"date": "2007-05-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Tienes que usar un array en C (ó una cadena en PRG) con el contenido del bitmap, que lo puedes obtener usando el resources workshop:\n\nBYTE Test[] = {\n0x42, 0x4D, 0xF6, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x76, 0x00, 0x00... | Bitmap en código fuente |
[
{
"date": "2007-05-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":lcgp6c9n]Tienes que usar un array en C (ó una cadena en PRG) con el contenido del bitmap, que lo puedes obtener usando el resources workshop: ...\n[/quote:lcgp6c9n]\n\nAntonio,\n\nno hace sol en Málaga?... | Bitmap en código fuente |
[
{
"date": "2007-05-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Tienes mucha razón, pero es deformación profesional <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "23:41",
"topic": "Bitmap en código fuente",
"username"... | Bitmap en código fuente |
[
{
"date": "2006-11-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola amigos\n\nNecesito poner en las pestañas de un folder un bitmap junto con un nombre, y veo que con fwh no puedo, así que he visto clases, lib, etc en el foro y he visto una en fivewin brasil de Joao Santos, que me ha gustado... | Bitmap en folder |
[
{
"date": "2006-11-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "No Tengo Certezca, pero kreo ke no és posible con HARBOUR.\n\nSolo con XHARBOUR. -> Funciona Perfecto con XHARBOUR, porke no migras a XHARBOUR??? És mui fácil.\n\nSaludos.",
"time": "20:57",
"topic": "Bitmap en folder",
... | Bitmap en folder |
[
{
"date": "2006-11-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola...\n\nIncorpora a tu proyecto:\n\nFOLDER.PRG y\n\\FwH27\\lib\\FoldBmp32.lib\n\nMODIFIQUE TU DIALOG EN LAS PROPRIEDADS DEL FOLDER, PARA \"TFOLDER\" y NO\nSYSTABCONTROL32\n\nIntente... en contrario, migres a XHARBOUR.\n\nSalu... | Bitmap en folder |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.