header

  1. Star-Dust

    Android Code Snippet ServletRequest all Header and Parameters (httpServer)

    I arose from the need to know all the headers of a GET request. When HttServer raises the HttpServer_HandleRequest event it returns the Request variable. The Request variable has only one method for reading Headers, GetHeader. How to get a complete list of Headers...
  2. Mashiane

    B4J Question [BANano] [SOLVED] How to change Header.Title at runtime?

    Hi there How can I change the Header.Title at runtime? Assumptions: 'Different Pages' can have different titles on the web-browser title bar. There can be different descriptions, indexes etc. #JustAThought
  3. Argonc

    Android Question OkHttpUtils2 - POST with header

    How to do n B4A: curl -X POST -H "Content-Type: application/text" -d "you man" http://ec2-34-244-221-70.eu-west-1.compute.amazonaws.com:5000/ ? I try j.PostString ("http://ec2-34-244-221-70.eu-west-1.compute.amazonaws.com:5000/", "you man") but it needs a header. so I try with header j.Head...
  4. Mashiane

    B4J Code Snippet TableView: Adding tooltips to column headers

    Ola This is no magic really, some time ago there was a post here about adding fontawesome buttons to headers, so I included it on my snippets, here too. I have realized something, my table has abbreviations and I sometimes forget what they even mean. Lol. So me things, there is already a...
  5. Mashiane

    B4J Question [ABMaterial] How to make a table header an icon/png?

    Hi there I'd like to use the built in icons for my header(s) or either a png. How can I achieve this in an ABMTable? Thanks..
Top