- Posts: 2
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Submit your requests and polls about new features
Night mode ; A useful capability
IP: 192.168.0.70
12 years 2 months ago - 12 years 2 months ago #4648
by avrlove
Night mode ; A useful capability was created by avrlove
Hi every body!
I use Adobe PDF reader only because of its Night mode. Night mode seems to be only a negative view. This mode is very useful for reading at dark nights, because white background bothers eyes even backlight is very low.
It seems it is very easy to impelement this capability.
Best Regards.
I use Adobe PDF reader only because of its Night mode. Night mode seems to be only a negative view. This mode is very useful for reading at dark nights, because white background bothers eyes even backlight is very low.
It seems it is very easy to impelement this capability.
Best Regards.
Last edit: 12 years 2 months ago by thinkDifferent.
IP: 192.168.0.70
12 years 2 months ago #4649
by radaee
Replied by radaee on topic Night mode ; A useful capability
yes, SDK support it.
see Global.dark_mode
APP shall do like this:
Global.dark_mode = ?;
m_reader.invalidate();
see Global.dark_mode
APP shall do like this:
Global.dark_mode = ?;
m_reader.invalidate();
IP: 192.168.0.70
12 years 2 months ago - 12 years 2 months ago #4710
by avrlove
Replied by avrlove on topic Night mode ; A useful capability
Thanks for your response, But I meant is it possible to have this capability on the next release?yes, SDK support it.
see Global.dark_mode
APP shall do like this:
Global.dark_mode = ?;
m_reader.invalidate();
Last edit: 12 years 2 months ago by thinkDifferent.
IP: 192.168.0.70
12 years 2 months ago #4711
by radaee
Replied by radaee on topic Night mode ; A useful capability
current version already support it.
even old version, support it too.
even old version, support it too.
Time to create page: 0.435 seconds