Peter van der Woude

Results 45 comments of Peter van der Woude

BTW I was able to compile this project on Mono/Mac until a few days ago when we added support for ClickOnce deployed applications. Checking the version on a deployed application...

And Xamarin is owned by Microsoft and is now "Visual Studio for Mac" - which is what I'm using. So nothing changes I'm afraid ;-)

I'm OK with the ClickOnce support. There's a lot of other code that wouldn't run under Mono either - the system information gathering, the screenshot taking. I put code in...

My first guess is that we might need to do this in about line 34 of assemblyinfo.rb > File.open(assemblyinfo_file, 'w:UTF-8') do |f| If not, I need to read this (about...

For this feature, you might want to consider **zipping the attached file** (and then support multiple attached files) - otherwise you might have a lot of trouble fiddling with MIME...

Since I can't get Insert to work, I gather that the setting: `DefaultTypeMap.MatchNamesWithUnderscores = true;` has no effect on Contrib's attempts to insert data? If this setting was used, I...

Yes, make it "draggable". I came here to find if it's already possible? Lightbox can do it with an extra plugin - see it in action here - http://www.picssel.com/playground/jquery/fancyboxDraggableScrollBars_25may12BIS.html

This is an issue for me as well... I have code like this, looking for 'iscloud' querystring: `uri.getQueryParamValue('iscloud')` Because I know admins using my site will type in something like...

@alFReD-NSH do you have a fork with the necessary change... I would like to go there.

And this is my pull request #64 - sorry to compete with #63 but I have a few less calls to toLowerCase() as I store the lower case instance of...