Search found 157 matches: bootstrap

Return to advanced search

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: 2074

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: 206

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: 1180

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: 1180

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: 395

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: 1650

Re: TCWeb - filemanager with mod harbour

Hello Philippe, I code the screens. Mostly now with the help of ChatGPT. What I use is Bootstrap 5 and still jQuery. I really try not to include any further libraries. ___________________________________________________ *** mod harbour - and HTML/JS - Bootstrap and ...
by Otto
Thu Jan 04, 2024 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TCWeb - filemanager with mod harbour
Replies: 4
Views: 569

Re: Booking xbrowse example

... I am glad you like the idea. I have indeed already developed a planner with html/javascript for mod harbour. I have not integrated anything except bootstrap and jquery. Therefore, I believe one would only need to embed the html into a Fivewin webview. I have already posted several webview examples. ...
by Otto
Sat Dec 30, 2023 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Booking xbrowse example
Replies: 16
Views: 3278

Re: Error p/generar EXE usando UHTTPD2 en Windows

... or other web server T = tWeb for uhttpd2 and library ( only library with source code include ) and then we write screen with harbour commands and bootstrap 4 ( if someone need can write the same library to materialize or other libs) <?prg#include "lib/tweb/tweb.ch"     LOCAL o, oWeb  ...
by wilsongamboa
Sun Aug 06, 2023 2:42 pm
 
Forum: mod_harbour
Topic: Error p/generar EXE usando UHTTPD2 en Windows
Replies: 12
Views: 1913

Re: U-Dbu

... 3 years and thinking only in the harbour key) one of the legs of the chair was the design of screens and for this we used Tweb, which is based on Bootstrap. If you see the example of u-dbu, the appearance of the screens is like a web modern, responsive and above all without touching practically ...
by Carles
Thu May 11, 2023 11:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: U-Dbu
Replies: 17
Views: 1197

U-Dbu

... en uso a php con las mismas funcionalidades, pero no basta. Hay que saber ademas web. Todo el mundo web: flujos, lenguajes (html,js,css + jquerys, bootstrap,...), manejo de servidores,... en resumen, un monton de conocimientos. El uso de UT (Uhttpd2+TWeb) nos crea una capa a la mayoria de estos ...
by Carles
Sun Apr 30, 2023 9:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: U-Dbu
Replies: 7
Views: 758

U-Dbu

... in use to php with the same functionalities, but not enough. You have to know also web. All web world: flows, languages (html,js,css + jquerys, bootstrap,...), server management,...In short, a lot of knowledge. The use of UT (Uhttpd2+TWeb) creates a layer for most of these concepts and allows ...
by Carles
Sun Apr 30, 2023 9:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: U-Dbu
Replies: 17
Views: 1197

Re: Invoicing with mod harbour

Dear Antonio, thank you. Yes, I use Bootstrap and a CSS from https://bootswatch.com/5/morph/bootstrap.css. The next thing I have to do is printing. If I have understood correctly, I always have to link an EXE into the APACHE in order to create ...
by Otto
Sun Dec 11, 2022 9:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Invoicing with mod harbour
Replies: 5
Views: 506

Re: Invoicing with mod harbour

Dear Otto,

it looks really nice! :-)

What GUI are you using ? Bootstrap ?
by Antonio Linares
Sun Dec 11, 2022 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Invoicing with mod harbour
Replies: 5
Views: 506

Re: Parpadeo de Menu COLOR , Ayuda

Gracias Cristobal , lo que quiero hacer es un menu tipo web (bootstrap) , los iconos de minimizar , cerrar son una opcion mas de menu

DEFINE WINDOW oWnd STYLE WS_POPUP ;
MENU oMenu
MENUITEM "-" FONT oFont ;

MENUITEM "x" FONT oFont ;

Fabian
by devwin2010
Tue Oct 18, 2022 6:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parpadeo de Menu COLOR , Ayuda
Replies: 29
Views: 1871
Next

Return to advanced search