[AppleScript] - Sketchup PrintRight
-
Found it. Thanks, John.
-
@dave r said:
Jeff, this sounds really cool and useful. I installed the PKG version on my MacBook Pro running OSX 10.6.8. No joy in SU. I don't get the menu entry you show and I can't locate the file to look at it or remove. There is nothing called ~system/library/services. A search of the HD for 'SU PrintRight.workflow' turns up nothing although I did get a message that it had installed successfully. I search the computer for '.workflow' but found only three files with that and none of them are SU PrintRight.workflow.
Suggestions?
if it's not showing up under sketchup services, you'll have to enable it here:
System Prefs->Keyboard->Keyboard Shortcuts->Services
the service should appear at the bottom of the listalso see the bit above about 'enabling assistive devices' in your prefs
[and after seeing the replies so far, i guess this type of 'how do i get it to work' has been going on for a while in the same manner as we see at scf with rubies.. so, Lion includes things to make all of this easier i guess in a similar way as su8M2 tries to do with 'install extensions'.. ]
-
Jeff, I couldn't find it because it installed under ~/Users/Jeff/Library/Services/ as John reported. Not because I couldn't understand how to use it. I followed your instructions and enabled under Assistive Devices as you described.
-
@dave r said:
Jeff, I couldn't find it because it installed under ~/Users/Jeff/Library/Services/ as John reported. Not because I couldn't understand how to use it. I followed your instructions and enabled under Assistive Devices as you described.
lol.. sorry about that.. let me take that pkg down for now.. i obviously used the wrong setting in package maker and had it set up to install in the same exact place as it does on my computers..
just download the lion version and place it manually at:
user/library/servicesdelete the user/jeff folder
-
I've got it basiclly running on 10.5.8, it doesn't appear recognize 'edge' as a dock preference,
so if I comment out**%(#0000FF)[get autohide of]%(#408000)[DockProp] %(#808080)[--get screen edge of DockProp] %(#0000FF)[if autohide is true then] %(#808080)[--or screen edge is not bottom then]**
it all still seems to work...
if dock is hidden it uses the full screen height and if it's showing I get a 90px margin from bottom of model area to top of 'Dock'I'll try and turn it back into a 'Leopard' service next, I pulled out the workflow and have it running from Automater...
for Leopard users
first clean up service menu http://manytricks.com/servicescrubber/
then it'll be easier when this is working...john
john -
@driven said:
I've got it basiclly running on 10.5.8, it doesn't appear recognize 'edge' as a dock preference,
so if I comment out**get autohide ofDockProp
--get screen edge of DockProp%(#0000FF)[if autohide is true then] %(#808080)[--or screen edge is not bottom then]**
it all still seems to work...
if dock is hidden it uses the full screen height and if it's showing I get a 90px margin from bottom of model area to top of 'Dock'hmm.. i think in that case, if the dock is visible but on a screen edge (mine is on the right side for instance), then there will still be space left at the bottom as it thinks there's a dock down thereā¦
put this in AppleScript Editor:
tell application "System Events" tell dock preferences get properties end tell end tell
and it will report which which preferences are recognizable :
(on lion, i get this) -
this is 10.5.8 list,
where I started from as well... {minimize effect:scale, dock size:1.0, location:bottom, magnification:false, class:dock preferences object, magnification size:0.5, animate:true, autohide:true}
or {minimize effect:scale, dock size:1.0, location:left, magnification:true, class:dock preferences object, magnification size:0.517857134342, animate:false, autohide:false}
right being the other location...when NOT hidden, with the commented out version it just pushes it sideways 90px, either left, right or up...
what happens when you leave it out on Lion?
john
-
not sure.. I'm on a phone now.
I'll chage it to where it checks for location or screen edge instead of just screen edge.
i guess at this point, I'm mostly concerned with the aspect ratio showing up properly.an easy way to check is by setting the paper height and width to the same size (square) the using the shift-cmmd-4 screenshot cursor to manually measure the drawing area.
-
been doing exactly that, and it's square... john
-
@driven said:
been doing exactly that, and it's square... john
sweet!
I figured out how to get into the print dialogs so I should be able to get the rest of my ideas implemented.
going to SF tmmr for a week so I might not get an update out super soon. -
@edson said:
besides, can the units be changed to metric?
hey Edson, i have a question about the metric deal..
if you go File -> Page Setupā¦ , are those units still being displayed in inches on your machine?and if you hover your mouse over the dimensions, is the popup showing your border settings also in inches?
for me, it always reports in inches regardless of my unit settings while the File->Document Setupā¦ will show metric if i change units to metric..
if your page setup is showing metric then it must be at setting at the system level that i can't figure out yet.. but i do know that if i print with another app that uses the same "Page Setupā¦ " (iWork's Pages for instance), the units are also in inches and i assume an apple app wouldn't force everyone to work in inches..
thanks[EDIT] -- nevermind, found it
System Prefs-> Language & Text-> Formats-> Measurement Units
-
Jeff,
I did some unit test, and if I draw a parallel projection, top view rectangle, the same size as an A4 297mm, 210mm sheet of paper.
then input width 297, height 210 in the dialogs, I get SU resized around my drawing with height margins 27px and width margins of 40px [one per side...]
I get the same if I change model units to inches, and/or the input to inches, I not sure the units make any odds? as long as there proportional.
I can't loose that margin... john
EDIT: unless I use export to PDF use view size, I get a full page PDF from Preview for printing, borderless...
EDIT: that doesn't work..... -
right, the actual units being used won't matter for setting the aspect ratio.. there will probably be some dialogs eventually (or maybe a summary) so i'll check if the user is US or metric for that display..
i almost have it working now without the dialogs, the script is pulling the paper dimensions from the 'page setup...' dialog.
maybe one more session with it tonight and i'll get that part hooked up -
@driven said:
EDIT: unless I use export to PDF use view size, I get a full page PDF from Preview for printing, borderless...
EDIT: that doesn't work.....right.. that's an example of why i want to do this thing..
if you want to print borderless, you have to make sure the paper/pdf has no borders set (which you can do via 'page setup->paper size->manage custom sizes.. -or- if you have the right printer type in your list, you'll have a few borderless options..it's super confusing when first trying to figure all this out in sketchup and unnecessarily complicated (three different windows/dropdowns which all have an effect on your final output plus the fact that sketchup prints the entire drawing window but it doesn't have any way to make your drawing window and paper the same size).. so my goal is to make this a lot easier..
ie- you want a borderless 8 1/2 x 11? use this script and do it right the first try etc..
we'll eventually see if it's successful (fingers crossed)
[and if it is successful, i hope to show it to the google devs as an example of how sketchup should/could work ] -
I've been trying to get scale printing sorted forever, including lots of tests for GSuT, it's a pain, however I do like applescript so I'll help out where I can...
Figuring out those margins is the issue... john
-
hmm.. so i'm running into some problems trying to do some things with applescript.. basically, it can't wait for the user to do something..
so for me to actually get this thing working as i would like it to, i'd have to have multiple scripts..one possibility (i think) would be doing it via ruby (with the help of the local's of course )
do you think something like this is possible?
- start the ruby
- (maybe use it for some user input/ parameters)
- ruby activates and gives the parameters to applescript(1)
- the script does it's thing to the end but ruby is watching over everything..
- the user does something (say a keystroke or clicks an 'ok' button or something) which the ruby sees then activates
applescript(2).. - etcetc..
might be a little more intense than what i'm willing to do but wandering just in case..
-
actually, i may have just found a workaround.. everything i've read so far has said it's impossible to make something like this happen in applescript but this is more/less working.. it fails maybe 1 out of 15 times but i think i can mess with it some more to get it consistent..
try this in the AppleScript editor.. (with sketchup running and a su window present)
tell application "SketchUp" activate tell application "System Events" to tell process "SketchUp" set drawwin to count of windows set AppleScript's text item delimiters to {" "} click menu item "page setup..." of menu "file" of menu bar 1 repeat until focused of window drawwin = true try set psz to value of static text 2 of sheet 1 of window drawwin end try end repeat set papw to first text item of psz set paph to third text item of psz display dialog "width = " & papw & " height = " & paph end tell end tell
it lets the user update their paper size while the script is still running and updating the variables according to the user's latest selection... then , when ok is pushed, the script continues along (well, in this case, it just show which numbers were pulled from the page setup..
i left some of the other stuff out of this post (determining paper orientation etc..) ... this is just illustrating that i may in fact be able to get all of this stuff into a single service.
-
fails here
get focused of window 16 of process "SketchUp" true "Canāt get text item 3 of \"\"."
-
@driven said:
fails here
get focused of window 16 of process "SketchUp" true "Canāt get text item 3 of \"\"."
hmm.. that's weird.. if it's getting to the text item3 part then it's making it through the 'wait' sequence which is what i was having problems with.. getting the text items was the easy part.
i'm not sure why it's failing to get the text item.. maybe thetext item delimiters aren't in leopard?
[seriously just a guess... or maybe your 'page setup' looks different than lions? (as shown in my earlier post questioning the metric/us settings)... i'll look into it.. -
second time I got this
%(#4000FF)[get value of static text 2 of sheet 1 of window 16 of process "SketchUp"
"HP Photosmart C5100 series"
get focused of window 16 of process "SketchUp"
true
display dialog "width = HP
height = C5100"
Ā«event ascrgdutĀ»
{}
display dialog "width = HP
height = C5100"]do you use 'Accessibility Inspector' to help pick your targets, can be useful
%(#404080)[<AXApplication: āSketchUpā>
<AXWindow: āUntitled - SketchUp Proā>
<AXSheet: āPage Setupā>]
<AXPopUpButton: āA4ā>
%(#404080)[Attributes:
AXRole: āAXPopUpButtonā
AXRoleDescription: āpop up buttonā
AXHelp: ā(null)ā
AXEnabled: ātrueā
AXFocused (W): āfalseā
AXParent: ā<AXSheet: āPage Setupā>ā
AXWindow: ā<AXWindow: āUntitled - SketchUp Proā>ā
AXTopLevelUIElement: ā<AXSheet: āPage Setupā>ā
AXPosition: āx=982 y=192ā
AXSize: āw=216 h=26ā
AXValue: āA4ā
AXChildren: ā<array of size 0>āActions:
AXShowMenu - show menu
AXPress - press]
Advertisement