This is actually a bug i spotted with statement being true based on adding a log or not.
Try attached file.
Follow these steps
This is only caused by not using
Even if not using it, it should not cause statement issues as i observed.
There should be a warning message or something
MUST use with 10inch Emulator
Try attached file.
Follow these steps
- Disable the log("THIS WILL TRIGGER TRUE STATEMENT")
- Run the app
- observe the Value (Value = "Im False Statement")
- Now, Enable the Log("THIS WILL TRIGGER TRUE STATEMENT")
- Run the app
- observe the Value (Value = "IM True Statement")
This is only caused by not using
lv = GetDeviceLayoutValues
Even if not using it, it should not cause statement issues as i observed.
There should be a warning message or something
MUST use with 10inch Emulator
Attachments
Last edited: