Search found 237 matches: css

Return to advanced search

Re: WebView resize

... Best regards, Otto SPLITTER: While there's no direct HTML equivalent for a splitter, you can create a resizable split view using JavaScript and CSS. This would allow users to adjust the space allocated to different sections of the UI, similar to the SPLITTER in FiveWin. TEXplorerBar or Accordions: ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2099

FWH 24.02 nueva Clase TWebView2

...   <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">    <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600&display=swap" rel="stylesheet">  ...
by csincuir
Sat Mar 16, 2024 5:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 nueva Clase TWebView2
Replies: 7
Views: 1255

Re: MAPI Outlook HTML TEXT

Marco: En el html no estas incluyendo el estilo css que usas. Tal vez te falte eso para darle el formato deseado. Incluye el estilo, algo asi como esto: <style type="text/css">    .moz-forward-container {      padding-top: 10px;  ...
by cmsoft
Mon Feb 26, 2024 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI Outlook HTML TEXT
Replies: 10
Views: 511

Re: Google Graph extra graphic ? (Navaro)

Easily ? depends on your skilss of Java, html and Css, but I agree, seeing this there is a potential use for it (in my case this program) As you try, My controls of FW are froozen or the html code is keeping buzy because I can't click or even select ...
by Marc Venken
Wed Feb 21, 2024 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2859

Re: Switching my setup program to webview2

... point where you can't cover something with the components, and you then run into problems. But for example, HYPER template overrides the Bootstrap.css. I have transposed the screens more or less with ChatGPT. I haven't done much manual reworking yet. Best regards, Otto Here some css changes: https://mybergland.com/fwforum/hb_clip1.jpg ...
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: link between PRG and RC

... oDlg ;        RESOURCE "NACHFASSEN" ; I don´t have to tell the *.prg where to go looking - a hint to *.rc? like in css where you first link the file before you can use its styling opportunities? i am looking forward to starting ... i will "just" change ...
by Ruth
Tue Jan 30, 2024 7:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1697

Re: future of Rich Text Editor maybe time to start with WEBVIEW

... for musical instruments as well a distributor for musical goods worldwide. I also created lots of webpages which php, MySQL, html and css. Now, as I’m retired I still follow the discussion of this forum to not get an old outdated member. For my wife I created shortly a software to ...
by Detlef
Fri Jan 26, 2024 11:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1703

Parameterization of xReport

... Here is an example: In xReport, the table head is declared as: <thead class="custom-thead"> In our project, we use a custom CSS class named .custom-thead to style the appearance of table headers. This class is applied to the <thead> element of the table to give it a ...
by Otto
Sat Jan 13, 2024 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameterization of xReport
Replies: 2
Views: 570

Re: WebView2 Essentials: Guides, Tips & Resources

ChatGPT Dokumentation webview2 The WebView2 control by Microsoft Edge allows you to embed web content (HTML, CSS, and JavaScript) in your native applications. It uses the Chromium-based Microsoft Edge as the rendering engine. This control is available for various frameworks and ...
by Otto
Wed Jan 10, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

WebView2 Essentials: Guides, Tips & Resources

... multiple instances of the Microsoft Edge browser. WebView2 is built on the Edge Chromium platform and is designed to embed web technologies (HTML, CSS, and JavaScript) into native applications. When an application uses WebView2, it essentially opens a series of Edge browser processes in the background. ...
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: webview - how to get values from js to FWH

... between the two different programming 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: 571

Nuevamente solicito orientación para comenzar

... mi problema. Me están solicitando el poder hacer consultas desde su telf. Hace tiempo estuve intentando entrarle al mundo web con php, java, html, css y todos los "ingredientes" que esto lleva y de verdad, como decimos en vzla, "se me explotaron las cotufas", me costó mucho ...
by JoseAlvarez
Sat Jan 06, 2024 11:07 am
 
Forum: mod_harbour
Topic: Nuevamente solicito orientación para comenzar
Replies: 3
Views: 8797

file ID in the Windows file system

... among other file and volume information. To use it, you'll need to open Command Prompt as an administrator and then use the following syntax: ```css fsutil file queryfileid <Path to file> ``` **Using Programming:** - **Windows API**: In programming, particularly in languages like C or C++, ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 628

Re: TCWeb - filemanager with mod harbour

Otto,
Could you give us more detail about the way you design your screen .

With fivewin, we have resource workshop or pellec or .....

What is the same for web (HTML CSS screen design )

Thanks,

Philippe
by Jack
Thu Jan 04, 2024 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TCWeb - filemanager with mod harbour
Replies: 4
Views: 580

Re: Convert a print to Rtf or doc

Converte It on HTML is Easy, i made something of several with php and html with css
by Silvio.Falconi
Thu Nov 30, 2023 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3467
Next

Return to advanced search