Jump to content

ToBeJazz

Newbies
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ToBeJazz's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. The possibility of being able to use card windows as reusable objects throughout multiple layouts in FileMaker 16 is an useful concept. For example, if you have recurring popovers in many layouts with the same content you could substitute these with a card window layout and have the content controlled from one place instead of using duplicate content in multiple popovers. A one-to-many relation so to speak. One obstacle in achieving full flexibility with card windows is its minimum size. This seems to be a fact: - macOS 10.12.5, FileMaker Pro Avanced 16.0.1 minimum size: 144 px height, 110 px width. - iOS 10.3.2, FileMaker Go 16.0.1 minimum size: 60 px height, 60 px width. These limitations makes it impossible to substitute our 40 x 40 px popovers into a card window, which is a pity. Also, could it be that the card window feature is the first step towards "global layouts” where the content/the objects of one layout can appear on and be a part of other layouts as static objects, like one menu object over many layouts? This could dramatically lower the redundancy of layout objects throughout a solution - I guess it would correspond to the basic idea of non-redundancy relational databases.
  2. Hi all, here's what I want to do: 1. Executing an AppleScript from FileMaker that will send an iMessage through OSX's Messages: I'm using this simple AppleScript from FileMaker: Open this Scriplet in your Editor : tell application "Messages" send "tobias testar" to buddy "+46709123456" of service "E:mail@testdomain.se" end tell It works just fine by itself. 2. Then have Messages.app to report back to FileMaker if the message was sucessfully sent (sometimes I don't know if a certain cell phone number is registered with iMessages or not). This reporting back to FileMaker from Messages is done with setting up Messages to perform an AppleScript at Message Sent (Messages Preferences > Alerts). The AppleScript performed by Messages at "Message Sent" is this: Open this Scriplet in your Editor : using terms from application "Messages" on message sent tell application "FileMaker Pro Advanced" tell database "sjungarna" do script "TEST-script som startas från AppleScript" end tell end tell end message sent end using terms from --- When disabling the AppleScript performed by Messages there's no error. But when using it, the following things happens: 1. FileMaker hangs and I have to press Escape, then a dialog with this text shows up in FileMaker: "Messages got an error: User canceled out of wait loop for reply or receipt." Then this dialog: "Unknown Error: -1711." The FileMaker script that should be executed (by the AppleScript from Messages) is NOT executed. 2. Messages.app shows this dialog: "An error occurred while executing an AppleScript event handler. Event: Message Sent - File: on message sent.scpt - Error: FileMaker Pro Advanced got an error: AppleEvent timed out." Anyone knows how to solve this? When I run the first AppleScript above from Finder instead of from FileMaker everything works just like it should including the FileMaker script that is triggered from the AppleScript from Messages.
  3. Hi, I'm trying out the Email plugin foremost to use as a part of a Email Bounce system. Looking at the email bounce in the 360Works Email plugin context I'm missing alot of text/data that is present in my Apple Mail or webmail version. I wonder why that is?... The part that is missing is the crucial data about Status and error codes that I can see in Apple Mail and webmail. I can't find it in the Header either (above the body). Am I missing something here? --- Here's what the email bounce body looks like with the 360Works plugin: This is the mail system at host vsp-outgoing3.binero.net. I'm sorry to have to inform you that your message could not be delivered to one or more recipients. It's attached below. <sjjogren@swipnet.se> failed: host swipnet.se->MX said: sjjogren@swipnet.se unknown user account ---- And here's how it looks like in webmail/Apple Mail: Ämne Undelivered Mail Returned to Sender AvsÄndare Postmaster Mottagare XXX@sjungarna.se Datum Mån 15:03 Delivery Status Report This is the mail system at host vsp-outgoing3.binero.net. I'm sorry to have to inform you that your message could not be delivered to one or more recipients. It's attached below. <sjjogren@swipnet.se> failed: host swipnet.se->MX said: sjjogren@swipnet.se unknown user account Reporting-MTA: dns; vsp-outgoing3.binero.net Received-from-MTA: smtp; spirou.kontrollpanelen.se (195.74.39.229) Original-Envelope-Id: XXXXXXXXXXX Arrival-Date: Mon, 28 Nov 2011 15:03:22 +0100 Final-Recipient: rfc822; sjjogren@swipnet.se Action: failed Status: 5.4.7 (sjjogren@swipnet.se unknown user account) Remote-MTA: dns; swipnet.se->MX Received: from spirou.kontrollpanelen.se (unknown [195.74.39.229]) by vsp-outgoing3.binero.net (Halon Mail Gateway) with ESMTP for <sjjogren@swipnet.se>; Mon, 28 Nov 2011 15:03:12 +0100 (CET) Received: from h79-138-83-212.static.se.alltele.net ([79.138.83.212] helo=192.168.0.102) by spirou.kontrollpanelen.se with esmtpa (Exim 4.76) (envelope-from <XXX@sjungarna.se>) id 1RV1nc-0006gz-NR for sjjogren@swipnet.se; Mon, 28 Nov 2011 15:03:12 +0100 Date: Mon, 28 Nov 2011 15:03:12 +0100 (CET) From: XXX@sjungarna.se To: sjjogren@swipnet.se Message-ID: <XXXXXXXXXXXXX> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Mailer: 360Works FileMaker Email Plugin (1.962)
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.