Difference: AppxHTMLClient546 (7 vs. 8)

Revision 82018-05-30 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="Appx546Installation"

APPX HTML Client 5.4.6 & Higher

Line: 205 to 205
  Many aspects of the presentation of the Appx Client are controlled by the APPX.css style sheet in the 'css' folder. If you are familiar with working with style sheets, feel free to experiment with different settings, however those changes will be lost the next time the client is updated.
Changed:
<
<
Instead, you can add a CUSTOM.css style sheet with your own settings. This should be located in the same folder as APPX.css and will override the standard settings in the HTML client. For example:
>
>
Instead, you can add a CUSTOM.css style sheet with your own settings. This should be located in the same folder as APPX.css and will override the standard settings in the HTML client.
 
Changed:
<
<
input {
>
>
Some settings that were controlled in Preferences in the Desktop Client are now controlled via a CUSTOM.css file.
 
Changed:
<
<
background-color: pink;
>
>
colorEditBg is controlled by the 'input' style. For example:
 
Changed:
<
<
}
>
>
input {background-color: pink;}
 
Changed:
<
<
.appxbox {
>
>
will set the background color on all modifiable fields to pink.
 
Changed:
<
<
background-color: white;
>
>
colorFocusedFieldBg is controlled by the 'input.focus' style. For example:
 
Changed:
<
<
}
>
>
input.focus {background-color: yellow;}

will set the background color the field that has the focus to yellow.

colorStdBg is controlled by the .appxbox style. For example:

.appxbox {background-color: white;}

This will set the default background color to 'white'.

colorScrollSelectActive is controlled by the .appx-scroll-act style. For example:

.appx-scroll-act {background-color: #cc0000;}

will set the background color of the active record on a scrolling display to dark red.

colorScrollSelectOther is controlled by the .appx-scroll-act-new style. For example:

.appx-scroll-act-new {background-color: #00cc00;}

will set the background color of the 'other' record on a scrolling display to dark green.

 
Deleted:
<
<
This will set the background color of edittable fields to 'pink' and the default background color to 'white'.
 

Styles by website

It is possible to have different CUSTOM.css style sheets. Install the client web server files as normal, then follow these steps:

Line: 355 to 373
 
  • If you're having trouble with Remote connections, this page has some tips
  • If the client seems to hang while loading images or tables, that its a very good indicator that MongoDB server has stopped. If MongoDB server needs to be started or restarted then make sure you restart the appxConnector service after MongoDB is running.
  • Your mongodb driver may be out of date. Use 'npm install mongodb' as root/Administrator to make sure you have the latest version
Added:
>
>
  • If the Local Connector gets stuck on 'Updating' after installing a new version, try terminating the 'nw' process and deleting the AppxLocalConnector folder in the user's home directory.
 

Comments

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback