Search found 239 matches: components

Return to advanced search

xbrowseWeb - Work in Progress

Hello friends, For some time now, I've been working on the xbrowseWeb module. I've decided to avoid using pre-made components for web development (like web servers or webview2) as much as possible. I now have a template for consistent navigation in my web programs. Here, I also ...
by Otto
Sat Apr 20, 2024 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowseWeb - Work in Progress
Replies: 1
Views: 96

Re: Compiler with MSVC y HARBOUR

... essential. libcurl: This library is not typically required for running Apache itself but may be necessary if you are using Apache modules or other components that depend on cURL for external communications. Installation and Configuration To use these DLLs with Apache on Windows: Download and Install: ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 133

Re: WebView resize

Hello friends, I tried to map the FiveWin components Splitter, TEXplorerBar, Buttons, Panels, and TSay, Memo to a WebView2 embedded application: Best regards, Otto SPLITTER: While there's no direct HTML equivalent for a splitter, you can create ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2099

Re: Google Graph extra graphic ? (Navaro)

Dear Marc,

Using oWebView:Eval( cJavaScriptCode ) you can modify the chart data, etc.

As you see we can easily use web components from our desktop apps thanks to Class TWebView :-)
by Antonio Linares
Tue Feb 20, 2024 10:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2861

Re: Google Graph extra graphic ? (Navaro)

Ok.. Working SO this can then easely incorperated with other FW components in a Dialog. I'm preparing a dashboard for the Arduino Microcontroler controling a 7 servo robotarm with many other sensors for heat, ear, distance etc, and at this moment i'm looking ...
by Marc Venken
Tue Feb 20, 2024 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2861

Re: Switching my setup program to webview2

... Than you. I have been using a perfect template (HYPER) so far. But now, as I understand everything a bit better, I don't want to include any components (except for jQuery/Bootstrap). You have to learn the syntax of the components, and then you reach a point where you can't cover something ...
by Otto
Mon Feb 12, 2024 8:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 410

Re: Fwh 23.10 TGet another problem (UNSOLVED)

ertan wrote:Mr. Rao,

Your welcome. I'm not use any third party components or activex.

Best regards,


Mr. Ertan
Can we give you some more trouble?
Do you get the same behavior as Mr. Hakkan when you add manifest to my sample? Do you see ANSI GET changing to UTF8 GET?
by nageswaragunupudi
Mon Feb 05, 2024 5:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54302

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Mr. Rao,

Your welcome. I'm not use any third party components or activex.

Best regards,
by ertan
Sun Feb 04, 2024 6:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54302

tiny11 core for ARM64

... Windows 11 version 23H2 based on tiny11 is finally available for download. This Windows 11 mod offers a lightweight image, free of unnecessary components and high hardware requirements, with an installation that takes up approximately 8 GB of disk space. Since tiny11 2311 is based on the latest ...
by Silvio.Falconi
Thu Jan 18, 2024 10:23 am
 
Forum: FiveWin for Pocket PC
Topic: tiny11 core for ARM64
Replies: 0
Views: 7149

Re: hash for storing variables

... Best regards, Otto ADVANTAGES OF THE PATCHER AND PREPROCESSOR SYSTEM The Patcher and Preprocessor system allows for the integration of components with simple instructions like $-> DATEPICKER: id = dateInput. This offers several benefits: Clarity and Compactness: The code remains ...
by Otto
Tue Nov 28, 2023 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash for storing variables
Replies: 7
Views: 526

Re: Help splitting up a character address string

... and spaces. Here's how you could do it: python Copy code cAddress = "258 Shoreline Drive, Columbia, SC 29212" # Split the address into components components = cAddress.split(", ") # Assign each component to its respective variable cStreet = components[0] cCity = components[1] ...
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: FIVEWIN power - a room planer video

... However, it's challenging to switch to something pre-made when you've been using your own component for the plan since 1995. The pre-made components have a lot of overhead. There's also a learning curve, and you always need something that is not supported. Therefore, I've decided to program ...
by Otto
Tue Aug 29, 2023 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN power - a room planer video
Replies: 50
Views: 11076

room plan

... since 1995 to switch to something pre-made. I think I will program the plan myself again. The room plan itself is not very demanding. The pre-made components have a lot of overhead. Best regards, Otto https://mybergland.com/fwforum/plan.gif
by Otto
Fri Aug 25, 2023 2:03 pm
 
Forum: mod_harbour
Topic: room plan
Replies: 1
Views: 516

Re: Web programming with Mod Harbour

... in web programming with Mod Harbour, it's essential to understand that web development with this language typically involves building backend components and APIs, rather than creating frontend interfaces (HTML, CSS, and JavaScript). Mod Harbour can be used alongside web frameworks to handle ...
by sumit234
Sat Jul 29, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web programming with Mod Harbour
Replies: 1
Views: 327

Re: Windows 11 Home Single Language

... I know this doesn't help you solve your problem, but it may well be with that common factor - the Win 11 update. Hopefully you can isoloate what components are failing, and we can help you dig deeper into the cause.
by TimStone
Thu Mar 16, 2023 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Home Single Language
Replies: 8
Views: 903
Next

Return to advanced search