Jump to content


- - - - -

X+ Setup Sheet and Tool List - 3rd party Add-on


  • Please log in to reply
317 replies to this topic

#261 Alex_AMEAB

Alex_AMEAB

    Member

  • Resellers
  • PipPip
  • 19 posts
  • Location:Sweden

Posted 18 June 2012 - 06:08 AM

Have anyone else had problems copying the css and xss file from X5 to X6? It worked fine from X4 to X5, but now i get an error when X+ is trying to read the files.

Error message "Attempted to access an unnamed file past its end."

#262 Jeremy Herron@DBS Solutions™

Jeremy Herron@DBS Solutions™

    Advanced Member

  • Members
  • PipPipPip
  • 781 posts
  • Location:Greenville, SC

Posted 18 June 2012 - 07:48 AM

When I unistalled and re-installed the latest download it wants to install in my shared documents folder instead of sharedmcamX6 folder and when I try to edit the html document with microsoft word it cannot find the *.css sheets? I am sure it is something I did but does anyone have any advice. I unistalled an reistalled the previous download and everything works fine again.



#263 Günther Massimo - GMCCS

Günther Massimo - GMCCS

    Advanced Member

  • Resellers
  • PipPipPip
  • 429 posts

Posted 19 June 2012 - 02:08 AM

Did you read the changes?

Link

#264 Alex_AMEAB

Alex_AMEAB

    Member

  • Resellers
  • PipPip
  • 19 posts
  • Location:Sweden

Posted 19 June 2012 - 03:45 AM

View PostGünther Massimo - GMCCS, on 19 June 2012 - 02:08 AM, said:

Did you read the changes?

Link

Was that directed to me or Jeremy? Because i couldnt find anything in the change notes about the xss and css files

#265 Jeremy Herron@DBS Solutions™

Jeremy Herron@DBS Solutions™

    Advanced Member

  • Members
  • PipPipPip
  • 781 posts
  • Location:Greenville, SC

Posted 19 June 2012 - 07:30 AM

Sorry Gunther I did not, but When I try edit the .html document with ms word I get an error missing *.css file. I open the X+ folder and it is there?

#266 Jeremy Herron@DBS Solutions™

Jeremy Herron@DBS Solutions™

    Advanced Member

  • Members
  • PipPipPip
  • 781 posts
  • Location:Greenville, SC

Posted 19 June 2012 - 07:30 AM

double post

#267 JParis

JParis

    Advanced Member

  • Moderators
  • 23,599 posts

Posted 30 June 2012 - 06:15 AM

Is there a way to get the .nc file name added in here?

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 Jay Kramer @ Precision Programming

Jay Kramer @ Precision Programming

    Advanced Member

  • Moderators
  • 3,017 posts
  • Location:Santa Clarita, Ca

Posted 02 July 2012 - 10:18 AM

Gunther, for some resion sense X6 I have not been able to get the Logo to work.

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 Günther Massimo - GMCCS

Günther Massimo - GMCCS

    Advanced Member

  • Resellers
  • PipPipPip
  • 429 posts

Posted 02 July 2012 - 02:20 PM

View PostJay Kramer @ Precision Programming, on 02 July 2012 - 10:18 AM, said:

Gunther, for some resion sense X6 I have not been able to get the Logo to work.

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 Günther Massimo - GMCCS

Günther Massimo - GMCCS

    Advanced Member

  • Resellers
  • PipPipPip
  • 429 posts

Posted 02 July 2012 - 02:26 PM

View PostJParis, on 30 June 2012 - 06:15 AM, said:

Is there a way to get the .nc file name added in here?

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 Jay Kramer @ Precision Programming

Jay Kramer @ Precision Programming

    Advanced Member

  • Moderators
  • 3,017 posts
  • Location:Santa Clarita, Ca

Posted 02 July 2012 - 05:53 PM

Well that is what I thought Gunther and no go. I am using Firefox to by the way.

#272 Günther Massimo - GMCCS

Günther Massimo - GMCCS

    Advanced Member

  • Resellers
  • PipPipPip
  • 429 posts

Posted 03 July 2012 - 08:12 AM

View PostJay Kramer @ Precision Programming, on 02 July 2012 - 05:53 PM, said:

Well that is what I thought Gunther and no go. I am using Firefox to by the way.

pls send me your css file.

#273 JParis

JParis

    Advanced Member

  • Moderators
  • 23,599 posts

Posted 03 July 2012 - 10:27 AM

I am looking for a way to shrink the screen cap

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 Jmick

Jmick

    Member

  • Members
  • PipPip
  • 122 posts
  • Location:Stockton Ca.

Posted 03 July 2012 - 12:30 PM

Jay I had the same problem with the logo also and found there was an extra space between the URL and the (. When I eliminated the extra  space it worked.

#275 John Hill @ Poplar Hill Machine

John Hill @ Poplar Hill Machine

    Member

  • Members
  • PipPip
  • 112 posts
  • Location:Conway, MA

Posted 05 July 2012 - 05:19 AM

John,

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! Posted Image

John

#276 JParis

JParis

    Advanced Member

  • Moderators
  • 23,599 posts

Posted 05 July 2012 - 03:28 PM

Thanks John, that works.

I can only wish Active Reports was this clean and friendly to alter

#277 Günther Massimo - GMCCS

Günther Massimo - GMCCS

    Advanced Member

  • Resellers
  • PipPipPip
  • 429 posts

Posted 09 July 2012 - 04:50 AM

View PostJohn Hill @ Poplar Hill Machine, on 05 July 2012 - 05:19 AM, said:

John,

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! Posted Image

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 JParis

JParis

    Advanced Member

  • Moderators
  • 23,599 posts

Posted 09 July 2012 - 09:36 AM

Thanks Gunther  :)

#279 John Hill @ Poplar Hill Machine

John Hill @ Poplar Hill Machine

    Member

  • Members
  • PipPip
  • 112 posts
  • Location:Conway, MA

Posted 10 July 2012 - 11:50 AM

View PostGünther Massimo - GMCCS, on 09 July 2012 - 04:50 AM, said:

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;
}

That sure makes things easier...thanks Günther! :thumbsup:

What about alternating background color for the tool rows, is that possible?

#280 JParis

JParis

    Advanced Member

  • Moderators
  • 23,599 posts

Posted 11 July 2012 - 05:42 AM

Should I be able to take my  jp.tl and jp.css and copy it to another computer?

I thought I might but I am getting an error when trying to launch it on the copied "to" computer