Search found 19 matches: windowtext

Return to advanced search

New FTDN February/Febrero 2018 (FWH 18.02)

February 2018 ============= * Enhancement: #define FW_VersionNo 18020 has been added to FiveWin.ch * New Methods class TMenu - Create TTreeView object from menu - Similar to METHOD LoadFromMenu( oMenu ) CLASS TTreeView METHOD MnuToTreeV( oParent, nTop, nLeft, nHeight, nWidth, nClrF, nClrB ) METHOD A...
by Antonio Linares
Fri Mar 09, 2018 12:01 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2018 (FWH 18.02)
Replies: 0
Views: 1339

Re: Perdida recurso en Preview

El problema viene del método Define() de la Clase TBitmap, que al derivar de TControl y al llamarse al método SetColor() desde él pues crea un brush. Lo primero a arreglar es quitar esta llamada en el método Detault() de la clase TBitmap: // ::SetColor( GetSysColor( COLOR_WINDOWTEXT ), GetSysColor( ...
by Antonio Linares
Tue Dec 16, 2014 6:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Perdida recurso en Preview
Replies: 18
Views: 3600

Re: Change Windows Background color in Windows 8

Enrico,

In Windows 8 works with WindowText as I explained. Maybe it has changed in 8.1
by Antonio Linares
Sat Dec 28, 2013 7:48 pm
 
Forum: Utilities / Utilidades
Topic: Change Windows Background color in Windows 8
Replies: 3
Views: 1105

Re: Change Windows Background color in Windows 8

Antonio,

Antonio Linares wrote:regedit.exe

search for WindowText, repeat with F3

change two lines above (Window) from 255 255 255 to 180 180 180


Did you mean Window, not WindowText, right?

EMG
by Enrico Maria Giordano
Fri Dec 27, 2013 10:41 pm
 
Forum: Utilities / Utilidades
Topic: Change Windows Background color in Windows 8
Replies: 3
Views: 1105

Re: "Snap" for Clipper

xref.doc Author: 26/10/11   11:32:10 Token Cross-Reference Report ------------------------------------------------------------------------------- 767 tokens are included in this report. Legend for context symbols:    (blank) reference does not change the variable or field value.    = variable or fie...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6715

Re: Change Windows Background color in Windows 8

regedit.exe

search for WindowText, repeat with F3

change two lines above (Window) from 255 255 255 to 180 180 180
by Antonio Linares
Tue Jul 23, 2013 9:15 pm
 
Forum: Utilities / Utilidades
Topic: Change Windows Background color in Windows 8
Replies: 3
Views: 1105

GET xHarbour 1.2.1 FW 11.07 Borland C++ 5.82

Con el siguiente código compilado con -xHarbour 1.2.1 FWHX 11.07 Borland C++ 5.82- no me salta de un GET al siguiente ni con <Intro> ni tampoco con <Tab>, solo accedo a escribir en los GET pinchando en él con el ratón. Si lo compilo con -xHarbour 0.99.61 FWXH 2.8 September 2006 Borland C...
by Julio Cepeda
Fri Feb 08, 2013 12:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GET xHarbour 1.2.1 FW 11.07 Borland C++ 5.82
Replies: 3
Views: 837

Re: new and important bug in FW 11.11

Antonio, Thanks. It works now. Also, it´s pending the other bug in clause NO MODIFY. In method initiate() you could also comment out SetColor( GetSysColor(COLOR_GRAYTEXT) , GetSysColor( COLOR_BTNFACE )): if ::lReadOnly .and. ::nClrText == GetSysColor( COLOR_WINDOWTEXT ) ; .and. ::nClrPane == GetSysC...
by ukservice
Thu Dec 22, 2011 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: new and important bug in FW 11.11
Replies: 7
Views: 2549

Bring another APP to top

... the task of my main project before start the compilation process, but the focus of the APP don't back for the compilation. PS.: I Don't have the WindowText of this other APP so I can't use this code bellow    CFILENAME := "test.exe"   IF ISEXERUNNING( CFILENAME( ...
by sambomb
Mon Mar 14, 2011 2:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bring another APP to top
Replies: 2
Views: 743

To Antonio: ReadVar()

I suggest a better approach to determing READVAR() is by using :oGet:Name by making the following simple changes to FHW source: 1. In FIVEWIN.CH: #xcommand REDEFINE GET [ <oGet> VAR ] <uVar> ; [ ID <nId> ] ; [ <dlg: OF, WINDOW, DIALOG> <oDlg> ] ; [ <help:HELPID, HELP...
by Colin Wisbey
Sat Jan 24, 2009 6:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: ReadVar()
Replies: 10
Views: 2486

Desculpas, aqui la classe correcta: //-> con modificaciones - 23/09/2008 #include "FiveWin.ch" #include "Constant.ch" #define SS_CENTER 1 #define SS_RIGHT 2 #define SS_GRAYRECT 5 // BOXRECT #define TA_LEFT 0 #define TA_RIGHT 2 #define TA_CENTER 6 #define TA_TOP 0 #define TA_BOTTOM 8 #define COLOR...
by karinha
Tue Sep 23, 2008 7:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Karinha
Replies: 17
Views: 3701

* ============================================================================ * TSBrowse.PRG Version 7.0 Jul/15/2004 * ============================================================================ /* This Classs is a recapitulation of the code adapted by Luis Krause Mantilla, of FiveWin classes: TCB...
by Natter
Mon Sep 08, 2008 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange
Replies: 9
Views: 5483

Bitmaps

BITMAPS -------------------------------------------------------------------------------- It is easy to use a bitmap in a listbox. Local Lbx2Bmp := {ReadBitMap(0,"Leeg.Bmp"),; ReadBitMap(0,"Gevuld.Bmp") } This can be used in a listbox. At this way the program directory contains a lot of files. If pos...
by Antonio Linares
Wed Aug 27, 2008 7:34 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 77532

TWindow default foreground color

Antonio, Is there a reason that a window defaults to a white foreground color? This is from TWindow:New(): Default... nClrFore := CLR_WHITE, nClrBack := GetSysColor( COLOR_WINDOW ),; It seems this sould be: nClrFore := GetSysColor( COLOR_WINDOWTEXT), nClrBack := GetSysColor( COLOR_WINDOW ),; The way...
by James Bott
Sun Dec 30, 2007 1:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWindow default foreground color
Replies: 1
Views: 455

Antonio, adicionei o código e funcionou, porém ao editar uma célula (leditcol), agora estou tendo que apertar a tecla ESC duas vezes para sair da edição? MINHA TWBROWE: // Modificaciones y Agregados a la TWBrowse version FW2.1 // ====================================================== // 1) Nueva var...
by FWHISHOW
Wed Dec 12, 2007 4:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWBROWSE - bkeydown não aceita VK_UP?
Replies: 9
Views: 4191
Next

Return to advanced search