X+ Setup Sheet and Tool List - 3rd party Add-on
#261
Posted 18 June 2012 - 06:08 AM
Error message "Attempted to access an unnamed file past its end."
#262
Posted 18 June 2012 - 07:48 AM
#265
Posted 19 June 2012 - 07:30 AM
#266
Posted 19 June 2012 - 07:30 AM
#267
Posted 30 June 2012 - 06:15 AM
and unless there's a way to do it that I am missing, a nice addition, I think at least would be the ability to type in comments about the setup.
Being able to navigate and insert additional screen caps as well, might be nice as well.
#268
Posted 02 July 2012 - 10:18 AM
Here is the header of my XSS.css. I have tried both local and internet as you can see.
I know I am missing something in front of my face.
/* company logo <div> - location and size of image*/
.LOGO{
position:relative;
/* size of your logo */
width:219px;
height:93px;
/* position of your logo */
left:8px;
top:8px;
/* location of your logo */
local
/* background-image:url(file:///E:/pre-ppcadcam.png); */
/* internet */
/* background-image:url(http://www.mastercam...re-ppcadcam.png); */
background-repeat:no-repeat;
background-position:0px 0px;
z-index:1;
}
/* company logo <div> - location and size of image*/
.LOGO img
{
border:solid 1px;
}
/* header container <div> - size and position */
.HEADINFOTEXT{
position:relative;
left:0px;
top:200px;
max-width:500px;
background-color:white;
}
#269
Posted 02 July 2012 - 02:20 PM
Jay Kramer @ Precision Programming, on 02 July 2012 - 10:18 AM, said:
Here is the header of my XSS.css. I have tried both local and internet as you can see.
I know I am missing something in front of my face.
/* company logo <div> - location and size of image*/
.LOGO{
position:relative;
/* size of your logo */
width:219px;
height:93px;
/* position of your logo */
left:8px;
top:8px;
/* location of your logo */
local
/* background-image:url(file:///E:/pre-ppcadcam.png); */
/* internet */
/* background-image:url(http://www.mastercam...re-ppcadcam.png); */
background-repeat:no-repeat;
background-position:0px 0px;
z-index:1;
}
/* company logo <div> - location and size of image*/
.LOGO img
{
border:solid 1px;
}
/* header container <div> - size and position */
.HEADINFOTEXT{
position:relative;
left:0px;
top:200px;
max-width:500px;
background-color:white;
}
You have to uncomment the line.
Remove "/*" and "*/"
background-image:url(http://www.mastercam...re-ppcadcam.png);
#270
Posted 02 July 2012 - 02:26 PM
JParis, on 30 June 2012 - 06:15 AM, said:
and unless there's a way to do it that I am missing, a nice addition, I think at least would be the ability to type in comments about the setup.
Being able to navigate and insert additional screen caps as well, might be nice as well.
-Progname is part of the parameters you can add to the list.
-Comments can be typed in at the header.
#271
Posted 02 July 2012 - 05:53 PM
#273
Posted 03 July 2012 - 10:27 AM
The large bmp is really too big and the small is tool small, I'd like to get something "in between"
Looking through the css I don't see anything controlling the size of the bmp.
Is there a way to get control of the size?
#274
Posted 03 July 2012 - 12:30 PM
#275
Posted 05 July 2012 - 05:19 AM
I've found that reducing the size of the graphics window in Mastercam also reduces the size of the screen capture. Sometimes I need to shrink it to a third of the normal size to get correct size & placement on the tool list.
It would be really nice to be able to specify this in the css...along with alternate colored backgrounds for the tool list like before!
John
#276
Posted 05 July 2012 - 03:28 PM
I can only wish Active Reports was this clean and friendly to alter
#277
Posted 09 July 2012 - 04:50 AM
John Hill @ Poplar Hill Machine, on 05 July 2012 - 05:19 AM, said:
I've found that reducing the size of the graphics window in Mastercam also reduces the size of the screen capture. Sometimes I need to shrink it to a third of the normal size to get correct size & placement on the tool list.
It would be really nice to be able to specify this in the css...along with alternate colored backgrounds for the tool list like before!
John
You can add the following lines to the css to set the screen capture size to a maximum size of 320 pixels (or any other size).
.HEADSCREENSHOT img{
max-height: 320px;
max-width: 320px;
}
#278
Posted 09 July 2012 - 09:36 AM
#279
Posted 10 July 2012 - 11:50 AM
Günther Massimo - GMCCS, on 09 July 2012 - 04:50 AM, said:
.HEADSCREENSHOT img{
max-height: 320px;
max-width: 320px;
}
That sure makes things easier...thanks Günther!
What about alternating background color for the tool rows, is that possible?
#280
Posted 11 July 2012 - 05:42 AM
I thought I might but I am getting an error when trying to launch it on the copied "to" computer















