Search found 504 matches: approach

Return to advanced search

xbrowseWeb - Work in Progress

... programs. Here, I also host the xbrowseWeb module. Another principle I follow is to keep the source code as simple as possible and use a modular approach to maximize component reuse. xbrowseWeb used as a file manager xbrowseWeb to browse a DBF file Have a nice weekend, Otto https://mybergland.com/fwforum/xbrWeb_screenshotmain.jpg ...
by Otto
Sat Apr 20, 2024 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowseWeb - Work in Progress
Replies: 1
Views: 101

Re: Error handling

Modifying errsysw.prg An approach: FUNCTION ErrorDialog(e)// At top in errordialog() function, 1st recordingc:= "Description error: "+ e:descriptionc+= Procname(1)+ CRLF+ ProcName(2)+ ProcName(3)memoWrit("ErrorMin1.log", ...
by paquitohm
Tue Apr 02, 2024 8:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error handling
Replies: 3
Views: 703

Re: WebView resize

... utilize web technologies for the UI and interact with the native application layer for deeper system integration or advanced functionalities. This approach offers a modern and versatile way to develop applications that combine the best of web and native worlds. https://mybergland.com/fwforum/wv_cols_accordions.gif
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2099

Data exchange between PC and Android device on the same loca

... HTML for the user interface. For this I based and adapted ideas from JMG. (Robert) CURRENT SITUATION: I have not achieved communication, my first approach is the simplest, I make an $Ajax request from the Client side and the server receives it, but when generating the response it violates the ...
by Arturo Lopesoria
Tue Feb 20, 2024 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 793

Re: Pragmatic Concept: A Practical Approach to Everyday Challeng

Hello friends, After it appears that cURL is becoming increasingly important and widespread, I am posting some information on the cURL Lib here, which I created with the help of ChatGPT. https://mybergland.com/fwforum/curl-lib.pdf Interestingly, I just used this function yesterday as wel...
by Otto
Sat Feb 17, 2024 11:38 am
 
Forum: mod_harbour
Topic: Pragmatic Concept: A Practical Approach to Everyday Challeng
Replies: 1
Views: 149

Pragmatic Concept: A Practical Approach to Everyday Challeng

Hello friends, I have a somewhat pragmatic approach with Mod Harbour. I also use different languages in the programs, such as PHP. It's because there are already many solutions available, and it doesn't pay off to rewrite them in Mod Harbour. ...
by Otto
Sat Feb 17, 2024 9:36 am
 
Forum: mod_harbour
Topic: Pragmatic Concept: A Practical Approach to Everyday Challeng
Replies: 1
Views: 149

Switching my setup program to webview2

... real-time, allowing us to receive feedback. Not much can go wrong, as the setup is not the most critical program. I am beginning to implement this approach now. Regards, Otto 1) First, I start with a screenshot of the existing program and have ChatGPT rebuild the screen in HTML. https://mybergland.com/fwforum/1alt.jpg ...
by Otto
Sat Feb 10, 2024 1:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 411

Re: TWebView window size

... please can you help me find the difference and help me correct my approach. again kind regards and thank you in advance ruth
by Ruth
Thu Feb 01, 2024 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView window size
Replies: 14
Views: 853

Re: Class TOpenAI_ChatGPT by Charles Kwon

... please ... could someone suggest to me a safe way of storing cKey in this context? on openai they suggest an environment variable...is this a good approach? or is it even necessary to bother? thank you for your expertice and kind regards ruth
by CharlesKwon
Thu Feb 01, 2024 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class TOpenAI_ChatGPT by Charles Kwon
Replies: 3
Views: 473

Re: Class TOpenAI_ChatGPT by Charles Kwon

Dear friends,

how wonderful :-)
one question please ... could someone suggest to me a safe way of storing cKey in this context?
on openai they suggest an environment variable...is this a good approach? or is it even necessary to bother?

thank you for your expertice and kind regards
ruth
by Ruth
Wed Jan 31, 2024 10:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class TOpenAI_ChatGPT by Charles Kwon
Replies: 3
Views: 473

Re: I'm not asking for the moon...

... I get the desired result. Maybe you could post the example including xbrowse(), so we can replicate the problem. But my focus is on a different approach now. Best regards, Otto I insert a test on Previous message
by Silvio.Falconi
Fri Jan 19, 2024 8:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2149

Re: I'm not asking for the moon...

Hello Silvio,
I'm sorry I can't be of more help.
Here, when I use STRTRAN() in addition to Cesar's code, I get the desired result.
Maybe you could post the example including xbrowse(), so we can replicate the problem.

But my focus is on a different approach now.
Best regards,
Otto
by Otto
Fri Jan 19, 2024 8:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2149

Re: Nages, 2 diferent Db's update

... records modified or inserted subsequent to previous transfer are only transferred to the remote server, Please let us know if you like to use this approach and we will help with more information.
by nageswaragunupudi
Wed Jan 17, 2024 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Nages, 2 diferent Db's update
Replies: 2
Views: 723

WebView2 Essentials: Guides, Tips & Resources

... and stability. It ensures that if one part of your web content crashes or hangs, it doesn't bring down the entire application. This is a common approach in modern web browsers, including Chrome and Firefox, as well as in technologies that embed web content in applications, like Electron. For ...
by Otto
Wed Jan 10, 2024 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

Re: opposite of HB_FUNC( REGISTERDRAGDROP ) ?

Dear Jimmy, As a first approach I have taken all C++ code out of main.c (previously main.cpp) and created a new file builddrop.cpp This way we can simply compile the cpp files and use them from Harbour. I am building it from Visual Studio ...
by Antonio Linares
Wed Dec 20, 2023 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: opposite of HB_FUNC( REGISTERDRAGDROP ) ?
Replies: 5
Views: 581
Next

Return to advanced search