Search found 32 matches: lvisible

Return to advanced search

Re: Tcalex citas vista mes

... muestre el numero de citas que no se muestran, habria que crear una DATA aCitasDia con las citas de todo el dia y al total citas restar las no :lVisible. Esa es una forma Aunque yo he hecho el pintado en TCalInfo, lo ideal seria hacerlo en TMonthV.prg METHOD PaintOnMonth(...............) ...
by hmpaquito
Wed Jun 23, 2021 7:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tcalex citas vista mes
Replies: 2
Views: 415

Re: Canal5 Calendar

... nCol } Local aAux, nMaxLen Local nHeight Local nWidth Local nHScreen := GetSysMetrics( 1 ) Local nWScreen := GetSysMetrics( 0 ) Local nLines if ::lVisible ::Hide() endif if cPrompt != nil ::cPrompt := cPrompt aAux := ::MaxLen( cPrompt ) nMaxLen := aAux[1] nLines := aAux[2] nWidth := nMaxLen + ...
by Randal
Tue Feb 14, 2017 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Canal5 Calendar
Replies: 15
Views: 5697

Re: Folder SAY background-color is still missing ?

... @ 70, 100 BTNBMP oBtn OF oFld1:aDialogs[2] ; SIZE 60, 60 PIXEL TRANSPARENT ; NOBORDER ; RESOURCE "FISH1" ; ACTION ( IIF( lVisible[ 3 ] = .T., ( lVisible[ 3 ] := .F., oFld1:HideTab( 3 ) ), ; ( lVisible[ 3 ] := .T., oFld1:ShowTab( 3 ) ) ), oFld1:Refresh() ) ; CENTER oBtn:cTooltip ...
by ukoenig
Sat Jan 14, 2017 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder SAY background-color is still missing ?
Replies: 24
Views: 6768

Re: "Snap" for Clipper

...  in ?)    WINDOW.PRG      572   891 LVALIDATING            WINDOW.PRG      438   497  1151  1220 LVBX                    WINDOW.PRG      438 LVISIBLE                WINDOW.PRG      438   653   860  1148  1330 LVSCROLL                WINDOW.PRG      485  1114  1119  1134  1195 LWHEN()     ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6699

Adding a Multilanguage-solution to Your App.

... FILENAME c_path + "\System\Preview.bmp" ; SIZE 40, 45 OF oDlg1 PIXEL NOBORDER ; TOP ; PROMPT cLang[10] ; FONT oTxtfont ; ACTION ( lVISIBLE := .T., ; READ_GAME(), ; oBrw1:SetArray( aImg ), oBrw1:Refresh() ) oBtn[14]:cTooltip := cLang[10] + " " + cLang[1] oBtn[14]:lTransparent ...
by ukoenig
Fri Sep 21, 2012 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adding a Multilanguage-solution to Your App.
Replies: 5
Views: 1350

New FTDN April/Abril 2012 (FWH 12.04)

... shows how to use a GIF image to display a waiting message. * Fix: Class TWindow Methods Hide() and Show() were not modifying DATA lVisible, now it is ok. * Enhancement: function SetWindowTheme( hWnd or hDlg or hControl ) can be used to disable the themes style for a specific window, ...
by Antonio Linares
Sun Apr 29, 2012 3:41 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2012 (FWH 12.04)
Replies: 0
Views: 1408

Re: MDI-Frame and using oWnd:bResized := {|| ...} ?

... ON RESIZE ( that works ), but a called function is executed twice. I noticed it, because of a forgotten logical var. The function PAINT_LOGO sets lVisible to .T. ( double painting disabled ) lVisible := .F. ACTIVATE WINDOW oWnd MAXIMIZED ; ON RESIZE ( W_BACKGRD( oWnd:oWndClient, "PICTURE8.jpg" ...
by ukoenig
Fri Apr 06, 2012 6:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI-Frame and using oWnd:bResized := {|| ...} ?
Replies: 3
Views: 785

Re: PalBmpDraw transparent on main window with gradient

... Bottom and Right-position to redraw on new Backround. Also You need a Logical-var, to know if the Logo has to be closed. I used STATIC : oLogo lVisible := .F. aLogo[4] aLogo[1] := 120 // Logo Start-top-pos. aLogo[2] := 50 // Logo-Start-left-pos. nWColorF := 16443068 // 1. Color nWColorB := ...
by ukoenig
Tue Mar 13, 2012 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PalBmpDraw transparent on main window with gradient
Replies: 18
Views: 8084

Re: TSAYTIMER

Casi se me olvida. Hay que modificar en la TWindow dos métodos, y es una corrección igual de la TWindow, la DATA lVisible no setea correctamente cuando una ventana está oculta o no, y estas son las líneas a modificar. Antes:    METHOD Hide() INLINE ShowWindow( ...
by wmormar
Sun Sep 25, 2011 9:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TSAYTIMER
Replies: 39
Views: 20202

Ocultar ComboBox y ChecBox definido desde recursos

Hola FiveWinners.

Condicionado por una variable logica, requiero ocultar un ComboBox y/o un CheckBox, he utilizado oComb:lVisible:=.F. y no lo oculta.

Alguien Conoce el Truco?

Saludos
by devtuxtla
Tue Mar 01, 2011 6:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ocultar ComboBox y ChecBox definido desde recursos
Replies: 2
Views: 359

TutorTabBar.prg

... 0, 255, 0, 255 ) oView2 = TView():New( oView, 0, 0, ScreenWidth(), ScreenHeight() - 69 ) oView2:SetBkgColor( 255, 0, 0, 255 ) oView2:lVisible = .F. oView3 = TView():New( oView, 0, 0, ScreenWidth(), ScreenHeight() - 69 ) oView3:SetBkgColor( 255, 255, 0, 255 ) oView3:lVisible = .F. ...
by pgfdz
Thu Jan 13, 2011 8:37 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: TutorTabBar.prg
Replies: 1
Views: 917

Re: Hide controls in a dialog before activating it.

James, Actually DATA lVisible just stores the visible status but it does not perform any action if we change it, in example if we do oControl:lVisible := .F. then the control will not be hidden. such functionality can be done using ...
by concentra
Mon May 31, 2010 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide controls in a dialog before activating it.
Replies: 20
Views: 3492

Re: Hide controls in a dialog before activating it.

James, Actually DATA lVisible just stores the visible status but it does not perform any action if we change it, in example if we do oControl:lVisible := .F. then the control will not be hidden. Thats why in order to implement that ...
by Antonio Linares
Sat May 29, 2010 5:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide controls in a dialog before activating it.
Replies: 20
Views: 3492

Re: Hide controls in a dialog before activating it.

... this?   METHOD Hide() INLINE ::lVisibile:=.F., ShowWindow( ::hWnd, SW_HIDE )   METHOD Show() INLINE  ::lVisible:=.T., ShowWindow( ::hWnd, SW_SHOWNA ) However, I have not looked at the code to see how the var lVisible is actually used. James
by James Bott
Sat May 29, 2010 12:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide controls in a dialog before activating it.
Replies: 20
Views: 3492

Re: Hide controls in a dialog before activating it.

Antonio, >lVisible should be a DATA used by each control, not a Class Var Yes, I do understand the difference. I was referring to data of the class, not CLASSDATA. I am confused. Here are the disable() and enable() methods of ...
by James Bott
Fri May 28, 2010 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide controls in a dialog before activating it.
Replies: 20
Views: 3492
Next

Return to advanced search