topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
Cerrar un indice Temporal (Solucionado) | Hola Jose Luis,
Yo creo que el problema es la confusion entre Tag y Bag. Con el comando de abajo estas creando un nuevo bag, es decir un nuevo .cdx que es el que queda activo y por eso no puedes recuperar el anterior order de indice
[code=fw:2gcvqkb8]<div class="fw" id="{CB}" style="font-family: monospace;"><span sty... |
Cerrar un indice Temporal (Solucionado) | Muchas gracias
Creo que por ahí van los tiros, voy a probar y veré si lo consigo
Un saludo |
Cerrar un indice Temporal (Solucionado) | He repasado y efectivamente van por ahí los tiros.
Pero no consigo remediar nada, si en lugar de TO "Tfecha1" pongo TAG "Tfecha1", lo que pasa es que además se corrompe o lo que sea el índice CDX que tengo en (aAlias[24]) y tengo que volver a indexar todo. |
Cerrar un indice Temporal (Solucionado) | El tema que estoy viendo es que todo lo que le ponga que me haga antes de Return a la función del Reporte no me hace caso, regresa sin tenerlo en cuenta, incluso he probado a hacer un msginfo para que me indique los nombres de las etiquetas del alias y nada, no hace nada.
Aqui todo el codigo del reporte:
[code=fw:3uzyd... |
Cerrar un indice Temporal (Solucionado) | [quote="JoseLuis":3ox2gkvp]
[code=fw:3ox2gkvp]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #000000;">(</span>aAlias<span style="color: #000000;">[</span><span style="color: #000000;">24</span><span style="color: #000000;">]</span><span style="color: #000000;">)</span>-><... |
Cerrar un indice Temporal (Solucionado) | Vale, ya está solucionado
Efectivamente era algo que no entiendo, y es que si llamo al Report desde una funcion intermedia
[code=fw:3ma9q68y]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">static</span> <span style="color: #00C800;">function</span> contadopendiente<span style="c... |
Cerrar un indice Temporal (Solucionado) | [quote="JoseLuis":16xgi6x2]Vale, ya está solucionado
Efectivamente era algo que no entiendo, y es que si llamo al Report desde una funcion intermedia
[code=fw:16xgi6x2]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">static</span> <span style="color: #00C800;">function</span> con... |
Cerrar una Aplicacion despues de un tiempo | Como se puede hacer para Cerrar una Aplicacion despues de un tiempo de uso
muchas gracias
David |
Cerrar una Aplicacion despues de un tiempo | Que tal un timer ...
Saludos |
Cerrar una Aplicacion despues de un tiempo | Aquí un ejemplo
[code=fw:2av4ycxq]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800;">Function</span> Main<span style="color: #000000;">(</span><span style="color: #0... |
Cerrar una Aplicacion despues de un tiempo | MUCHAS GRACIAS
LO VEO Y AVISO COMO ME FUE...
GRACIAS
DAVID |
Cerrar una Aplicacion despues de un tiempo | Amigos....
no pude.... <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( -->
David |
Cerrar una Aplicacion despues de un tiempo | [quote="acuellar":sdgyeyti]Aquí un ejemplo
[code=fw:sdgyeyti]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800;">Function</span> Main<span style="color: #000000;">(</... |
Cerrar una aplicacion externa | Hola a todos.
Estoy usando esto WinExec("OSK.EXE") para ejecutar el teclado en pantalla, pero no encuentro como cerrar esta aplicacion cuando deseo que desaparezca.
Muchas gracias. |
Cerrar una aplicacion externa | <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=119458#p119458">viewtopic.php?p=119458#p119458</a><!-- l -->
Supongo que será:
SendMessage( FindWindow( 0, "On-Screen Keyboard" ), WM_CLOSE )
ó en el idioma que te aparezca el titulo de la ventana |
Cerrar una aplicacion externa | Buenas noches,
Yo ni siquiera puedo abrir el teclado en pantalla usando W7.
Probé WinExec("OSK.EXE") y también con ShellExecute pero sale el mensaje de error:
[b:1g5xwk8x]"[color=#0000BF:1g5xwk8x]No se pudo iniciar el teclado en pantalla"[/color:1g5xwk8x][/b:1g5xwk8x]
Destaco que desde DOS si funciona correctamente... |
Cerrar una aplicacion externa | Rolando,
¿Qué versión de Windows, FWH y Harbour usas?.
A mi me funciona perfecto. |
Cerrar una aplicacion externa | Hola,
Uso 10.4 de 32 bits y el W7 es de 64 bits.
Genero el exe de 32 bits en esta pc con W7 64 bits y, salvo esto del asunto, funciona todo sin problemas en esta PC 64 bits y en pc's con XP 32 bits.
Rolando <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
Cerrar una aplicacion externa bis | Hola.
Antonio, tu respuesta funciono correctamente en XP, pero en seven no, abre el teclado en pantalla pero no lo cierra y veo que el nombre de la aplicacion es el mismo: Teclado en pantalla.
Gracias
Jorge Jaurena |
Cerrar una aplicacion externa bis | Jorge,
[url:1auc3hvr]http://forums.fivetechsupport.com/viewtopic.php?f=6&t=24281#p132864[/url:1auc3hvr]
<!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
It's work fine in W7 for me. |
Cerrar una aplicacion externa bis | Hola Lailton, agradezco tu respuesta pero no me quiere cerrar el teclado en Win 7.
Jorge Jaurena |
Cerrar una aplicacion externa bis | Jorge,
Esta tentando desta forma ?, para mi en w7 Ultimate (32bits) esta cerrando la ventana normal.
[code=fw:qba1puuw]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">//--------------------------------------------------------------------------------------------------//</span><b... |
Cerrar una aplicacion externa bis | Jorge,
Si lo anterior no funciona, prueba:
[url:14tkn362]http://www.mediafire.com/?hgalo1w62t6y1x1[/url:14tkn362] <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
Cerrar ventana Web | En una aplicación, tengo un diálogo donde se incrusta, mediante activeX, una pagina web. El diálogo y consecuentemente la página web, solo puede cerrarse pulsando el icono "X", en la parte superior derecha de la ventana. En dicha página tengo una serie de rutinas y entre ellas, la de grabar una serie de eventos. Por el... |
Cerrar ventana Web | Manuel,
Tal vez podrias asociar un evento, como el de pulsar un determinado boton o un enlace, y desde ese evento llamar a oWnd:End() |
Cerrar ventana Web | [quote="Antonio Linares":20rpol2y]Manuel,
Tal vez podrias asociar un evento, como el de pulsar un determinado boton o un enlace, y desde ese evento llamar a oWnd:End()[/quote:20rpol2y]
Antonio, muchas gracias por contestarme.
El problema lo tengo que una vez abierta la página web con el activeX, dentro de esa página... |
Cerrar ventana Web | Manuel,
Te refieres a acceder al objeto oActiveX de FWH desde Javascript o VBscript ? No lo hemos probado nunca, habria que investigar la forma de hacerlo.
Yo me refería al uso de oActiveX:bOnEvent. Por favor revisa FWH\samples\webexp.prg y verás como lo usamos para reaccionar a los eventos que se generan en la ... |
Cerrar ventana Web | Muchas gracias Antonio,
Voy a revisarlo. |
Cerrar ventana Web | Antonio, ¡ Triunfo total !
En la página web, a través de JavaScript, modifico el título de la página y este evento es captado por la función EventInfo que ejecuta el oDlg:End(). De esta manera, se cierra
la ventana y además, se evita el molesto aviso de Windows "Una aplicación está intentando cerrar esta ventana".
... |
Cerrar ventana Web | Manuel,
Muy bien! Me alegro de que lo hayas conseguido <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Podrias mostrar parte del código para que otros usuarios veamos como lo has hecho ? gracias |
Cerrar ventana Web | [quote="Antonio Linares":30c0wp6j]Manuel,
Muy bien! Me alegro de que lo hayas conseguido <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Podrias mostrar parte del código para que otros usuarios veamos como lo has hecho ? gracias[/quote:30c0wp6j]
1) En el código de la pág... |
Cerrar ventana Web | Manuel,
Una solución simple y brillante <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
gracias, |
Cerrar ventana de ayuda | Con la funcion HelpTopic("Clave del tema") abro la ventana de ayuda posicionado en el tema que deseo, ahora bien, como cierro esa ventana desde el sistema que la llamo? |
Cerrar ventana de ayuda | Rodolfo Buenas noches
Es muy Fácil lo que necesitas, funciona perfectamente
En un botón, bien sea el de salir o el que tu elijas según el diseño que estés manejando
Por Ejemplo:...............
REDEFINE BUTTON ID 4003 OF oDlg1 ACTION (oDlg:End(),CerrarAyudas())
[code=fw:2zjdx6zq]<div class="fw" id="{CB}" style="font... |
Cerrar ventana de ayuda | Rodolfo no reportaste si pudiste hacer la implementacion
Mire este link, [url:1hlvarks]http://forums.fivetechsupport.com/viewtopic.php?f=6&t=15842&p=82158&hilit=twcaptur#p82158[/url:1hlvarks]
también tengo un pequeño ejemplo funcionando por si te interesa
Un Abrazo
Jairo Barbosa |
Cerrar ventana de ayuda | Mi estimado Jairo,
No habia probado tu sugerencia debido a que me ocupe en otros temas, pero finalmente lo probe y funciono de maravilla, ya vi incluso que una vez capturada la ventana no solo la puedo cerrar sino tambien manipularla para otros fines.
Mil gracias por tu ayuda. |
Cerrar ventana de ayuda | Sr Jairo,
poderia fornecer o exemplo mencionado?
<!-- e --><a href="mailto:ubiratan@sgsistemas.com.br">ubiratan@sgsistemas.com.br</a><!-- e -->
muito obrigado |
Cerrar ventana de ayuda | Aqui te va como yo lo uso:
[code=fw:39o2n281]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">//=============================================================================</span><br /><span style="color: #B900B9;">//Cierra ventana exterior</span><br /><span style="color: #00C80... |
Cerrar ventana de ayuda | More easy:
[code=fw:30bmuww2]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">If</span><span style="color: #000000;">(</span><span style="color: #000000;">(</span>hWnd:=FindWindow<span style="color: #000000;">(</span>,<span style="color: #ff0000;">"cTitleOfWnd"</span><... |
Cerrar ventana de ayuda | Lailton,
Excelente!!! Muchas gracias. |
Cerrar ventana de ayuda | Hola Lailton,
Fijate que despues me di cuenta que tu sugerencia no cierra realmente la ventana de ayuda, solo la minimiza, mientras que TWCapture si la cierra. |
Cerrar ventana de ayuda | Rodolfo
Sobretodo que puedes construir la aplicación de tal manera que cierre las ayudas en el momento que tu consideres,
Bien sea al abrir la siguiente ventana de ayuda que cierre la anterior al finalizar la aplicación cierra todas las
ventanas de ayuda o aplicaciones que tenga abiertas.
Un Abrazo Rodolfo y Laiton |
Cerrar ventana de ayuda | En efecto Jairo, esa era la idea, aunque habia notado que al cerrar la aplicacion automaticamente cierra las ventanas de ayuda, por eso pense que sin necesidad de agregar la clase TWCapture existia alguna instruccion ya preestablecida para hacerlo pero no la encontre, asi que tu sugerencia es la que estoy usando.
Grac... |
Cerrar ventana de ayuda | Hola Rodolfo y Jairo,
probar asi:
[code=fw:3hglcp7l]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#define</span> WM_CLOSE 0x0010<br /><span style="color: #00C800;">Function</span> CerrarVentana<span style="color: #000000;">(</span>cTitle<span style="... |
Certificado de código | Hola a todos,
Alguien me puede ayudar con el el tema de certificado de código para los instaladores,
quiero que los instaladores que preparo con Innosetup puedan ir firmados con certificado de
código y evitar las alertas de windows al instalar o descargar estos instaladores.
También conocer como se firman estos insta... |
Certificado de código | +1 |
Certificado de código | [url:1y0iwunq]https://stackoverflow.com/questions/19160779/innosetup-code-signing-certificate[/url:1y0iwunq] |
Chage Date/Time in a File | Is there a function which permits to retrieve/exchange Date and Time of last modif. in any file. Somethig similar to the FWH SetFDate()/GetFTime() functions?
Thanks
Rafael |
Chage Date/Time in a File | Rafael,
You can use Directory() to retrieve the date and time. Here you have a working sample:
[code:mwjp5yps]#include "FWCE.ch"
function Main()
local oWnd
DEFINE WINDOW oWnd TITLE "DateTime"
@ 9, 2 BUTTON "Date-Time" ;
SIZE 210, 30 ACTION ShowDateTime()
ACTIVATE WINDO... |
Chage Date/Time in a File | To change the date and time we need to use Windows API SetFileTime().
We are going to build a sample of its use. |
Chage Date/Time in a File | Antonio.
Thanks. I'll apreciate that. I need a certain control over the dates and times of the DBFs so that I can control their syncronization through ActiveSync
Regards
Rafael |
Chage GET alignment | Hello,
somebody know how can I change the get alignment (rigth, left, center) in run time, the get is defined from resource
some idea
regards
Marcelo |
Chage GET alignment | Marcelo,
You may try this:
nStyle = GetWindowLong( oGet:hWnd, GWL_STYLE )
// Changes nStyle from ES_LEFT to ES_RIGHT
nStyle = nOr( nXor( nStyle, ES_LEFT ), ES_RIGHT )
SetWindowLong( oGet:hWnd, GWL_STYLE, nStyle ) |
Chage GET alignment | Hello Antonio,
thanks for your reply, I tryed it but not work, the get disappear, another suggestion ?
thanks and regards
Marcelo |
Chage GET alignment | [quote="Marcelo Via Giglio":ies6mep6]Hello,
somebody know how can I change the get alignment (rigth, left, center) in run time, the get is defined from resource
some idea
regards
Marcelo[/quote:ies6mep6]
You can't, as far as I know. Try to define three GETs, one for each style, and hide all of them but the one wit... |
Chage GET alignment | Enrico,
Yes, thats a good idea <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Chage GET alignment | Enrico.
yes these was an idea, but I wanted to know another way, ok, if you konw other way, please tell me, and if I find other solution I will post here
regards
Marcelo |
Chage GET alignment | There is no other way, I'm afraid.
EMG |
Change state of Window on line | If I have a Main Window Not Mdi
Can I change the state on Mdi on line and viceversa ?
thanks |
Change state of Window on line | No, sorry
You have to destroy it and create a MDI one |
Change state of Window on line | I'm sorry then I cannot make it
you Know how insert the activex to view a webpage into window not MDI ? |
Change <Gradient>to<GradientFill> ? (solved) | HelloWith Stefan's solution (saving the gradient as BMP ), i could solve the problem :[code:3fa1gljw]
//------------- 1 GRADIENT HOR / VERT -----------
FUNCTION DRAW_GRAD( hDC,oBitmap,nDirection,nVColor, nBColor, nMove )
LOCAL nGRADIENT, oDlg_temp
aGrad := { { nMove, nVColor, nBColor }, ;
... |
Change ACL file permission | Hello all,
Is it possible to change the ACL permission of a file from within FHW (something like the "Permission: everyone-modify" parameter of InnoSetup) ?
TIA
Davide |
Change ACL file permission | On FAT32 or NTFS? |
Change ACL file permission | [quote="Rochinha":34ihy0n5]On FAT32 or NTFS?[/quote:34ihy0n5]
AFAIK ACL is on NTFS only.
Are there issues with FAT32 too ?
Regards,
Davide |
Change ACL file permission | Friend
The FAT32 security is poor. Maybe you can use ATTRIB.EXE.
Read this for more information: [url=http://www.windowsecurity.com/articles/Securing_the_Windows_2000_Registry.html?printversion:noux4079]Windows Security[/url:noux4079] |
Change BOX content | Hi,
On a main screen that shows few buttons, I need to create another button which, when clicking it, it will show another permanent BOX / SAY with a string. Each click changes the string in the box from "DISCHARGE" <--> "LOAD". I don't want to draw all the screen on each click, but the string in the box.
The main s... |
Change BOX content | Hi,
If I need just to show a string somewhere on the screen, how can I use the SAY command?
I'm trying:
@ 0, 0 BTNBMP NAME "setup" SIZE 40, 30 OF oWnd ACTION TalySetupMain()
@ 0, 40 BTNBMP NAME "DschLoad" SIZE 40, 30 OF oWnd ACTION TalyHeadMain()
@ 0, 80 BTNBMP NAME "shfting" SIZE... |
Change BOX content | The following sample works fine here:
[code:3e3gw3cr]#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oWnd
DEFINE WINDOW oWnd
@ 1, 1 SAY "This is a test"
ACTIVATE WINDOW oWnd
RETURN NIL[/code:3e3gw3cr]
EMG |
Change BOX content | Thanks EMG,
Now it is shown. I've used row and column like in BTNBMP.
I'm trying to use the SAY and then redefine it (with each click, on another button)
When trying:
@ 4, 10 SAY oSay cManifest OF oWnd COLOR nRGB( 255, 255, 255 ), nRGB( 0, 255, 0 )
I receive: "syntax error at '@'"
Using SAY without oSay work... |
Change BOX content | [code:2mk6sm86]@ row, col SAY oSay PROMPT cManifest ...[/code:2mk6sm86]
EMG |
Change BtnBmp Image at runtime | Hi everyone.
I need to create a BtnBmp, really an array of BtnBmps, but I need to change Its bitmap according to external conditions.
I can't "preload" the image, since I don't know which is going to be in each position.
I already change its prompt, associated Action, tooltip but the Image, I can't
I tried
... |
Change BtnBmp Image at runtime | Adolfo,
I will add a sample to Your post.
Best regards
Uwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> |
Change BtnBmp Image at runtime | Thanks Uwe.
I'll be waiting... <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) -->
From Chile
Adolfo |
Change BtnBmp Image at runtime | Adolfo,
the sample :
[color=#0000FF:378txqmx][b:378txqmx]oBtn1:SetFile( ..\bitmaps\Info.Bmp", ..\bitmaps\Info.Bmp" ) // can be different
oBtn2:SetFile( ..\bitmaps\Info.Bmp", ..\bitmaps\Info.Bmp" ) [/b:378txqmx][/color:378txqmx]
[b:378txqmx]Original Bmp's changed to Info.bmp
Button 1 changes button 2
and button 2 cha... |
Change BtnBmp Image at runtime | Thanks.
But there is a tiny problem... The Image is loaded from a BLOB field in an Mysql DB... so the use of oBtn2:SetFile() won't work, since theres no "file" to load.
I do have the image handle in hBmp
I tried ti load it directly with ::loadbitmaps() with no success
Any idea will be appreciated
From Chile
Adolfo |
Change BtnBmp Image at runtime | Done...
Here's the code
.............
If Len(Alltrim(oDbPro:IMAGEN)) > 0
aBoton[x,y]:hBitmap1 := FILoadFromMemory( oDbPro:IMAGEN, 10 )
aBoton[x,y]:hPalette1 := 0
Endif
For some reason, if the first BMP is null, the others won't work, so asking if there is somethi... |
Change BtnBmp Image at runtime | Adolfo
Check out this thread .. I asked the same question myself ..
Rick Lipkin
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=26855&p=148946#p148946">viewtopic.php?f=3&t=26855&p=148946#p148946</a><!-- l --> |
Change Caption on Radio at Run Time? | Hi All
When I use REDEFINE RADIO oObj VAR nType ID 131,133 the captions are stored in the resource file. Is it possible to change the two captions at runtime?
TIA
David |
Change Caption on Radio at Run Time? | oRadio:aItems[ 2 ]:SetText( "Hello" )
oRadio:aItems[ 2 ]:Refresh()
<!-- m --><a class="postlink" href="http://wiki.fivetechsoft.com/doku.php?id=fivewin_class_tradio">http://wiki.fivetechsoft.com/doku.php?i ... ass_tradio</a><!-- m -->
Regards, |
Change Caption on Radio at Run Time? | [code=fw:ovjfygls]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// Radio Buttons management sample - \samples\TESTRAD.PRG modified.</span><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="co... |
Change Caption on Radio at Run Time? | Thanks for your help Karinha <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
I implemented it this way:
ACTIVATE DIALOG oDlg ON INIT (oObj[3]:aItems[1]:SetText("Rounds"), oObj[3]:aItems[1]:Refresh(), oDlg:Center(oMainWnd)) ;
VALID (oFont:End(), SysRefresh(), .T.)... |
Change Caption on TBtnBmp object | Hi;
I'm trying to change the caption on a TbtnBmp, but so far -no luck.
[code=fw:3is38svi]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">LOCAL</span> oBtn<br /><span style="color: #00C800;">LOCAL</span> oSelf := <span style="color: #00C800;">SELF</span> <br />...<br />::... |
Change Caption on TBtnBmp object | Hola Reinaldo,
I think your problem is with ButtonBMP not with BtnBmp, because ::cCaption work with BtnBmp, with ButtonBMP try sending message like
SendMessage( buttonBmp:hwnd, WM_SETTEXT, 0, "New Caption" )
using
#define WM_SETTEXT 0x000C
saludos
Marcelo |
Change Caption on TBtnBmp object | Reinaldo,
You can use:
oBtn:SetText( "whatever" )
this works with most windows, dialogs and controls <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Change Caption on TBtnBmp object | Marcelo - It is always good to see you around. Hope you are doing well. I'm sure your solution would have worked but Antonio's just seems simpler. BTW - :SetText( ::cText ) worked as expected. Thank you very much Antonio.
Reinaldo. |
Change Caption on TBtnBmp object | Hello Reinaldo,
yes of course, Antonio´s solution is the way, my proposal work too but we can take it for sample only <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
un abrazo
Marcelo |
Change Color of Say | I build my Windows at runtime, i.e. I don't use resources. I have a windows with a number of SAY objects, for example:
[code=fw:51uyxvk1]<div class="fw" id="{CB}" style="font-family: monospace;">@ nTop, nLeft <span style="color: #0000ff;">SAY</span> oSay <span style="color: #0000ff;">PROMPT</span> <span style="color: #... |
Change Color of Say | [quote="ChrisMillard":18e4q36p][code=fw:18e4q36p]<div class="fw" id="{CB}" style="font-family: monospace;">oSay:<span style="color: #000000;">SetColor</span><span style="color: #000000;">(</span>CLR_GREEN, CLR_BLUE<span style="color: #000000;">)</span></div>[/code:18e4q36p][/quote:18e4q36p]
It should work fine... |
Change Color of Say | Well how strange, I am sure I tried it first.
Many thanks for making me go back and try it again, I have spent quite some time trying to figure how to do something that should have been simple, to now find it was simple all the time. lol <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happ... |
Change Color of xBrowse Column Headers and Footers | To All
I am re-working a legacy FWH app and I am going with an all 'grey' color scheme. I would like to be able to change the color of the standard light blue for the column headers and footers of xBrowse to a light grey if that is possible.
Many Thanks
Rick Lipkin |
Change Color of xBrowse Column Headers and Footers | Hi, Rick.
Try this partial code.
[code=fw:8cvg7pwf]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">STATIC</span> bClrGradBtn<br /><br /><span style="color: #B900B9;">//--------------</span><br /><span style="color: #00C800;">Function</span> Main<span style="color: #000000;"... |
Change Color of xBrowse Column Headers and Footers | Rick,
xBrowse Header and Footer with gradient light grey
[color=#0000FF:3l7jdzq1]oBrw1:bClrGrad := { | lInvert | If( ! lInvert, ;
{ { 0.50, 14342874, 16777215 }, ;
{ 0.50, 16777215, 14342874 } }, ;
{ { 0.50, 14342874, 16777215 }, ;
{ 0.50, 16777215, 14342874 } } ) } [/color:3l7jdzq1] // default colour gra... |
Change Color of xBrowse Column Headers and Footers | Uwe
Thank you .. I am playing with the colors .. without making all the values the same .. is there a way to just make the color a solid light grey without any gradient ?
Rick Lipkin |
Change Color of xBrowse Column Headers and Footers | Francisco
Thank you for your suggestion .. going to try your solution :
[code=fw:hbfbg230]<div class="fw" id="{CB}" style="font-family: monospace;"><br />:<span style="color: #000000;">bClrHeader</span> := <span style="color: #000000;">{</span>|| <span style="color: #000000;">{</span> CL... |
Change Color of xBrowse Column Headers and Footers | Francisco
Unfortunately the above interpretation of your solution did not work .. still have the light blue headers and footers <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( -->
Rick Lipkin |
Change Color of xBrowse Column Headers and Footers | Rick, try with oBrw:l2007 := .F. |
Change Color of xBrowse Column Headers and Footers | Cristobol and Uwe
Both of these solutions worked ..
[code=fw:1cw368zc]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> oLbx:<span style="color: #000000;">l2007</span> := .F. <span style="color: #B900B9;">// light grey</span><br /> </div>[/code:1cw368zc]
Uwe .. Your solution allows control over the... |
Change Color of xBrowse Column Headers and Footers | [quote="Rick Lipkin":1x6ox5ma]Francisco
Thank you for your suggestion .. going to try your solution :
[code=fw:1x6ox5ma]<div class="fw" id="{CB}" style="font-family: monospace;"><br />:<span style="color: #000000;">bClrHeader</span> := <span style="color: #000000;">{</span>|| <span style="color: #000000;">&... |
Change Color of xBrowse Column Headers and Footers | Rick, please try this way. (As Cristobal said)
[quote:1zdbw0gc]is there a way to just make the color a solid light grey without any gradient ?
[/quote:1zdbw0gc]
[code=fw:1zdbw0gc]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">//------------------------</span><br /><span style="... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.