Search found 167 matches: lostfocus

Return to advanced search

Re: Problema con listbox

... 458 ) Called from: .\source\classes\WBROWSE.PRG => (b)TWBROWSE( 191 ) Called from: .\source\classes\WBROWSE.PRG => TWBROWSE:LOSTFOCUS( 0 ) Called from: .\source\classes\CONTROL.PRG => TWBROWSE:KILLFOCUS( 1083 ) Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( ...
by sajarm
Thu Oct 22, 2015 9:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con listbox (Solucionado)
Replies: 16
Views: 2969

Problema con listbox (Solucionado)

... 458 ) Called from: .\source\classes\WBROWSE.PRG => (b)TWBROWSE( 191 ) Called from: .\source\classes\WBROWSE.PRG => TWBROWSE:LOSTFOCUS( 0 ) Called from: .\source\classes\CONTROL.PRG => TWBROWSE:KILLFOCUS( 1083 ) Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( ...
by sajarm
Thu Oct 22, 2015 11:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con listbox (Solucionado)
Replies: 16
Views: 2969

Re: Show boxes color on a dialog

Silvio,

does Your problem still exist ?

my solution :

changing a border with defined linesize and color on
buttonaction, focus or lostfocus adjusted to any control or defined free size and position.

Image

best regards
Uwe :?:
by ukoenig
Wed May 13, 2015 4:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show boxes color on a dialog
Replies: 9
Views: 2113

Re: Tablet and form style for Windows 8 (desktop ver.)

... ximage.prg detects if a touch screen is present, though it does not use this information in this version. Same logic can be used. 2) It is better lostfocus does not hide/dismiss the OSKb, because the next control again can be a text-edit control. So we better change the logic as when a non-edit ...
by nageswaragunupudi
Mon May 04, 2015 4:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tablet and form style for Windows 8 (desktop ver.)
Replies: 80
Views: 24553

New FTDN March/Marzo 2015 (FWH 15.03)

... destroyed. Fixed now http://forums.fivetechsupport.com/viewtopic.php?f=3&t=30352 * Fix: Class TGet Methods CreateButton(), GotFocus() and LostFocus() have been modified so a GET button (clause ACTION) with a WHEN .F. get the focus: http://forums.fivetechsupport.com/viewtopic.php?p=174059#p174059 ...
by Antonio Linares
Fri Mar 20, 2015 10:22 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2015 (FWH 15.03)
Replies: 16
Views: 7388

Re: Haga clic en el BITMAP no obedece WHEN GET

... lo hizo: METHOD CreateButton() CLASS TGet ... ::oBtn:lCancel = .f. // Inicia FALSO para ser habilitado na GOTFOCUS (Alexandre Pereira) ... METHOD LostFocus( hCtlFocus ) CLASS TGet ... // Desabilitando quando sair if ! Empty( ::oBtn ) ::oBtn:lCancel := .f. endif ... METHOD GotFocus( hCtlLost ) ...
by alexpdasilva
Wed Mar 18, 2015 3:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Haga clic en el BITMAP no obedece WHEN GET
Replies: 14
Views: 2891

Re: problema con SetFont

... INLINE ::CambiarMes(-12) METHOD Hoy() INLINE ::IrFecha( Date() ) METHOD IrFecha( dNvaFecha ) // Metodos para tomar y dejar el foco. METHOD LostFocus( hCtlFocus ) INLINE ::Super:LostFocus( hCtlFocus ), ::VerAlSalir() METHOD GotFocus() INLINE ::setfocus(), ::VerAlEntrar() ENDCLASS METHOD ...
by MOISES
Mon Feb 23, 2015 1:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con SetFont
Replies: 17
Views: 4754

Re: Luz en la caja del get

... Seg: imho este tema bien merece asignar una nueva data a la clase get bpaintborder que tendra un parametro .t. cuando gotfocus y .f. cuando lostfocus {|lGotFocus| lightborder (lgotfocus) }
by hmpaquito
Sat Nov 15, 2014 2:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Luz en la caja del get
Replies: 41
Views: 13383

Eventos de TXBrowse,Diferencias...

... obligado a cambiar ya al 100% a TXBrowse y solicito la ayuda de todos los fiveneros, esperando que me puedan ayudar en eventos, metodos,SetFocus, LostFocus, etc etc etc Cuales son los eventos para Enter, Click, dobleclick ,ya que en la clase de TWBrowse ya me la se, pero deseo saber si son los ...
by ACC69
Sat Jul 12, 2014 11:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Eventos de TXBrowse,Diferencias...
Replies: 4
Views: 594

Re: "Snap" for Clipper

...                   2428  2429 BLDBLCLICK              WINDOW.PRG      426  2453  2454 BLEFT                  WINDOW.PRG      492  1212  1303  1304 BLOSTFOCUS              WINDOW.PRG      427   694   696  3478  3479 BMBUTTONDOWN            WINDOW.PRG      425  2494  2495 BMBUTTONUP              WINDOW.PRG ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6711

How to define / detect a hotspotarea in METRO ?

... in MAIN-WINDOWS. I want to create a sliding toolbar. In a main-window it works fine : On focus the bar slides ( opens ) from right to left. On lostfocus the bar slides from left to right ( hidden ) oWnd:bMMoved = { | nRow, nCol, nFlags | ; IIF( nRow < 30 .and. nCol > aRect4 - 110, ; IIF( ...
by ukoenig
Tue Feb 19, 2013 8:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to define / detect a hotspotarea in METRO ?
Replies: 0
Views: 325

ERROR LISTBOX :Someone can help me please?

... => TXBRWCOLUMN:POSTEDIT( 11018 ) Called from: xbrowse.prg => (b)TXBRWCOLUMN:SHOWBTNLIST( 10927 ) Called from: window.prg => TWINDOW:LOSTFOCUS( 2909 ) Called from: control.prg => (b)TCONTROL:TCONTROL( 186 ) Called from: => TCONTROL:LOSTFOCUS( 0 ) Called from: .\source\classes\LISTBOX.PRG ...
by Silvio.Falconi
Fri Feb 08, 2013 10:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR LISTBOX :Someone can help me please?
Replies: 3
Views: 649

Error en xBrowse

... from: D:\PROYEC~4\BRINQU~1\Source\xbrow.prg => (b)TXBRWCOLUMN:SHOWBTNLIST( 10566 ) Called from: .\source\classes\WINDOW.PRG => TWINDOW:LOSTFOCUS( 2876 ) Called from: .\source\classes\CONTROL.PRG => (b)TCONTROL:TCONTROL( 178 ) Called from: => TCONTROL:LOSTFOCUS( 0 ) Called from: ...
by Pedro
Thu Jan 17, 2013 4:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en xBrowse
Replies: 6
Views: 1164

Re: dbcombo ( lostfocus no funciona ) NO RESUELTO

Hola Aqui dejo posible correcion de lostfocus del dbcombo METHOD LostFocus() CLASS TDBCombo   local nAt := ::SendMsg( CB_GETCURSEL )   if nAt != CB_ERR      ::nAt = nAt + 1      Eval( ::bSetGet, ::aItems[ ::nAt ] ...
by Patricio Avalos Aguirre
Tue Dec 18, 2012 7:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Re: dbcombo ( lostfocus no funciona ) NO RESUELTO
Replies: 4
Views: 933

Re: dbcombo ( lostfocus no funciona ) NO RESUELTO

No funciona, estuve como 1 hora buscando el error, y era el oState:bgotfocus := { || cTmp := cState, oState:SetFocus() } cuando valida algo y este devuelve .f. queda en un bucle indefinidamente devolviendo .f., solo hay que cerrar el programa le saque //oState:bgotfocus := { || cTmp := cState, oStat...
by Patricio Avalos Aguirre
Mon Dec 17, 2012 7:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Re: dbcombo ( lostfocus no funciona ) NO RESUELTO
Replies: 4
Views: 933
PreviousNext

Return to advanced search