SMOOTSARA Active Member Licensed User Longtime User Jun 13, 2020 #1 hi Erel ? By default, the " Errors logs " are always red But this is not the case with "Try Catch" I always change this line " Log(LastException)" Try Catch Log(LastException) End Try Click to expand... to "LogColor(LastException,Colors.Red)" Try Catch LogColor(LastException,Colors.Red) End Try Click to expand... Maybe it's a good idea for the new version
hi Erel ? By default, the " Errors logs " are always red But this is not the case with "Try Catch" I always change this line " Log(LastException)" Try Catch Log(LastException) End Try Click to expand... to "LogColor(LastException,Colors.Red)" Try Catch LogColor(LastException,Colors.Red) End Try Click to expand... Maybe it's a good idea for the new version
Alexander Stolte Expert Licensed User Longtime User Jun 13, 2020 #2 is this not working? B4X: Try Catch LogColor(LastException,xui.Color_Yellow) End Try