Blog  |  Support  |  Forums

Search Results for 'ssl'

Viewing 15 results - 121 through 135 (of 140 total)
  • Author
    Search Results
  • #12694
    Brendan
    Keymaster

    Could you please email me your form template so I can try it with your template? I don’t think that should matter how the template is constructed though. I am able to fully adjust the divider between the groups on the left and the contact names on the right. You’re saying that it’s not working for you? You don’t see the mouse cursor change to the left/right arrow when you hover over the divider line?

    I really wish I could reproduce this issue, but so far it’s worked flawlessly for me. Not saying it’s not working for you of course because you’re not the only one with this problem. I just wish I knew what was causing it.

    Attachments:
    You must be logged in to view attached files.
    #12473
    Brendan
    Keymaster

    I know I should really take the time to figure out what to do with those darned Simple List fields :-)

    Sorry that this is such a hassle for you.

    Thanks,

    Brendan

    #12447
    David Butenhof
    Participant

    Bento started behaving unreliably on Yosemite. For some, it apparently doesn’t run at all. For me, it runs, albeit with some occasional odd dialog boxes or hangs. Clearly, it’s time to jump ship — even if it’s still not entirely clear there’s a safe place to land.

    Most of my Bento forms imported into TapForms flawlessly, so thanks for that! However, the two main forms where I made use of Bento Simple Lists remain problematic. They’re too big to re-enter manually. I can’t shut down Bento for good without moving them. And I’ve still got no handle on how to do it.

    I had written a Python script that would strip out the Simple Lists from a Bento CSV export into separate forms which, in theory, could be imported into TapForms. Having been unable to accomplish this, I’d resorted to round-trip TapForms export/import; and as recorded in this thread back in the Spring, I’d had trouble even getting that to work. But that was a demo version.

    Now I’ve gotten around to trying again with the released TapForms 3.0.2; and it’s not working any better than it did back then.

    I created a simple Movies form, with a linked Movie Viewings form. I entered two movies, more or less randomly, with one viewing each, and this seemed to be working just fine.

    So I exported the parent (Movies), and TapForms created a Movies folder containing Movies.csv and Movie Viewings.csv. Each shows two records, as expected, with all the UUID columns apparently intact. In the attached archive file, you can see the Movies folder and the contents.

    I then Deleted both forms from TapForms, and imported the Movies.csv parent.

    First oddity: it imported the form just fine, but with no records. I have to import a second time to get the data.

    Now I go on to import Movie Viewings. The form imports fine, with data. Now I go back to Movies, and edit the fields, selecting Movie Viewings form the Link to Form popup on the appropriate record. The embedded table appears; however, no matter what I try, I can’t seem to get it to actually find the data in in the child form. The table is empty. This obviously doesn’t do me any good; and if I can’t re-import exported TapForms data, it’s no surprise that I can’t make my converted Bento data work.

    Note that if I export the imported data, the Movie Viewings.csv file shows no data, only the headings. Clearly the linkage didn’t work correctly. This is the Movies1 folder in the archive file.

    So am I missing something, or does this just not work?

    Attachments:
    You must be logged in to view attached files.
    #12136
    LeoC2
    Participant

    Interesting reading Brendan. I just posted this same request before finding this old thread. iCal is not the only program that syncs automatically and seamlessly… what about Pages, Notes, or Numbers. Third party apps such as 2Do also are seamless. I don’t think any of these use CalDev servers.

    Can’t you just have an optional setting in the iCloud sync preferences to perform a sync every user settable number of minutes? Say every minute, or every 5 minutes, or whatever.

    Also automatic upload sync when quitting the app would also be a big help.

    Leo

    #11463
    Welles Goodrich
    Participant

    I just purchased Tap Forms for Mac and iOS today because Bento kept crashing on a newish iPad upgraded to 8.1. My Mac is running Mavericks and I prefer not to update to Yosemite. I have not turned on iCloud Drive. Documents and Data are still viable on the iPad. I found the post about the encryption key business and added one in my KeyChain access. The iPad seems to be set up properly. On my Mac, however, I keep getting this notice (see attachment)

    I’m perplexed because in the iCloud pref pane Tap Forms is listed and checked in the options window of Documents and Data. I’ve even shut down two-step verification for the moment. Any guess what the issue might be? I’m at a loss.

    Oh, the Bento import went flawlessly and I was able to figure out the few tweaks needed to have everything just right. Now when sync is working I’ll be one happy camper!

    Thanks,
    Welles

    Attachments:
    You must be logged in to view attached files.
    #10152
    ssitari
    Participant

    Hey Brendan,

    It took about 30 minutes to load to my iPhone (importing via DropBox). It works flawlessly otherwise, albeit slightly slow (most likely due to the size). I may try to break it into a few smaller databases and see if that’ll speed things along.

    I think your trick worked BTW — thank you for that!!

    #10048
    Brendan
    Keymaster

    Hi Michael,

    Understood. I would love to have full auto-sync too. I understand the limitations of the current implementation. I know it’s definitely an area ripe for improvement. It should “just work” without all the hassles.

    iCal (aka Calendar) works the way it does because it’s not really iCloud sync you’re dealing with, even though it’s under the umbrella of iCloud. Your device is talking to a CalDAV server which handles specific information about calendars and appointments. Plus there’s very little information being synced and they have server processes which can handle conflict resolution, etc.

    Tap Forms uses “Documents & Data” from the iCloud suite of services. There’s no logic on the server that I can implement that can handle things like baselining a bunch of syncs into a single file to reduce the number of sync files lying around and such.

    There’s also no third party website integration available to offer an iCloud web based version of Tap Forms.

    Thanks!

    Brendan

    Frank Tikket
    Participant

    So basically if you have an encryption set you don’t need the passlock?

    I have a fingerprint/passcode to get into my iPhone 5s as it is, now having to put the encryption password everytime I open TF is going to be a hassle. If there is no other way around this, then I will have to decrypt my database unfortunately.

    I use TF back to back with another app, so everytime I switch back between apps entering a password slows down productivity tremendously. I hope there’s a workaround soon, I wish I could only enter it only once to authorize the database and that’s it.

    #9760
    Brendan
    Keymaster

    Hi Joel,

    Yes, you are correct. Tap Forms uses the SQLCipher database engine for encrypting the database and for encrypting any sync files (which are just mini copies of the database containing only the changes since the last sync) that get uploaded to iCloud. The actual encryption and decryption routines are provided by Apple’s Common Crypto library which is part of their Security framework. Consequently, it does not use the OpenSSL crypto library which has been in the news recently because of the Heartbleed bug.

    Thanks!

    Brendan

    #8948
    Tom Winter
    Participant

    Hi Brendan,

    Thanks for the detailed reply, it was indeed very helpful and pointed towards the solution to my problem.

    I was too brief in my description of the problem in my first email, I didn’t want to send a two page essay on the subject. To clarify…

    After deleting the app from my iPhone and reinstalling, I could finally see all of the registered devises, but only 7 of the 24 records in 1 form were down loaded. None of the 400+ records in 7 other forms ever appeared on my iPhone, even after 24 hours. Oddly, changes made on my iPad & Mac did appear on my iPhone, but none of the missing records. The fact that my iPad & Mac continued to function flawlessly made me think something was corrupted on my iPhone, but probably not in Tap Forms. So…

    I deleted Tap Forms from my iPhone, turned of “Documents & Data”, and shut down (press the off button and swiped to “Power Off”). Then rebooted, turned on D&D, downloaded TF Lite, installed the upgrade, and enabled iCloud Sync. All is functioning properly now.

    Thanks for your help. It’s a nice piece of software. Keep up the good work.

    Tom

    #8945
    Tom Winter
    Participant

    I downloaded Tap Forms Lite then upgraded to full version within the app. I’ve had nothing but problems with syncing with iCloud. The app does not see other registered devises or does not download all of the records from iCloud.

    I purchased Tap Forms HD through iTunes and Tap Forms Mac from the App Store. These function flawlessly. I suspect the upgrade to the full version on my iPhone is incomplete or corrupted. I have deleted the app from my phone and downloaded a fresh version, as well as rebooting, etc. etc., but the problems persist.

    Are there are any known issues with the upgrade and any recommended solutions?

    #8004

    In reply to: Getting Started

    Tom Copeland
    Participant

    Okay. I really am grateful. Perhaps this is the moment to mention that a man in Singapore translated the records in the file we are working on, from an ancient DOS program called Professional File. The file I have attached began as his translation of my DOS file. I have followed his lead, and the second set of records you will see in the screen shot is my own importation of over 9000 records, with something like 49 fields. It works flawlessly in Tap Forms, but it contains no images.

    Attachments:
    You must be logged in to view attached files.
    #7946

    In reply to: Getting Started

    Tom Copeland
    Participant

    Yes, the first sort field is for a picture. And now that I am using Dropbox, the problem file went through to the iPad. I am not out of the woods, though. The 544 records which have transferred flawlessly to the iPad appear as only two records on the iPhone. As an experiment, I exported the records from the iPad, since it was working properly, and then uploaded the exported file to Dropbox, finally importing it from Dropbox to the iPhone, but once more there were only two records. I noticed that the file name was followed on the import screen by the words “251 bytes” and “2 rows.” I wonder if there is an error in my settings for imports and/or exports. A mere 251 bytes seems mighty small and would likely produce naught but two records. (I should mention that 9058 records, each with 45 fields, transferred perfectly to the iPhone by exactly the same procedure as the one that keeps on failing with this much smaller and simpler file.)

    Additionally, the pictures are not displaying on the iPad, only a long string of numerals followed by “.jpg.” This no doubt represents the image’s location on the hard drive of my computer. I seem to remember some remarks about making the images actually a part of the files vs. including in the records mere references to the images. The latter seems to be what I have done. Is there an alternative?

    #7372
    Pandora
    Participant

    I’ve got my language and region set as English and US (Custom), my location is Bloomington, Indiana, in the Eastern Time zone (GMT -5).

    I just went into the Console and filtered on ‘tap’ and clicked on the Backup option. Here is the output, which might assist:

    2013-11-04 4:07:31.928 PM Tap Forms[5693] An uncaught exception was raised
    2013-11-04 4:07:31.928 PM Tap Forms[5693] *** -[NSPlaceholderString initWithString:]: nil argument
    2013-11-04 4:07:31.930 PM Tap Forms[5693] (
    0 CoreFoundation 0x00007fff8be2441c __exceptionPreprocess + 172
    1 libobjc.A.dylib 0x00007fff83e6be75 objc_exception_throw + 43
    2 CoreFoundation 0x00007fff8be242cc +[NSException raise:format:] + 204
    3 Foundation 0x00007fff84ad72eb -[NSPlaceholderString initWithString:] + 90
    4 Foundation 0x00007fff84a86264 +[NSString stringWithString:] + 43
    5 Tap Forms 0x000000010f215808 Tap Forms + 43016
    6 Tap Forms 0x000000010f216d88 Tap Forms + 48520
    7 AppKit 0x00007fff8b1f33d0 -[NSApplication sendAction:to:from:] + 327
    8 AppKit 0x00007fff8b20e348 -[NSMenuItem _corePerformAction] + 394
    9 AppKit 0x00007fff8b20e084 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 117
    10 AppKit 0x00007fff8b25d4dd -[NSMenu _internalPerformActionForItemAtIndex:] + 35
    11 AppKit 0x00007fff8b25d359 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 104
    12 AppKit 0x00007fff8b204176 NSSLMMenuEventHandler + 716
    13 HIToolbox 0x00007fff82f6a6d4 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 892
    14 HIToolbox 0x00007fff82f69c87 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 385
    15 HIToolbox 0x00007fff82f7dd90 SendEventToEventTarget + 40
    16 HIToolbox 0x00007fff82fb3a30 _ZL18SendHICommandEventjPK9HICommandjjhPKvP20OpaqueEventTargetRefS5_PP14OpaqueEventRef + 420
    17 HIToolbox 0x00007fff82fe6618 SendMenuCommandWithContextAndModifiers + 59
    18 HIToolbox 0x00007fff82fe65c4 SendMenuItemSelectedEvent + 178
    19 HIToolbox 0x00007fff82fe64a5 _ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2_ + 94
    20 HIToolbox 0x00007fff82fee425 _ZL14MenuSelectCoreP8MenuData5PointdjPP13OpaqueMenuRefPt + 718
    21 HIToolbox 0x00007fff82fee051 _HandleMenuSelection2 + 446
    22 AppKit 0x00007fff8b17679c _NSHandleCarbonMenuEvent + 284
    23 AppKit 0x00007fff8afd556e _DPSNextEvent + 2170
    24 AppKit 0x00007fff8afd48db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    25 AppKit 0x00007fff8afc89cc -[NSApplication run] + 553
    26 AppKit 0x00007fff8afb3803 NSApplicationMain + 940
    27 Tap Forms 0x000000010f210da2 Tap Forms + 23970
    28 Tap Forms 0x000000010f20d194 Tap Forms + 8596
    )

    I’d be happy to assist in trapping this if you want. Back 30 years or so ago when I was testing stuff, a programmer would hand me a disk with a new version of code on it with traps set in different locations so he could better see where error calls were being initiated. I have no ida how such test builds work these days but if you want me to use a test build, that’s fine with me.

    -Pan

    #6558
    Brendan
    Keymaster

    Hi Phloem,

    Yes, iCloud does transmit its data to the cloud using SSL.

    Please see:

    http://support.apple.com/kb/HT4865?viewlocale=en_US&locale=en_US

    Tap Forms uses Documents & Data for syncing.

    Thanks!

    Brendan

Viewing 15 results - 121 through 135 (of 140 total)
 
Apple, the Apple logo, iPad, iPhone, and iPod touch are trademarks of Apple Inc., registered in the U.S. and other countries. App Store is a service mark of Apple Inc.