topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
dialogo por sobre todo el resto de ventana...? | Hola Gustavo, usa esta funcion que alguna vez encontre en el foro
[code=fw:jxgdjtcg]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> oDlg <span style="color: #0000ff;">TITLE</span> <span style="color: #ff0000;">"Alert... |
dialogo por sobre todo el resto de ventana...? | BringWindowToTop( < hWnd > ) |
dialogo sobre imagen pdf | Hola Necesito mostrar unos datos sobre un pdf que abro desde código y hacer que un dialogo quede en primer plano sobre una imagen pdf, es decir algo asi
ShellExecute( ,"print", (oApp:dirpdf + aAfile[olbx:nAt,1]),,,1 )
dialogo que necesito sobre el pdf
Ah y en el shellExecute puedo indicarle en que impresora lo ... |
dialogo sobre imagen pdf | Luis,
Imagino que lo que necesitas es aguardar a que se muestre el PDF antes de mostrar el diálogo.
Podrias probar a hacer un bucle for next por un cierto tiempo y desde él llamar a SysRefresh() |
dialogo sobre imagen pdf | Sí efectivamente necesito eso voy a probar- En el shellexecute es "open" no print.
Mañana lo pruebo
Gracias |
dialogos transparentes | Holas,
si les interesa el tema de transparencia, pueden probrar
[quote:rv4lpkv0]#include "fivewin.ch"
#include "Slider.ch"
FUNCTION main()
LOCAL oDlg, nTrans := 128, para
DEFINE DIALOG oDlg FROM 10,10 TO 20,40
@ 1,1 SLIDER nTrans OF oDlg;
HORIZONTAL ;
LEFT DIRECTION ;
... |
dialogos transparentes | I'm founding some thing of it but I wish show a bitmap trasparent
If you go to mg sample you found a car bmp you can see only this car and not see the dialog...
Do U undestand ? |
dialogos transparentes | See this sample:
[code:3g4c3gm6]
/*
*
* *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
* Programador: Jose Carlos da Rocha
* CopyRights.: 5Volution Desenvolvimento
* *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
*
*/
#include "fivewin.ch"
#define SRCPAINT 155977... |
dialogos transparentes | I saw it but I cannot move the dialog with the mouse
If you go to see the sample of minigui you can understand me |
dialogos transparentes | Silvio
Can you send me?
<!-- e --><a href="mailto:irochinha@itelefonica.com.br">irochinha@itelefonica.com.br</a><!-- e --> |
dialogos transparentes | i sent now the prg |
dialogos transparentes | Test this now:
[code:1ok9uyjn]
/*
*
* *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
* Descricao..: Modulo de PDV
* Programador: Jose Carlos da Rocha
* CopyRights.: Konectiva Automacao
* *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
*
*/
#include "fivewin.... |
dialogos transparentes con degrado | antonio buenas tardes
pregunta concreta
tengo Fwh2.7 cuando hago un dialog con degradado los say que actualizo en runtime me salen con otro color que no corresponde, la pregunta es si en la ultima version ya tienes un remedio para eso, es decir para los Says , los Radio Buttoms y otros elementos ??
aca una imagen de es... |
dialogos transparentes con degrado | Wilson,
Estás haciendo el degradado usando un brush ? Hazlo con un brush
DEFINE BRUSH oBru FILENAME "degradado.bmp"
DEFINE DIALOG oDlg SIZE 400, 200 BRUSH oBru TRANSPARENT |
dialogos transparentes con degrado | asi queda Antonio, correcto
[url=http://img513.imageshack.us/my.php?image=degrast6.jpg:1gbji2ga][img:1gbji2ga]http://img513.imageshack.us/img513/7122/degrast6.th.jpg[/img:1gbji2ga][/url:1gbji2ga]
gracias, una sola pregunta se puede asignarle el oBrush al dialog en el evento on ... |
dialogos transparentes con degrado | Wilson,
>
gracias, una sola pregunta se puede asignarle el oBrush al dialog en el evento on INIT ??
>
Sí, deberías poder asignarlo desde ahí sin problemas
> otra pregunta el BMP de que dimensiones debe ser para que quede bien ??
Lo idóneo es estrecho y vertical, con una longitud suficiente para que rellene todo e... |
dialogos transparentes con degrado | gracias Antonio por tu ayuda
saludos |
dibujar lineas curvas etc | saludos compañeros, a los que ayudan y los que solo se dedican a leer y no aportan nada, tengo el siguiente problema:
tengo un dialogo o ventana, en cualquiera de los 2 se presente el mismo problema, al cual pe pongo controles, tanto a mano como con workshop, todos los casos los he probado, bien necesito hacerle a man... |
dibujar lineas curvas etc | És posible proporcionar un ejemplo sencillo? Una imagen por favor?
Saludos. |
dibujar lineas curvas etc | Buen día para todos...
Que tal QAZWSX2K, por casualidad has probado con las clase TSLine del amigo Manuel Mercado?. |
dibujar lineas curvas etc | ARCC NO CONSIGUO NI SIQUIERA INFORMACION DE QUE EXISTA ESA CLASE, SI TU LA TIENE Y ES FREE ME LA PODRIAS MANDAR?
KARINHA NO PUEDO SUBIR IMAGENES POR AQUI |
dibujar lineas curvas etc | BIEN ARCC, YA LA CONSEGUI, LA PROBE, Y EXCELENTE RESUELVE 100% MI PROBLEMA, GRACIAS DESDE CARACAS |
dibujar lineas curvas etc | Buen día para todos....
[quote="QAZWSX2K":2k3e8l0y]BIEN ARCC, YA LA CONSEGUI, LA PROBE, Y EXCELENTE RESUELVE 100% MI PROBLEMA, GRACIAS DESDE CARACAS[/quote:2k3e8l0y]
Ok tranquilo estamos a la orden por acá en Maracaibo |
dibujar una region de un color | Hola amigos:
Desearía saber si hay alguna manera de dibujar en una MDICHILD una region de un color distinto que el fondo.
Gracias.
Carlos |
dibujo de cajas bajo codigo | Pues eso... ¿es posible dibujar cajas directamente desde codigo para un formulario? --- sin el Workshop!!!
Saludos
Armando |
dibujo de cajas bajo codigo | [quote="Armando Picon":3tl3kizx]Pues eso... ¿es posible dibujar cajas directamente desde codigo para un formulario? --- sin el Workshop!!!
Saludos
Armando[/quote:3tl3kizx]
Te refieres a esto?
[code=FW:3tl3kizx]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">DEFINE</span> <spa... |
dibujo de cajas bajo codigo | Pues no... este código solamente pone un marco alrededor del texto o de la variable. Lo que necesito es poder dibujar una caja que actúe como delimitador de una zona o de zonas en el formulario... sin utilizar el Workshop (en el cual es sencillo). |
dibujo de cajas bajo codigo | [quote="Armando Picon":1syiwmpo]Pues no... este código solamente pone un marco alrededor del texto o de la variable. Lo que necesito es poder dibujar una caja que actúe como delimitador de una zona o de zonas en el formulario... sin utilizar el Workshop (en el cual es sencillo).[/quote:1syiwmpo]
Quizás esto otro:
[cod... |
dibujo de cajas bajo codigo | Tal parece que voy a optar por el GROUP. El otro trozo de código obligaría a extender la clase tWindow cuyos resultados por ahora me son impredecibles pues no los he practicado. Gracias por los tips FiveWIDI
Armando |
diccionario ADS y Areas | Haciendo pruebas con el Diccionario de datos me tope con ke no me respeta las areas que asigno, solo me permite utilizar numeros, osea
sele AA
use base_1
Sele BB
use base_2
Sele AA
go top
me marca que el alias no existe, si lo hago asi:
AA->(dbgotop())
tampoco
pero si el area asigno un numero, si lo hace, osea:
... |
diccionario ADS y Areas | yo uso esto sin problemas:
USE tabla1 INDEX indice1 NEW ALIAS AL1 SHARED
USE tabla2 INDEX indice2 NEW ALIAS AL2 SHARED
USE tabla3 INDEX indice3 NEW ALIAS AL3 SHARED
OJO con el NEW. <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
suerte |
diccionario ADS y Areas | yo he usado toda la vida alias como cadenas de caracteres y funcionan en todas las versiones de ads y xharbour |
diccionario ADS y Areas | pues algo he de andar haciendo mal, gracias por los comentarios |
diesable navigation Buttons using TArrayData():Edit() ? | hi,
to "edit" a Recored i´m using
[code=fw:3swojjl2]<div class="fw" id="{CB}" style="font-family: monospace;">oRec := TArrayData<span style="color: #000000;">(</span><span style="color: #000000;">)</span> :<span style="color: #00C800;">New</span><span style="color: #000000;">(</span> <span style="color: #0... |
diesable navigation Buttons using TArrayData():Edit() ? | Syntax:
[code=fw:1z02n7yi]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> <span style="color: #00C800;">Edit</span><span style="color: #000000;">(</span> lReadOnly, lNavigate, cTitle <span style="color: #000000;">)</span></div>[/code:1z02n7yi]
We can write:... |
diesable navigation Buttons using TArrayData():Edit() ? | hi,
thx for Answer
[quote="nageswaragunupudi":nk0meahz]Syntax:
[code=fw:nk0meahz]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> <span style="color: #00C800;">Edit</span><span style="color: #000000;">(</span> lReadOnly, lNavigate, cTitle <span style="color: #00... |
diesable navigation Buttons using TArrayData():Edit() ? | [quote:i4t382wf]it seems not to make any difference <!-- s:? --><img src="{SMILIES_PATH}/icon_confused.gif" alt=":?" title="Confused" /><!-- s:? -->
Code:
CLASS TArrayData
METHOD Edit() INLINE ::record():Edit()
there are no Parameter to pass ...
[/quote:i4t382wf]
Sorry and also thanks for pointing our oversight.
Ple... |
diesable navigation Buttons using TArrayData():Edit() ? | hi,
[quote="nageswaragunupudi":1p7ohmju]Please use this:
This is working:
[code=fw:1p7ohmju]<div class="fw" id="{CB}" style="font-family: monospace;">TArrayData<span style="color: #000000;">(</span><span style="color: #000000;">)</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">(... |
diferencia de Setfocus() o SetScope() | Gracias quique por escribir. Me toco ponerle al XBrowse(), el SetScope() y cuando sale se lo quito. La diferencia que tenia el anterior setfilter() era que no tenia ningun filtro al indice, sino al momento de desplegar solo mostraba los registros dentro dl rango y cuando salia no habia que quitar nada ya que el truco ... |
diferencia de Setfocus() o SetScope() | No creo que necesites todo eso con que guardes el registro y el índice creo que es suficiente:al crear el objeto[code:3dhqhk93]nReg := ( cAlias )->( recNo() )
cInd := ( cAlias )->( ordSetFocus() )[/code:3dhqhk93]
y al terminar
[code:3dhqhk93]nCont := 0
do wh... |
diferencia de Setfocus() o SetScope() | Quique Muchas gracias por tiempoCordial SaludoAlberto Fernandez Maya |
diferencia entre harbour y xharbour | Cuál es la diferencia entre harbour y el harbour que viene en \xharbour ?Estoy tratando de compilar con el xharbour pero tengo el siguiente problema, estoy usando archivos .clp para compilar varios programas, con harbour se generan archivos .c con el mismo nombre pero con xharbour se genera un .c por cada programa. Ha... |
diferencia entre harbour y xharbour | Mario,Por lo que tengo entendido el soporte de ficheros CLP no está completado en Harbour/xHarbour.Para evitar tener que usar multiples llamadas a Harbour.exe con cada PRG, puedes usar un fichero BAT asi:for %%f in (*.prg) do c:\harbour\bin\harbour %%f /n /ic:\fwh\include;c:\harbour\include for %%f in (*.c) do c:\bcc55... |
diferencia entre harbour y xharbour | Muchas gracias, Antonio. Quedó perfecto. |
diferencia entre harbour y xharbour II | Probando encontré un comportamiento desigual con los campos memo
Imagen en harbour
[url=http://www.subirimagenes.net/i/140621125254264845.jpg:1ybv5jll][img:1ybv5jll]http://sim1.subirimagenes.net/img/2014/06/21//140621125254264845.jpg[/img:1ybv5jll][/url:1ybv5jll]
Imagen en xharbour ... |
diferencia entre harbour y xharbour II | Luis,
Para mi es una diferencia en como xharbour 2 y Harbour 3.2 alamacenan los campos memo.
Si pudieses salvarlos desde tu aplicación con xHarbour 2 a un fichero ascii, por ejemplo, y luego leerlos desde Harbour desde ese fichero externo y volver a guardarlos como memo, de esa manera se corregiría.
Seguro habrá otr... |
diferencia entre harbour y xharbour II | Gracias Antonio los voy a cambiar e informo
Luis |
diferencia entre harbour y xharbour II | Bueno aparentemente se arreglo fácil lo que hice fue
[code=fw:23unojb6]<div class="fw" id="{CB}" style="font-family: monospace;"><br />aPedido:<span style="color: #000000;">observa</span> := StrTran<span style="color: #000000;">(</span>oPmemo:<span style="color: #000000;">observa</span>,<span style="color: #... |
diferencia entre harbour y xharbour II | Me parece que no es una forma de guardar distinto los datos de los compiladores, porque tengo otra bases de datos (guardo separado los memos de la base principal en todos los casos) ejemplo clientes.dbf y datocliente.dbf (codigo,memo), y en ellas estan bien .
¿Es posible que en pedidos dejan espacios vacíos antes de e... |
diferencia entre harbour y xharbour II | SOLUCIONADO pero no entendido por mi, paso a explicarles
Seguí tratando de ver el comportamiento de los campos memos. Trate de abrir los mismos desde dbwide, y me decía que estaban las dbf en cuestión corruptas, el programa las abría. Entonces hice desde el programa que esta en xharbour un copy to
Ejemplo
copy to... |
diferencia entre harbour y xharbour II | Luis,
Excelente <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Me alegro que lo hayas solucionado. Ya verás como cada vez te sientes más a gusto con Harbour. |
diferencias entre HB_SetCodePage() HB_CDPSELECT y FW_SetUni | Hola:
Me gustaría saber por favor la diferencia entre estas funciones por favor.
Muchas gracias. Saludos |
diferencias entre HB_SetCodePage() HB_CDPSELECT y FW_SetUni | Mira:
HB_SetCodePage()
[url:20i9puym]http://www.fivetechsoft.com/harbour-docs/api.html[/url:20i9puym]
HB_CDPSELECT()
[url:20i9puym]https://vivaclipper.wordpress.com/2014/01/16/hb_cdpselect/[/url:20i9puym]
[url:20i9puym]https://vivaclipper.wordpress.com/tag/hb_cdpselect/[/ur... |
diferencias entre HB_SetCodePage() HB_CDPSELECT y FW_SetUni | Muchas gracias, ya leí la documentación y vi que el parámetro de hb_codepage() y hb_cdpseelct() es el mismo, pero sigo sin saber las diferencias.
Gracias. |
diferencias entre HB_SetCodePage() HB_CDPSELECT y FW_SetUni | Moisés, pueden parecer iguales
Aqui tienes la información necesaria
<!-- m --><a class="postlink" href="http://harbourlanguage.blogspot.com/2010/06/harbour-codepage.html">http://harbourlanguage.blogspot.com/201 ... epage.html</a><!-- m --> |
diferencias entre el HARBOUR y el XHARBOUR | SALUDOS: favor indicarme las diferencias mas importantes entre los dos
productos antes mencionados, pienso que si recien ingreso a este mundo
y ya que tengo algo de experiencia en CLIPPER, porque no hacerlo directamente con el HHARBOUR, i disculpen mi INMODESTIA
Saludos y Gracias
RODOLFO SILVA
<!-- e --><a href="mail... |
diferencias entre el HARBOUR y el XHARBOUR | Rodolfo,
En primer lugar indicarte que está utilizando el foro en INGLES. Si te fijas en la página inicial del foro, existe un FIVEWIN PARA HARBOUR/XHARBOUR que es en español.
A lo que preguntas, Harbour es un compilador clónico de Clipper a 32 bit. xHarbour (la x es de extended) es una derivación de Harbour y contie... |
difference between xp and seven | Marco:
Try in your resources file to use -1 value for the groupbox instead 116 value.
Regards |
difference between xp and seven | Is it normal this difference?
(see below screen shots)
Thanks in advance
Marco
>>fold.prg<<<
#include "fivewin.ch"
FUNCTION MAIN()
LOCAL oDlg
LOCAL oFld
LOCAL aFld := { }
LOCAL oSay1 , cSay1 := "First"
LOCAL oGet1 , cGet1 := SPACE( 10 )
LOCAL oSay2 , cSay2 := "Second"
LOCAL oGet2 , cGet2 := SPACE( 10 )
DEFINE D... |
difference between xp and seven | In Xp computer I set Windows Classic Style.
I obtain the same problem of Windows 7 Pc
If I don't redefine SAY objects
// REDEFINE SAY oSay2 ID 402 OF oFld:aDialogs[ 1 ]
they appears in this way
[img:1130nbe7]http://www.hardservice.it/images/xp2.jpg[/img:1130nbe7]
Is there a solution to resolv... |
difference between xp and seven | I do not understand but.....
thank you very much ....
SOLVED! |
difference between xp and seven | Marco,
Do you mean you don't understand why -1 works, or that you found a different solution.
The value -1, signifies static text--any positive number signifies text that can be redefined. They are handled differently by Windows.
Regards,
James |
difference between xp and seven | James,
very helpful person as usual.
many thanks
marco |
difference between xp and seven | [quote="James Bott":1rpv9m71]The value -1, signifies static text--any positive number signifies text that can be redefined. They are handled differently by Windows.[/quote:1rpv9m71]
I didn't know that Windows managed id -1 labels and id positive number labels differently. Where can I read some MS documentation about t... |
difference between xp and seven | Enrico,
I don't know that much about them. Here are a few references although they don't provide much info either.
Static Text:
<!-- m --><a class="postlink" href="http://msdn.microsoft.com/en-us/library/dd373650(v=vs.85">http://msdn.microsoft.com/en-us/library ... 50(v=vs.85</a><!-- m -->).aspx
Static Controls:
<!-... |
difference between xp and seven | Can you point me at the exact place where they say that Windows treats a -1 id controls different from a positive id one, please?
EMG |
difference between xp and seven | Says with ID -1 (static) are not transparent in the dialogs. Only when the dialog are set to transparent, the static says are transparent.
On redefined says with ID > 0 all is ok! |
difference between xp and seven | Can I see a reduced sample of this behavior? Is this behavior seen on W7 only?
EMG |
difference between xp and seven | Please try next code to see the effect:
DEFINE DIALOG oDlg OF oWin TITLE "Test" COLOR CLR_BLACK,CLR_YELLOW RESOURCE "ffff"
and make in the RC a static say! It seems, only when a color of the dialog is defined, the static say is not transparent. |
difference between xp and seven | This is a sample:
[code=fw:2y47d8qz]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Fivewin.ch"</span><br /><br /><br /><span style="color: #00C800;">FUNCTION</span> MAIN<span style="color: #000000;">(</span><span style="color: ... |
difference between xp and seven | Please test with ID -1 !! |
difference between xp and seven | Same result. Did you test my sample?
EMG |
difference betwen 'PIXEL' and. 'TRUEPIXEL' | Hi all
what is the difference between 'truepixel' and 'pixel' clause ?
Thank |
difference betwen 'PIXEL' and. 'TRUEPIXEL' | Look,
[url:2jmhrypl]http://forums.fivetechsupport.com/viewtopic.php?f=3&t=33179[/url:2jmhrypl] |
different DEFINE WINDOW and DEFINE DIALOG | what is different in using DEFINE WINDOW and DEFINE DIALOGbest regardskajot |
different DEFINE WINDOW and DEFINE DIALOG | DEFINE WINDOW is for creating WINDOWs and DEFINE DIALOG is for creating DIALOGs. What else? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->EMG |
different DEFINE WINDOW and DEFINE DIALOG | [quote="kajot":3e4qpjn9]what is different in using DEFINE WINDOW and DEFINE DIALOG
best regards
kajot[/quote:3e4qpjn9]This is a question that i asked myself several times.No matter if i define a window or a dialog, i can place there controls like gets, says, listboxes, browses and more.Apart from MDI designed applicat... |
different DEFINE WINDOW and DEFINE DIALOG | Detlef,>I suppose that kajot's question ( and also mine ) was about the real differences between dialogs and windows. >The differences comes from the Windows API itself:Windows manages windows and dialogs as different kind of objects, though in fact, a dialog is a kind of a window (a specialized one for managing contro... |
different DEFINE WINDOW and DEFINE DIALOG | Dear Antonio,I think if FW add more option cluase like RESIZE16 for Dialog to use the same dimension of Window. Then we can use @ 10, 10 SAY 'Hello world' OF oDlgACTIVATE DIALOG oDlg [b:22fqtwi9]ASWIN[/b:22fqtwi9]show like@ 10, 10 SAY 'Hello world' OF oWndACTIVATE DIALOG oWndIt'll be good. Regards,Dutch[/b] |
different DEFINE WINDOW and DEFINE DIALOG | Dutch,Yes, you are right, but we have to keep backwards compatibility, or we can break many users applications.Also, its a better choice if we let the Windows API manage the dimensions by itself. If we change the dimensions, the results may be different for different resolutions, fonts, etc. |
different Warning using BCC7 32 Bit / MSVC 64 Bit | hi,
both Version "seems" to run so far but i got (different) Warnings
bcc7 32 Bit
[quote:1s945api]Warning W8004 .\\HB_FUNC.PRG 132: 'fAutoEject' is assigned a value that is never used in function EjectVolume
Warning W8004 .\\HB_FUNC.PRG 132: 'fRemoveSafely' is assigned a value that is never used in function EjectVolu... |
different Warning using BCC7 32 Bit / MSVC 64 Bit | You have to fix the function EjectVolume() as it is not well written. What this is supposed to mean?
[code=fw:31vir7dl]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">if</span><span style="color: #000000;">(</span> LockVolume<span style="color: #000000;">(</span>... |
different Warning using BCC7 32 Bit / MSVC 64 Bit | hi Enricon
[quote="Enrico Maria Giordano":3qaqa8o8]You have to fix the function EjectVolume() as it is not well written.[/quote:3qaqa8o8]
while i had Problem with my DLLCALL Version i have search and found this Version in HMG Forum
[url:3qaqa8o8]https://www.hmgforum.com/viewtopic.php?t=4524[/url:3qaqa8... |
different Warning using BCC7 32 Bit / MSVC 64 Bit | Dear Jimmy,
Do you mean this code ?
[code=fw:3baiz136]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">// test program</span><br />request hb_gt_win_default<br />PROC MAIN<span style="color: #000000;">(</span> cDriveLetter <span style="color: #000000;">)</span><br /><br /... |
different Warning using BCC7 32 Bit / MSVC 64 Bit | hi Antonio,
[quote="Antonio Linares":2st7pght]Do you mean this code ?[/quote:2st7pght]
Yes,
this CODE give me under BCC7 32 Bit this Warnings
[quote:2st7pght]Warning W8004 TEST1.prg 147: 'fAutoEject' is assigned a value that is never used in function EjectVolume
Warning W8004 TEST1.prg 147: 'fRemoveSafely' is assigned... |
different Warning using BCC7 32 Bit / MSVC 64 Bit | [quote="Jimmy":2az6cwq8]Variable fRemoveSafely and fAutoEject are IMHO "not need" ... but how "without" <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->[/quote:2az6cwq8]
Yes, they are not needed because they are not used. |
different Warning using BCC7 32 Bit / MSVC 64 Bit | hi,
now i have create own Structure, from Original (and add "X"), but change Member from BOOLEAN to BOOL
[code=fw:26ot610o]<div class="fw" id="{CB}" style="font-family: monospace;">typedef struct _PREVENT_MEDIA_REMOVALX <span style="color: #000000;">{</span><br /> BOOL PreventMediaRemoval;<br /><span style="colo... |
different backgroundcolors for each column | Hi,Is it possible to have in each column an other backgroundcolor with the normal browse or should I use xBrowse?Thanks,Marc |
different backgroundcolors for each column | Marc,You can have different background colors for each column with TWBrowse this way:oBrowse:nClrPane := { | nCol | ColumnColor( nCol ) }where function ColumnColor( nColumn ) should return the nRGB() color to use for each column |
different backgroundcolors for each column | Antonio,I use[code:1co0ijky]func ColumnColor(ncol)
local ret_val
msginfo(ncol)
if ncol= 1
ret_val = arts->hkleur
else
ret_val = arts->kleur
endif
return ret_val
[/code:1co0ijky]The fields [b:1co0ijky]arts->hkleur[/b:1co0ijky] and [b:1co0ijky]arts->kleur[/b:1co0ijky] are holding t... |
different backgroundcolors for each column | Marc,What FWH version are you using ?Please check that you have this code in Class TWBrowse, function wBrwLine()[code:21wqtc4t]
SetBkColor( hDC, If( nColAct != nil, If( ValType( nClrBack ) == "B",;
Eval( nClrBack, n ), nClrBack ),;
... |
different backgroundcolors for each column | Antonio,I use FWH7.10.I have this line[code:3fx9lo4l] SetBkColor( hDC, If( nColAct != nil, If( ValType( nClrBack ) == "B",;
Eval( nClrBack ), nClrBack ), nClrPane ) )
[/code:3fx9lo4l]Regards,Marc |
different backgroundcolors for each column | Marc,Please modify it as I have described itAnyhow, if you want that one and many other new features, then I suggest you to upgrade to current FWH 8.07 |
different backgroundcolors for each column | Thanks Antonio,It"s working now!!!Marc |
different colors | I have this xbrowse
[img:2w71f1r7]https://i.postimg.cc/4NSJBBmD/hhhhhh.png[/img:2w71f1r7]
Is it possible to divide the columns into different colors? like the scheme I put below or just the outlines?
[img:2w71f1r7]https://i.postimg.cc/9fnmNb8R/h1.jpg[/img:2w71f1r7] |
different colors | oBrw:bPainted |
different colors | [quote="nageswaragunupudi":1t2px3li]oBrw:bPainted[/quote:1t2px3li]
Nages, only the line
Now there is :nColDividerStyle := LINESTYLE_LIGHTGRAY
I wish change the Line at columns only the *
:SetGroupHeader( "Estrazione", 1, 2)
:SetGroupHeader( "Bari", 3, 7 ) ... |
different column color | Hi,
I'm trying to obtain a coloured column without success!
REDEFINE BROWSE oBrw ID 101 OF oDlg FONT oFont
cHeading := "CODE KIT"
bLine := "{|| field->code }"
oCol := TcColumn():New( cHeading , &bLine , , CLR_GREEN , CLR_WHITE , 0 , 100 , , , , , , , )
oBrw:addcolumn( oCol )
Thanks in advance
Ma... |
different column color | Marco,
You can define the col-Background-color, or use a function, to define different cell-colors of a column.
[color=#0000FF:2u0nuc12][b:2u0nuc12]oBrw:aCols[4]:bClrstd := {|| { 0, 255 } } // TEST_SIZE(oBrw, 4) } }
oBrw:aCols[5]:bClrstd := {|| { 16777215, 11556864 } } // TEST_SIZE(oBrw, 5) } }[/b:2u0nuc12][/color... |
different column color | Many thanks Uwe,
It's very strange!
oBrw:aCols[1]:bClrstd := {|| { 0, 255 } }
oBrw:aCols[2]:bClrstd := {|| { 0, 255 } }
When I run it
I have this error
Application
===========
Path and name: c:\bin\kit\kit_pto.exe (32 bits)
Size: 2,708,992 bytes
Time from start: 0 hours 0 mins 1 secs
Error occurr... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.