Skip to main content
Forum Forum
Privacy
Contact
Sign Up
Log in

Welcome to the Ninox community

Search all topics or ask a question
  • Learn and share
  • Get help
  • Service status
  • Documentation
    • Solutions
    • Setup
    • Databases
    • Automation
    • My account
    • Administration
  • Webinars
  • Overview
  • Profile
MZ

MZ

red_kite
  • 55
  • 28
  • 0
Joined: Mon Mar 07 07:35:12 UTC 2022

My Posts

Latest Posts
  • Re: Real time clock within a form view

    @Sam a little bit shorter let css := " <style> main { font: 1.5em 'Courier New',monospace; } </style>"; let content := " <main id='clock'></main> <script> setInterval( function() { let now = new…
    • red_kite
    • 1 yr ago
    • 1
    • Get help
    • Reported - view
  • Re: Real time clock within a form view

    a realtime clock like this: let css := " <style> main { font: 1.5em 'Courier New',monospace; } </style>"; let content := " <main id='clock'></main> <script> function addZero(i) { if (i < 10) {i = '0'…
    • red_kite
    • 1 yr ago
    • 2
    • Get help
    • Reported - view
  • Re: Parse a specific section of a YouTube URL

    My mistake. English ist not my nativ language. I think, in line 2 in this script ist the answer. let url := URL; let str := item(split(url, "="), 1); let videoString := "https://www.youtube.…
    • red_kite
    • 2 yrs ago
    • Get help
    • Reported - view
  • Re: Parse a specific section of a YouTube URL

    Try this. Mirko let str := "BbqlkY0ArfM"; let videoString := "https://www.youtube.com/embed/" + str + ""; let content := "<iframe video= 'false' width=320px height=240px src=" + videoString + "…
    • red_kite
    • 2 yrs ago
    • Get help
    • Reported - view
  • sunrise and sunset

    Would any of you who live in a different time zone than CET be kind enough to test my script? It displays the sunrise and sunset at the site. The accuracy is about two minutes.…

    • red_kite
    • 3 yrs ago
    • 48
    • Get help
1 2 3
Back to top
Powered by Forumbee
Ninox-Website

Overview

  • Learn and share
  • Get help
  • Service status
      • Ninox E-Invoice
      • Installed apps
      • Public Cloud
      • Private Cloud
      • On-Premises
      • Tables
      • Table relationships
      • Fields and elements
      • Pages
      • Views
      • Import and export
      • Modules
      • Printing
      • Templates
      • Use cases
      • Performance
      • Scripting
      • Functions
      • API
      • Subscriptions
      • Manage workspaces
      • Manage collaborators
      • Access permissions
      • Usage overview
      • Process monitor
View all topics