Search found 1175 matches: quite

Return to advanced search

Re: Harbour AI expert coder

... Llama3 power! :-) https://hf.co/chat/assistant/66229318ae991ee8ad79a177 It is far from perfect and it fails and makes mistakes, but its quite impressive to see the power that AI is already delivering :-)
by Antonio Linares
Sat Apr 20, 2024 8:41 am
 
Forum: latest AI news
Topic: Harbour AI expert coder
Replies: 1
Views: 69

FWH 24.02 new Class TWebView2

Dear friends, when we started looking for info to use WebView2 from FWH we found https://github.com/webview/webview the code looked quite complex, so we decided to try the webview.dll which it is what we have been using in FWH until now recently I talked about it to Bruno Cantero and as ...
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: 2463

Re: Data exchange between PC and Android device on the same loca

Hello Arturo, I can't quite remember. But I believe I tested it at the beginning. Since my pressing issues were the development of screens and the flow of the program, I did not look into it further. Also, one loses focus if one experiments ...
by Otto
Wed Feb 21, 2024 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 793

Re: FW_SaveImage

... program terminates without an error. I understand that there is not enough memory. Possible. But I tried with the same size it is working for me quite well. This is my sample program function LargeBmp()   local hBmp   ? "start"   hBmp  := FW_MakeYourBitmap(9933, ...
by nageswaragunupudi
Tue Feb 13, 2024 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 447

Re: Strange characters going from FWH to Outlook FWH 13.10

Hello,

Until now, I didn't get any answer to my question concerning this problem.
It is starting to be quite urgent.

No solution yet?

Thanks.
by driessen
Sat Feb 10, 2024 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange characters going from FWH to Outlook FWH 13.10
Replies: 18
Views: 3717

Re: link between PRG and RC

Dear Ruth, FiveWin provides a high level of freedom to developers so it is quite usual to find FiveWin developers organizing their work in different ways. As a general rule, the better you organize and structure your project, the easier it will be to mantain ...
by Antonio Linares
Mon Jan 29, 2024 9:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1695

Re: "Save As" dialog box

I didn't quite understand what you meant. See if this example helps, or explain better, Please. No entendí muy bien lo que querías decir. Vea si este ejemplo ayuda o explica mejor, por favor. https://forums.fivetechsupport.com/viewtopic.php?f=3&t=15004&start=0 ...
by karinha
Thu Jan 25, 2024 3:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Save As" dialog box
Replies: 14
Views: 1836

Re: Steps to integrate AI

... too) where you get 30 hours for free. Actually we are using a local GPU as we need to do many tests until we have a right workflow, and it is quite tiring to load the same python packages on those services again and again. The idea is: do your research locally and when everything is ready ...
by Antonio Linares
Sat Jan 20, 2024 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Steps to integrate AI
Replies: 4
Views: 639

Back after 10 years due to illness [ Javier Lloris ]

... catch up on everything new, testing and documenting the new program that I am going to publish and reviewing the forum at the moment, I have been quite busy for three weeks. (some disk and pendrive have given me a bit of trouble to recover the backups but well, what I have not been able to recover ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 381

random sentences generator

Inspired in the idea of AI large languages models, this is a very simple and easy to understand sentences generator, quite funny :-) The more sentences that you provide to it, the more "inspired" that it will be :-D llml.prg #include "FiveWin.ch"static hTokens ...
by Antonio Linares
Thu Nov 30, 2023 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: random sentences generator
Replies: 6
Views: 713

Fivewin controls similar to javascript elements

... superclass. To me, the Windows queue seems to bear a strong resemblance to the DOM object. Understanding these similarities and differences can be quite useful when transitioning between web and desktop application development. The conceptual model of event handling is a key aspect of interactive ...
by Otto
Tue Nov 21, 2023 7:33 am
 
Forum: mod_harbour
Topic: Fivewin controls similar to javascript elements
Replies: 2
Views: 1124

Re: Help splitting up a character address string

... you can use the SubStr() and At() functions to locate and extract the specific parts of the address. Harbour's string handling functions are quite powerful for these types of operations. Here's how you can do it in Harbour: harbour Copy code FUNCTION SplitAddress(cAddress) LOCAL cStreet, ...
by Otto
Wed Nov 15, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 602

Re: xBrowse - Dates - FWH 2310

... remembered that Microsoft Updates were being applied in there also .... so it does get very hard to dig into this. With all of that in mind, I'm quite happy to do any tests you might like ...
by TimStone
Wed Nov 08, 2023 3:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1448

Interesting discussion with ChtGPT

... It's just a reflection of how technologies and best practices have evolved over time. Clipper and Harbour still have their use cases and are quite suitable for certain tasks. User: The weaknesses you mention are fixed with FiveWin. Could it be that in principle simpler - in terms of syntax ...
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1243

SetAutoHelp

I like the new feature of SetAutoHelp. ... but I have the F1 key set to my manual which is already quite extensive. I would like to actually use the feature but add it as an F2 key. When changing the code, however, it disables the F1 help. Any suggestions for making both ...
by TimStone
Fri Nov 03, 2023 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetAutoHelp
Replies: 2
Views: 193
Next

Return to advanced search