Search found 278 matches: yellow

Return to advanced search

... 101; Of oDlg; Color CLR_BLUE; HelpID 10000; Valid ( CheckBranch( cCode ) ) When pressing F1 a 'blank' popup is displayed i.e. just the small light yellow help popup dialog with no text. If you choose a non-existent HelpID i.e. let's say that you have used HelpID 10010 and you have not defined this ...
by dpaterso
Mon Feb 20, 2006 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with Help!
Replies: 27
Views: 6891

servicomver: La propia clase twbrowse de hernan te permite hacer eso, ya sea sobre matrices o sobre dbfs. Uno de los ejemplos que vienen con la clase (sample01.prg) hace justamente eso sobre matrices. Fijate estos metodos: oLbx:lAutoEdit := .t. oLbx:bEdit:= {|nCol, cBuffer, lFirstEdit|; EditaCelda( ...
by DanielPuente
Sat Feb 18, 2006 1:24 am
 
Forum: FiveWin para CA-Clipper
Topic: Ejemplo de un Browse tipo Factura
Replies: 27
Views: 15159

Evans, What error do you get caused by the missing CRLF ? XLink: Missing CRLF at end of file. I have already corrected my file... I just want to tell you to add a CRLF at the of the file. Thanks for the attention... By the way... I downloaded FWH Feb 2006 release, and the file CGETDLGIT.C does not ...
by E. Bartzokas
Tue Feb 14, 2006 10:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHarb.h
Replies: 3
Views: 965

Frank: Thanks for your answer but I must be doing something wrong. Part of my code: oWnd := TWCapture():New("MyMainWnd") // "MyMainWindow" is a FWH application whose App class is a TWindow() oWnd:Say(20, 20, "Hello", CLR_YELLOW, CLR_RED, oFont, .T., .F.) // It paints "Hello", therefore, oWnd is pro...
by VeRCE
Fri Jan 13, 2006 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about CaptureWindow()
Replies: 6
Views: 1641

Frank: Thanks for your answer but I must be doing something wrong. Part of my code: oWnd := TWCapture():New("MyMainWnd") // "MyMainWindow" is a FWH application whose App class is a TWindow() oWnd:Say(20, 20, "Hello", CLR_YELLOW, CLR_RED, oFont, .T., .F.) // It paints "Hello", therefore, oWnd is prop...
by Rafael Clemente
Fri Jan 13, 2006 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about CaptureWindow()
Replies: 6
Views: 1641

Manuel

Para que el GET cambie de color cuando tome el foco, tienes que modificar el método GotFocus() de la clase TGET añadiendo al final el texto en rojo. Un saludo. Manuel //----------------------------------------------------------------------------// METHOD GotFocus() CLASS TGet if ! Empty( ::cPicture ...
by Guest
Mon Oct 17, 2005 6:03 pm
 
Forum: FiveWin para CA-Clipper
Topic: FRANCISCO CARRASCO
Replies: 9
Views: 4422

Duda con TsBrowse

Hola foro, estoy usando TsBrowse de M.Mercado y tengo una pequeña duda sobre los colores. He definido un browse y le doy los colores mediante esta orden : oLbx:SetColor( { 1, 2, 3, 4, 5, 6 },{CLR_BLUE,CLR_WHITE,CLR_GREEN,CLR_YELLOW,CLR_WHITE,CLR_RED}) Esto asigna correctamente los colores al fondo a...
by AngelSalom
Fri Oct 14, 2005 8:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda con TsBrowse
Replies: 2
Views: 1236

Color en TcBrowse()

Hola a todos. Tengo un problema con una grilla que deseo colorear una linea de color verde claro ( por ejemplo ) si algo ocurre en el registro. Con TcBrowse, usaba el ::nClrPane pero con columnas no ha funcionado. Alguien tiene una idea para corregir esto, les adjunto un trozo de codigo, cualquier a...
by dbZap
Fri Oct 07, 2005 12:53 pm
 
Forum: FiveWin for CA-Clipper
Topic: Color en TcBrowse()
Replies: 2
Views: 1060
Previous

Return to advanced search