Forum Replies Created

Page 7 of 15
  • Isaac Harned

    Member
    August 23, 2023 at 2:24 pm in reply to: Mid-Point Slide
    Points: 8,204
    Rank: UC2 Brainery Purple Belt III UC2 Brainery Purple Belt III

    So this is only half a work around since it will temporarily disable snap:

    Go to the top right corner of your measurement and hold Ctrl+shift while you manipulate that top right BLUE control point, should let you extend.

    • Isaac Harned

      Member
      August 23, 2023 at 2:27 pm in reply to: Mid-Point Slide
      Points: 8,204
      Rank: UC2 Brainery Purple Belt III UC2 Brainery Purple Belt III

      Video for clarification

  • Isaac Harned

    Member
    August 23, 2023 at 2:20 pm in reply to: Layers… Lots and lots of Layers!
    Points: 8,204
    Rank: UC2 Brainery Purple Belt III UC2 Brainery Purple Belt III

    LOL yay! another to add to layer issues

    Mine comes into play when I use the stapler on hidden layers with form fields. Nothing on the layer shows up except for the form fields. Another one that is with BB Support. They seemed to have fixed my other issue where when I changed the default state through coding, my print state would change too

  • Isaac Harned

    Member
    August 1, 2023 at 8:24 am in reply to: New or Improved Dashboards?
    Points: 8,204
    Rank: UC2 Brainery Purple Belt III UC2 Brainery Purple Belt III

    We use a dashboard for onboarding and general program/workflow training. Eventually I would like to code some quizzes and make this an actual training app.

  • Isaac Harned

    Member
    July 27, 2023 at 3:34 pm in reply to: Pull data from form and create email
    Points: 8,204
    Rank: UC2 Brainery Purple Belt III UC2 Brainery Purple Belt III

    var cMyMsg = “[<a href]='” + currentDocument + “‘>Click here to view the document”;


    (it automatically converted the link when I posted)

  • Isaac Harned

    Member
    July 27, 2023 at 2:14 pm in reply to: Pull data from form and create email
    Points: 8,204
    Rank: UC2 Brainery Purple Belt III UC2 Brainery Purple Belt III

    I see now that it is not possible with the mailMsg method as this by default opens a plain text email and cannot be used to create an HTML email. Any ideas for work arounds?

    • Isaac Harned

      Member
      July 27, 2023 at 2:51 pm in reply to: Pull data from form and create email
      Points: 8,204
      Rank: UC2 Brainery Purple Belt III UC2 Brainery Purple Belt III

      Ok, a little farther, MIMEType should make this HTML, but it still creates a plain text email. no errors encountered, and all setting in Outlook set to create in HTML.

      var eabJobNumber = this.getField(“EAB Job Number”).value;

      var currentDocument = this.path;

      var cMyMsg = “Click here to view the document”;

      // Compose the email subject and body

      var subject = eabJobNumber + ” Job Transmittal”;

      var body = cMyMsg;

      // Call the mailMsg method with MIMEType set to “text/html” for HTML email

      app.mailMsg({

      bUI: true,

      cTo: “address“,

      cSubject: subject,

      cMsg: body,

      MIMEType: “text/html”

      });

  • Isaac Harned

    Member
    July 26, 2023 at 5:06 pm in reply to: File Access – Recent Files
    Points: 8,204
    Rank: UC2 Brainery Purple Belt III UC2 Brainery Purple Belt III

    I would adjust how many recents show, that should make the problem less annoying at least:

  • Isaac Harned

    Member
    August 28, 2023 at 8:13 am in reply to: Spaces for Individual Rooms
    Points: 8,204
    Rank: UC2 Brainery Purple Belt III UC2 Brainery Purple Belt III

    I should probably be a little more specific, the Format Painter, instead of the painting contractor 🤣

  • Isaac Harned

    Member
    August 26, 2023 at 8:30 pm in reply to: Spaces for Individual Rooms
    Points: 8,204
    Rank: UC2 Brainery Purple Belt III UC2 Brainery Purple Belt III

    Lets take it a step farther, I should also be able to apply an action as an option

  • Isaac Harned

    Member
    August 26, 2023 at 8:29 pm in reply to: Spaces for Individual Rooms
    Points: 8,204
    Rank: UC2 Brainery Purple Belt III UC2 Brainery Purple Belt III

    Indeed, layer info, custom column values, yeah all of that should be selectable as an option for the painter

  • Isaac Harned

    Member
    August 25, 2023 at 3:40 pm in reply to: Spaces for Individual Rooms
    Points: 8,204
    Rank: UC2 Brainery Purple Belt III UC2 Brainery Purple Belt III

    Even a Paint Format for Custom Properties would work

  • Isaac Harned

    Member
    August 25, 2023 at 8:21 am in reply to: Spaces for Individual Rooms
    Points: 8,204
    Rank: UC2 Brainery Purple Belt III UC2 Brainery Purple Belt III

    Hmmm, I wonder if setting your customized tool as default would let you do the area and space together. I think I may need to create a test case later to try, but technically the “create measurement from space” should pull from the default.

    Wish you could set as default from the tool chest, may be something I have to suggest.

  • Isaac Harned

    Member
    July 27, 2023 at 9:23 pm in reply to: Pull data from form and create email
    Points: 8,204
    Rank: UC2 Brainery Purple Belt III UC2 Brainery Purple Belt III

    This may work, but only if I can get the default email template to be HTML. Unfortunately mailMsg will only open plain text through outlook so far, but I will have to do some testing in other apps.

  • Isaac Harned

    Member
    July 11, 2023 at 3:53 pm in reply to: Slip Sheeting
    Points: 8,204
    Rank: UC2 Brainery Purple Belt III UC2 Brainery Purple Belt III

    Not to plug a whole other product here, but you might want to look a little more at Directory Opus, there are some cool file structure export options and scripting features that might help. Very active forum with developer who actually answers, and a community that shares scripts more than we do here. I admit I am no expert yet, but looking at the options I think it would just the right setup, see my snapshots below.

    Here is a link to their forum so you can see the work they are doing:

    https://resource.dopus.com/

    Also relatively cheap in comparison with some of the software out there.

    Wish I had an answer that worked with the tools you have though, probably someone has figured this out, just gotta find them lol

Page 7 of 15