Search found 85 matches: gonextctrl

Return to advanced search

Re: get combobox

press ENTER key, do not execute GoNextCtrl too. for solve this problem, I changed Method GetKeyChar() in TComboBox Class. //----------------------------------------------------------------------------//METHOD GetKeyChar( nKey ) CLASS ...
by shark
Thu Sep 27, 2018 7:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: get combobox
Replies: 7
Views: 923

Re: get combobox

This command line bellow, call alert function, it´s ok. But... don´t execute GoNextCtrl()

oCombo:bChange = { || If( oCombo:oGet:oGet:TypeOut, ( alert("test"), oCombo:oWnd:GoNextCtrl( oCombo:hWnd ) ),) }

Any Solution?
by shark
Thu Sep 27, 2018 5:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: get combobox
Replies: 7
Views: 923

Re: get combobox

Antonio Linares wrote:Please check if you ear the beep:

oCombo:bChange = { || If( oCombo:oGet:oGet:TypeOut, ( MsgBeep(), oCombo:oWnd:GoNextCtrl( oCombo:hWnd ) ),) }


No Beep. Not call function.
by shark
Fri Aug 31, 2018 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: get combobox
Replies: 7
Views: 923

Re: get combobox

Please check if you ear the beep:

oCombo:bChange = { || If( oCombo:oGet:oGet:TypeOut, ( MsgBeep(), oCombo:oWnd:GoNextCtrl( oCombo:hWnd ) ),) }
by Antonio Linares
Mon Aug 27, 2018 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: get combobox
Replies: 7
Views: 923

Re: get combobox

Try this: oCombo:bChange = { || If( oCombo:oGet:TypeOut, oCombo:oWnd:GoNextCtrl( oCombo:hWnd ),) } Not Solved... little change in code: "oGet:TypeOut" for "oGet:oGet:TypeOut", but, not go next control. text in oGet is full select and do ...
by shark
Mon Aug 27, 2018 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: get combobox
Replies: 7
Views: 923

Re: get combobox

Try this:

oCombo:bChange = { || If( oCombo:oGet:TypeOut, oCombo:oWnd:GoNextCtrl( oCombo:hWnd ),) }
by Antonio Linares
Mon Aug 27, 2018 8:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: get combobox
Replies: 7
Views: 923

ComboBox DropDown modificacion a clase

... que se agregaron, Eval( ::bChange, Self, ::VarGet() ) // ahora funciona a la perfeccion 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 ...
by ratazul
Mon Apr 18, 2016 7:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ComboBox DropDown modificacion a clase
Replies: 2
Views: 710

Re: SendKey() y Printer en Fivelinux

... teclas pero lo que necesito hacer es saltar de un control al proximo control cuando se presione la tecla [ENTER] En Fivewin usamos "::oWnd:GoNextCtrl( ::hWnd ). Tenemos un metodo equivalente en Fivelinux? Saludos, George
by George
Thu Feb 11, 2016 9:17 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: SendKey() y Printer en Fivelinux
Replies: 11
Views: 2656

New FTDN (July) 2014 (FWH 14.07)

... with STYLE CBS_DROPDOWN and created from source code where not properly managing their valid. Now it is ok. * Enhancement: Class TWindow Method GoNextCtrl() now returns the hWndNextCtrl.
by Antonio Linares
Mon Aug 04, 2014 6:41 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN (July) 2014 (FWH 14.07)
Replies: 3
Views: 3113

melhoria na classe TBTNFLAT

... ) 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

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

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
Next

Return to advanced search