The use of the ESP8266 in the world of IoT

User avatar
By 4refr0nt
#40040
mariuszb wrote:Hi,
My questions are on picture :)
1. How TAB is sorted ?

You can add "pageId" property for every widgets, look at this example
Pages tabs order based on this values, also this values used for widgets order on "All" tab
Widgets order on "All" tab: pageId*1000 + widgetId
mariuszb wrote:2. Can we put 2 display in one line ?

I'm not understand you question.
You have already 2 widgets in one line on screenshot.
You can use 2 cols and more in one row.
Used "bootstrap grid", see col-xs-* and col-sm-* bootstrap classes
large screenshot from user klbsss
User avatar
By scargill
#40048 I love the project but I am having a little problem. The top line of my Android 4.22 phone is sitting OVER the top of the App. This does not happen with other apps... So the purple bar that says IOT MANAGER is partially obscured.

Any chance you could look into this.

Pete.

4refr0nt wrote:
danbicks wrote:Did you develop this in B4A?

No, its Ionic Framework (HTML5+AngularJS)
danbicks wrote:Would love a copy of the code if you did.

Sorry, but this project not open source.
But I use open source Paho
User avatar
By 4refr0nt
#40049
scargill wrote:I love the project but I am having a little problem. The top line of my Android 4.22 phone is sitting OVER the top of the App. This does not happen with other apps... So the purple bar that says IOT MANAGER is partially obscured

Hi, Peter! I'm glad to see you :)
Yes. In 1.4.7 version I'm add several new options in Settings for give more space on dashboard
(you can see more widgets now on dashboard):
Show pages tabs on/off (enabled on default, need recoonnect to broker after change)
Show page "ALL"(enabled on default, need recoonnect to broker after change)
Show NavBar on/off (enabled on default) - purple bar
Show Status Bar on/off (Android system bar - disabled on default, but not working good on some phones) - please, set this option to "on" for resolve this issue (app restart may be needed).
User avatar
By mariuszb
#40056
4refr0nt wrote:

Widgets order on "All" tab: pageId*1000 + widgetId

Yes, it is clear for me, but:
If You look on picture You will see content ALL tab: ALARM(ALARM) is pageId 1, Signal100 (ESP100)is pageId 100, .......Signal101(ESP101) is pageId 101.....
but TABs are sortet oddly : ALL, ESP101,ALARM,ESP100
Btw. Should be: eg. "pageId":"100" or "pageId":100 ?? or page index 100 is too big ?

I'm not understand you question.
You have already 2 widgets in one line on screenshot.

This was done using Paint :)