... with Vanilla JavaScript:
Examples
jQuery: DOM-Ready
$(document).ready(function () {
// Code here
});
Vanilla JavaScript:
document.addEventListener('DOMContentLoaded', function () {
// Code here
});
jQuery: DOM Selection
var element = $('#elementId');
Vanilla JavaScript:
var element ...
Search found 18 matches: listener
Searched query: listener
- Tue Jul 16, 2024 7:30 am
- Forum: mod_harbour
- Topic: Replace jQuery with JavaScript
- Replies: 2
- Views: 7825
- Mon Feb 05, 2024 12:10 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Fwh 23.10 TGet another problem (UNSOLVED)
- Replies: 132
- Views: 70778
Re: Fwh 23.10 TGet another problem (UNSOLVED)
Mr. Rao,
With or without manifest always "ANSI GET". But Turkish character not lost, displaying correctly.
I am a good listener and reader.
I can't add screenshot or gif animate attachment. Forum rules? My Message count is less or problem?
Best Regards,
https://imgur.com/
Regards, saludos.
With or without manifest always "ANSI GET". But Turkish character not lost, displaying correctly.
I am a good listener and reader.
I can't add screenshot or gif animate attachment. Forum rules? My Message count is less or problem?
Best Regards,
https://imgur.com/
Regards, saludos.
- Mon Feb 05, 2024 6:45 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Fwh 23.10 TGet another problem (UNSOLVED)
- Replies: 132
- Views: 70778
Re: Fwh 23.10 TGet another problem (UNSOLVED)
Mr. Rao,
With or without manifest always "ANSI GET". But Turkish character not lost, displaying correctly.
I am a good listener and reader.
I can't add screenshot or gif animate attachment. Forum rules? My Message count is less or problem?
Best Regards,
With or without manifest always "ANSI GET". But Turkish character not lost, displaying correctly.
I am a good listener and reader.
I can't add screenshot or gif animate attachment. Forum rules? My Message count is less or problem?
Best Regards,
- Tue Nov 21, 2023 7:33 am
- Forum: mod_harbour
- Topic: Fivewin controls similar to javascript elements
- Replies: 2
- Views: 2649
Fivewin controls similar to javascript elements
... s message loop. This is somewhat analogous to events in the JavaScript DOM, where events are dispatched to nodes in the DOM tree.
Event Listeners/Handlers: In both Windows applications (including those developed with FiveWin) and JavaScript, you typically attach event listeners (or handlers ...
Event Listeners/Handlers: In both Windows applications (including those developed with FiveWin) and JavaScript, you typically attach event listeners (or handlers ...
- Tue Nov 14, 2023 2:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ID of the new process
- Replies: 2
- Views: 617
Re: ID of the new process
... Creation:**
You can use the `Win32_ProcessStartTrace` event to monitor the creation of new processes. This approach involves setting up an event listener to capture process creation events.
```vbscript
Set objWMIService = GetObject("winmgmts:\\.\root\cimv2")
Set colMonitoredProcesses ...
You can use the `Win32_ProcessStartTrace` event to monitor the creation of new processes. This approach involves setting up an event listener to capture process creation events.
```vbscript
Set objWMIService = GetObject("winmgmts:\\.\root\cimv2")
Set colMonitoredProcesses ...
- Mon Nov 02, 2020 4:26 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Transfer information
- Replies: 4
- Views: 517
Re: Transfer information
This is not interesting with the file. For example, you can make an invisible GET in one program and write data from another program to it. But it may be possible to use listener
- Wed Sep 18, 2019 5:39 am
- Forum: mod_harbour
- Topic: send data with post method
- Replies: 3
- Views: 978
Re: send data with post method
... The Jquery function $.post is an AJAX function, it doesn't reload the page.
If you want to get the result of the POST call, you have to add a listener callback and then do whatever with the result. (bearbeitet)
m
The signature is
jQuery.post( url [, data ] [, success ] [, dataType ] )
(jQuery ...
If you want to get the result of the POST call, you have to add a listener callback and then do whatever with the result. (bearbeitet)
m
The signature is
jQuery.post( url [, data ] [, success ] [, dataType ] )
(jQuery ...
- Sat Aug 17, 2019 6:52 pm
- Forum: mod_harbour
- Topic: mod_harbour sessions videos on YouTube
- Replies: 14
- Views: 3539
Re: mod_harbour sessions videos on YouTube
Antonio,
Great, tomorrow I'll test it. In the next session can I be present, as a listener ?
Great, tomorrow I'll test it. In the next session can I be present, as a listener ?
- Wed Jul 17, 2013 3:50 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Building Harbour + FWH apps from Visual Studio 2012
- Replies: 40
- Views: 12412
Re: Building Harbour + FWH apps from Visual Studio 2012
Solution found:
#if _MSC_VER < 1700 // Before Visual Studio 2012
#include <tmschema.h>
#endif
https://code.google.com/p/evita-common-lisp/source/browse/listener/winapp/precomp.h
#if _MSC_VER < 1700 // Before Visual Studio 2012
#include <tmschema.h>
#endif
https://code.google.com/p/evita-common-lisp/source/browse/listener/winapp/precomp.h
- Thu Nov 10, 2011 3:08 pm
- Forum: FiveWin para Pocket PC
- Topic: GPRS
- Replies: 10
- Views: 5940
Re: GPRS
... propio, que recibe la información por socket. Pero mi servidor es un hosting en internet, normal y corriente. Por tanto, creo que necesita un "listener" para escuchar los puertos y una vez leida la traza, entonces "passearla" y grabarla en la base de datos.
Por lo que he leido, esto se hace ...
Por lo que he leido, esto se hace ...
- Tue Nov 08, 2011 9:02 pm
- Forum: FiveWin para Pocket PC
- Topic: GPRS
- Replies: 10
- Views: 5940
Re: GPRS
Pues que no tengo un modulo-listener para instalar en el Servidor (es un hosting externo) y que recoja la traza y la guarde en una MySql. Me imagino que será algo programado en Java, PHP o Phyton. ¿Tu tienes algo parecido ya funcionando?.
Si me puedes echar una mano, te lo agradecería.
Si me puedes echar una mano, te lo agradecería.
- Sun Oct 30, 2011 4:45 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: SERVER GPRS
- Replies: 0
- Views: 270
SERVER GPRS
Necesito instalar en un server (hosting Linux) un módulo "listener" que recoja la traza que le envian unos trackers GPS y la guarde en una MySql. Si alguien tiene algo funcionando, le agradecería se pusiera en contacto conmigo, para ponernos de acuerdo.
- Tue Jun 14, 2011 12:23 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Harbour Compiler Build Questions ! UPDATED *
- Replies: 42
- Views: 16082
Re: Harbour Compiler Build Questions ! UPDATED *
... the ADS errors:
rddads.lib(ads1.obj) : error LNK2019: unresolved external symbol _AdsSetDecimals@4 referenced in function "void __cdecl adsSetListener_callback(enum HB_set_enum,enum HB_set_listener_enum)" (?adsSetListener_callback@@YAXW4HB_set_enum@@W4HB_set_listener_enum@@@Z)
rddads.lib(ads1.obj ...
rddads.lib(ads1.obj) : error LNK2019: unresolved external symbol _AdsSetDecimals@4 referenced in function "void __cdecl adsSetListener_callback(enum HB_set_enum,enum HB_set_listener_enum)" (?adsSetListener_callback@@YAXW4HB_set_enum@@W4HB_set_listener_enum@@@Z)
rddads.lib(ads1.obj ...
- Wed Jul 09, 2008 12:23 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: PARA M. MERCADO SOBRE TSBROWSE ERROR
- Replies: 6
- Views: 2673
PARA M. MERCADO SOBRE TSBROWSE ERROR
... BelenC.VRC
9 EditPlus - [MDI18.prg]
10 LP Main Window
11 LPTimer-{312C2D21-593B-4e71-8E7C-A45397847FEE}
12 WMMonitor Win
13 LPEXT_DOK_LISTENER
14 SecExtNotifier
15 LPGXManager
16 HP Deskjet 3900 Series - Estado
17 AiODeeDeeNotificationWindow
18 IHW2
19 Connections Tray
20 ...
9 EditPlus - [MDI18.prg]
10 LP Main Window
11 LPTimer-{312C2D21-593B-4e71-8E7C-A45397847FEE}
12 WMMonitor Win
13 LPEXT_DOK_LISTENER
14 SecExtNotifier
15 LPGXManager
16 HP Deskjet 3900 Series - Estado
17 AiODeeDeeNotificationWindow
18 IHW2
19 Connections Tray
20 ...
- Mon Feb 11, 2008 1:29 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: DATABASE O NO DATABASE,, nose si la clase o el RC da error
- Replies: 1
- Views: 1364
DATABASE O NO DATABASE,, nose si la clase o el RC da error
... Window
29 CLPOsEventsHandler Window
30 CSHTrayIconWindow
31 LPTimer-{312C2D21-593B-4e71-8E7C-A45397847FEE}
32 WMMonitor Win
33 LPEXT_DOK_LISTENER
34 SecExtNotifier
35 LPGXManager
36 HP Deskjet 3900 Series - Estado
37 AiODeeDeeNotificationWindow
38 AVG Free Edition - Control Center
39 ...
29 CLPOsEventsHandler Window
30 CSHTrayIconWindow
31 LPTimer-{312C2D21-593B-4e71-8E7C-A45397847FEE}
32 WMMonitor Win
33 LPEXT_DOK_LISTENER
34 SecExtNotifier
35 LPGXManager
36 HP Deskjet 3900 Series - Estado
37 AiODeeDeeNotificationWindow
38 AVG Free Edition - Control Center
39 ...