Search found 686 matches: asked

Return to advanced search

Re: How to fill edit box and click button in another application

... application. I just want to click the button in a java program written by someone else from within the fivewin application. Dear Hakan, I just asked chatGPT to port it to java. Not sure if this may help. not sure if it compiles/works/etc import javax.swing.*;public class Main {    public ...
by Horizon
Sun Mar 12, 2023 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to fill edit box and click button in another application
Replies: 13
Views: 1409

Re: How to fill edit box and click button in another application

Dear Hakan, I just asked chatGPT to port it to java. Not sure if this may help. not sure if it compiles/works/etc import javax.swing.*;public class Main {    public static void main(String[] args) {        ...
by Antonio Linares
Sun Mar 12, 2023 5:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to fill edit box and click button in another application
Replies: 13
Views: 1409

Re: Color of rows in the cell

This is an example for the whole cell, but I asked about coloring the lines in the cell with different colors.

tex1+CRLF+text2+CRLF+text3
by Natter
Tue Jan 24, 2023 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color of rows in the cell
Replies: 5
Views: 474

change xbrowse footer menu

... forum in need to change standard footer menu (sum, count, ave ...) for my own and saw messages about openAI writing harbour code so I tried it. I asked: "write harbour code that modifies xbrowse footer popup menu" Here is what I got: FUNCTION modifyXBrowseFooterPopupMenu()  LOCAL ...
by reinaldocrespo
Fri Jan 06, 2023 11:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change xbrowse footer menu
Replies: 2
Views: 289

Re: SHOWFILEPROPERTIES -> TAB Detail -> MultiMedia Info

I just asked chatGPT this: modify this code so it returns all the members of the structure: and your code the answer seems fine :-) #include "hbapi.h"#include "hbvm.h"#include "shellapi.h"HB_FUNC( ...
by Antonio Linares
Mon Dec 19, 2022 6:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SHOWFILEPROPERTIES -> TAB Detail -> MultiMedia Info
Replies: 10
Views: 528

Re: video frame width and height

Dear Romeo, I just asked the IA https://beta.openai.com/playground to write the function: #include "hbapi.h"#include "hbapiitm.h"#include <mfapi.h>#include <mfreadwrite.h>#include <mferror.h>HB_FUNC( ...
by Antonio Linares
Thu Dec 15, 2022 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: video frame width and height
Replies: 11
Views: 914

Re: chatGPT writes and executes Harbour code !!!

asked : Can you show me the code of a program written in C++ language to draw a christmas tree in bmp format SomeOne can try this ? :D :D :D :D ?#include <iostream>#include <fstream>#include <cstdint>using ...
by Silvio.Falconi
Wed Dec 14, 2022 10:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2868

Re: chatGPT writes and executes Harbour code !!!

...   ENDIF    ENDIF  NEXT  RETURN NIl  I try it but not run It generate an array with 90 number but it not is that I asked
by Silvio.Falconi
Wed Dec 14, 2022 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2868

Re: chatGPT writes and executes Harbour code !!!

Dear Otto,

good morning

I am subscribed to chatGPT (previously I was using davinci 2 from OpenAI too) and up to now, they have not asked me for any money :-)
by Antonio Linares
Sun Dec 11, 2022 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2868

Re: DLLCALL under Fivewin

hi Antonio,
Antonio Linares wrote:I just asked chatGPT to write them :-)
This is the result.

amazing what chatGPT can do :D

will this be the Future of writing CODE ...
by Jimmy
Thu Dec 08, 2022 10:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 2737

Re: DLLCALL under Fivewin

I just asked chatGPT to write them :-) This is the result. Warning: chatGPT fails so you have to check its implementation: HB_FUNC(EJECTVOLUME){   return EjectVolume(hb_parc(1));}HB_FUNC(OPENVOLUME){  ...
by Antonio Linares
Thu Dec 08, 2022 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 2737

Re: chatGPT writes and executes Harbour code !!!

it also translates code from one language to another...

Wow :-D

First I asked for this:
> write a C code to calculate the planets positions given a date
after getting the result I told it:
> translate the above code to Harbour code
by Antonio Linares
Tue Dec 06, 2022 12:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2868

Changing itemlist in a combobox

Hello, I think I asked this question some years ago, but I can't it find it anymore, nore do I remember the solution that was given then. This is my question: In a window, I use a combobox. The list that is defined, need to be changed, ...
by driessen
Sun Dec 04, 2022 11:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing itemlist in a combobox
Replies: 2
Views: 210

Re: Display thumbnails of pdfs

Mr. hua I know you asked for pdf thumbnails and this is not exactly what you asked. But this application mimics windows explorer showing preview of files, same way as explorer. We will get back you on thumbnails a bit later. This is ...
by nageswaragunupudi
Wed Nov 02, 2022 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display thumbnails of pdfs
Replies: 33
Views: 2310

Re: Manifest

Silvio, I asked the question because the only manifest files in the latest release of FWH seem to be outdated based on the few comments elsewhere in this forum. They also have one for Windows 10, and 2 for Windows generic with ...
by Silvio.Falconi
Wed Oct 26, 2022 8:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manifest
Replies: 22
Views: 1836
PreviousNext

Return to advanced search