Search found 102 matches: deactivate

Return to advanced search

Re: Parpadeo de un SAY

... * * funcion de WILLY * Function Blinker(oCtrl, oTmr) Static lOn := .f. oTmr:DeActivate() if lOn oCtrl:Enable() //Hide() else oCtrl:Disable() //Show() endif lOn := !lOn oTmr:Activate() oCtrl:Refresh() Return(Nil) *************************************************************** ...
by José Camilo
Sat Mar 02, 2024 10:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parpadeo de un SAY
Replies: 18
Views: 567

Xbrowser() setting not found

I was looking for the setting to deactivate the toolbar in xbrowser() and to put the position coordinates. I want to have a xbrowser() as small as possible at a specific location. use customer XBROWSER "CUSTOMER" COLUMNS "STATE", ...
by Marc Venken
Wed Aug 30, 2023 10:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowser() setting not found
Replies: 1
Views: 177

sleep function

... Does exist an alternative to sleep function? Is it possible to active a second timer? When the function polling is in execution I perform a oTimer:deactivate() obviously at the end before RETURN here is a oTimer:activate() Many thanks
by MarcoBoschi
Fri May 26, 2023 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: sleep function
Replies: 2
Views: 212

Re: Xbrowse - Select sort indexes

... on the header. If oBrw:lAutoSort is .F., then this feature is disabled. We can toggle this value during runtime. making lSeekBar .f. does not deactivate using a colun header to select an index ( order ). Set oBrw:lAutosort to .f., instead. 2)     oLbxo:bSeek := { |c| ::oOrders:Seek( ...
by nageswaragunupudi
Thu May 13, 2021 7:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse - Select sort indexes
Replies: 9
Views: 979

Re: Xbrowse - Select sort indexes

... search is applied, they can't select on the column name and change the index. It may sound confusing ... but making lSeekBar .f. does not deactivate using a colun header to select an index ( order ).
by TimStone
Wed May 12, 2021 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse - Select sort indexes
Replies: 9
Views: 979

Re: Xbrowse : Setup configuration file

... - 3-::nrowheight*2,::nheaderHeight/::nHeaderLines)*0.8; ,, .t., Eval( ::bClrHeader, Self ) [ 2 ] ) end // add lines end ::DispEnd( aInfo ) ::oFont:Deactivate( hDC ) return 0 4. METHOD LButtonDown( nRow, nCol, nFlags ) CLASS TXBrowse ... if ::lDrag return Super:LButtonDown( nRow, nCol, nFlags ) ...
by ShumingWang
Sat Apr 17, 2021 12:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Setup configuration file
Replies: 5
Views: 1212

Re: ACTIVATE FONT

Yo sabía que me sonaba haberlo visto. Hay un ejemplo de uso del activate/deactivate en el codigo de xbrowse, cuando se usa la data lFastDraw, se desactiva el font para que el pintado sea más rápido y luego se vuelve a activar
by cnavarro
Mon Apr 12, 2021 4:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ACTIVATE FONT (SOLUCIONADO)
Replies: 5
Views: 657

Re: Know the size of a font selected

... center nCol := Max( 0, nCol - ( ::GetTextWidth( cText, oFont ) / 2 ) ) ENDCASE TextOut( ::oPrn:hDCOut, nRow, nCol, cText ) IF oFont != nil oFont:DeActivate( ::oPrn:hDCOut ) ENDIF IF nClrText != NIL #IFDEF __HARBOUR__ SetTextColor( ::oPrn:hDCOut, 0 ) #ELSE SetTextCol( ::oPrn:hDCOut, 0 ) #ENDIF ...
by Otto
Tue Nov 03, 2020 10:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Know the size of a font selected - Resolved -
Replies: 9
Views: 1322

Re: TDolphin y Lost connection to MySQL server during query

define window... DEFINE TIMER oTimer_Connection OF M->oWnd INTERVAL 30000 ACTION (oTimer_Connection:DeActivate(), Connection_Test(), oTimer_Connection:Activate()) procedure Connection_Test() Local oError, lConectaNovamente := .f. TRY if !M->oServer:Execute( "SET ...
by MGA
Mon Apr 20, 2020 1:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TDolphin y Lost connection to MySQL server during query
Replies: 4
Views: 826

Re: Drawing on a TImage and save [Solved]

Carlos,

I added < oImage:bLDblClick > to activate and deactivate the linepainting
because right mouseclick and click are predefined
for menue and movement.

regards
Uwe :D
by ukoenig
Sun Sep 22, 2019 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing on a TImage and save [Solved]
Replies: 68
Views: 11669

Re: XBrowse & Edit Dialogs: Writing Portable code (Recommended)

... ) like name : "Z_Maier" and number "Z0035" I can activate the customer again removing the "Z" both activate and deactivate works on button-action. http://www.pflegeplus.com/IMAGES/Idnumber1 regards Uwe :D
by ukoenig
Sun Mar 31, 2019 2:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse & Edit Dialogs: Writing Portable code (Recommended)
Replies: 17
Views: 3655

Re: OT: ADS & Win 10 April Update RESOLUTION

Hi Tim

From here , fonud solution , ( deactivate SMB1 and activate SMB2 or higher )
https://blog.mertech.com/windows-10-ver ... plications
by thefull
Thu May 17, 2018 1:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: ADS & Win 10 April Update RESOLUTION
Replies: 25
Views: 6139

CHANGE COLOR TExplorer FROM FWH AND NOT COLLAPSE

... the color that comes by default or leave it transparent and change the color of the combs ... I do not see that DATA in the class, I also need to deactivate the COLLAPSE of the panleles ... and probe oExpBar: aPanels [1]: lCollapsed: = .f. / oExpBar: aPanels [1]: lCollapsed: = .t. and still the ...
by joseluisysturiz
Mon Oct 23, 2017 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CHANGE COLOR TExplorer FROM FWH AND NOT COLLAPSE
Replies: 0
Views: 388

New FTDN September/Septiembre 2017 (FWH 17.09)

... [cDriver], ; [cIndexfields] ) --> Self - Now uses new protected method NewAlias() for generating new alias names. - Methods Activate() and DeActivate() are mapped to ::Use() and ::Close() - New METHOD FieldReadOnly( cnFld, [lRO] ) --> lReadOnly Note: Fields with datatypes "+" ...
by Antonio Linares
Wed Oct 04, 2017 7:43 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2017 (FWH 17.09)
Replies: 3
Views: 3329

TDatabase FWH 17.08 : Datas and Methods

... lUnique) ( ::nArea )->( OrdCreate( cFile, cTag, cKey, bKey, lUnique ) ) 20. DbCreate( aStruct ) DbCreate( ::cFile, aStruct, ::cDriver ) 21. Deactivate() Closes Alias 22. Delete() Deletes current record and skips to next undeleted record. 23. Deleted() Returns .T. if current record is deleted ...
by nageswaragunupudi
Fri Sep 15, 2017 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase FWH 17.08 : Datas and Methods
Replies: 1
Views: 1782
Next

Return to advanced search