Search found 1065 matches: implement

Return to advanced search

Re: REDEFINE BUTTON with custom font

Dear Mr. Gomez, thank you very much -> this is wonderful. I was able to implement it and adjust the font-sizes. https://mybergland.com/ruth/screen.jpg but now I still struggle with the box itself. Maybe it is possible to have the square form of ...
by Ruth
Sat Feb 03, 2024 5:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE BUTTON with custom font
Replies: 12
Views: 693

Steps to integrate AI

... in forums, and Antonio also posted something about Copilot. It's still a very new topic for us, and we want to know how we can start with the implementation without getting overwhelmed. From what we understand, to use it in production, we need to contract with OpenAI. However, what we don't ...
by leandro
Fri Jan 19, 2024 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Steps to integrate AI
Replies: 4
Views: 643

nYoffset and nXoffset

Could someone explain to me how to implement oPrn:nYoffset and oPrn:nXoffset in a print with a practical example?
what is the purpose of oPrn:nYoffset and oPrn:nXoffset ?
by Silvio.Falconi
Fri Jan 12, 2024 3:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nYoffset and nXoffset
Replies: 11
Views: 835

Re: webview - how to get values from js to FWH

... languages JavaScript and Harbour 3. WebView Layer: Part of the program that uses web technologies (HTML, CSS, JavaScript) within a WebView to implement user interfaces and frontend logic.
by Otto
Tue Jan 09, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: webview - how to get values from js to FWH
Replies: 6
Views: 579

Fivewin controls similar to javascript elements

... The conceptual model of event handling is a key aspect of interactive application design in both environments, even though the specific implementations and best practices may differ. Best regards, Otto Event Handling in Windows Programming: Message Queue: Windows applications operate ...
by Otto
Tue Nov 21, 2023 7:33 am
 
Forum: mod_harbour
Topic: Fivewin controls similar to javascript elements
Replies: 2
Views: 1130

Re: Help splitting up a character address string

... on the programming language you're using. I'll provide an example in a commonly used language, Python, which should give you a good idea of how to implement it in your specific language. In Python, you can use the split() method to divide the string at commas and spaces. Here's how you could do ...
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: 610

Re: ID of the new process

... Process ID: " & objProcess.ProcessID Loop ``` Keep in mind that this method continuously monitors process creation, so you may need to implement some logic to filter out the specific process you are interested in. Choose the method that best fits your requirements and the level of detail ...
by Antonio Linares
Tue Nov 14, 2023 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the new process
Replies: 2
Views: 322

Interesting discussion with ChtGPT

... has a slightly different syntax than modern programming languages like JavaScript, but the basic concepts remain the same. Here's how you can implement the calculation in Harbour/Clipper: clipper Copy code PROCEDURE Main() LOCAL nHours := 9 LOCAL nMinutes := 30 LOCAL nUntilHours := 11 LOCAL ...
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1248

Re: Class THash

Porting Class THash to C code: This is a good example of how to implement ERROR HANDLER for a Class from C code function Main()   local o := THash()      ? o:ClassName   o:first = "one"   ? o:first   o:second = "two"  ...
by Antonio Linares
Sat Oct 28, 2023 12:43 pm
 
Forum: Utilities / Utilidades
Topic: Class THash
Replies: 10
Views: 1498

Re: DBF . Commit

... MVC and SQL. One more question: ChatGPT gave me an answer, suggesting I should use FFI. Does HARBOUR really have this and are there examples? To implement a similar function in Harbour, you might want to use Harbour's FFI (Foreign Function Interface) to call the necessary Windows API functions. ...
by Otto
Mon Oct 23, 2023 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2410

Re: App Termination and Relaunch.

... and then start a new one. If your application has any unsaved data or requires specific cleanup procedures before termination, you should implement those in your application code or a separate script that the batch file can call before terminating the application.
by Antonio Linares
Fri Oct 06, 2023 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App Termination and Relaunch.
Replies: 5
Views: 405

Re: App Termination and Relaunch.

... and launch a new one. If you need to perform some specific tasks or maintain state between the termination and relaunch, you'll need to implement those as part of your application logic.
by Antonio Linares
Fri Oct 06, 2023 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App Termination and Relaunch.
Replies: 5
Views: 405

Cut & Paste limit

... for cut and paste ( clipboard ) ? Any thoughts on this would be appreciated. No, I do not have a sample. I would first like to understand how we implement cut and paste in FWH, and can then try to figure this out. Thanks.
by TimStone
Thu Sep 07, 2023 2:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cut & Paste limit
Replies: 7
Views: 555

Re: HBIDE - Will there be any further development?

Ok, I'll try that, thanks Antonio. Trying to implement Alt+... support:   while ! ::lEnd      nKey = InKey( 0, INKEY_ALL + HB_INKEY_GTEVENT )      if nKey >= K_ALT_Q .and. nKey <= K_ALT_M         ::oMenu:ProcessKey( __dbgAltToKey( ...
by FWExplorer
Tue Sep 05, 2023 12:39 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 13728

Re: HBIDE - Will there be any further development?

Trying to implement Alt+... support:   while ! ::lEnd      nKey = InKey( 0, INKEY_ALL + HB_INKEY_GTEVENT )      if nKey >= K_ALT_Q .and. nKey <= K_ALT_M         ::oMenu:ProcessKey( __dbgAltToKey( nKey ) ...
by Antonio Linares
Tue Sep 05, 2023 11:59 am
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 13728
PreviousNext

Return to advanced search