Search found 46 matches: triggered

Return to advanced search

Fivewin controls similar to javascript elements

... events, such as clicks or key presses. Propagation: In JavaScript, events can bubble up the DOM tree, allowing parent elements to handle events triggered on their children. In Windows programming, a similar concept exists where messages not handled by a control can be passed to the parent window ...
by Otto
Tue Nov 21, 2023 7:33 am
 
Forum: mod_harbour
Topic: Fivewin controls similar to javascript elements
Replies: 2
Views: 1122

Re: XBROWSE Column Question

SeekNext is implemented in FWH2304 which is triggered by F3.
It is not there in previous versions.

This is triggered when oBrw window receives WM_KEYDOWN message with F3 key.
(i.e., it is implemented in oBrw:KeyDown() method)
by nageswaragunupudi
Wed May 10, 2023 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 868

Re: Can I get object from handle?

Hello ; Another idea would be to generate a "network wide message" anytime an event is triggered. Then have your apps listen for that message on another thread. If the message is received, then update the object being displayed or execute whatever code to handle ...
by reinaldocrespo
Sun Apr 16, 2023 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can I get object from handle?
Replies: 15
Views: 1320

How to trigger action when xBrowse lost focus?

When I test using oxBrowse:bLostFocus, I found that it got triggered everytime I'm done editing a cell (I was using fastedit clause).

What I wante is a codeblock that will be evaluated only if oxBrowse itself lost focus so I can trigger an auto-save function

Any tip?
TIA
by hua
Thu Jan 19, 2023 9:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to trigger action when xBrowse lost focus?
Replies: 0
Views: 208

TXBrwColumn:oEditLbx

Hi All,
I want to find out which event is triggered if an item of a xBrowseColumn is selected.
I tried 'bChange' but this is only called if I select a different item as before.

I need to know the selection even if it's the same element as before.

Thanks for any idea.
by Detlef
Fri Feb 25, 2022 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXBrwColumn:oEditLbx
Replies: 2
Views: 245

Errsysw not working

... a problem with the errsysw.prg, nor is it a problem with Harbour or FWH. It occurs like this on all messages, so errsysw.prg is simply not being triggered. Thanks.
by TimStone
Tue Feb 23, 2021 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Errsysw not working
Replies: 5
Views: 522

Problems with the Http request

... buf:=ohttp:responseText However, as a result, I get the HTML text of the main page of the MySait site. It turns out that the HTTP request is not triggered if the URL contains xx.PHP ?
by Natter
Tue Mar 17, 2020 7:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with the Http request
Replies: 3
Views: 732

New FTDN Oct. 2018 (FWH 18.10)

... a new dialog. The user can then either discard, save or copy the cropped image to clipboard with right-click. Programatically, crop action can be triggered by setting lCrop to .T. Programmer can override the default behavior by specifying bOnCrop code block For more information please see: http://forums.fivetechsupport.com/viewtopic.php?f=3&t=36222 ...
by Antonio Linares
Sun Nov 11, 2018 11:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN Oct. 2018 (FWH 18.10)
Replies: 5
Views: 4222

New FTDN June/Junio 2018 (FWH 18.06)

... released. Fixed. - Fix: When :lColChangeNotify is set to .t. in fastedit mode, when the focus moves right to next visible cell, :bChange is not triggered. Fixed. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=36021 * FWMARIALIB: - AutoReconnect: Important improvement: After losing ...
by Antonio Linares
Sat Sep 01, 2018 8:33 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2018 (FWH 18.06)
Replies: 1
Views: 1951

New FTDN January/Enero 2018 (FWH 18.01)

... Text to be written when the value is logical .f. - bPastEof is now evaluated with 2 paramters Self, nKey. Value of nkey is: VK_DOWN : When triggered by pressing down key by the user. 0 : If ::GoDown() is called by the application program or triggered by any event other than down key, when ...
by Antonio Linares
Wed Feb 14, 2018 5:03 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2018 (FWH 18.01)
Replies: 1
Views: 2557

Re: GPF AppHangB1

Manuel, The AppHangB1 event is triggered when the UI thread doesn't respond to messages for several seconds and the user tries to terminate it. Hangs can be caused by just about anything: busy loops in your code, doing network or disk I/O ...
by Antonio Linares
Tue Feb 13, 2018 7:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: GPF AppHangB1
Replies: 8
Views: 936

Re: Test for Vertical Scroll hits EOF xBrowse ( rao )

... will be evaluated with 2 parameters viz., Self, nKey. nKey can be nil, VK_DOWN, 0 or -1 depending on the triggering event. Code: VK_DOWN : When triggered by pressing down key by the user. 0 : If ::GoDown() is called by the application program or triggered by any event other than down key, when ...
by Rick Lipkin
Sat Feb 10, 2018 6:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test for Vertical Scroll hits EOF xBrowse ( rao )
Replies: 14
Views: 6012

Re: Test for Vertical Scroll hits EOF xBrowse ( rao )

... version... however, I only want to trigger a new record at Eof by using the down arrow key ( only ) .. Your samples allow for a new record to be triggered by any mechanism that forces the record pointer past eof. ( e.g. Down Arrow or vertical scroll bar ) SO if I were using FWH1801 .. I could ...
by Rick Lipkin
Sat Feb 10, 2018 2:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test for Vertical Scroll hits EOF xBrowse ( rao )
Replies: 14
Views: 6012

Re: Button on a cell in xbrowse

... nRow, nCol, oCol, nKey ) }  nRow,nCol: row and col of the click oCol : Column Object nKey : Key code if the action is triggered by pressing a key Return value of the codeblock: a) NIL: If the codeblock returns nil, XBrowse does not take any action on its own. b) uVal: ...
by nageswaragunupudi
Sat Dec 17, 2016 3:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Button on a cell in xbrowse
Replies: 4
Views: 846

New FTDN November/Noviembre 2015 (FWH 15.11)

... a convertible. 3) HandleGesure( nGesture, nLParam ) This event executes bHandleGesture if specified, with the same parameters. This event is triggered by a touch gesture like zoom, pan, rotation, etc. Due to the way the existing code works for mouse-events at times not all the gestures may ...
by Antonio Linares
Sat Dec 26, 2015 9:26 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2015 (FWH 15.11)
Replies: 5
Views: 2733
Next

Return to advanced search