Skip to main content
Ninox-Website
Ninox-Documentation
How to enable Javascript
Sign Up
Log in
Learn & Share
Get help
Webinars
All topics
Contact
Privacy
Overview
Profile
Sean
Sean
1,617
35
0
Joined: 31 Jul 2018
Follow
Coding Dart/Flutter in my spare time
My Posts
Latest Posts
Re: Number as written text?
This thread might help... https://forum.ninox.com/t/35hr8kt#x2hr16j The link should send you to the latest version of the code. You are welcome to read the whole thread though
Sean
Sean
11 days ago
Get help
Reported - view
Re: Hiding elements - HUD control
Ruben said: According to Ben Lucas, there is no known possibility to actually block this function at the moment but is planned for one of the next bigger updates.…
Sean
Sean
1 mth ago
Learn & Share
Reported - view
Re: Hiding elements - HUD control
Ruben Right, sorry about that. I realized after I posted that the Formula field version won't work if just the Table view is open. This is code you can put in Trigger after open and if you want you…
Sean
Sean
1 mth ago
Learn & Share
Reported - view
Re: Hiding elements - HUD control
Ruben Hi, I think this is what you are looking for... .i-light-grey.i-plus{display:none}
Sean
Sean
1 mth ago
Learn & Share
Reported - view
Re: Write data to file
Jacques TUR Thanks Jacques, I was trying to get your code to work when I discovered the "Save as" functionality already exists in Ninox via the Hamburger menu button.…
Sean
Sean
1 mth ago
1
Get help
Reported - view
Re: Write data to file
UKenGB I thought the same way as you when I first read the documentation, but in the example it is being saved to the Image field "File". I think that is the only option they are referring to in the…
Sean
Sean
1 mth ago
Get help
Reported - view
Re: On Choice field eliminate empty
Hi Rafael, If you already have a Formula field on your form that modifies some CSS styles you can just add this line to it. .choice-menu-item:first-child{display:none;} If you don't,…
Sean
Sean
2 mths ago
Get help
Reported - view
Re: Dark Mode
Mel Charles Thank you very much Mel. That is part of my plan, but I am not on the same level as Jacques so it will be a while
. I have been working with Alan and we are creating a custom version…
Sean
Sean
3 mths ago
Learn & Share
Reported - view
Re: Dark Mode
Alan Cooke The spaces should be fixed. The spaces in don't show up as white using Chrome on my MacBook so I guess it's browser specific. The Formula fields are a different problem.…
Sean
Sean
3 mths ago
Learn & Share
Reported - view
Re: Dark Mode
Alan Cooke Thank you. Yes, I don’t think it will be a problem. I will work on it tonight. Thank you for pointing this out because I as much as try to catch issues by myself I know I won’t catch…
Sean
Sean
3 mths ago
Learn & Share
Reported - view
Re: Dark Mode
Alan Cooke Hi, Easy peasy. In Trigger after open replace, dialog("Dark Mode CSS Plugin", record('DM-Plugin',1).'DM-Code', ["close"]) with, var res := http("get", "https://www.ninext.…
Sean
Sean
3 mths ago
Learn & Share
Reported - view
Re: Dark Mode
Mel Charles If that isn't a Formula field set equal to a Date field, I'm not sure why it's doing that. Here are a couple of screenshots from the Webinar En team 001_Iconset database... ...…
Sean
Sean
3 mths ago
Learn & Share
Reported - view
Re: Dark Mode
If it's the added table version, then you would modify this class to... .nx-input{color:#e1e1e1}
Sean
Sean
3 mths ago
Learn & Share
Reported - view
Re: Dark Mode
Mel Charles Hi, I'm very pleased you are enjoying it. Which version of Dark Mode are you using? The web version or the one where you would add the table to your existing database?…
Sean
Sean
3 mths ago
Learn & Share
Reported - view
Re: Dark Mode
Patrick W. Thank you very much. Yes, just use version 1.1.2d and that will open the database in dark mode.
Sean
Sean
3 mths ago
1
Learn & Share
Reported - view
Re: Hide the Wrench
Michael Riley Yes, this can be done. This thread has that info. You don't need to use multiple dialogs if you have more than one rule. Just add stylesheet.insertrule() to any other rules that exist.
Sean
Sean
3 mths ago
Get help
Reported - view
Re: Dark Mode
Version 1.1.2 fixes Choice and Yes/No combo box colors on a Form. Component highlighting on a Form in edit mode matches blue on dark color theme.
Sean
Sean
3 mths ago
2
Learn & Share
Reported - view
Re: Bulk Edit
You can with, .nx-menu-item:nth-child(n+2):nth-child(-n+3){display:none;} Do you want to hide them as soon as the database is opened?
Sean
Sean
3 mths ago
Get help
Reported - view
Re: Hide the Wrench
If you use the Trigger after open version you can put this in a Formula field and if it isn't hidden and the Form is open it will show the wrench. html(" <style> .hud-menu-button.i-32-24.i-white.…
Sean
Sean
3 mths ago
Get help
Reported - view
Re: Hide the Wrench
You can with this, html(" <style> .hud-menu-button.i-32-24.i-white.i-setting-tool.--ul-admin-button.admin-button{display:none;} </style> ") but it will only work when the Form where the Formula field…
Sean
Sean
3 mths ago
Get help
Reported - view
Re: Is it possible to link automatically (via a function) fields in two tables that contain the same text?
Arwin Dustdar Hi, yes, you need to use Nr instead of Id.
Sean
Sean
3 mths ago
1
Get help
Reported - view
Re: Dark Mode
Version 1.1.1 fixes spaces and line breaks. Still more to do, but that's for another evening
Sean
Sean
3 mths ago
1
Learn & Share
Reported - view
Re: Dark Mode
Alan Cooke Thanks Alan. Nothing for you to do in regards to using Dark Mode. I will need to add that to the rule list and I will try to get that done tonight.
Sean
Sean
3 mths ago
Learn & Share
Reported - view
Re: Dark Mode
Hello, I wanted to let you all know that I haven't abandoned the Dark Mode project. I chose to wait and see what was going to happen with the Ninox updates and how Jacques TUR was going to proceed…
Sean
Sean
3 mths ago
1
Learn & Share
Reported - view
Re: Not able to open Ninox
Well, at least you can’t use the html() function in the dialog() function anymore so we are all now extra secure
Sean
Sean
3 mths ago
Get help
Reported - view
1
2
3
4
5
65
Ninox-Website
Ninox-Documentation
Overview
Learn & Share
Get help
Webinars
View all topics