-
N narenblr
The list of supported browsers for Mango has been greatly relaxed. It is now assumed that future versions of already supported browsers will also be supported. Also, Safari is not officially supported as well.
Did you mean "Safari is now officially supported as well"
Regards,
Naren -
N narenblr
The list of supported browsers for Mango has been greatly relaxed. It is now assumed that future versions of already supported browsers will also be supported. Also, Safari is not officially supported as well.
Did you mean "Safari is now officially supported as well"
Regards,
Naren -
N narenblr
Matthew,
I read this related post
http://mango.serotoninsoftware.com/forum/posts/list/320.page
"In Mango, no. The system is too integrated. But since you asked, Serotonin is currently developing a "next generation" of Mango that will have this capability. "
Can you please let us know the features and capabilities of NEx Gen Mango?
Thanks and regards,
Naren -
N narenblr
m@
Can mango be provided with a API, Web service so that it can be used to communicate with other external applications?For example : Sending Control commands from Central Mango to regional mango
Executing some action on mango based on analytic from external applications...etc.,What I would like to know is if this feature can be easily enabled or if it requires a complete architectural re-work?
Based on the feedback we could request you for your professional services(required quotes and your time lines).
Thanks,
Naren -
N narenblr
m@
Can mango be provided with a API, Web service so that it can be used to communicate with other external applications?For example : Sending Control commands from Central Mango to regional mango
Executing some action on mango based on analytic from external applications...etc.,What I would like to know is if this feature can be easily enabled or if it requires a complete architectural re-work?
Based on the feedback we could request you for your professional services(required quotes and your time lines).
Thanks,
Naren -
N narenblr
In the System Settings Page, can the Email and the HTTP Password field be made as "PASSWORD input field"
Thanks,
Naren -
N narenblr
In the System Settings Page, can the Email and the HTTP Password field be made as "PASSWORD input field"
Thanks,
Naren -
N narenblr
That was indeed a caching issue and when I removed the cached files I no longer get the PointName error. However, I have another error which I came accross on Firefox and tested it on two sytems.
When I click on PointDetails Icon and go to the details pages I get a window with the message "Error". This error occurs only when the statistics is empty. (This does not happen for Binary points and for binary points the statitics are present.
<img border="0" onclick="getStatsChart()" class="ptr" title="Get statistics" alt="Get statistics" src="images/control_play_blue.png" id="statsChartImg" style="opacity: 0.4;"/>
HTML code for Analog points and error occurs
<img border="0" onclick="getStatsChart()" class="ptr" title="Get statistics" alt="Get statistics" src="images/control_play_blue.png" id="statsChartImg" style="opacity: 0.4;"/>
Note: The Opacity value goes into a loop for above
HTML Code for Binary points and there are no errors
<img border="0" onclick="getStatsChart()" class="ptr" title="Get statistics" alt="Get statistics" src="images/control_play_blue.png" id="statsChartImg" style="opacity: 0.999999;"/>
-
N narenblr
Copy html provides me this...
<span style="opacity: 0.8;" id="__header__alarmLevelDiv">
<img border="0" title="Critical" alt="Critical" src="images/flag_orange.png" id="__header__alarmLevelImg"/>
<span id="__header__alarmLevelText">Critical</span>
</span> -
N narenblr
The bolded portion where the style opacity seems to go in a loop
<html>
<head>
</head>
<body>
<table id="mainHeader" width="100%" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td>
</td>
<td width="99%" align="center">
<a href="events.shtm">
<header__span id="__alarmLevelDiv" style**="opacity: 0.2;">**
<img id="__header__alarmLevelImg" border="0" title="" alt="" src="images/flag_orange.png"/>
<span id="__header__alarmLevelText">Critical</span>
</span>
</a>
</td>
</tr>
</tbody>
</table>
<table id="subHeader" width="100%" cellspacing="0" cellpadding="0" border="0">
</table>
<div style="padding: 5px;">
</div>
<table width="100%" cellspacing="0" cellpadding="0" border="0">
</table>
<script type="text/javascript">
</script>
<div id="sm2-container" class="movieContainer" style="position: fixed; width: 8px; height: 8px; bottom: 0px; left: 0px; z-index: -1;">
</div>
<div id="soundmanager-debug" style="display: none;"/>
</body>
</html>