Technically, yes it should be possible. But, due to the tile character count constraints (1024) imposed by HE, things like this are not feasible. My original app before the constraints had every text option available added, but I had to rip out almost all of them to keep the tiles under the 1024 limit.
If that limit was even 2000, we would have some awesome looking tiles but 1024 is tough!
That's fair enough, 1024 is a tight limit, shame they haven't lifted it since....
Could that option of the vertical alignment I am after be something that is included in the IFRAME text only if you choose to use it? i.e. in the Tile Setup screen, could you add a "Section Vertical Alignment" switch to the section setup, with the default option having the new switch off, providing the current behaviour with no change to the character count, but turning the switch on would prompt a user for the vertical alignment (top, bottom, centre), only adding to the character count if required?
What is that screen? Don't know what browser you are using but only Chrome is supported.
Not sure what you are trying to do with this but there is already a toggle switch to go between local and cloud. One uses http and the other https. There is no need (and it will break things) to add your own http(s) to the ip address in the parent app.
The Vertical Align change didn't seem to bring the temperature and humidity values together like I want. The html that is output for the tile seems ok, so I think I will play with it some more before coming back with too many more details.
I don't know if it is related, but a number of my tiles are now reporting as having too many characters. I can't say if it was this change being released, I only just noticed it a moment ago. Let me know if you want anymore details.
I think I'm getting closer (pun intended).... but I think there are still some padding / margins being introduced, perhaps by the tbody elements or table elements. I've tried adding style="padding:0;margin:0;" to each of them but can't seem to remove that last little bit.
Leave it with me, I don't want to take up your time too much with such a fiddly request, I'll keep looking at it and once I crack it I'll let you know what worked.
When I try to copy a tile I got this message(not only a line but entire tile):
2020-11-08 12:05:44.631 errorjava.lang.RuntimeException: java.sql.SQLException: NULL not allowed for column "DEVICE_ID"; SQL statement: INSERT INTO APP_SETTING_DEVICE_LINK (APP_SETTING_ID, DEVICE_ID) VALUES (?, ?) [23502-197] Query: INSERT INTO APP_SETTING_DEVICE_LINK (APP_SETTING_ID, DEVICE_ID) VALUES (?, ?) Parameters: [20995, null] on line 1206 (doTheTileCopy)
Other question - when using color if you do not select numbers you can select color entire cell or only text. This will go away when you choose numbers. Why?
The reason I ask is because if you choose §Change color of entire cell" before you switch to
numbers will work also with numbers
Quick question:
I made a bunch of tiles for my dashboard for switches using icons. Everything on the dashboard works great when on Local but anytime I'm on Cloud dashboard the images break.