Search found 48 matches: div

Return to advanced search

Re: WebView resize

... HTML. These buttons can be styled with CSS and made interactive with JavaScript, functioning within the WebView2 control. Panels (TPanel): Use <div> elements in HTML to replicate the panels in FiveWin. With appropriate CSS styling, these <div> elements can visually and functionally ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2100

Re: Google Graph extra graphic ? (Navaro)

a Quick update I tried .... Not working (but I have to read into the Webview information) Trying to make the background transparent <div id="chart_div" style="width: 400px; height: 120px;"><background-color="transparent;"></div> If the html is ...
by Marc Venken
Tue Feb 20, 2024 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864

Re: how to open devtoolswindow from application.

If I understood correctly, then the cookie window is bothering you?
This is for DIV with a bitmap. See his class.
Using Eval(document.getElementsByClassName("classname").style.visibility = "hidden"; ), remove it
by Natter
Wed Jul 05, 2023 9:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to open devtoolswindow from application.
Replies: 21
Views: 1143

Gráficos de Google desde una aplicación FWH

... chart.draw(data, options); } </script> </head> <body> <div id="curve_chart" style="width: 900px; height: 500px"></div> </body> </html> El link es: https://developers-dot-devsite-v2-prod.appspot.com/chart/interactive/docs/gallery/linechart?hl=es-419 ...
by TOTOVIOTTI
Mon Jun 26, 2023 12:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Gráficos de Google desde una aplicación FWH
Replies: 7
Views: 578

Google Maps + Ativex dejó de funcionar?

... onclick="codeAddress()"> <body onload="initialize(); codeAddress('AVENIDA BRASIL, MARINGA, BRASIL')"> <div id="map-canvas"></div> </body> </html>
by MGA
Fri May 06, 2022 8:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Google Maps + Ativex dejó de funcionar?
Replies: 1
Views: 259

Re: New Fivewin with new PDF

... 8.00.6001.18783">' cHtml += '<STYLE></STYLE>' cHtml += '</HEAD>' cHtml += '<BODY bgColor=#ffffff>' cHtml += '<DIV><FONT size=2 face=Courier New>' + cBody + '</FONT></DIV></BODY></HTML>' Try oEmailCfg := CreateObject("CDO.Configuration") ...
by byron.hopp
Tue Apr 05, 2022 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Fivewin with new PDF
Replies: 12
Views: 938

Re: Company web pagewith mod harbour

... cPage returns the selected page from the request mypage.com/?page=99999 HTML which is stored in the database memofield is shown in an HTML DIV Container We use LOCATE as we do not use indexing. Datebases for a web page usually do not have many records. So, this is fast enough. If the page ...
by Otto
Mon Jul 12, 2021 6:46 am
 
Forum: mod_harbour
Topic: Company web pagewith mod harbour
Replies: 5
Views: 926

Discussion about CSS and inline <STYLE></STYLE>

... styles from js those changes are saved for later except if you check that change right after in the script Maybe you can still remember that I divided my programs into small files and then make a "patch". It seems more apparent to me that way. So it's more like a class. Do you think ...
by Otto
Wed May 12, 2021 4:41 pm
 
Forum: mod_harbour
Topic: Discussion about CSS and inline <STYLE></STYLE>
Replies: 1
Views: 219

SSE example

... but I do not know how to realize it using Mercury. I made this view: {{ View( 'head.view' ) }} <body> <h1>Testing SSE</h1> <div id="result"> </div> <script> if(typeof(EventSource) !== "undefined") { var source = new EventSource("servtime.prg"); ...
by dakosimo
Tue Aug 11, 2020 5:44 am
 
Forum: mod_harbour
Topic: SSE example
Replies: 19
Views: 4930

mod Harbour - eShop

Dear Antonio, we made following changes into <DIV . Best regards Otto https://mybergland.com/FWForum/image_2019_07_09T12_29_33_832Z.png https://mybergland.com/FWForum/modeshop.png https://mybergland.com/FWForum/22.png ...
by Otto
Wed Jul 10, 2019 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod Harbour - eShop
Replies: 13
Views: 1302

Mi humilde opinion sobre CGI

... una página estática HTML, CSS. 2.- Donde quieras mostrar los datos por ejemplo un Browse en la página, dentro de esa página creas un atributo <DIV> %BR1 </DIV>. 3.- Abres/lees/reescribes la página has llegar al %BR1 sustituyes en código por la tabla, acabas de leer/reescribir el fichero ...
by jll-fwh
Sun Jul 07, 2019 1:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mi humilde opinion sobre CGI
Replies: 2
Views: 792

Re: Get latitude and longitude

... coordinates to the calling program? Instead of Shellexecute( NIL, "open", cMapFile )   Use Internet Explorer and read the DIV values of latclicked and longclicked For eg something like oIE:=CreateObject("InternetExplorer.Application")oIE:Document:getElementsByName("latclicked"):Item(0):Value
by anserkk
Mon Jan 14, 2019 4:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get latitude and longitude
Replies: 5
Views: 1864

Re: Harbour for the web

... ) IF ! EMPTY( rcactnr->ctnr ) AADD( aCtnrno, rcactnr->ctnr ) ENDIF SELECT rcactnr SKIP ENDDO ENDIF ENDIF put( [<div id="wrapper">] ) put( [ <div id="head">] ) put( [ <div id="logo_user_details">] ) put( [ <h1 id="logo"><a ...
by cdmmaui
Sun Aug 12, 2018 12:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour for the web
Replies: 12
Views: 4652

Re: Desktop Alerts

... += "</style>" atexto += "<body scroll='auto' bgcolor='" + nCorFundoHTML + "'>" atexto += "<div style='float:left; width:38px;margim-right:30px;'>" atexto += "<img src='" + nexecutavel+"\img\information-icon.png" ...
by ronaldo
Tue Apr 10, 2018 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Desktop Alerts
Replies: 39
Views: 29494

Re: PANTALLA TIPO PAG. WEB CON LOGO ANTES DE MENU

... tú me dirás porque hay varias opciones para poder hacer esto Ok Navarro, me han dicho que con LAYOUT podria hacer como dices..crear paneles tipo DIV en web y asignarle los respectivos controles en cada panel...entonces creo necesitaria un PANEL HORIZONTAL SUPERIOR para el LOGO-IMAGEN, luego otro ...
by joseluisysturiz
Thu Oct 19, 2017 9:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PANTALLA TIPO PAG. WEB CON LOGO ANTES DE MENU
Replies: 9
Views: 2126
Next

Return to advanced search