Search found 32 matches: lvisible

Return to advanced search

Re: Hide controls in a dialog before activating it.

James, lVisible should be a DATA used by each control, not a Class Var (one value shared for all). A CLASSDATA and a Class Var are equivalent (just the type of inheritance from other classes is different). Method Enable() and ...
by Antonio Linares
Fri May 28, 2010 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide controls in a dialog before activating it.
Replies: 20
Views: 3617

Re: Hide controls in a dialog before activating it.

Antonio,

So, is lVisible a class var that should really be hidden (or at least thought of as hidden) and not set directly by the user, but rather only set within the class via the Enable() and Disable() methods?

James
by James Bott
Fri May 28, 2010 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide controls in a dialog before activating it.
Replies: 20
Views: 3617

Re: Hide controls in a dialog before activating it.

Concentra, > But what about the fact that a control can have :lVisible = .F. and it´s actually been visible ? Thats what the clause DISABLED would set: DISABLED --> :lVisible := .F. --> EnableWindow( ::hWnd, .F. ) Command --> Data (Method) --> ...
by Antonio Linares
Fri May 28, 2010 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide controls in a dialog before activating it.
Replies: 20
Views: 3617

Re: Hide controls in a dialog before activating it.

... a DISABLED clause for controls, but for now, it is not available yet Don´t. It´s not necessary. But what about the fact that a control can have :lVisible = .F. and it´s actually been visible ?
by concentra
Fri May 28, 2010 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide controls in a dialog before activating it.
Replies: 20
Views: 3617

Re: Hide controls in a dialog before activating it.

... of it´s components and create them according they current specifications. If a control is marked as hidden it shoud not be shown ! If I change the lVisible attribute of a control to false in a dialog before activating the dialog, the dialog constructing function ignores this and shows the control. ...
by concentra
Fri May 28, 2010 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide controls in a dialog before activating it.
Replies: 20
Views: 3617

Hide controls in a dialog before activating it.

... before activating it ? I use dialogs defined in RCs and sometimes I want to hide a control. When redefining the RCs controls, if I set the control lVisible to .F. ( or apply the HIDE() method to it ), the control is shown when the dialog is activated... If I apply HIDE() to the control after the ...
by concentra
Thu May 27, 2010 12:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide controls in a dialog before activating it.
Replies: 20
Views: 3617

Re: Juan Planelles Lazaga

... oGet:HideCaret() if oGet:lStopVScroll() oGet:UnDo() else oGet:DrawLines() endif oGet:ShowCaret() oGet:VisibleCurLine() oGet:VisibleBlock( .t. ) //lVisible ) oGet:lBak := .t. //f. oGet:CheckState() if oGet:bChange != nil Eval( oGet:bChange, , , oGet ) endif if oGet:bLocate != nil Eval( oGet:bLocate, ...
by Juan Planelles
Tue Dec 29, 2009 10:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Juan Planelles Lazaga
Replies: 9
Views: 6849

Re: To know obj Hide/Show state

:lVisible
by nageswaragunupudi
Tue Nov 10, 2009 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To know obj Hide/Show state
Replies: 1
Views: 242

Re: FWH/xHarbour Menus

... nRight = nWidth endif ::aControls = {} ::cResName = cResName ::cCaption = cCaption ::hResources = hResources ::lModify = .t. ::lVbx = lVbx ::lVisible = .f. ::nResult = 0 ::nStyle = nStyle ::oWnd = oWnd ::oIcon = oIco ::oFont = oFont ::nLastKey = 0 ::nHelpId = nHelpId ::lResize16 = .f. ::lTransparent ...
by E. Bartzokas
Mon May 25, 2009 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH/xHarbour Menus
Replies: 20
Views: 7895

Showing a asociated dialog with a xbrowse

... mouse (right upper corner) . When the record changes in the browse , bchange is executed. oDlg is not nil , the program knows odlg:cCaption , oDlg:lVisible is .F. , so i try to show the dialog again , without succes 2) I try to update the dialog only when VK_DOWN or VK_UP is released , during pressing ...
by demont frank
Thu Dec 18, 2008 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Showing a asociated dialog with a xbrowse
Replies: 0
Views: 600

... ::nBtnHeight = nBtnHeight ::nId = ::GetNewId() ::lDrag = .f. ::lCaptured = .f. ::nClrPane = If( l3D, GetSysColor( COLOR_BTNFACE ), CLR_GRAY ) ::lVisible = .t. ::l3D = l3D ::nMode = AScan( { "TOP", "LEFT", "RIGHT", "BOTTOM", "FLOAT" }, cMode ) ::oCursor = oCursor ::lValidating = .f. ::l2007 = ...
by FranciscoA
Wed Oct 15, 2008 12:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: No encuentro las mejoras hechas a xbrowse por franciscoA ??
Replies: 17
Views: 4566

... hDlg ) INLINE Super:Initiate( hDlg ), ::Default() METHOD InsColumn( nPos, oColumn ) METHOD Insert( cItem, nAt ) METHOD Inspect( cData ) METHOD IsColVisible( nCol ) METHOD IsColVis2( nCol ) METHOD IsEditable( nCol ) INLINE ::lCellBrw .and. ::aColumns[ nCol ]:lEdit .and. ; ( ::aColumns[ nCol ]:bWhen ...
by Natter
Mon Sep 08, 2008 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange
Replies: 9
Views: 5551

... en modalidad lCellStyle:= .t., // TWbrowse no se reacomodaba, para su visualizacion completa. Fue corregido. // 9) BUG Arreglado en metodo ::IsColVisible(). Fue reescrita y simplificada. // Eventuales errores se producian en ambientes MDI por errores en el codigo. //10) Nuevas variables ::bTextColor ...
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: 4294

Jose Vicente, function conecta(cDirWeb, lVisible, lToolBar, lStatusBar, lMenuBar) local Ole DEFAULT lVisible := .t., lToolBar:= .t., lStatusBar:= .t., lMenuBar:= .t. ole:=TOleAuto():New("InternetExplorer.Application") ole:Set("Visible", lVisible) ...
by José Vicente Beltrán
Mon Sep 04, 2006 2:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Antonio. Problemas ultima version.
Replies: 16
Views: 4170

... agosto. FWH2.7 + HARBOUR + BORLAND + HBOLE.LIB //----función para conectar con cualquier pagina web-------------------// function conecta(cDirWeb, lVisible, lToolBar, lStatusBar, lMenuBar) local Ole DEFAULT lVisible := .t., lToolBar:= .t., lStatusBar:= .t., lMenuBar:= .t. ole:=TOleAuto():New("InternetExplorer.Application") ...
by José Vicente Beltrán
Mon Sep 04, 2006 9:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Antonio. Problemas ultima version.
Replies: 16
Views: 4170
PreviousNext

Return to advanced search