Search found 166 matches: bootstrap

Return to advanced search

Re: Mod Harbour: ChatGPT Provides Detailed Answers

La programación web no fácil,
si fuera fácil ya estaríamos todos en el mismo barco,
no es fácil cambiar el chip,
se requiere amplios conocimientos de:

en mi caso:

-Servidores
-Hosting
-Dominios
-PHP
-HTML
-CSS
-bootstrap
-Java Scrip
-etc.

ModHarbour no lo puede solo,

Saludos !
by sysctrl2
Wed May 29, 2024 6:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mod Harbour: ChatGPT Provides Detailed Answers
Replies: 23
Views: 951

Clipper alone sold around 250,000 copies worldwide by 1991

... 2022. The example was for mod harbour V2. I then rewrote it for the original mod harbour by FiveTech. Now I made a quick attempt and linked Bootstrap. It was just a quick test. Best regards, Otto https://mybergland.com/fwforum/v2order.gif     function main()    local ...
by Otto
Fri May 24, 2024 6:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Clipper alone sold around 250,000 copies worldwide by 1991
Replies: 0
Views: 137

Re: Mod Harbour: ChatGPT Provides Detailed Answers

Buenísimo, Bootstrap ya va en la versión 5.x
https://getbootstrap.com/docs/versions/
saludos !
by sysctrl2
Thu May 23, 2024 6:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mod Harbour: ChatGPT Provides Detailed Answers
Replies: 23
Views: 951

Re: Mod Harbour: ChatGPT Provides Detailed Answers

... 2022. The example was for mod harbour V2. I then rewrote it for the original mod harbour by FiveTech. Now I made a quick attempt and linked Bootstrap. It was just a quick test. Best regards, Otto https://mybergland.com/fwforum/loginv2order.jpg function main()local cHtml ...
by Otto
Thu May 23, 2024 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mod Harbour: ChatGPT Provides Detailed Answers
Replies: 23
Views: 951

Re: Mod Harbour: ChatGPT Provides Detailed Answers

Cesar, Yes, that's us with mod_harbour. Link in: <!-- Bootstrap 5 --> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.x/dist/css/bootstrap.min.css" rel="stylesheet"> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.x/dist/js/bootstrap.bundle.min.js"></script> ...
by Otto
Thu May 23, 2024 3:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mod Harbour: ChatGPT Provides Detailed Answers
Replies: 23
Views: 951

Re: Mod Harbour: ChatGPT Provides Detailed Answers

Para pode competir con las nuevas tecnologías tenemos que ser compatibles con bootstrap

Image
by sysctrl2
Thu May 23, 2024 2:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mod Harbour: ChatGPT Provides Detailed Answers
Replies: 23
Views: 951

Report html

... de tus POST en el foro, pero me surgen varias dudas, es posible utilizarlo en fw o es solo para mod_harbour, y podemos utilizar herramientas como Bootstrap, fuentes de google entre otros, dentro de código html, para mejorar la presentación de los informes. La idea es generar con el mismo código ...
by leandro
Wed May 22, 2024 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report html
Replies: 3
Views: 213

Re: Filter on Xbrowse

Linking in a CSS:
<link href="https://bootswatch.com/5/morph/bootstrap.css" rel="stylesheet">

Image
by Otto
Sat May 04, 2024 11:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 1445

Dynamic Table Filter Control

... <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script> ...
by Otto
Fri May 03, 2024 4:42 pm
 
Forum: mod_harbour
Topic: Dynamic Table Filter Control
Replies: 0
Views: 324

Re: WebView resize

... to different sections of the UI, similar to the SPLITTER in FiveWin. TEXplorerBar or Accordions: In a web context within WebView2, you can use Bootstrap's Accordion component or a similar JavaScript/CSS implementation to create collapsible sections that mimic the TEXplorerBar's functionality. ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2267

azzoMax-dashboard for internal use

... program "azzoMax" to the point that it now really helps me with my work. Everything is on the backend with ModHarbour, and I only use Bootstrap, TinyMCE, and jQuery, no other foreign LIBs. azzoMax is a dashboard for internal use. The core is the sidebar, from which you can access the ...
by Otto
Sun Feb 18, 2024 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: azzoMax-dashboard for internal use
Replies: 1
Views: 225

Re: RC to PRG generator

Enrico, You need to integrate bootstrap. However, the layout must result from the RC file. After the conversion, it should look similar to the initial screen. I only added the code to demonstrate how it's done with bootstrap. Best regards, ...
by Otto
Mon Feb 12, 2024 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1389

Re: RC to PRG generator

Enrico, I would like a flexible system in HTML like Bootstrap's GRID, otherwise it becomes difficult if you want it to be responsive.
Best regards,
Otto
by Otto
Mon Feb 12, 2024 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1389

Re: Switching my setup program to webview2

... 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 with the components, and you ...
by Otto
Mon Feb 12, 2024 8:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 486

Re: link between PRG and RC

Thank you for your answer :-)
my level in fivewin is beginner...
i am used to working with html, javascript, bootstrap and also modharbour and would like to learn and understand fivewin and everything that comes with it better.
thanks again and kind regards
ruth
by Ruth
Mon Jan 29, 2024 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 2103
Next

Return to advanced search