Search found 587 matches: implementation

Return to advanced search

Re: Exercism and Harbour

... use, etc. to mention some of them. I encourage you to enhance it and make it a real usefull Harbour coding learning start point! This AI implementation may be usefull to help coding those examples: https://hf.co/chat/assistant/66229318ae991ee8ad79a177 Anyhow in these forums there ...
by Antonio Linares
Mon Apr 22, 2024 5:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Exercism and Harbour
Replies: 2
Views: 149

Re: compile errors - send a SMS

I have run SMS with Twilio for the past 15 months. Here is my complete code implementation. * & # are used in spaces where specific client values must be substituted. Communications curl.exe -X POST https://api.twilio.com/2010-04-01/Accounts/****************/Messages.json ...
by TimStone
Fri Apr 12, 2024 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 302

Re: WebView resize

... in FiveWin. TEXplorerBar or Accordions: In a web context within WebView2, you can use Bootstrap's Accordion component or a similar JavaScript/CSS implementation to create collapsible sections that mimic the TEXplorerBar's functionality. Buttons: Buttons in FiveWin can be directly translated to ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2099

Re: SWAGGER-UI para documentar nuestras API.

... a quick look in Postman. Heavy for a not programmer like me )))) But I was able to get information from the command line with cUrl. Of cource the implementation info FW will be the goal. Looking into the forum it seems that we have to link extra 2 libs and place a DLL into the program folder. ...
by Marc Venken
Fri Mar 08, 2024 9:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 1977

New FTDN February 2024 (FWH 24.02)

... its own DATA bOnCollapse for the collapse event. * New: Example samles\booking.prg shows how to implement a booking system using XBrowse. A great implementation developed by Mr. Rao. * Fix: Class TWindow METHOD Activate() had a call to method Resized() with no arguments and this error was generating ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 210

FWH 24.02 new Class TWebView2

... use webview.dll neither WebView2Loader.dll, which is great news! :-) 2. webview.dll way of working does not follow the original Microsoft WebView2 implementation, so we are still working to find compatibility with FWH Class TWebView that is why we have decided, in the meantime, to implement a new ...
by Antonio Linares
Thu Feb 29, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 2467

Re: COMBOBOX

You received an error because REDEFINE COMBOBOX does not support FONT. Check fivewin.ch to always see the latest implementation of a command line. I use resources exclusively because the alignment on a complex dialog is much easier. I use the following resource to see the latest ...
by TimStone
Tue Feb 27, 2024 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX
Replies: 7
Views: 303

Re: SAPI : change Voice

... uds respondió Dear Jimmy, Reviewing Harbour OLE implementation it seems as this is the way: oVoice:__hSink := __axRegisterHandler( oVoice:__hObj, { | x, y | MsgInfo( x, y ) } ) but here in my tests ...
by Danielmaximiliano
Sat Feb 10, 2024 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3567

Re: IS IT POSSIBLE TO MAKE THIS CONTROL

A response is given to look at TSwitch control.
A further response is given that the control is incomplete because it doesn't have a prompt ability, nor does it have resource implementation
by TimStone
Fri Feb 09, 2024 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IS IT POSSIBLE TO MAKE THIS CONTROL
Replies: 16
Views: 815

Re: how to get Event from ActiveX ?

Dear Jimmy,

Reviewing Harbour OLE implementation it seems as this is the way:

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

but here in my tests it is not working as expected.

Maybe another Harbour OLE bug ? I am doing some research to find the right way...
by Antonio Linares
Tue Jan 30, 2024 6:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get Event from ActiveX ?
Replies: 1
Views: 358

Steps to integrate AI

... in forums, and Antonio also posted something about Copilot. It's still a very new topic for us, and we want to know how we can start with the implementation without getting overwhelmed. From what we understand, to use it in production, we need to contract with OpenAI. However, what we don't ...
by leandro
Fri Jan 19, 2024 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Steps to integrate AI
Replies: 4
Views: 639

Re: WebView2 Essentials: Guides, Tips & Resources

... running within the control, supporting communication with the host application. Documentation and Resources: For detailed information and specific implementation guidance, the WebView2 API Reference and WebView2 Documentation are valuable resources. WebView2 is a versatile tool for developers looking ...
by Otto
Wed Jan 10, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

Re: copy a row of xbrowse

... ### Notes - Ensure that `oBrw:aSelectedRows` contains the indexes of selected rows in `oBrw:aArrayData`. This might require additional implementation based on how row selection is handled in your application. - When generating new unique IDs for pasted rows, make sure they do not conflict ...
by Otto
Tue Dec 05, 2023 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5789

New FTDN October/Octubre 2023 (FWH 23.10)

... nStyle ) Refer prg source for the list of styles. * ListView: Samples: (1) revised litvie1.prg amd new sample (2) listvie2.prg for Unicode implementation * Unicode implementation for ToolBars and Rebars revised sample: samples\toolbar1.prg * Enhanced: function FW_SayTextHilite(). The last ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3906

Re: Saving OuterHTML using Await Implementation with TWebView

leandro Buenas tardes. ¿Podría proporcionar una explicación detallada de exactamente qué funcionalidad debe ser implementada? Regards, Charles KWON Charles buenas noches como estas? Que pena molestarte, pero nos surge la necesidad de eliminar algunos de los elementos DOM, no se si ya esta contemplad...
by CharlesKwon
Fri Aug 25, 2023 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1633
Next

Return to advanced search