Search found 110 matches

by AndyDragon
Wed Sep 07, 2011 10:35
Forum: Extensions
Topic: Looking for testers for Diving Log Facebook Profile Uploader
Replies: 51
Views: 116369

Re: Looking for testers for Diving Log Facebook Profile Uplo

Fixed. I had the visibility of all my dives set to a value but there were some in yours that were not set. Sven used -1 for those instead of 0 and that was what the code expected. I added some simple clipping and your log book opened just fine. I've updated the click-once, you should be able to run ...
by AndyDragon
Wed Sep 07, 2011 07:11
Forum: Extensions
Topic: Looking for testers for Diving Log Facebook Profile Uploader
Replies: 51
Views: 116369

Re: Looking for testers for Diving Log Facebook Profile Uplo

Okay, I did some work on the uploader (and created a FB image cache server on my web server) to host up the pictures as a cached proxy. PiAir, this should work for you now if you can give it a try again. I added a couple of things...first is the image proxy mentioned above, the comment in the post i...
by AndyDragon
Mon Sep 05, 2011 22:13
Forum: Extensions
Topic: Looking for testers for Diving Log Facebook Profile Uploader
Replies: 51
Views: 116369

Re: Looking for testers for Diving Log Facebook Profile Uplo

Thanks PiAir. Seems there is an issue from certain accounts. I am working on a fix.
by AndyDragon
Mon Sep 05, 2011 01:03
Forum: Extensions
Topic: Looking for testers for Diving Log Facebook Profile Uploader
Replies: 51
Views: 116369

Re: Looking for testers for Diving Log Facebook Profile Uplo

I did a search on that response and apparently Facebook as enabled and disabled this restriction a few times over the last 2 years. It seems to be intermittent. I am looking into possible solutions and ways that there might be to get around the problem...
by AndyDragon
Mon Sep 05, 2011 00:43
Forum: Extensions
Topic: Looking for testers for Diving Log Facebook Profile Uploader
Replies: 51
Views: 116369

Re: Looking for testers for Diving Log Facebook Profile Uplo

Oh, another thing...did you check the 'keep me logged in' setting in the Facebook login window? I'm wondering if the access token timed out...
by AndyDragon
Mon Sep 05, 2011 00:42
Forum: Extensions
Topic: Looking for testers for Diving Log Facebook Profile Uploader
Replies: 51
Views: 116369

Re: Looking for testers for Diving Log Facebook Profile Uplo

PiAir, Strange that this error shows up. Basically it seems FB was okay with the uploader creating the album, posting the picture (which automatically creates the post you're seeing) but refused to allow the uploader to post to your wall. Can you check the app settings in FB to see if it's allowed t...
by AndyDragon
Thu Sep 01, 2011 16:38
Forum: Extensions
Topic: Looking for testers for Diving Log Facebook Profile Uploader
Replies: 51
Views: 116369

Re: Looking for testers for Diving Log Facebook Profile Uplo

sent PM to get a copy of the DB...
by AndyDragon
Sun Aug 21, 2011 22:49
Forum: Extensions
Topic: How to report dive computer download problems?
Replies: 30
Views: 106078

Re: How to report dive computer download problems?

Jef,

I'm getting a shiny new VT 4.0 on Tuesday. I will try to grab a raw dump with the empty computer and then another on Wednesday with a single dive on it. Once I fill up the memory (not hard with 2 sec sampling), I'll send another once it wraps...
by AndyDragon
Sun Aug 21, 2011 22:45
Forum: General
Topic: trouble using a Oceanic VT4 and Oceanlog 2.x
Replies: 13
Views: 14306

Re: trouble using a Oceanic VT4 and Oceanlog 2.x

Scott, Sorry to hear you are having problems. I don't think the universal downloader supports the VT 4.0 yet. I'm getting one on Tuesday and plan a dive on Wednesday, so I can get information to Jef about that computer and hopefully get that up and running soon. As for Oceanlog...well, this is the m...
by AndyDragon
Thu Aug 18, 2011 04:31
Forum: Extensions
Topic: Looking for testers for Diving Log Facebook Profile Uploader
Replies: 51
Views: 116369

Re: Looking for testers for Diving Log Facebook Profile Uplo

Actually I found the error - stupid order of operations error on my part. You should run the application again and it will tell you there is an update. Install the update and the problem with the temperature should be fixed.
by AndyDragon
Thu Aug 18, 2011 04:11
Forum: Extensions
Topic: Looking for testers for Diving Log Facebook Profile Uploader
Replies: 51
Views: 116369

Re: Looking for testers for Diving Log Facebook Profile Uplo

There are plans to allow users to change the text that gets posted with placeholders for text. I am also looking for translators interested in translating the text to other cultures. As for the temperature, have you set the imperial to off? If so, is the temperature the only value which appears to b...
by AndyDragon
Tue Aug 16, 2011 02:44
Forum: Extensions
Topic: Looking for testers for Diving Log Facebook Profile Uploader
Replies: 51
Views: 116369

Re: Looking for testers for Diving Log Facebook Profile Uplo

Hey Leo,

I am on vacation right now and not able to look into this, I will be back home later this week and I will try to find out why this is happening.

Andy
by AndyDragon
Tue Aug 09, 2011 04:08
Forum: General
Topic: Problems Attempting to Edit Older Dives
Replies: 2
Views: 2937

Re: Problems Attempting to Edit Older Dives

As a safe guard against this, you could use Double.TryParse() which returns a boolean and takes an 'out' parameter (I'm a C# guy, so not sure what it's called in VB.NET). That way you can collect the errors and use defaults and at an appropriate time surface a warning to the user that there was an i...
by AndyDragon
Mon Aug 08, 2011 02:42
Forum: General
Topic: Thanks and Suggestions/Questions for DL5
Replies: 6
Views: 6618

Re: Thanks and Suggestions/Questions for DL5

oh, and one feature I was working on was to shortcut all this typing in the new site editor, you could type in the city/island box if you knew the country/state/city existed and it would pick the most appropriate country/state. Same with typing state would pick the country if it could. Whenever ther...
by AndyDragon
Mon Aug 08, 2011 02:37
Forum: General
Topic: Thanks and Suggestions/Questions for DL5
Replies: 6
Views: 6618

Re: Thanks and Suggestions/Questions for DL5

I had planned to write a dive log application some time ago (though DL rocks, so I don't feel the need to finish it). The way that I had sites set up was like this: Single drop-down which picked a "site", something like 'Blue Hole, D'hab, Egypt'. This is a composite of the following: site,...