Search found 37 matches: goprevctrl

Return to advanced search

ComboBox DropDown modificacion a clase

... endif // sin ocasionar problemas ************** ::oWnd:GoNextCtrl( ::hWnd ) return 0 else if nKey == VK_TAB .and. GetKeyState( VK_SHIFT ) ::oWnd:GoPrevCtrl( ::hWnd ) return 0 endif endif Espero esto sea de utilidad para aquellos que experimentan con esta clase. Saludos
by ratazul
Mon Apr 18, 2016 7:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ComboBox DropDown modificacion a clase
Replies: 2
Views: 710

melhoria na classe TBTNFLAT

... METHOD KeyDown( nKey, nFlags ) CLASS TBtnFlat do case case nKey == VK_UP .or. nKey == VK_LEFT ::oWnd:GoPrevCtrl( ::hWnd ) case nKey == VK_DOWN .or. nKey == VK_RIGHT ::oWnd:GoNextCtrl( ::hWnd ) endcase return ::Super:KeyDown( nKey, nFlags )
by MGA
Sun Apr 06, 2014 3:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: melhoria na classe TBTNFLAT
Replies: 1
Views: 735

Re: "Snap" for Clipper

... GODOWN()               (function  in ?)    WINDOW.PRG     2729  2798 GONEXTCTRL()           (function  in ?)    WINDOW.PRG      628  3108  3256 GOPREVCTRL()           (function  in ?)    WINDOW.PRG      629  3103  3273 GOTFOCUS()             (function  in ?)    WINDOW.PRG      631  3228 GOUP() ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6698

Re: Enhanced Methods GoPrevCtrl() and GoNextCtrl()

Received with thanks Antonio. Thank you for such an efficient support :)
by hua
Thu Dec 08, 2011 11:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Enhanced Methods GoPrevCtrl() and GoNextCtrl()
Replies: 13
Views: 2881

Re: Enhanced Methods GoPrevCtrl() and GoNextCtrl()

Hua,

We email you the most recent window.prg
by Antonio Linares
Thu Dec 08, 2011 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Enhanced Methods GoPrevCtrl() and GoNextCtrl()
Replies: 13
Views: 2881

Re: Enhanced Methods GoPrevCtrl() and GoNextCtrl()

No error log at all. I immediately got the windows error box which asked whether I want to send any info to MS. I applied the code you've shown into window.prg. I suspect the libs that I have are actually out of sync with the sources. I'm using Harbour r17126. Application Internal Error - F:\test\wi...
by hua
Thu Dec 08, 2011 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Enhanced Methods GoPrevCtrl() and GoNextCtrl()
Replies: 13
Views: 2881

Re: Enhanced Methods GoPrevCtrl() and GoNextCtrl()

Hua,

Did you get any log file ? error.log or hb_out.log ?
by Antonio Linares
Thu Dec 08, 2011 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Enhanced Methods GoPrevCtrl() and GoNextCtrl()
Replies: 13
Views: 2881

Re: Enhanced Methods GoPrevCtrl() and GoNextCtrl()

Antonio, Seeing that after I compile with BCC+Harbour+FWH11.8, the jumping of focus from one control to another is not as what's expected I tried to update my window.prg with the changes you shown above. When I tried to run the exe it immediately crashed instead. I suspect my window.prg could be dif...
by hua
Thu Dec 08, 2011 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Enhanced Methods GoPrevCtrl() and GoNextCtrl()
Replies: 13
Views: 2881

Re: Enhanced Methods GoPrevCtrl() and GoNextCtrl()

Günther,

1. Fixed :-)

This change is required in Class TGet:
Image
by Antonio Linares
Tue Dec 06, 2011 8:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Enhanced Methods GoPrevCtrl() and GoNextCtrl()
Replies: 13
Views: 2881

Re: Métodos mejorados GoNextCtrl() y GoPrevCtrl()

Lo importante es que funcione bien :-)

gracias!
by Antonio Linares
Tue Dec 06, 2011 7:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Métodos mejorados GoNextCtrl() y GoPrevCtrl()
Replies: 6
Views: 1680

Re: Enhanced Methods GoPrevCtrl() and GoNextCtrl()

1. In the first get the backgroundcolor is not to see! -> This is only on nowait-dialogs, as using in folders!!!

2. The copy-effect on says only visible on a transparent dialog. -> Please try with TAB and you see, that the say becomes bold, if the focus leave the folder-controls!
by byte-one
Mon Dec 05, 2011 12:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Enhanced Methods GoPrevCtrl() and GoNextCtrl()
Replies: 13
Views: 2881

Re: Métodos mejorados GoNextCtrl() y GoPrevCtrl()

Antonio, Si es que creía que el error se producía con los nuevos métodos GoNextCtrl y GoPrevCtrl. Es error mio, por ni siquiera comprobar que lastActiveCtrl era llamado en GoNextCtrl. Copiando el código nuevo para las métodos GoNextCtrl y GoPrevCtrl funciona correctamente. ...
by fgondi
Sun Dec 04, 2011 12:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Métodos mejorados GoNextCtrl() y GoPrevCtrl()
Replies: 6
Views: 1680

Re: Métodos mejorados GoNextCtrl() y GoPrevCtrl()

Ya no llamamos al método LastActiveCtrl() :-)

Ahora las comprobaciones se hacen mucho más rápidas y con un código mucho más limpio :-)
by Antonio Linares
Sun Dec 04, 2011 12:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Métodos mejorados GoNextCtrl() y GoPrevCtrl()
Replies: 6
Views: 1680

Re: Enhanced Methods GoPrevCtrl() and GoNextCtrl()

100% Antonio... agora esta perfeito

Obrigado
by miragerr
Sun Dec 04, 2011 1:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Enhanced Methods GoPrevCtrl() and GoNextCtrl()
Replies: 13
Views: 2881

Re: Métodos mejorados GoNextCtrl() y GoPrevCtrl()

... de los get's tengo comprobaciones de que lo escrito sea correcto. Estas validaciones usan "msgrun". Con estas mejoras de GoNextCtrl() y GoPrevCtrl() se produce el siguiente error:  Error BASE/1.132  Error de límites: acceso al array   Argumentos   :     [   1] = A   { ... ...
by fgondi
Sat Dec 03, 2011 8:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Métodos mejorados GoNextCtrl() y GoPrevCtrl()
Replies: 6
Views: 1680
Next

Return to advanced search