Search found 68 matches: node

Return to advanced search

USB reading/writing as Com port

I spend the every looking and testing samples to read the USB port from FW I did not succeed. I can read/write arduino serial data from the Node-Red application from USB port 5. So it is possible to collect data from a Arduino true a USB port. How to read this data from it ? Maybe it is important ...
by Marc Venken
Wed Feb 07, 2024 10:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: USB reading/writing as Com port
Replies: 3
Views: 221

Re: Primer paso en webview

Leandro y amigos del foro: Conoceís NODEJS?, que opinión tienen ? Saludos Tengo aplicaciones en node, Básicamente es para programar del lado del servidor en JavaScript. Te abre un universo de posibilidades, siempre que sepas o aprendas JavaScript. [emoji6] Enviado desde ...
by VictorCasajuana
Thu Aug 17, 2023 4:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Primer paso en webview
Replies: 12
Views: 827

Re: TWebView y Javascript

... bypass the same-origin policy restrictions. There are several lightweight web servers available that you can install and run locally, such as Node.js with Express, Python's SimpleHTTPServer, or the Live Server extension for Visual Studio Code. Disable web security in your browser: Another ...
by Antonio Linares
Mon Jul 17, 2023 7:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWebView y Javascript
Replies: 6
Views: 433

Re: Callback Server

... automation, and more. JavaScript is a dynamically typed language that is interpreted by web browsers, and also can be run on servers using Node.js. It is used to create interactive and responsive web applications, as well as build server-side applications, command-line tools, and more. ...
by Otto
Fri Mar 10, 2023 7:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostBack Server
Replies: 7
Views: 666

Re: oWebView:Eval() in a loop

Cristobal, thank you for your help, but when trying to download your example, a message appears -
An error when establishing a secure connection
When connected to bbuseruploads.s3.amazonaws.com an error has occurred. The node received a valid certificate, but access was denied.
by Natter
Thu Feb 16, 2023 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oWebView:Eval() in a loop
Replies: 6
Views: 423

Re: download iPhone Photo connect to PC

... i got to Step 3 and must use a Workaround which i don´t want. https://i.postimg.cc/15qKYbtL/FW-DEVICE.png Problem : when click on Node it open Sub-Folder but click on Node in Sub-Folder fail ... Workaround : open "all" Sub-Folder and navigate to "last" my Workaround ...
by Jimmy
Mon Nov 28, 2022 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: download iPhone Photo connect to PC
Replies: 14
Views: 990

Re: download iPhone Photo connect to PC

... which work as i need for CSIDL_DRIVES now in Sample it use "recursiv" ReadFiles( cPath, oTreeView ) and got "Node-Flag" when have Sub-Folder but when use CSIDL_DRIVES i do not want to "scan" all Drive and Sub-Folder ... i want to DblClick on ...
by Jimmy
Sun Nov 27, 2022 5:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: download iPhone Photo connect to PC
Replies: 14
Views: 990

Re: A big hit: Neither Apache and mod_harbour are needed

... with apache+https and mod_harbour where I have put some rest web service with JWT authentication With an internal (mono or multithreaded? Like node or Spring Boot?) HTTPS server I can deploy web service more easily also on docker environment ciao matteo
by Matteo Baccan
Fri Apr 29, 2022 4:54 pm
 
Forum: mod_harbour
Topic: A big hit: Neither Apache and mod_harbour are needed
Replies: 61
Views: 15403

Re: A big hit: Neither Apache and mod_harbour are needed

Modern development languages as Node, etc. provide a powerful web server that you can easily built in your apps. Now we have such power in Harbour too :-) A simple class that turns your desktop app into a web server too. So we can have the ...
by Antonio Linares
Wed Apr 27, 2022 8:46 am
 
Forum: mod_harbour
Topic: A big hit: Neither Apache and mod_harbour are needed
Replies: 61
Views: 15403

Re: Fix for Resedit

Well, I guess we can't contact the author, Glenn Randers-Pehrson. It seems he has passed away.

http://www.tuxmachines.org/node/116823
by James Bott
Fri Aug 06, 2021 1:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fix for Resedit
Replies: 14
Views: 1430

Re: *** Curso de C para programadores Harbour.

... y trabajar con otros lenguajes en miniproyectos personales (Javascript, PHP, C#, SQL, Mongo) aplicados a frameworks (Laravel, Angular, Node) con editores e IDE diferentes (VS Code, Visual Studio) utilizar ORM's (Eloquent) muy potentes, me ha echo aprender muchísimo y ver mi lenguaje ...
by VictorCasajuana
Sun Mar 28, 2021 8:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: *** Curso de C para programadores Harbour.
Replies: 141
Views: 18272

Re: How to Curl for text messaging

... all you would have to change is the url to consume any of their other services via Curl. They have samples showing how to use their services using Node Js, PHP, Ruby, C#, Python, and Java. All their samples require that you install their SDK. By using Curl you don't have to be concerned with installing ...
by reinaldocrespo
Wed Feb 24, 2021 12:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 17
Views: 2245

Re: Are there any Treeview samples with associated edit boxes?

... try to open the new version that was just saved, there's an error that Filename C:\fwh\samples\test.xml Line 28 Description: HBXML_ERROR_UNCLOSED Node < company >
by FWExplorer
Thu Dec 10, 2020 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4836

Re: Are there any Treeview samples with associated edit boxes?

... assign Insert Child to other keys, like Insert. Also, inline editing - fine, but it should also work with a double-click on an existing node. D. Removed the popup with the 43. Thinking about how to programmatically assign it. We are currently focused on swaping up and down tree items. ...
by Antonio Linares
Wed Dec 09, 2020 7:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4836

Re: Are there any Treeview samples with associated edit boxes?

Looks good, but it's still popping up a 43, after pressing the Num+ key. I can't seem to programatically assign Insert Child to other keys, like Insert.

Also, inline editing - fine, but it should also work with a double-click on an existing node.
by FWExplorer
Wed Dec 09, 2020 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4836
Next

Return to advanced search