Search found 4624 matches: enrico

Return to advanced search

Re: RC to PRG generator

Enrico, I would like a flexible system in HTML like Bootstrap's GRID, otherwise it becomes difficult if you want it to be responsive.
Best regards,
Otto
by Otto
Mon Feb 12, 2024 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1204

Re: SAPI : change Voice

Dear Enrico, Here you have it: #include "FiveWin.ch"static aEvents := {}function Main()    local oVoice := TOleAuto():New( "Sapi.SPVoice" )        oVoice:__hSink = __axRegisterHandler( ...
by Antonio Linares
Sun Feb 11, 2024 11:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3575

Re: SAPI : change Voice

Dear Enrico,

Here it builds ok with Harbour but events are not working
by Antonio Linares
Thu Feb 08, 2024 2:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3575

Re: SAPI : change Voice

Dear Enrico,

xHarbour does not support "..." syntax, so such line should be:

oVoice:__hSink := __axRegisterHandler( oVoice:__hObj, { | x, y | QOut( x, y ) } )

but function __axRegisterHandler() is available in Harbour and not in xHarbour, if I am correct
by Antonio Linares
Thu Feb 08, 2024 1:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3575

Re: WEBVIEW2 and xBrowse

Enrico, glad it worked. I believe one of the reasons could be development assistance from ChatGPT. https://mybergland.com/fwforum/prepdatasend.mp4 In this case, I used AJAX to pass data to the mod_harbour module, ...
by Otto
Tue Feb 06, 2024 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WEBVIEW2 and xBrowse
Replies: 7
Views: 394

Re: WEBVIEW2 and xBrowse

Otto wrote:Enrico, have you set the path to the HTML file absolute?


That was the culprit! Now it works fine, thank you. It works with xHarbour and with 32 bit too. Great! Now, we have to find a reason to use it. :-)
by Enrico Maria Giordano
Tue Feb 06, 2024 1:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WEBVIEW2 and xBrowse
Replies: 7
Views: 394

Re: WEBVIEW2 and xBrowse

Enrico, have you set the path to the HTML file absolute?
What happens if you start the development tools of your web browser with a right mouse click?
Do other webview samples work für you?
Best regards,
Otto
by Otto
Tue Feb 06, 2024 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WEBVIEW2 and xBrowse
Replies: 7
Views: 394

Re: WebView2 sample

Dear Antonio, Enrico, I made a clean install of FWH and xHarbour and now my problem is solved. One error was my modified buildx.bat. Because I thought never using zip functions I put the entry echo %hdirl%\hbzip.lib + >> b32.bc ...
by Detlef
Tue Jan 30, 2024 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 sample
Replies: 16
Views: 1214

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

Using 5.2.0 I have the sema problem.
probably Pdfcreator needsa 100% scale to worl correctly
anyway thanks for your attention Enrico
8)
by MarcoBoschi
Tue Jan 30, 2024 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 949

Re: Cómo omitir el Fichero .TDS?

Dear Enrico,

thanks for your feedback, my mistake to trust AI without checking it :-)

This flag may work: -Gn

Use the -Gn option to disable incremental linking, which also prevents the generation of TDS files.


Again it comes from AI so it has to be checked
by Antonio Linares
Mon Jan 29, 2024 1:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo omitir el Fichero .TDS?
Replies: 9
Views: 382

Re: Como hacer para que la ventana se abra sobre otra?

Dear Enrico,

It is for FiveMac, not FiveWin :-)
by Antonio Linares
Sun Dec 31, 2023 11:43 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Como hacer para que la ventana se abra sobre otra?
Replies: 5
Views: 353

Re: Using Microsoft AI Phi-2 from FWH

Dear Enrico, Have you downloaded "phi-2_Q4_K_M.gguf" and have you properly provided its path in the PRG code ? No. :-) Now it works. This is allows it to be compiled with xHarbour too: hb_retnll( ( LONGLONG ...
by Enrico Maria Giordano
Mon Dec 18, 2023 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8333

Re: Using Microsoft AI Phi-2 from FWH

Dear Enrico,

Have you downloaded "phi-2_Q4_K_M.gguf" and have you properly provided its path in the PRG code ?

Do you get any message or warning ?

How many ram do you have in your pc ?
by Antonio Linares
Mon Dec 18, 2023 8:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8333

Re: A Call for New Ideas and Web Integration

How Notifications Affect Our Real-Life Togetherness and Interest in Each Other: A No-Go Dear Enrico, Lately, I've been thinking a lot about how the constant flood of notifications affects our coexistence and our relationships. Here are some thoughts I'd like to share ...
by Otto
Mon Dec 11, 2023 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Call for New Ideas and Web Integration
Replies: 7
Views: 743

Re: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB

Gracias Enrico
Funciono

-------------
Thanks Enrico
I work
by ruben Dario
Tue Dec 05, 2023 7:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB
Replies: 15
Views: 2278
PreviousNext

Return to advanced search