B4A Question [SOLVED]Poststring problem - DonManfred (first post)    Aug 22, 2022 they ca not work. A header is usually a single STRING. Cou can not put Maps in there. B4J Question [SOLVED] SimpleMediaManager - SetMediaFromFile - Invalid mime! - LucaMs (first post)    Sep 11, 2024   (1 reaction) There is a problem in MediaView, about the "header": 156825 In the image above you can see it, even though the speaker is touching the video; if I change the MediaView size (increasing only the width) it is covered by the video. The above, however, regardless of the "extra" (for which I should op B4A Question JSON Array expected - Brandsum (first post)    Aug 06, 2019   (2 reactions) <?php header("Content-Type: application/json"); header("Expires: on, 01 Jan 1970 00:00:00 GMT"); header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); header("Cache-Control: no-store, no-cache, must-revalidate"); header("Cache-Control: post-check=0, pre-check=0", false); header("Pragma: no- B4J Question [Banano]problem to fetch data from Server(CORS)....[solved] - Michael1968 (first post)    Nov 22, 2019 @mindful,@Mashiane ...thank you
i add header in the php file and it works:)
<?php
header('Access-Control-Allow-Origin: *');
header("Access-Control-Allow-Credentials: true");
header('Access-Control-Allow-Methods: GET, PUT, POST, DELETE, OPTIONS');
header('Access-Control-Max-Age: 1000');
header('Acc B4A Question B4XTable question - grafsoft    Oct 30, 2022 The designer says the header color should be white, but it is dark gray.
Being as it is, the user only sees the light gray symbols in the header, which have no function here, and not the dark gray ones, unless he/she looks very closely.
How can I change that?
135423 B4J Library [BANanoVueMaterial]: The first complete opensource VueJS UX based framework for BANano - Mashiane (first post)    Jun 01, 2020   (4 reactions) BANano.Header.AddFavicon("favicon-16x16.png", "16x16")
BANano.Header.AddAppleTouchIcon("apple-touch-icon.png", "180x180")
'BANano.Header.AddMSTileIcon("mstile-150x150.png", "144x144")
'BANano.Header.SetMaskIcon("safari-pinned-tab.svg")
BANano.Header.AddManifestIcon("android-chrome-19 B4J Question ABMaterial Modals - Marcos Alves (first post)    Jul 26, 2019 Hello,
I did this:
MyModal.Header.AddRowsM(1,True,0,0,"celcenterallign").AddCellsOS(1,2,2,2,7,7,7,"celcenterallign").AddCellsOS(1,1,1,1,1,1,1,"")
MyModal.Header.BuildGrid ' IMPORTANT!
MyModal.Header.PaddingTop = "0px"
But the header is still scrolling... anything wrong? B4A Question Google Translate API - canalrun (first post)    Dec 05, 2017   (1 reaction) I believe that header tells the receiver (Google Translate) that the request is coming from an NT machine running Firefox.
I believe I read years ago, although I may be wrong, that Google Translate requires a header of this sort in order to function properly.
Barry. B4A Question header of a B4XTable table : put image / LoadBitmapResize - Erel (first post)    Feb 12, 2023 Post the error message. B4J Question [SOLVED] Values in headers from OkHttpResponse wrapped in [ and ] - Sandman (first post)    May 09, 2022   (1 reaction) For the benefit of the rest of the forum: What DonManfred said here is that the header value isn't a string, but a list. That's the obvious thing I missed. Page: 1   2   3   4   5   6   7   Powered by ColBERT |