07-08-2018 07:17 AM
Dear all,
I am wondering in M.App Enterprise form, how to change the font size and the make the alignment right to left.
Thanks and best regards,
Khaled
07-09-2018 04:19 AM
Right-to-left support is coming with M.App Enterprise 16.5 ... end of September 2018.
The font size cannot be changed...
07-09-2018 05:34 AM
Hi Khaled,
Thomas war referring to Studio interface. If you need that in Workflows you can use a custom theme. You can refer to GMSC's resources about this:
http://community.hexagongeospatial.com/t5/Developers-Knowledge-Base/Theme/ta-p/3999
Stefano
04-23-2019 09:26 AM - edited 04-24-2019 02:46 AM
Dear Stefano,
I followed the steps of https://community.hexagongeospatial.com/t5/Developers-Knowledge-Base/Create-custom-theme-How-To/ta-p...
but firstly I can't find the Default folder, I found in GMSC 2018 a folder called (Classic) which is empty and I copied its contents in a folder called MyTheme inwhich I added in the variable-content.less the following:
@ig-base-font-size: 14px; @ig-label-text-color: darkblue;
and in theme-content.less
@ig-theme: 'MyTheme'; @import '../../ig/ig-content-less.less';
and in the workflows I can't find how to refer to what I added above.
I just wanted to enlarge the font of the workflows.
I also tried another way: In the workflow editor to just create a (new Style) and in it I wrote:
body{ font-size: 14px; }
and then referef to this custom style inside the list but with no success.
Best Regards
Khaled
04-24-2019 10:42 AM
Guess here we are a bit confused. Some components of M.app enterprise were, I think, inherited from Smart client, and there fore some of the documentation referred in the forum are from GSM. In this case, you need to adequate some of the paths to make it work on Enterprise. That been sayed I’ll try to explain a little bit:
Please note that I have only done it once so I may be missing something lol…