topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
color de Folder | David,
Con los folders estandard de Windows no se puede <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( -->
Lo que puedes hacer es usar un bitmap para cada solapa, que de una idea de si está activo, lo que hace, etc. |
color de celda al inicio de un browse | Como puedo deshabilitar el color de foco por defecto para que cuando llamo a un browse. Lo que quiero es que sólo pinte las que le indico. El uso es que en un browse que uso checkbox, cuando marco un item en otro browse me cambia el color de la celdas.
En el primer browse de check no quiero que aparezca y en el se... |
color de celda al inicio de un browse | no entendi muy bien, puedes publicar las imagenes de los browse para darme una idea
salu2
paco |
color de celda al inicio de un browse | Francisco lo que quiero es que cuando inicio el diálogo no me aparezca la línea coloreada por defecto del browse, es decir que me luzcan como el resto del browse. Son dos en el cual el primero, uso los checkbox (para los remitos), y en el otro los items que voy a facturar, cuando marco en el otro se me pintan las filas... |
color de celda al inicio de un browse | [/img]http://img237.imageshack.us/img237/7205/lib1bm3.jpg |
color de celda al inicio de un browse | Esas líneas son las que quiero que no aparezcan cuando abro el diálogo [url][url=http://img340.imageshack.us/my.php?image=lib2am4.jpg][img=http://img340.imageshack.us/img340/7026/lib2am4.th.jpg][/url]
Así se ve cuando selecciono uno[/url] |
color de celda al inicio de un browse | Con esto controlas los colores del Browse, Asi lo hago yo cuando trabajo con mas de 1 browse.
oBrw:nClrText:={|| Rgb(255,255,255)}
oBrw:nClrForeFocus:={|| Rgb(65,105,255) }
oBrw:nClrBackFocus:={|| Rgb(65,105,225) }
Jaime |
color de fondo... | Hola a todos, he leido que la función setbkcolor() genera el color de fondo, alguien puede decirme como la uso?
Gracias y saludos.
Elías Torres. |
color de fondo... | Elías,
SetBkMode() se usa para el color de fondo al utilizar algunas funciones de pintado del GDI de Windows. A que le quieres cambiar el color de fondo ?
Para una ventana, diálogo y algunos controles, puedes usar oWnd:SetColor( nClrFore, nClrBack ) |
color del #define | Antonio, perdon podrias cambiar el color del
#define
ya que sale en un color tan fuerte que funde la retina
gracias
Wilson |
color del header de un browse en lInvert | Estoy intentando cambiar el color del texto del header de un browse al estar clickado .
Se puede asignar cambiando el metodo PaintHeader de las columnas pero lo deseable seria que la data ::bClrHeader pudiera admitir un parametro linvert como se hace con ::bClrGrad .
saludos. |
color del header de un browse en lInvert | He realizado los cambios oportunos en xbrowse . Por si a alguien le valen los pongo aqui :
[code=fw:3o9hm49m]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// --------------- en new() de txbrowse</span><br /><br /> ::<span style="color: #000000;">bClrHeader</span> &nb... |
color del header de un browse en lInvert | He añadido tambien la DATA l2010 para hacer que el menu que se despliega al pulsar el boton derecho pueda mostrarse con estilo omenu:l2010
[code=fw:1tv8vwar]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">DATA</span> l2010 <span style="color: #B900B9;">// añad... |
color en fuentes de haruPDF (SOLUCIONADO) | Perdón por la ignorancia
¿Existe alguna forma de poner una imagen en un mensaje sin necesidad de subirla a algún servidor externo?
Si solo se puede a través de un servidor.
¿Que servidores me recomendáis?
Un saludo |
color en fuentes de haruPDF (SOLUCIONADO) | Yo uso
[url:3he5c3hi]https://postimages.org/[/url:3he5c3hi] |
color en fuentes de haruPDF (SOLUCIONADO) | Es raro, a mi me funciona bien, y en tu código no veo nada que indique que lo estés haciendo mal
Puedes poner una imagen?
[img:23e69tvv]https://i.postimg.cc/vBn4nFRc/HaruFE.png[/img:23e69tvv] |
color en fuentes de haruPDF (SOLUCIONADO) | Alguien usa HARUPdf
Estoy intentando utilizar esta clase pero al indicar una fuente de un color determinado con algunos colores me los cambia.
Pongo un ejemplo
[code=fw:3e54rru3]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#define</span> HPDF_COMP_ALL ... |
color en fuentes de haruPDF (SOLUCIONADO) | Gracias, voy a probar a realizar un ejemplo aislado del programa en el que estoy trabajando. |
color en fuentes de haruPDF (SOLUCIONADO) | Pues no entiendo el motivo, tu ejemplo parece funcionar correctamente
[img:12s62y6f]https://i.postimg.cc/Bn0FZP7z/miarcod.png[/img:12s62y6f] |
color en fuentes de haruPDF (SOLUCIONADO) | gracias
La imagen del pdf que se genera es esta
[url=https://postimg.cc/236pj4pd:avoj6zds][img:avoj6zds]https://i.postimg.cc/236pj4pd/error.png[/img:avoj6zds][/url:avoj6zds] |
color en fuentes de haruPDF (SOLUCIONADO) | Hola de nuevo
He probado a descargar de nuevo la libreria y a montar otro ejemplo pero los colores siguen saliendo cambiados
La libreria la descargo desde [url:2o9ygh82]https://bitbucket.org/carlos_mora/pdfprinter[/url:2o9ygh82] ¿será esta la correcta?
Si utilizo los metodos cmSAyBitmap() o cmRect() no obte... |
color en fuentes de haruPDF (SOLUCIONADO) | Al final lo he solucionado con un parche aunque no me gusta
He modificado los métodos de la clase y en la selección del color hago la llamada a una función que ajusta los colores a lo que me sale impreso
[code=fw:3fkv55jx]<div class="fw" id="{CB}" style="font-family: monospace;">...<br /> nClrText := Ajustacolor... |
color en fuentes de haruPDF (SOLUCIONADO) | Prueba con esto ( quitando tu function, claro )
[code=fw:35555i3e]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> HPDF_Page_SetRGBFill<span style="color: #000000;">(</span> ::<span style="color: #000000;">hPage</span>, <span style="color: #000000;">(</span> nClrText % <span... |
color en fuentes de haruPDF (SOLUCIONADO) | Con esta modificacion funciona correctamente
Un millon de gracias
Entiendo que en el código que descargué la selección del color se pasa de forma incorrecta
Un saludo |
color en fuentes de haruPDF (SOLUCIONADO) | Modifica y añade al titulo del primer post del hilo [b:1xo24eo9]( Solucionado )[/b:1xo24eo9]
Saludos |
color en fuentes de haruPDF (SOLUCIONADO) | Epa! Parece que se me coló un error. Suerte que está Cristobal atento.
Voy a corregir la línea en la librería, es un error evidente. Parece que ninguno hasta ahora habíamos impreso texto en colores!
Como es código abierto, la mejor manera es que la corrección se comparta, por lo que os animo a hacer la corrección en u... |
color en fuentes de haruPDF (SOLUCIONADO) | Ya está subida la corrección al repositorio, asi es que ya se puede actualizar.
Solo se cambió esa línea en el prg correspondiente.
Gracias a miarcod por reportar el error y al master Cristobal por solucionarlo |
color fill xbrowse | Is the a way to fill an xbrowse record with color as can be done in an excel spreadsheet? |
color fill xbrowse | 1) If we want to color the entire browse area,
oBrw:bClrStd := { || { <nForeClr>, <nBackClr > } }
2) If we want to conditionally color one or some rows,
oBrw:bClrStd := { || If( <lCondition>, { <nForeClr_1>, <nBackClr_1 }, { <nForeClr_2>, <nBackClr_2 } ) }
3) To color one entire column, use the above code for oCol:bC... |
color fill xbrowse | Thanks for the quick response. How can the user set the color in a cell on the fly? |
color in Windows and Dialogs | Hi Dear,
Currently I m using resource wokshop to design my dialog forms and also using MDI Window, but now I want to change my main MDI window including menu and toolbar and currently I am using command as follows:
DEFINE WINDOW oMainWnd ;
TITLE M_Name ;
MDI ;
COLOR RGB(224,224,128),RGB(64,32,... |
color in Windows and Dialogs | Sma,
There is no way to change the menu color yet.
How are you building the tooldbar ? Please post the PRG code, thanks |
color in Windows and Dialogs | Hello Dear,
Please find PRF code for toolbar section
DEFINE BUTTONBAR oBar 3D SIZE 40,40 OF oMainWnd
DEFINE BUTTON RESNAME "T_EXIT" OF oBar NOBORDER ;
TOOLTIP "Exit" ACTION (iRtrn:=Exit(.T.))
DEFINE BUTTON aBRts_Obj[++n] RESNAME "T_CHART" OF oBar GROUP NOBORDER ;
TOOLTIP "Chart Of Accounts..." ACTIO... |
color in Windows and Dialogs | Please review this thread:
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=12039&start=0&hilit=bClrGrad">viewtopic.php?f=3&t=12039&start=0&hilit=bClrGrad</a><!-- l --> |
color in gets | how may I change color in gets
get in which there is cursor is yellow othets gets white |
color in gets | kajot,
Do you want white all of them ?
Or yellow the focused one ? |
color in gets | yellow the focused one |
color in gets | In any of the GETs that you use do this
@ ..., ... GET oGet VAR ...
oGet:SetColorFocus( nRGB( 140, 140, 140 ) )
It will modify ALL the GETs of your application |
color in gets | Antonio,
[quote="Antonio Linares":12qk54ns]It will modify ALL the GETs of your application[/quote:12qk54ns]
It would be nice if this will also work with COMBOBOX.
Thanks. |
color of disable object | hi,
I'd like to change color (font and background) of GET disabled:
[url][img:1etgpyjv]https://i.imgur.com/SJareIq.png[/img:1etgpyjv][/url]
how can I do it?
thank you |
color of disable object | [quote:5j7o1ya4]desde la version 8.12 ahora permite usar colores distintos cuando un get esta DISABLE con las datas nClrTextDis, nClrPaneDis
para poder darle los colores que tu quieras a un get deshabilitado, para usar esas 2 datas necesitas tener lDisColors := .F.
[/quote:5j7o1ya4]
<!-- l --><a class="postlink-local" ... |
color of folder dialogs | Hi All,
i would like to change the background color of a folder's subdialogs.
The default color is not suitable for the color of my TsButtons.
Here a picture to see that the button color doesn't harmonize with the background.
[img:2otb3knu]http://www.d-hoefner.de/files/fw_pic1.gif[/img:2otb3knu]
I t... |
color of folder dialogs | Detlef,
Changing the dialog color to gray will also look vintage and it won't change the fact that the current buttons and icons look vintage.
I would suggest changing to standard text only buttons. These will inherit the theme and look much better.
James |
color of folder dialogs | James,
i'll think about your suggest.
Do yo know a way to add a menu to a button like in my picture?
This was very easy with TsButton.
Regards,
Detlef |
color of folder dialogs | Detlef,
>Do yo know a way to add a menu to a button like in my picture?
>This was very easy with TsButton.
Hmm. You can do it with a buttonbar button, but I have not tried it with a regular button. I do use TSButton myself--it is a nice class.
How many menu items do you have? If not too many, perhaps you could use ... |
color of folder dialogs | Detlef,
If you are using themes in your dialogboxes, then you could use FWH TButtonBmp buttons that use themes and show bitmaps too.
If you want to keep using those buttons, and change the dialogs colors, then you need to change this:
oFolder:aDialogs[ n ]:bEraseBkGnd = nil
or create a function DrawPBack() in your ... |
color of folder dialogs | Antonio,
your solution works fine.
Thanks a lot,
Detlef |
color of folder dialogs | James,
as usual you are right concerning the design rules of developing Window applications.
But ( as usual too ) my boss wants the screens as they were before under 16bit FW except all other themed controls.
If i had time i would follow your direction and Antonio's advices about TButtonBmp to create a proper ui des... |
color of folder dialogs | Detlef,
Those pesky bosses...
James |
color of folder dialogs | James,
[quote="James Bott":3guj51n8]Detlef,
Those pesky bosses...
James[/quote:3guj51n8]
yeah, i would like them to read some of your guides <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> ...
Detlef |
color of the checkbox / radiobox | Hi,
Is it possible to change the color of the checkbox / radiobox elements (not the text, but the icon itself) ? |
color of the checkbox / radiobox | Prueba con
[code=fw:3vozhez2]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oRad:<span style="color: #000000;">SetColor</span><span style="color: #000000;">(</span> nClrText, nClrPane <span style="color: #000000;">)</span><br />oChk:<span style="color: #000000;">SetColor</span><span style="col... |
color of the checkbox / radiobox | In this case :setColor is not suitable - they can only change the background. I need to change the color of the element itself |
color of the checkbox / radiobox | if you use themes in the application, it is not possible |
color of the checkbox / radiobox | [code=fw:3ephgb8c]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">FUNCTION</span>...<br /><br /> ...<br /><br /> <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">RADIO</span> oRadMenu <span style="color: #0000ff;">VAR</span... |
color of the checkbox / radiobox | Karinha, thank you! |
color on a cell | I am creating an application for management of motor vehicles.
I want on xbrowse on fiels color show the real color I selected
see the picture pls.
[img:25r912sr]http://img149.imageshack.us/img149/9669/colormezzoeo9.png[/img:25r912sr] |
color on a cell | hi silvio...
i hope this help you
[code:2qige0om]#include "FiveWin.ch"
#include "xbrowse.ch"
// xbrowse imagen button get
function main()
local oDlg, oBrw
local aArray := {}
local uVal
local nI
local oGet
local nWdGet := 0
for nI = 1 to 20
aadd( aArray, { StrZero(nI,2),;
"Row:"+StrZero(... |
color on a cell | Thanks you are my great friend!! |
color on a cell | How I can select only red color cell with mouse ? |
color on a cell | please test this change the class
new data in txbrowse class
[b:1eu8hx1f]DATA bSelected[/b:1eu8hx1f]
Change Method Select
[code:1eu8hx1f]METHOD Select( nOperation ) CLASS TXBrowse
local uBook, uCurRow, uOldRow, uTemp
local aTemp
local nAt, nLen
local lRefresh
if ::nMarqueeStyle != MARQSTYLE_... |
color on a cell | I try it but not run ok
if I click the buttons of mouse it not make anything
How you think it run ? |
color on a cell | Sorry perhaps I think I not explain you
look the test you made ...
I wish for a sample click on second column with the mouse from second row and pressing a button of mouse select the cells to six row and modify the color into yellow
I hope you understand me |
color on a cell | please review this sample
for popmenu use right button
[code:2vwsw6z8]
#include "FiveWin.ch"
#include "xbrowse.ch"
// xbrowse imagen button get
static aCellSelected
function main()
local oDlg, oBrw
local aArray := {}
local uVal
local nI
local oGet, oBtn
local nWdGet := 0
for nI = 1 to 20
aadd( aA... |
color por linea en Tbrowse | Alguien sabe como se puede cambiar el color de una linea del TBrowse en base a alguna condicion del registro o elemento?
Saludos |
color por linea en Tbrowse | Arturo,
Este es un ejemplo para alternar los colores de cada línea:
oBrw:nClrPane := { || If( OrdKeyNo() % 2 == 0, RGB( 230, 230, 230), RGB( 190, 215, 190 ) ) } |
color por linea en Tbrowse | bueno yo lo uso de esta forma q es un poquitito mas rapido...
[code:2j8mudix]oBrw:nClrPane:={||IIF( (oBrw:Cargo:=!oBrw:Cargo) , RGB(193,221,255), RGB(221,245,255) )}[/code:2j8mudix]
se me ocurre ahora q tambien puede ser...
[code:2j8mudix]oBrw:nClrPan... |
color por linea en Tbrowse | Muchas Gracias, Me desonecte la ultima semana del año, pero ya ando por aca, realmente agradezco la pronta respuesta. Feliz Año 2008.
[quote="Antonio Linares":1cr0rm5k]Arturo,
Este es un ejemplo para alternar los colores de cada línea:
oBrw:nClrPane := { || If( OrdKeyNo() % 2 == 0, RGB( 230, 230, 230), RGB( 190, 215... |
color por linea en Tbrowse | Gracias a ambos. Feliz Año nuevo.
[quote="luis.santeliz":2fcw8e1h]bueno yo lo uso de esta forma q es un poquitito mas rapido...
[code:2fcw8e1h]oBrw:nClrPane:={||IIF( (oBrw:Cargo:=!oBrw:Cargo) , RGB(193,221,255), RGB(221,245,255) )}[/code:2fcw8e1h]
se me o... |
color the cells of the xbrowse | I have this array
[img:34zj064s]https://i.postimg.cc/0QzwDLD5/jh.png[/img:34zj064s]
I would like to visualize with colors
1) equal numbers (from column 7 to 16) on the same row
2) same numbers (from column 7 to 16) on different rows
when the numbers are colored, I also want to color the columns relat... |
color the cells of the xbrowse | hi Silvio,
i do not know how XBROWSE work
my HMG Sample use GRID and DYNAMICBACKCOLOR which is a Codeblock with RGB-Color
[url:27elwpsu]http://www.hmgforum.com/viewtopic.php?f=5&t=7222[/url:27elwpsu]
[img:27elwpsu]http://www.hmgforum.com/download/file.php?id=11244[/img:27elwpsu]
you ca... |
color the cells of the xbrowse | What mean with "FindDupe" ?
But it is ...same numbers (from column 7 to 16) on different rows ?
We can try converte it together
my problem is
as the first operation (1) locate the numbers on the same line
second operation (2) the same numbers on different lines
It is the final operator who by selecting a checkbox can ... |
color the cells of the xbrowse | [quote="Jimmy":256e76ev]hi Silvio,
i do not know how XBROWSE work
my HMG Sample use GRID and DYNAMICBACKCOLOR which is a Codeblock with RGB-Color
[url:256e76ev]http://www.hmgforum.com/viewtopic.php?f=5&t=7222[/url:256e76ev]
[img:256e76ev]http://www.hmgforum.com/download/file.php?id=112... |
color the cells of the xbrowse | Perhaps
FOR n = 2 to len( oBrw:aCols )
oCol := oBrw:aCols[ n ]
AADD( aBColors, { || FindDupe(aResult,oCol) } )
NEXT
// sort Result
ASORT( aResult,,, { | aX, aY | aX[ 1 ] < aY[ 1 ] } )
// set Color when "dupe"
nNumColor := 600000
nCount := 0
ii := 1
FOR ii := 1 T... |
color the cells of the xbrowse | hi Silvio,
as i say 1st Part of Code seems to work for you
[quote:g9tjpye3][code=fw:g9tjpye3]<div class="fw" id="{CB}" style="font-family: monospace;">AADD<span style="color: #000000;">(</span> aJustify, GRID_JTFY_LEFT <span style="color: #000000;">)</span></div>[/code:g9tjpye3][/quote:g9tjpye3]
not need, jus... |
color the cells of the xbrowse | [quote="Silvio.Falconi":2qrdwndl]Perhaps
[/quote:2qrdwndl]
Code look good ... but how to "use" aBColors <!-- s:idea: --><img src="{SMILIES_PATH}/icon_idea.gif" alt=":idea:" title="Idea" /><!-- s:idea: -->
how to "color" single Cell <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question"... |
color the cells of the xbrowse | Perhaps
[code=fw:1qrh3zcl]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /><span style="color: #00D7D7;">#define</span> ACOLOR3 <span style="color: #000000;">{</span> CLR_BROWN,CLR_WHITE <span style="color: #000000;">}</span><br /><span style="color: #00D7D7;">#define</span> ACOLOR4 <span ... |
color the cells of the xbrowse | LOCAL CellRowIndex := This.CellRowIndex
LOCAL CellColIndex := This.CellColIndex
LOCAL CellValue := This.CellValue
CellRowIndex -> oBrw:nArrayAt
CellColIndex -> oCol := oBrw:aCols[ n ]
CellValue -> nCellValue := oCol:value
I believe this is the case in fivewin but I'm not sure |
color the cells of the xbrowse | hi Silvio,
[quote="Silvio.Falconi":ae8bpkqe]I believe this is the case in fivewin but I'm not sure[/quote:ae8bpkqe]
would like to "see" FiveWin Code when working, thx |
color the cells of the xbrowse | [quote="Jimmy":31i0h24c]hi Silvio,
[quote="Silvio.Falconi":31i0h24c]I believe this is the case in fivewin but I'm not sure[/quote:31i0h24c]
would like to "see" FiveWin Code when working, thx[/quote:31i0h24c]
Jimmy i can send you a small sample to see fivewin working with colors, my mail is silvio[dot]falconi[at]gmail... |
color the cells of the xbrowse | Any solution pls ?
Nages?
how converte this source of Jimmy ?
[code=fw:v53ksukm]<div class="fw" id="{CB}" style="font-family: monospace;">*+--------------------------------------------------------------------<br />*+<br />*+ Source Module => c:\hmg<span style="color: #000000;">.3</span><span style="color: #000000;">.4<... |
colorear fondo de un control grupo | Estimados,
Por que desaparecen los controles como los gets y botones cuando coloreo el fondo del grupo en ejecucion
Adjunto pantallas
Antes de pintar
[url=http://subefotos.com/ver/?eae70422747aad4e0993c1d0bbba85eao.jpg:3sqoj6nv][img:3sqoj6nv]http://thumbs.subefotos.com/eae70422747aad4e0993c1d0b... |
colorear fondo de un control grupo | Prueba a llamar a oDlg:Refresh() despues de llamar a oDlg:Update() |
colorear fondo de un control grupo | Hola Antonio
estoy usando FVH13.01 y ahora ya no se pinta de colores como si lo hacia fwh8.11, que estoy haciendo mal |
colorear fondo de un control grupo | Very good!
[code=fw:18ydf6ca]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// Testing Groups - \SAMPLES\TESTGRP.PRG AND TESTGRP.RC - Modified.</span><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span sty... |
colorear hasta el final de una columna del xbrowse | estimados
tengo un xbrowse con 5 registros y estoy pintando la primera columna de un color diferente al resto de las otras columnas, utiliso lo siguiente
[code=fw:25gfx9us]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> oBrw:<span style="color: #000000;">aCols</span><span style="color: #... |
colorear hasta el final de una columna del xbrowse | Creo que es algo parecido a lo que ocurre con el pintado de las lineas horizontales
Mira a ver si te sirve de algo
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=26334#p144872">viewtopic.php?f=3&t=26334#p144872</a><!-- l --> |
colorear hasta el final de una columna del xbrowse | Gracias por contestar,
he probado lo que me sugieres pero no me sirve, lo que ando buscando es colorear la columna uno hasta el final, coloco una imagen para que me entiendan un poco mas.
[img:1svmor97]http://imageshack.com/a/img674/8424/9EYWhg.jpg[/img:1svmor97]
si alguien ha conseguido esto, agradecer... |
colorear hasta el final de una columna del xbrowse | Te he entendido, pero actualmente el pintado de columnas, y pintado de lineas horizontales, solo se realiza hasta la fila que contiene datos (las fila vacias no las colorea)
Algo asi?
[url=http://postimage.org/:1ahx6gbm][img:1ahx6gbm]http://s27.postimg.org/g87no0meb/Title81.png[/img:1ahx6gbm][/... |
colorear hasta el final de una columna del xbrowse | gracias Cristobal,
ocupo la versión 13.07 de fwh. sin ninguna modificación.
he revisado el Method Paint pero no logro nada y ademas no encuentro el método de pintado de la columna.
lo que necesito es lo que muestras, pero asumo que tengo que colocar registros en blanco en la tabla de paso en donde muestro los dato... |
colorear hasta el final de una columna del xbrowse | Armando, lo que ves es con array vacio {}
Los metodos a modificar son Paint de XBrowse, PaintData de XBrwColumn y PaintCell de XBrwColumn
Dime en qué puedo ayudarte |
colorear hasta el final de una columna del xbrowse | uf, estuve hasta tarde viendo y tocando el código original de las clases y métodos que mencionas pero no lo consigo.
voy a intentar sincronizar 2 xbrowses, uno con la columna "CODE" y otro con las descripciones.
no se me ocurre otra forma de como hacerlo.
Saludos desde Chile.
Armando |
colorear hasta el final de una columna del xbrowse | Cristobal
estuve viendo TestUI, que es de tu autoría, viendo los métodos del xcbrowse por si pueda dar con el clavo, pero aun no encuentro lo que necesito.
según veo en el makeUI haces mención al HBMK2.EXE, el cual no poseo, lo he cambiado a harbour.exe pero marca errores, así que no puedo ver el resultado en forma v... |
colorear hasta el final de una columna del xbrowse | [quote="armando.lagunas":16d8x1im]Cristobal
estuve viendo TestUI, que es de tu autoría, viendo los métodos del xcbrowse por si pueda dar con el clavo, pero aun no encuentro lo que necesito.
según veo en el makeUI haces mención al HBMK2.EXE, el cual no poseo, lo he cambiado a harbour.exe pero marca errores, así que no... |
colorear hasta el final de una columna del xbrowse | Por cierto, dime que errores te da |
colorear texto en xbrowse SOLUCIONADO | hola foro,
tengo un xbrowse con arreglo, una columna no visible del xbrowse es un campo logico, y segun sea verdadero ó falso quiero que el texto de todas las columnas sea de color diferente..
oBrw2:bClrStd := {|| if ( aDatos[oBrw2:KeyNo(),7], {CLR_BLACK,}, {CLR_BLUE,} )}
no me va
saludos
pak-o |
colorear texto en xbrowse SOLUCIONADO | yo mismo, solucionado, me faltaba un pequeño dato si funciona,,,,
gracias[quote="Francisco Horta":207dyu0y]hola foro,
tengo un xbrowse con arreglo, una columna no visible del xbrowse es un campo logico, y segun sea verdadero ó falso quiero que el texto de todas las columnas sea de color diferente..
oBrw2:bClrStd ... |
colorear texto en xbrowse SOLUCIONADO | [code=fw:21h10eyo]<div class="fw" id="{CB}" style="font-family: monospace;">oBrw2:<span style="color: #000000;">bClrStd</span> := <span style="color: #000000;">{</span>|| <span style="color: #00C800;">if</span> <span style="color: #000000;">(</span> oBrw2:<span style="color: #000000;">aRow</span><span style="c... |
colorear texto en xbrowse SOLUCIONADO | gracias Rao, funciona
saludos
pak-o |
colores degradados en buttonbmp | Hola a todos
Se puede hacer eso con los buttonbmp...
Se que se puede hacer con los buttonbar y xbrowse, pero con los buttonbmp?
En el ejemplo testgrad no aparece un ejemplo para los buttonbmp...
Salu2
Francis |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.