Search found 489 matches: developed

Return to advanced search

New FTDN February 2024 (FWH 24.02)

... 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 an incorrect ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 138

Re: Booking xbrowse example

Dear Antonio, I am glad you like the idea. I have indeed already developed a planner with html/javascript for mod harbour. I have not integrated anything except bootstrap and jquery. Therefore, I believe one would only need to embed the html into a Fivewin ...
by Otto
Sat Dec 30, 2023 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Booking xbrowse example
Replies: 16
Views: 2726

Small buttonbar at x,y

How is it possible that I can't view the buttons in a ButtonBar? I wish Use the sample samples\barchange.prg, developed by Cristobal Navarro but the buttonbar must be insert down a xbrowse so I use Newat() method barchange.prg with Newat() Method of oBar // developed by Cristobal ...
by Silvio.Falconi
Wed Dec 06, 2023 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small buttonbar at x,y
Replies: 7
Views: 678

ChatGPT helps with programming

Hello friends, This program was developed completely with ChatGPT. https://mybergland.com/fwforum/4laid_sprache.jpg Today I will show you the PROMPTS I used to extend the language selection to include German. https://mybergland.com/fwforum/german_lang.mp4 ...
by Otto
Sat Dec 02, 2023 4:42 pm
 
Forum: mod_harbour
Topic: ChatGPT helps with programming
Replies: 1
Views: 2900

ChatGPT helps with programming

Hello friends, This program was developed completely with ChatGPT. https://mybergland.com/fwforum/4laid_sprache.jpg Today I will show you the PROMPTS I used to extend the language selection to include German. https://mybergland.com/fwforum/german_lang.mp4 ...
by Otto
Sat Dec 02, 2023 4:41 pm
 
Forum: mod_harbour
Topic: ChatGPT helps with programming
Replies: 1
Views: 3695

Fivewin controls similar to javascript elements

... 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) to specific controls (in FiveWin) or elements (in JavaScript). ...
by Otto
Tue Nov 21, 2023 7:33 am
 
Forum: mod_harbour
Topic: Fivewin controls similar to javascript elements
Replies: 2
Views: 1087

Re: Advantage Database Server

Apparently this is a database engine developed by Alaska Software to emulate ISAM style functionality for xBase++. It looks like people are considering using PgDBE instead of ADS (Advantage Database Server), but they are having performance ...
by ferilmagic
Fri Nov 03, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3402

hbsqlitepp

Hello, My friend Manu Expósito has developed a class for native access to Sqlite, as he says it this post: https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43395&p=264123&sid=b6981d65766e5d529e61eebb06f5aeba&sid=b6981d65766e5d529e61eebb06f5aeba#p264123 ...
by José Luis Sánchez
Mon Oct 02, 2023 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbsqlitepp
Replies: 0
Views: 281

Re: password manager with mod harbour

If you have already developed a few blocks and functions, it is very easy to create and expand new programs. Now, I am implementing the login functionality.


Image
by Otto
Thu Jul 27, 2023 1:14 pm
 
Forum: mod_harbour
Topic: password manager with mod harbour
Replies: 4
Views: 548

Re: WebView - Edge - Chrome - right button

... settings->put_AreDefaultContextMenusEnabled(FALSE); > What if WebView only works with Microsoft Edge? Yes, WebView is developed by Microsoft and uses the Microsoft required DLLs. > with Chrome does it work? No, sorry. Chrome does not provide something similar yet.
by Antonio Linares
Mon Jul 17, 2023 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView - Edge - Chrome - right button
Replies: 4
Views: 271

Re: Aplicación para Android

we have built an app with Android Studio and interfaced with our management developed in FiveWIN. https://play.google.com/store/apps/details?id=com.test.ristomatic.ristomaticandroid.full&gl=IT In addition to the difficulty of using Android Studio, the main ...
by Maurizio
Mon Jun 19, 2023 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Aplicación para Android
Replies: 8
Views: 588

New FTDN April/Abril 2023 (FWH 23.04)

... drop images and text from the Web browser and other apps. Please review samples\imgdrop.prg for a working example. * New: samples\barchange.prg, developed by Cristobal Navarro, shows how to replace the buttons of a ButtonBar. * Enhanced: function FW_AReverse( aArray, [nStart], [nCount] ) --> ...
by Antonio Linares
Tue May 02, 2023 7:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1678

Re: Speech Recognizer for harbour App ?

Dear Massimo, Answered by chatGPT 4: OLE (Object Linking and Embedding) is a technology developed by Microsoft, primarily for use in their Windows operating system and applications like Microsoft Office. It allows users to create compound documents by embedding or linking ...
by Antonio Linares
Sun Apr 30, 2023 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speech Recognizer for harbour App ?
Replies: 9
Views: 495

Re: Convert code to FWH

... the ports for security reasons, it must use a driver. WinIO32.sys is the driver and WinIO32.DLL is the DLL to manage such driver This WinIO was developed by http://www.sysinternals.com but lately was bought by Microsoft and they dropped it. Thats why this free github repo has implemented it: ...
by Antonio Linares
Sat Apr 29, 2023 6:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert code to FWH
Replies: 15
Views: 911

Re: autoGPT for OpenAI

Dear Reinaldo, In the source code, originally developed by Carlos Gallego, you find this:   TEXT INTO cJson   {      "prompt": "cPrompt_empty",      "temperature": 0,      "max_tokens": 2048   }  ...
by Antonio Linares
Fri Apr 28, 2023 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: autoGPT for OpenAI
Replies: 15
Views: 1411
Next

Return to advanced search