Search found 551 matches: task

Return to advanced search

Re: ITaskbarList3 Interface for PROGRESS Bar

hi Antonio, i got it working so far https://i.postimg.cc/fLxzFCNK/i-Task-Bar3.jpg only with ITASKBARLIST_RELEASE -> METHOD EndProgressMode() i don´t know "where" to call it as CLASS TProgress have no "Destroy" ? --- i use a ...
by Jimmy
Sun May 28, 2023 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ITaskbarList3 Interface for PROGRESS Bar
Replies: 6
Views: 323

ITaskbarList3 Interface for PROGRESS Bar

hi, i notice that PROGRESS from Fivewin will not show "progress" in Icon of Tasklist like my Xbase++ "self made" PROGRESS https://i.postimg.cc/ryjWMgPp/i-Task-Bar3-ICON.jpg i will make a Sample for Fivewin --- Xbase++ CODE using ...
by Jimmy
Fri May 26, 2023 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ITaskbarList3 Interface for PROGRESS Bar
Replies: 6
Views: 323

Re: CLASS modification

... it's perfectly valid to maintain the status quo. However, keep in mind that the transition of one's own software to a web application is not a task that can be completed in a few days - like flipping a switch. Just as fossil fuel-powered vehicles are gradually being replaced by electric cars, ...
by Otto
Fri May 26, 2023 5:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: CLASS modification

... It is very important to continue to challenge your brain, and the logical thought involved in programming is an outstanding way to accomplish this task. Retirement sounds great until boredom sets in. Too many of my peers are rapidly declining, or passing away, because they didn't stay active physically ...
by TimStone
Thu May 25, 2023 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: Website logo

Hello, I wouldn't use an unknown website (https://besticon-demo.herokuapp.com) for this task. You can retrieve the entire webpage using the onboard Fivewin function: cData := WebPageContents(cUrl) Best regards, Otto After this, we need to parse the webpage code and ...
by nageswaragunupudi
Thu May 18, 2023 10:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Website logo
Replies: 8
Views: 490

Re: Website logo

Hello,

I wouldn't use an unknown website (https://besticon-demo.herokuapp.com) for this task.

You can retrieve the entire webpage using the onboard Fivewin function: cData := WebPageContents(cUrl)

Best regards,
Otto
by Otto
Thu May 18, 2023 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Website logo
Replies: 8
Views: 490

Re: autoGPT for OpenAI

... customers to have an API key with variable cost billing can be cumbersome. Here, I will simply enter the text into a textbox and then select the task from a combobox. Then, I will use a copy command to transfer the text to the clipboard. Best regards, Otto
by Otto
Thu May 04, 2023 6:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: autoGPT for OpenAI
Replies: 15
Views: 1486

Re: autoGPT for OpenAI

... access AI from Fivewin. It opens up so many possibilities. I am also already in the process of creating a small utility. You can choose standard tasks from a task box to set ChatGPT. Thanks again Otto https://mybergland.com/fwforum/ai1.jpg
by Otto
Wed Apr 26, 2023 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: autoGPT for OpenAI
Replies: 15
Views: 1486

Force dialog to foreground

... In this case, an invoice is started in dialog 1. Dialog 2 is called to select the customer. It somehow disappears behind #1. The icon on the task bar does not display the individual screens ( as some programs do ) so its hard to retrieve the dialog back to the desired one. If dialog 1 is ...
by TimStone
Fri Apr 21, 2023 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Force dialog to foreground
Replies: 10
Views: 696

Understanding how autoGPT works...

... app running locally that uses OpenAI. autoGPT use prompting engineering to get the response from OpenAI that it needs to continue doing its main task. Using the Visual Studio debugger I checked the conversation between them: autoGPT: PROMPT: You are test, an expert astrologer Your decisions must ...
by Antonio Linares
Sun Apr 09, 2023 11:51 am
 
Forum: latest AI news
Topic: Understanding how autoGPT works...
Replies: 6
Views: 528

Re: Sending HTML using MAIL

... email message "IPM.Appointment" - an appointment or meeting request "IPM.Contact" - a contact or address book entry "IPM.Task" - a task or to-do item "IPM.StickyNote" - a sticky note or memo There are many other message classes defined in the MAPI specification, ...
by Antonio Linares
Wed Apr 05, 2023 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending HTML using MAIL
Replies: 10
Views: 703

libcurl issues

I have successfully used libcurl for some processes, but for a new task, I have uncovered two issues: curl_easy_setopt(hCurl, HB_CURLOPT_FOLLOWLOCATION, 1L) . When trying to compile this, Harbour errors at the L ( in 1L ). This is a standard call. curl_easy_setopt(hCurl, ...
by TimStone
Fri Feb 10, 2023 10:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: libcurl issues
Replies: 6
Views: 464

Re: File Deletion problem

The task is to export the contents of a file ( ewocfx ) to a .txt file, transmit the .txt file, and then delete it. This code creates the .txt file:     DbSelectArea( 0 )    USE (   "ewocfx" )    COPY ...
by Enrico Maria Giordano
Mon Jan 02, 2023 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: File Deletion problem
Replies: 8
Views: 764

File Deletion problem

The task is to export the contents of a file ( ewocfx ) to a .txt file, transmit the .txt file, and then delete it. This code creates the .txt file:     DbSelectArea( 0 )    USE (   "ewocfx" ...
by TimStone
Mon Jan 02, 2023 1:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: File Deletion problem
Replies: 8
Views: 764

Whisper - general-purpose speech recognition model

... Whisper demo Whisper is a general-purpose speech recognition model. It is trained on a large dataset of diverse audio and is also a multi-task model that can perform multilingual speech recognition as well as speech translation and language identification. This demo cuts audio after around ...
by Antonio Linares
Wed Dec 14, 2022 11:52 am
 
Forum: latest AI news
Topic: Whisper - general-purpose speech recognition model
Replies: 0
Views: 301
PreviousNext

Return to advanced search