[devel@lists.monobjc.net] Set WebView html content

2011-04-29 Thread Prashant Kamath
Hi, I am trying to insert/update/delete HTML contents in WebView. But I am unable to get the selectedDOMRange method in WebView class. Is it supported in monobjc ?. Or should i use an alternate approach. Thanks, Prashanth

[devel@lists.monobjc.net] Strange issue with securetextfield

2011-08-22 Thread Prashant Kamath
Hi, I am using 2.10.4 and monobjc 2.0.505. My requirement was to show NSsecuretextfield and NStextfield at the same place based on a flag set by the user. So basically show the password and in some cases mask the password. I implemented this by setting IsHidden = true or false. This code works