

Liz Larsen
Member
Forum Replies Created
-
Liz Larsen
MemberJanuary 5, 2023 at 2:44 pm in reply to: Visual Basic coding, Cells to Form Fields exportPoints: 5,051Rank: UC2 Brainery Purple BeltI’m looking into this. I have a secret resource that can probably shed some light on this.
I’ll report back when I know more.
-
Liz Larsen
MemberJanuary 5, 2023 at 2:40 pm in reply to: Modifying Form Field .rect properties errorPoints: 5,051Rank: UC2 Brainery Purple BeltI haven’t checked in to UChapter2 in a couple weeks and boy oh boy am I excited to see some more coding questions. It’s like Christmas Part 2! You have the best questions, @isaac-harned 🙂
I will take a closer look at this probably tomorrow and over the weekend.
-
Liz Larsen
MemberDecember 22, 2022 at 12:12 pm in reply to: Custom Columns are locked after updating drawings in a sessionsPoints: 5,051Rank: UC2 Brainery Purple BeltHonestly, both questions sound like they warrant an email to Bluebeam tech support.
-
Points: 5,051Rank: UC2 Brainery Purple Belt
Are the forms identical?
How many pages long is each form?
(I might be able to do it with JavaScript… No promises, though)
-
Points: 5,051Rank: UC2 Brainery Purple Belt
I have literally never used the typewriter. I guess I don’t have an issue with doing two clicks? Maybe I should give it a try and discover the wonder that is the typewriter tool?
-
Liz Larsen
MemberJanuary 5, 2023 at 2:36 pm in reply to: Use your scroll wheel to avoid moving markupsPoints: 5,051Rank: UC2 Brainery Purple BeltI’ve always used the middle mouse button to pan while mid-markup.
But I did not know the spacebar trick. That is a Grade A pro tip right there, sir.
-
Points: 5,051Rank: UC2 Brainery Purple Belt
@David Cutler, I was also thinking that the PDFs would have to be merged before doing any sort of data processing on them.
-
Points: 5,051Rank: UC2 Brainery Purple Belt
I don’t know that this would provide the type of solution he’s looking for. Is there a way to export that markup info without individually opening every single PDF?
-
Points: 5,051Rank: UC2 Brainery Purple Belt
Nice! I did not know this option existed. I don’t work with forms a lot, so I’d love to hear the results once @Vince tests this.
-
Points: 5,051Rank: UC2 Brainery Purple Belt
JavaScript can insert pages from another file. Would you like to do something like that?
-
Points: 5,051Rank: UC2 Brainery Purple Belt
Outside of Sessions, I would agree that it’d be nice to be able to clear a status. But, if you’re not in a session, you could just delete and recreate the markup to effectively clear the status.
-
Points: 5,051Rank: UC2 Brainery Purple Belt
Nope! You can only change the status to some other status.
-
Points: 5,051Rank: UC2 Brainery Purple Belt
A huge limitation to JavaScript within Bluebeam is that it can’t manipulate markups.
It can manipulate form fields, along with other document properties (insert/delete pages, page labels, bookmarks, etc…)
With that limitation in mind, I’m not sure how I would solve this using JavaScript. Sorry 😕
-
Liz Larsen
MemberNovember 8, 2022 at 2:14 pm in reply to: Video – Debugging JavaScript for Bluebeam in a Digital DashboardPoints: 5,051Rank: UC2 Brainery Purple BeltI had debated on how I wanted to do this particular video.
Did I want to figure it out off camera, then do a much more scripted video on how I fixed it? Or did I want to do it in real-time to show how I troubleshoot and problem-solve?
Obviously I went went with the latter. I figured “show, don’t tell” might work better. And it’ll make people feel better about their own silly mistakes. We all make them. Especially, I think, when writing code.
-
Points: 5,051Rank: UC2 Brainery Purple Belt
This is exactly one of the things I’m looking at.
With writing JavaScript in Bluebeam, there’s the eternal questions of:
- Does my code not work because I wrote it wrong?
- or
- Does my code not work because it’s not possible?
With such limited documentation available for what I’m doing, I have no idea if I should continue down some pathways in an attempt to fix my code, or if that will be a fruitless endevour.