pub fn msg_2numeric( title: impl Into<String>, subtitle: impl Into<String>, msg1: impl Into<String>, min1: i32, max1: i32, msg2: impl Into<String>, min2: i32, max2: i32, ) -> Option<(i32, i32)>