Page 1 of 1

Improvement suggestions

Posted: Mon Feb 05, 2018 11:54 am
by dsizemore0012
Is there a place to submit suggestions for improvement? I ask because I'm creating an external CSS file but it is also affecting the designers UI. Also it would be nice to be able to toggle the external CSS on and off.

Re: Improvement suggestions

Posted: Mon Feb 05, 2018 5:54 pm
by Emily
Hi Daniel,

If you have a feature/enhancement request that you would like to submit to our team, please email support@profoundlogic.com with your request. Our support team would be happy to help with this.

Thanks!

--Emily

Re: Improvement suggestions

Posted: Mon Feb 05, 2018 6:23 pm
by Scott Klement
As Emily said, any time you want to request a feature, the proper way is to contact our Support department, which can be done by e-mailing support@profoundlogic.com (or calling us, using the web page to submit it, etc.)

However, in this case, I doubt there's a reason to create a feature request. We already have ways of loading CSS that is...

1) ... loaded into both the designer and rich display sessions.
2) ... only loaded into rich display sessions
3) ... only loaded into Genie sessions
4) ... only loaded for a one specific screen
5) ... loaded dynamically and kept until the end of a session or a refresh.

Surely one of these will work for you?

Re: Improvement suggestions

Posted: Thu Feb 08, 2018 1:01 pm
by dsizemore0012
How do you load an external CSS file into only the session and not the designer? I couldn't find any way to do that.

Re: Improvement suggestions

Posted: Thu Feb 08, 2018 3:12 pm
by Scott Klement
dsizemore0012 wrote:How do you load an external CSS file into only the session and not the designer? I couldn't find any way to do that.
By adding a <link> tag to the start.html.

If you are running your screens in Genie, the start.html is in your Genie skin located in the IFS under
/www/YOUR-INSTANCE/htdocs/profoundui/userdata/genie skins/YOUR-SKIN/start.html

If you are running your screens in the batch controller (i.e. /profoundui/start URL or Atrium's "Rich DIsplay Application" launcher) it's found under
/www/YOUR-INSTANCE/htdocs/profoundui/userdata/html/start.html