Trimming autocad style?

is there a way to do trimming autocad style? watch the gif animation

See Shape Builder tool in the documentation.
ALWAYS state what version Illustrator you are using.
JET

Similar Messages

  • Imported code not working in DW

    I inherited a website that was coded in notepad++.  I've imported all the files into DW but the pages don't display.  I also get an syntax error, don't know where to begin looking.   I've tried to play around with the code and can get some things to display.  If you want to look at the coding the website is www.nusteel.ca. Any help would be appreciated!

    it's still blank
    here's another page
    <?
    $main_content .= '
              <script>
                        $(document).ready(function() {
                                  $(".ui-widget-overlay").live("click", function() {
                                            $dialog.dialog("close");
                        $(".popUpImg").live("click", function() {
                                  openImg($(this));
                        function changeProduct(menu, obj){
                                  $(".productMenu").css({"color":"#000000"})
                                  $(".prodContent").hide();
                                  $(menu).css({"color":"#a50000"})
                                  $(obj).fadeIn();
                        function openImg(obj){
                                  $dialog = $("<div></div>")
                                            .html("<img src=\'"+$(obj).attr("src")+"\'>")
                                            .dialog({
                                                      modal: true,
                                                      show: {effect: "fade", duration: 500},
                                                      hide: {effect: "fade" , duration: 500},
                                                      draggable: false,
                                                      width: 600,
                                                      resizable: false,
                                                      open: function(event, ui) {
                                                                $(".ui-dialog").css({"padding":"0px","margin":"0px"});
                                                                $(".ui-dialog-content").css({"padding":"0px","margin":"0px" });
                                                                $(".ui-dialog-titlebar").hide();
                                                      close: function(event, ui) {
                                                                          $dialog.html("");
                                                                          $dialog.dialog("destroy");
                                  $dialog.dialog("open");
                        index1 = 0
                        imgArray1=new Array("images/trim/26-BF8-12 - Base Flashing.JPG","images/trim/26-DC-100 - Door + Window Drip Cap.JPG","images/trim/26DC-100 Door Window Drip Cap.JPG","images/trim/26DS-100.JPG","images/trim/26DSC-100 - Downspout Cap.JPG","images/trim/26-EF-NG - Eave Fascia No Gutters.JPG");
                        function nextPic(){
                                  if(index1 + 1 < $(imgArray1).length){
                                            index1 = index1 + 1
                                  }else{
                                            index1 = 0
                                  $(\'#imagegroup1\').attr("src", "images/trim/"+imgArray1[index1]);
                        function prevPic(obj){
                                  if(index1 == 0){
                                            index1 = $(imgArray1).length -1;
                                  }else{
                                            index1 = index1 - 1
                                  $(\'#imagegroup1\').attr("src", "images/trim/"+imgArray1[index1]);
              </script>
              <style>
                        .popUpImg{
                                  cursor:pointer;
                        .header2{
                                  font-size:22px;
                                  margin-top:40px;
                        .sub-header2{
                                  font-size:14px;
                                  margin-top:10px;
                                  margin-bottom:10px;
                        .mainLeft{
                                  width:30%;
                        .content2{
                                  width:70%;
              </style>
              <div style="padding-top:0px; padding-bottom:50px;">
                        <div class="pageHeader">
                                  PRODUCT
                        </div>
                        <div style="padding:20px 0px 20px 0px;">
                                  <span onclick="changeProduct($(this),$(\'#buildingType\'))" class="productMenu" style="cursor:pointer; padding-right:20px; color:#a50000">BUILDING TYPE</span>
    <!--
                                  <span onclick="changeProduct($(this),$(\'#construction\'))" class="productMenu" style="cursor:pointer; padding-right:20px;">CONSTRUCTION</span>
    -->
                                  <span onclick="changeProduct($(this),$(\'#accessories\'))" class="productMenu" style="cursor:pointer; padding-right:20px;">ACCESSORIES</span>
                                  <span onclick="changeProduct($(this),$(\'#standardTrim\'))" class="productMenu" style="cursor:pointer; padding-right:20px;">STANDARD TRIM</span>
                                  <span onclick="changeProduct($(this),$(\'#standardColorChart\'))" class="productMenu" style="cursor:pointer; padding-right:20px;">STANDARD COLOR CHART</span>
                        </div>
                        <div class="prodContent" id="standardColorChart"  style="display:none">
                                  <img src="images/Nusteel-TrimColors.jpg" style="width:900px;">
                                  <hr>
                                  <div style=" float:right; width:650px">
                                            <div style="padding:40px;">
                                                      Click to download the above image.
                                            </div>
                                            <hr style="">
                                  </div>
                                  <div style="text-align:center; float:left; width:150px; padding:40px">
                                            <a href="pdf/Nusteel-TrimColors.pdf" style="color:#a50000;  text-decoration: none;">
                                            Standard Color Chart<br><br>
                                            <img border=0 style="width:150px;" src="images/DownloadBtn.jpg"></a>
                                  </div>
                                  <div style="clear:both"></div>
                        </div>
                        <div class="prodContent" id="standardTrim"  style="display:none">
                                  <img src="images/SteelBuildingTrimDiagram.jpg" style="width:900px;">
                                  <hr>
                                  <div style=" float:center; width:900px">
                                            <div style="padding:40px;">
                                                      Any of the below profiles or measurements can be customized to fit the project requirments and are available in a variety of colors.
                                            </div>
                                            <hr style="">
                                  </div>
                                  <div style="clear:both"></div>
                                  <img class="popUpImg" src="images/trim/26-BF8-12 - Base Flashing.jpg" style="float:left; width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/26-DC-100 - Door + Window Drip Cap.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/26DC-100 Door Window Drip Cap.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/26DS-100.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/26DSC-100 - Downspout Cap.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/26-EF-NG - Eave Fascia No Gutters.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/26-EF-WG - Eave Fascia with Gutters.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/26EG-200 - Gutter.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/26RC-100 - Ridge Cap Fascia.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/26REC-S - NG Seam Rdige End Cap.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/26-USS Snow Stop.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/29GC-100 - Liner Gable Cover.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/29GC-200 - Liner Gable Cover Alternate.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/29JM - T2 J-Mold.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/29OC832-300 - Outside Corner.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/Base Framing.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/Gable Trim for NS 1236 Roof 26GT1236.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/GDC-100 - Garage Door Cap.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/J-Mold for NS 800.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/Liner Door Window and Jamb Fascia 29-JM-832.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/Liner Gable + Eave Fascia 29-LJM-832.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/Liner Inside Corner Fascia 29-IC-832.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/MRFC - 200 - Metal Roof Fascia Cap.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/MRFC-100- Metal Roof Fascia Cap.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/NS 1236 JM 1236 - J-Mold.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/OHC - 200 - Over Head Door Cap.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/OHC-300 - Overhead Door Cap.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/Outside Corner Fascia - 26OC-300.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/Outside Corner Fascia NS 800 26OC-100.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/Outside Corner for 1236 29OC-200.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/Overhead Door Post + header Cover 26-ODC.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/REF-100 - Reinforced Fascia.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/SSR 26GT-SSR324 - Gable Trim for Standing Seam Roof.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/Standing Seam Ridge Block.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/Standing Seam Snow Stop Base.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/TBDB 28 - Door Backing.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/TBDRR - Deluxe Roof Ridge Cap.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/TBGT - Gable Trim.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/TBIC - Inside Corner.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/TBOCP - Outside Corner Post.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/TBRE34 - Roof Edge.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/TBREF - Eave Flashing.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                                  <img class="popUpImg" src="images/trim/TBWTR - Wall to Roof Flashing.jpg" style="float:left;width:170px; margin-right:10px;margin-bottom:10px;">
                        </div>
                        <div class="prodContent" id="buildingType">
                                  <div>
                                            <div style="width:50%;float:left;">
                                                      <img src="images/Pre-EngSteelBuilding.jpg">
                                            </div>
                                            <div style="width:50%;float:left;">
                                                      <div class="header" style="text-align:left; padding:0px;">PRE-ENGINEERED BUILDING</div>
                                                      <p>
                                                                A Pre-Engineered building is a structure that consists of pre-engineered, pre-fabricated factory components
                                                                that are combined together and engineered structurally so that each component works together.  Our
                                                                pre-engineered buildings have a clear span up to 120\' wide.
                                                      </p>
                                                      <p>
                                                                Nu-Steel Pre-Engineered buildings help you in erecting your structures easily and conveniently. 
                                                                The structures are strong, easy to build and are also economically priced.  Many of our customers choose
                                                                to erect their buildings themselves.  All structural pieces come pre-drilled and pre-cut ready for
                                                                assembly - no welding required.  Nu-Steel buildings are shipped with user friendly manuals while the
                                                                knowledgeable staff can answer any questions you may have during assembly.  Pre-Engineered builings,
                                                                depending on complexity, are usually shipped within 4 - 6 weeks from the time the drafts are approved.
                                                      </p>
                                            </div>
                                            <div style="clear:both"></div>
                                  </div>
                                  <div style="margin-top:20px;">
                                            <div style="width:50%;float:left;">
                                                      <img src="images/conventionalsteelbuilding.jpg">
                                            </div>
                                            <div style="width:50%;float:left;">
                                                      <div class="header" style="text-align:left; padding:0px;">CONVENTIONAL STEEL BUILDING</div>
                                                                When choosing to construct a large steel structure, Conventional Steel buildings offer the
                                                                convenience of building as wide as you would like with columns or posts in place to maintain
                                                                the structural integrity of the building.  Box stores, malls, hospitals and office buildings
                                                                usually use this type of structure.
                                                      </div>
                                            <div style="clear:both"></div>
                                  </div>
                        </div>
    <!--
                        <div class="prodContent" id="construction" style="display:none">
                                  <div>
                                            <div style="width:50%;float:left;">
                                                      <img src="images/bottomMenuLogo.png">
                                            </div>
                                            <div style="width:50%;float:left;">
                                                      <div class="header" style="text-align:left; padding:0px;">CONSTRUCTION</div>
                                                      Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim
                                            </div>
                                            <div style="clear:both"></div>
                                  </div>
                                  <div style="margin-top:20px;">
                                            <div style="width:50%;float:left;">
                                                      <img src="images/bottomMenuLogo.png">
                                            </div>
                                            <div style="width:50%;float:left;">
                                                      <div class="header" style="text-align:left; padding:0px;">CONSTRUCTION</div>
                                                      Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim
                                                      ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit
                                            </div>
                                            <div style="clear:both"></div>
                                  </div>
                        </div>
    -->
                        <div class="prodContent" id="accessories" style="display:none">
                                  <div class="header2">NS 1236 ROLL FORMED SHEETING</div>
                                  <div class="sub-header2">24 Gauge & 26 Gauge</div>
                                  <div class="mainLeft" style="float:left;">
                                            <img src="images/accessories/NS 1236 (2)-2.jpg" style="width:200px;">
                                  </div>
                                  <div class="content2" style="float:left;">
                                            This versatile panel can be used for many applications:  it is a roof panel that can also be used for exterior walls.  If a stronger liner is needed, this is the panel to use.  The stock colour is galvalume but it can be ordered in any standard colour.
                                            <div style="padding-top:20px;">
                                                      <a href="pdf/NS 1236 (2).pdf" target="_new">
                                                                <img border=0 src="images/DownloadBtn.jpg" style="width:150px;">
                                                      </a>
                                            </div>
                                  </div>
                                  <div style="clear:both"></div>
                                  <div class="header2">SSR 324 ROLL FORMED ROOFING</div>
                                  <div class="sub-header2">24 Gauge & 26 Gauge</div>
                                  <div class="mainLeft" style="float:left;">
                                            <img src="images/accessories/SSR 324-2.jpg" style="width:200px;">
                                  </div>
                                  <div class="content2" style="float:left;">
                                            With a three inch high flute and the clip and seam system, the SSR roof system is the ideal choice for a low slope roof.  The clips are designed to move as the roof sheets expand and contract from the heat and cold.  These sheets come cut to length and the standard galvalume can be upgraded to any of our standard colours.
                                            <div style="padding-top:20px;">
                                                      <a href="pdf/SSR 324.pdf" target="_new">
                                                                <img border=0 src="images/DownloadBtn.jpg" style="width:150px;">
                                                      </a>
                                            </div>
                                  </div>
                                  <div style="clear:both"></div>
                                  <div class="header2">Z – PURLINS</div>
                                  <div class="sub-header2">12, 14, & 16 Gauge</div>
                                  <div class="mainLeft" style="float:left;">
                                            <img src="images/accessories/Zee-2.jpg" style="width:200px;">
                                  </div>
                                  <div class="content2" style="float:left;">
                                            All the light gauge components come galvanized coated.
                                            <div style="padding-top:20px;">
                                                      <a href="pdf/Zee.pdf" target="_new">
                                                                <img border=0 src="images/DownloadBtn.jpg" style="width:150px;">
                                                      </a>
                                            </div>
                                  </div>
                                  <div style="clear:both"></div>
                                  <div class="header2">C – CHANNEL</div>
                                  <div class="sub-header2">12, 14, & 16 Gauge</div>
                                  <div class="mainLeft" style="float:left;">
                                            <img src="images/accessories/Cee-2.jpg" style="width:200px;">
                                  </div>
                                  <div class="content2" style="float:left;">
                                            All the light gauge components come galvanized coated.
                                            <div style="padding-top:20px;">
                                                      <a href="pdf/Cee.pdf" target="_new">
                                                                <img border=0 src="images/DownloadBtn.jpg" style="width:150px;">
                                                      </a>
                                            </div>
                                  </div>
                                  <div style="clear:both"></div>
                                  <div class="header2">NS 636 STEEL DECK</div>
                                  <div class="sub-header2">20 Gauge & 22 Gauge</div>
                                  <div class="mainLeft" style="float:left;">
                                            <img src="images/accessories/NS 636-1.jpg" style="width:200px;">
                                  </div>
                                  <div class="content2" style="float:left;">
                                            Heavy duty steel deck comes in a satin coat or galvanized finish.  It is used for built up roofs or mezzanine floors.  The galvanized option can be used for a tough liner panel.
                                            <div style="padding-top:20px;">
                                                      <a href="pdf/NS 636.pdf" target="_new">
                                                                <img border=0 src="images/DownloadBtn.jpg" style="width:150px;">
                                                      </a>
                                            </div>
                                  </div>
                                  <div style="clear:both"></div>
                                  <div class="header2">NS 800mm METAL WALL CLADDING</div>
                                  <div class="sub-header2">24 Gauge & 26 Gauge</div>
                                  <div class="mainLeft" style="float:left;">
                                            <img src="images/accessories/NS 800-2.jpg" style="width:200px;">
                                  </div>
                                  <div class="content2" style="float:left;">
                                            Standard exterior wall cladding cut to length at the factory for ease of installation.  Comes in a variety of colours.
                                            <div style="padding-top:20px;">
                                                      <a href="pdf/NS 800.pdf" target="_new">
                                                                <img border=0 src="images/DownloadBtn.jpg" style="width:150px;">
                                                      </a>
                                            </div>
                                  </div>
                                  <div style="clear:both"></div>
                                  <div class="header2">NS 832 LINER PANEL</div>
                                  <div class="sub-header2">26 Gauge & 29 Gauge</div>
                                  <div class="mainLeft" style="float:left;">
                                            <img src="images/accessories/NS 832-2.jpg" style="width:200px;">
                                  </div>
                                  <div class="content2" style="float:left;">
                                            This is a low rib panel that is used for lining the inside of steel buildings for a clean and maintenance free, easy to clean interior.  This panel, along with CNC bent custom trims, can also be used for covering walls and roofs of existing wood buildings to make it mainteance free.  This strong and attractive panel is suitable for agriculture, commercial, and industrial applications.  Also available in PVC for high humidity areas (profile may differ).
                                            <div style="padding-top:20px;">
                                                      <a href="pdf/NS 832.pdf" target="_new">
                                                                <img border=0 src="images/DownloadBtn.jpg" style="width:150px;">
                                                      </a>
                                            </div>
                                  </div>
                                  <div style="clear:both"></div>
                        </div>
                        <div style="clear:both; text-align:justify; text-align-last:justify;padding-top:50px;">
                                  AGRICULTURAL | COMMERCIAL | RESIDENTIAL & GARAGES | GOVERNMENT | INDUSTRIAL | INSTITUTIONAL | RECREATIONAL
                        </div>
                        <div style="clear:both"></div>
              </div>';
    ?>

  • Forum Find for 2009-April-22 Happy Earth Day!

    Check out how BestBuy.com customers are rating our latest "Forum Find" for ENERGY STAR Qualified washers!
    LG - 3.6 Cu. Ft. 5-Cycle Washer - White
    Model: WM2016CW | SKU: 8247569
    ENERGY STAR Qualified
    The abundant settings on this washer let you customize each cycle for
    specific fabric types, so your clothes will maintain colors with
    reduced wear. The front load design is easy to load and unload, and the
    glass door with silver trim adds style to your laundry room.
    LoDecibel operation; Dial-A-Cycle controls; SenseClean system; end-of-cycle beeper; control lock
    4.8 of 5 (94 reviews)
    As of 4-21-2009 11:59 PM CDT
    *Information is current as of this posting and subject to change without notice. Opinions are exclusive to original author of rating post. Product availability may vary without guarantee of stock. Pedestal sold separately.
    Do you like this Forum Find? Click on Kudos to the right!
    Matthew|Community Advocate | Best Buy® Corporate
    Visit our Channel on
     Private Message

    Need a hard drive to go with this?  Check out last week's Forum Find at:
    http://forums.bestbuy.com/bb/board/message?board.i​d=Computers_New&thread.id=4681
    Matthew|Community Advocate | Best Buy® Corporate
    Visit our Channel on
     Private Message

  • Quicktime Export Missing??

    Being very keen on the look of the new Quicktime, it was the first thing I played with. And it is very disappointing. It looks great, but offers a fraction of the functionality of the older quicktime pro.
    I cannot select and delete, copy or past areas of video like I could with the older version. I can now trim, iPhone style, but I could trim with the older QT anyway, so why is this new?
    However, the real sore point, as I rarely do any of the mentioned things above in QT, is that there is no export option, only save as, which has a comical amount of options, as in only a few. I can no longer export to DivX/AVI or any of the other formats that I sometimes needed to use for video work. So having looked and found no evidence of QT-Pro existing anymore, is this all we have, the kids version with no power but looks pretty?
    They seem to have taken a really powerful tool, the swiss-army knife of video converters, and turned it into a toy. So having used QT for most of my conversion work, do I really need to fire up Final Cut Pro, Sound Track Pro or Compressor every time I need to flip a simple audio file from AIFF into MP3 (using LAME) or if some PC user needs something in AVI for an older office product?
    Seems such a backward step to me. Can anyone in the mean time recommend a good converter of the same caliber as the older QT. Will check out VLC, but thought that was limited when I last looked a few years ago.
    Message was edited by: GLB Leon

    Yes, I agree this is obviously intentional, as they would not have included QT7. But, it is very messy poor quality workaround that shows issues with Apples software development strategies. It means anyone regularly encoding video and audio has to now juggle between files opening in default QTX and then bouncing them into the older QT7, when QTX SHOULD do these exports and edits, as QT has always been a tool and not just a player.
    Apple have an annoying habit of releasing software that strips functions away from the older versions, because the software is not yet ready for release. Look at the new iMovie, which had people downloading the older version because the new iMovie was so primitive on its first release. I would rather they gave the old code for QT7 a face lift in the style of QTX, so we had the same functionality, rather than start a new version of QT from scratch, which half delivers. At least this would have been acceptable until the newer code for QTX could replicate all functionality of the older QT7. Then a simple update sometime down the road would replace older QT with newer.
    It just muddles the workflow of many users who use this as a tool, and already I have found very annoying as I rarely use QT as a simple player only. So have now changed the default app to QT7, which sort of defeats the point of an update.
    Message was edited by: GLB Leon

  • A little problem getting the style tag of a html file seperate from rest

    I'm making a program that will take in a URL and then search through that URL for all a, link, embed, frame, and img tags, find their sources, and download them. I also want to search through the style and find anything that uses a URL (ex. background-image:url('somepic.jpg')) and download that file. In the end, you should be able to go to the directory you saved it all in, open index.html, and see an exact replica of the original site. Now, my problem is that my program isn't getting the style tag's contents. Here's my code: import java.io.*;
    import java.util.*;
    import java.net.*;
    public class Test
         //-->>>> MAIN <<<<--//
         public static void main(String...a)
              try{
                   System.out.print("Enter URL: ");
                   String target = new Scanner(System.in).next();
                   URL url = null;
                   try{
                        url = new URL(target);
                   }catch(MalformedURLException x){
                        url = new URL("http://" + target);
                   Scanner scan = new Scanner(url.openStream());
                   scan.useDelimiter("<");
                   ArrayList<String> tokens = new ArrayList<String>();
                   while(scan.hasNext())
                        String str = scan.next();
                        str = str.trim();
                        Scanner tags = new Scanner(str);
                        if(tags.hasNext())
                             String tag = tags.next();
                             if(tag.equalsIgnoreCase("a") || tag.equalsIgnoreCase("img") || tag.equalsIgnoreCase("link") || tag.equalsIgnoreCase("embed") || tag.equalsIgnoreCase("frame"))
                                  tokens.add(str);
                             else if(tag.equalsIgnoreCase("style"))
                                  tokens.add(str);// This isn't adding anything
                   for(String str : tokens)
                        System.out.println(str);
              }catch(UnknownHostException x){
                   System.err.println("Host not found.");
              }catch(Exception x){
                   x.printStackTrace();
         //-->>>> FindURLAttributes <<<<--// <--- Under construction
         private static ArrayList<String> findURLAttributes(String tag)
              ArrayList<String> tokens = new ArrayList<String>();
              tokens.add(tag);
              return tokens;
    }

    I've never tried it, but it seems like using an existing html parser would be a lot easier. I've worked with xml dom parsers, and it's not really that hard. I don't imagine working with an html dom would be too difficult either, at least it wouldn't be as hard as doing it by hand. Google for java html parser and see if any of them suit your needs.

  • Why don't AutoCAD drawings converted by Acrobat 9.1.2 Pro print?

    I have been using Adobe Acrobat 6.01 Professional to make PDF files from my AutoCAD 2002 drawings. I email these PDF files to a client who prints them. My drawings are 2D with a 24 x 36 inch sheet size. The Adobe conversion buttons were automatically installed on my AutoCAD 2002 toolbar when installed Acrobat 6.01 Pro. When I would make a PDF file I went to the layout view of the drawing, and click the button “Convert to Adobe PDF”. Everything worked GREAT. I would email the PDF drawing files to the client, and they sent them to the printer and produced their hard copy drawings.
    A few months ago I purchased Adobe Creative Suite 4 Design Premium. After installing this suite my Acrobat 6.01 Pro was replaced by Acrobat 9.1 Pro, and the Adobe conversion buttons were removed from my AutoCAD 2002 toolbar. I now have to either try to create the PDF files from within Acrobat 9.1 Pro, or from within AutoCAD by selecting Adobe PDF as my plot device and plotting them. A PDF file is created with either method which can be opened and viewed as a normal, but neither will print on my client’s printer. When sent to the printer they get a “parsing error.” Also these PDF files are about half the megs of those created by using the conversion buttons on the AutoCAD toolbar for Acrobat 6.01 Pro.
    I have up dated Acrobat 9.1 Pro to Acrobat 9.1.2 Pro, and do like the many new features. I set up the recourse path for the text, plot, and styles in Acrobat 9.1.2 Pro. Nothing I tried fixed the problem, so I uninstalled Acrobat 9.1.2 Pro and reinstalled Acrobat 6.01 Pro. Everything is back to normal, and the Adobe conversion buttons are back on my AutoCAD 2002 toolbar?
    I would like to be able to use Acrobat 9.1.2 Pro because of its new features, but Acrobat 6.01 Pro and Acrobat 9.1.2 Pro can’t exist on my computer at the same time. Is there a fix for Acrobat 9.1.2 Pro? Is there a way to get the Adobe conversion buttons back on my AutoCAD 2002 toolbar? What am I doing wrong? I’m running Windows XP and have read about Acrobat 9 Pro includes a Windows-only PDFMaker for AutoCAD. Supposedly PDFMaker runs inside of AutoCAD, but will it run inside of AutoCAD 2002? Is PDFMaker inside of folder with Acrobat 9.1.2 Pro? HELP.
    Heli409

    Over the weekend I wiped my hard drive and did a total clean instal of Leopard (not Snow Leopard) - total clean meaning I had to find all my serial numbers when reinstalling apps. A lot of work.
    The problems with InDesign have cleared up, but my Acrobat problem remains. However, I have isolated the problem: it occurs after I have done an "Examine document..." and removed all metadata and other stuff, then resaved the file. I close the saved file and the file closes leaving an empty window (same as a Microsoft Windows window). The little clock mouse icon spins wildly around (forever), I tell Acrobat to either close this window or quit, and it crashes.
    Acrobat closes other "unexamined" documents without any problems and thus I have been able to save my toolbars...
    Anyone else have this crashing problem? Does anyone have a solution?
    Note: if anyone else does a total reinstal of Leopard from Snow Leopard then export your iCal calendars first. They were the only things I lost and this loss was (fortunately) no big deal as they were backed up elsewhere in Leopard.

  • Web Service trims off type-names?

    Hi,
    I'm trying to set up a web service on OAS, and have come across a strange problem which I can't figure out. The problem is that the result I get from the web-service doesn't follow the WSDL which was generated by JDeveloper. Some of the type-names of my complex types seems to be "trimmed" off.
    For instance, I've got one complex type called (see the WSDL at the end of my post):
    "com_ibm_no_slf_wesla_value_ws_LandbrukseiendomDetaljerDTO"
    but my webservice returns it as:
    "com_ibm_no_slf_wesla_v_LandbrukseiendomDetaljerDTO"
    And the length of this type-name seems to differ when I try to deploy the webservice on different environments (development, test, etc). If I try to deploy the web-service without the pre-generated WSDL, the "on-the-fly"-generated WSDL also has trimmed-off type-names.
    Is there some kind of setting for the maxlength of this name or something?
    Any ideas are very much appreciated :)
    Thanks,
    Morten
    Here are some details of my webservice.
    I've got a regular java-class which I want to expose: EnterpriseWSBD, with an interface IEnterpriseWS.
    My web.xml contains the following:
    <web-app>
    <description>Web Application</description>
    <servlet>
    <servlet-name>EnterpriseWS</servlet-name>
    <servlet-class>oracle.j2ee.ws.StatelessJavaRpcWebService</servlet-class>
    <init-param>
    <param-name>class-name</param-name>
    <param-value>com.ibm.no.slf.wesla.bd.ws.EnterpriseWSBD</param-value>
    </init-param>
    <init-param>
    <param-name>interface-name</param-name>
    <param-value>com.ibm.no.slf.wesla.bd.ws.IEnterpriseWS</param-value>
    </init-param>
    </servlet>
    <servlet-mapping>
    <servlet-name>EnterpriseWS</servlet-name>
    <url-pattern>/EnterpriseWS</url-pattern>
    </servlet-mapping>
    <session-config>
              <session-timeout>35</session-timeout>
    </session-config>
    <mime-mapping>
              <extension>html</extension>
              <mime-type>text/html</mime-type>
    </mime-mapping>
    <mime-mapping>
              <extension>txt</extension>
              <mime-type>text/plain</mime-type>
    </mime-mapping>
    </web-app>
    My WSDL contains the following (generated by JDeveloper):
    <definitions
    name="EnterpriseWS"
    targetNamespace="http://com/ibm/no/slf/wesla/bd/ws/EnterpriseWSBD.wsdl"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:tns="http://com/ibm/no/slf/wesla/bd/ws/EnterpriseWSBD.wsdl"
    xmlns:ns1="http://com.ibm.no.slf.wesla.bd.ws/IEnterpriseWS.xsd">
    <types>
    <schema
    targetNamespace="http://com.ibm.no.slf.wesla.bd.ws/IEnterpriseWS.xsd"
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns="http://www.w3.org/2001/XMLSchema">
    <complexType name="com_ibm_no_slf_wesla_value_ws_ForetakFinnDTO" jdev:packageName="com.ibm.no.slf.wesla.value.ws" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="orgnr" type="string"/>
    <element name="hentLbrAdresse" type="boolean"/>
    <element name="hentBedriftsknytninger" type="boolean"/>
    <element name="hentEierknytninger" type="boolean"/>
    <element name="hentRoller" type="boolean"/>
    <element name="visOpphorte" type="boolean"/>
    </all>
    </complexType>
    <complexType name="com_ibm_no_slf_wesla_value_ws_ForetakDetaljerDTO" jdev:packageName="com.ibm.no.slf.wesla.value.ws" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="orgnr" type="string"/>
    <element name="navn" type="string"/>
    <element name="enhetsType" type="ns1:com_ibm_no_slf_wesla_value_CodeFactoryDTO"/>
    <element name="aktiv" type="int"/>
    <element name="registrertIMva" type="int"/>
    <element name="adresse" type="ns1:com_ibm_no_slf_wesla_value_ws_AdresseDetaljerDTO"/>
    <element name="eiendomsknytningListe" type="ns1:ArrayOfcom_ibm_no_slf_wesla_value_ws_EiendKnytningDTO"/>
    <element name="rolleListe" type="ns1:ArrayOfcom_ibm_no_slf_wesla_value_ws_RolleDetaljerDTO"/>
    <element name="bedriftsknytningListe" type="ns1:ArrayOfcom_ibm_no_slf_wesla_value_ws_BedrKnytningDTO"/>
    </all>
    </complexType>
    <complexType name="com_ibm_no_slf_wesla_value_CodeFactoryDTO" jdev:packageName="com.ibm.no.slf.wesla.value" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="codeValue" type="string"/>
    <element name="description" type="string"/>
    <element name="domain" type="string"/>
    <element name="shortDescription" type="string"/>
    </all>
    </complexType>
    <complexType name="com_ibm_no_slf_wesla_value_ws_AdresseDetaljerDTO" jdev:packageName="com.ibm.no.slf.wesla.value.ws" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="adresseLinje1" type="string"/>
    <element name="adresseLinje2" type="string"/>
    <element name="adresseLinje3" type="string"/>
    <element name="poststed" type="ns1:com_ibm_no_slf_wesla_value_PoststedDTO"/>
    <element name="stedUtland" type="string"/>
    <element name="land" type="ns1:com_ibm_no_slf_wesla_value_LandDTO"/>
    <element name="telefon" type="string"/>
    <element name="telefax" type="string"/>
    <element name="mobiltelefon" type="string"/>
    <element name="epost" type="string"/>
    </all>
    </complexType>
    <complexType name="com_ibm_no_slf_wesla_value_PoststedDTO" jdev:packageName="com.ibm.no.slf.wesla.value" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="nyttPostnr" type="string"/>
    <element name="postnr" type="string"/>
    <element name="poststed" type="string"/>
    </all>
    </complexType>
    <complexType name="com_ibm_no_slf_wesla_value_LandDTO" jdev:packageName="com.ibm.no.slf.wesla.value" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="landKode" type="string"/>
    <element name="landNavn" type="string"/>
    </all>
    </complexType>
    <complexType name="com_ibm_no_slf_wesla_value_ws_EiendKnytningDTO" jdev:packageName="com.ibm.no.slf.wesla.value.ws" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="eierType" type="ns1:com_ibm_no_slf_wesla_value_CodeFactoryDTO"/>
    <element name="eiertilknytning" type="ns1:com_ibm_no_slf_wesla_value_CodeFactoryDTO"/>
    <element name="landbrukseiendom" type="ns1:com_ibm_no_slf_wesla_value_ws_LandbrukseiendomDetaljerDTO"/>
    <element name="person" type="ns1:com_ibm_no_slf_wesla_value_ws_PersonDetaljerDTO"/>
    <element name="foretak" type="ns1:com_ibm_no_slf_wesla_value_ws_ForetakDetaljerDTO"/>
    </all>
    </complexType>
    <complexType name="com_ibm_no_slf_wesla_value_ws_LandbrukseiendomDetaljerDTO" jdev:packageName="com.ibm.no.slf.wesla.value.ws" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="landbrukseiendomId" type="int"/>
    <element name="hovedNr" type="ns1:com_ibm_no_slf_wesla_value_ws_HovednummerDTO"/>
    <element name="bruksnavn" type="string"/>
    <element name="aktiv" type="int"/>
    <element name="grunnkrets" type="int"/>
    <element name="koordinatKilde" type="ns1:com_ibm_no_slf_wesla_value_CodeFactoryDTO"/>
    <element name="koordinatSystem" type="int"/>
    <element name="nord" type="int"/>
    <element name="ost" type="int"/>
    <element name="arealtall" type="ns1:com_ibm_no_slf_wesla_value_ws_ArealtallDTO"/>
    <element name="eiendomsknytningListe" type="ns1:ArrayOfcom_ibm_no_slf_wesla_value_ws_EiendKnytningDTO"/>
    <element name="bedriftsknytningListe" type="ns1:ArrayOfcom_ibm_no_slf_wesla_value_ws_BedrKnytningDTO"/>
    <element name="grunneiendomListe" type="ns1:ArrayOfcom_ibm_no_slf_wesla_value_ws_GrunneiendomDetaljerDTO"/>
    </all>
    </complexType>
    <complexType name="com_ibm_no_slf_wesla_value_ws_HovednummerDTO" jdev:packageName="com.ibm.no.slf.wesla.value.ws" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="kommuneNr" type="string"/>
    <element name="gardsNr" type="int"/>
    <element name="bruksNr" type="int"/>
    <element name="festeNr" type="int"/>
    </all>
    </complexType>
    <complexType name="com_ibm_no_slf_wesla_value_ws_ArealtallDTO" jdev:packageName="com.ibm.no.slf.wesla.value.ws" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="jord" type="int"/>
    <element name="skog" type="int"/>
    <element name="annet" type="int"/>
    <element name="fulldyrket" type="int"/>
    <element name="overflatedyrket" type="int"/>
    <element name="innmarksbeite" type="int"/>
    </all>
    </complexType>
    <complexType name="ArrayOfcom_ibm_no_slf_wesla_value_ws_EiendKnytningDTO" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <complexContent>
    <restriction base="SOAP-ENC:Array">
    <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns1:com_ibm_no_slf_wesla_value_ws_EiendKnytningDTO[]"/>
    </restriction>
    </complexContent>
    </complexType>
    <complexType name="com_ibm_no_slf_wesla_value_ws_BedrKnytningDTO" jdev:packageName="com.ibm.no.slf.wesla.value.ws" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="brukerType" type="ns1:com_ibm_no_slf_wesla_value_CodeFactoryDTO"/>
    <element name="driftstilknytning" type="ns1:com_ibm_no_slf_wesla_value_CodeFactoryDTO"/>
    <element name="drift" type="ns1:com_ibm_no_slf_wesla_value_CodeFactoryDTO"/>
    <element name="fratraadt" type="ns1:com_ibm_no_slf_wesla_value_CodeFactoryDTO"/>
    <element name="prodlopenr" type="int"/>
    <element name="eierskifteDato" type="string"/>
    <element name="bedrift" type="ns1:com_ibm_no_slf_wesla_value_ws_BedriftDetaljerDTO"/>
    <element name="foretak" type="ns1:com_ibm_no_slf_wesla_value_ws_ForetakDetaljerDTO"/>
    </all>
    </complexType>
    <complexType name="com_ibm_no_slf_wesla_value_ws_BedriftDetaljerDTO" jdev:packageName="com.ibm.no.slf.wesla.value.ws" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="orgnr" type="string"/>
    <element name="lbrBedriftId" type="int"/>
    <element name="lopenrD" type="int"/>
    <element name="navn" type="string"/>
    <element name="daJordD" type="int"/>
    <element name="aktiv" type="int"/>
    <element name="landbrukseiendom" type="ns1:com_ibm_no_slf_wesla_value_ws_LandbrukseiendomDetaljerDTO"/>
    <element name="bedriftsknytningListe" type="ns1:ArrayOfcom_ibm_no_slf_wesla_value_ws_BedrKnytningDTO"/>
    </all>
    </complexType>
    <complexType name="ArrayOfcom_ibm_no_slf_wesla_value_ws_BedrKnytningDTO" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <complexContent>
    <restriction base="SOAP-ENC:Array">
    <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns1:com_ibm_no_slf_wesla_value_ws_BedrKnytningDTO[]"/>
    </restriction>
    </complexContent>
    </complexType>
    <complexType name="com_ibm_no_slf_wesla_value_ws_GrunneiendomDetaljerDTO" jdev:packageName="com.ibm.no.slf.wesla.value.ws" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="hovedNr" type="ns1:com_ibm_no_slf_wesla_value_ws_HovednummerDTO"/>
    <element name="type" type="int"/>
    <element name="aktiv" type="int"/>
    <element name="etablertDato" type="string"/>
    <element name="eierforhold" type="int"/>
    <element name="arealtall" type="ns1:com_ibm_no_slf_wesla_value_ws_ArealtallDTO"/>
    </all>
    </complexType>
    <complexType name="ArrayOfcom_ibm_no_slf_wesla_value_ws_GrunneiendomDetaljerDTO" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <complexContent>
    <restriction base="SOAP-ENC:Array">
    <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns1:com_ibm_no_slf_wesla_value_ws_GrunneiendomDetaljerDTO[]"/>
    </restriction>
    </complexContent>
    </complexType>
    <complexType name="com_ibm_no_slf_wesla_value_ws_PersonDetaljerDTO" jdev:packageName="com.ibm.no.slf.wesla.value.ws" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="fodselsnr" type="string"/>
    <element name="fornavn" type="string"/>
    <element name="etternavn" type="string"/>
    <element name="aktiv" type="int"/>
    <element name="status" type="ns1:com_ibm_no_slf_wesla_value_CodeFactoryDTO"/>
    <element name="adresse" type="ns1:com_ibm_no_slf_wesla_value_ws_AdresseDetaljerDTO"/>
    <element name="eiendomsknytningListe" type="ns1:ArrayOfcom_ibm_no_slf_wesla_value_ws_EiendKnytningDTO"/>
    <element name="rolleListe" type="ns1:ArrayOfcom_ibm_no_slf_wesla_value_ws_RolleDetaljerDTO"/>
    </all>
    </complexType>
    <complexType name="com_ibm_no_slf_wesla_value_ws_RolleDetaljerDTO" jdev:packageName="com.ibm.no.slf.wesla.value.ws" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="rolleType" type="ns1:com_ibm_no_slf_wesla_value_CodeFactoryDTO"/>
    <element name="fratraadt" type="ns1:com_ibm_no_slf_wesla_value_CodeFactoryDTO"/>
    <element name="prioritert" type="int"/>
    <element name="person" type="ns1:com_ibm_no_slf_wesla_value_ws_PersonDetaljerDTO"/>
    <element name="foretak" type="ns1:com_ibm_no_slf_wesla_value_ws_ForetakDetaljerDTO"/>
    </all>
    </complexType>
    <complexType name="ArrayOfcom_ibm_no_slf_wesla_value_ws_RolleDetaljerDTO" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <complexContent>
    <restriction base="SOAP-ENC:Array">
    <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns1:com_ibm_no_slf_wesla_value_ws_RolleDetaljerDTO[]"/>
    </restriction>
    </complexContent>
    </complexType>
    </schema>
    </types>
    <message name="getEnterpriseDetails0Request">
    <part name="searchDTO" type="ns1:com_ibm_no_slf_wesla_value_ws_ForetakFinnDTO"/>
    <part name="userId" type="xsd:string"/>
    <part name="password" type="xsd:string"/>
    </message>
    <message name="getEnterpriseDetails0Response">
    <part name="return" type="ns1:com_ibm_no_slf_wesla_value_ws_ForetakDetaljerDTO"/>
    </message>
    <portType name="EnterpriseWSBDPortType">
    <operation name="getEnterpriseDetails">
    <input name="getEnterpriseDetails0Request" message="tns:getEnterpriseDetails0Request"/>
    <output name="getEnterpriseDetails0Response" message="tns:getEnterpriseDetails0Response"/>
    </operation>
    </portType>
    <binding name="EnterpriseWSBDBinding" type="tns:EnterpriseWSBDPortType">
    <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="getEnterpriseDetails">
    <soap:operation soapAction="" style="rpc"/>
    <input name="getEnterpriseDetails0Request">
    <soap:body use="encoded" namespace="EnterpriseWS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    </input>
    <output name="getEnterpriseDetails0Response">
    <soap:body use="encoded" namespace="EnterpriseWS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    </output>
    </operation>
    </binding>
    <service name="EnterpriseWS">
    <documentation>
    * Business Delegator.
    * - Enterprise
    </documentation>
    <port name="EnterpriseWSBDPort" binding="tns:EnterpriseWSBDBinding">
    <soap:address location="http://localhost:8888/lregws/EnterpriseWS"/>
    </port>
    </service>
    </definitions>

    Thanks for the notice, Bryan.
    This is actually a bug, and it is actually connected to the length of the APPLICATION NAME pluss the response-xml and the file path of the application (i think).
    There are currently two workarounds:
    1) Make the application-name longer than a given value (think this is based on the path of the application, not quite sure yet). Just try different long names. This will prevent the response-xml to be truncated
    2) Make type-names shorter (duh :p).
    I had to use approach 1, since I should not change my wsdl.. other people are already using it
    This probably doesn't explain this strange behaviour good enough, but hopefully you'll get your webservices to work :)
    Morten

  • Help to create a pdf from an AutoCAD drawing

    Hi - I need to create pdf's from AutoCAD drawings using the following specifications:
    use an AutoCAD defined plot style
    maintain layers (and preferrably order them alphabetically)
    maintain text searchability within the document (do not change text to graphics)
    I have managed to acheive these specifications separately using different methods (pdfMaker vs plot to pdf vs Create From File within Acrobat). But have been unsuccessful in combining them into one pdf. Help?!? 

    Adrienne,
    Acrobat Pro 9 ectended has the capability of opening a .dwg file from AutoCAD.
    -Open Acro 9, the choose Open>File.
    -Change the file extension from .pdf to 'All Files' in the drop-down box of the Open File dialog.
    -Choose your .dwg/dwf/dxf drawing.
    -In the next dialog box, you have the option to select 'All Layers' (or flatten, or selected layers if you wish).
    When the file is opened, it automatically creates it as a PDF; and you can save it as such.
    Not sure about sorting the layers alphabetically; but hopefully this will get you part of the way there.

  • Custom-style outline template with prompts and glossary page

    Hello
    I would like to make a template in Word 2010 with a custom-style outline. Would anyone be able to suggest how to achieve these requirements (pointing me to reading material also helpful):
    1. Every phrase the user types into a field gets automatically added to a final glossary page, listing exact letter-for-letter duplicates only once.
    2. Upon opening an instance of the template the user is prompted with the following entry form questions:
           ○ Prompt: "What error message or problem description will this document cover?" The free-text answer will populate the header of each page in the title style.
           ○ Prompt: "What is your initial condition? If none, press enter." The free-text answer will populate the first line in heading1 style in the form "Additional Condition: [user's answer]".
    If the answer is of string length 0, the user's answer defaults to "none".
           ○ Prompt: "List all possible causes for initial condition, separated by a comma. Phrase possible causes as a question." Each comma-separated free-text answer will populate the next line in heading2
    style with the numbering convention "Possible Cause [#]".
     3. Under each possible cause item the following items appear in heading3 style, each on its own line: "System overview, Tools required, Safety precautions, Troubleshooting steps, Confirm possible cause, Fix confirmed
    cause". Underneath the items just listed appear more fields that the user can use.
    I realize this is a lengthy post, probably too specific, but if I could get pointed in the right direction I am willing to do the research!

    Thank you for the insights, Fei Xue. Let me try to explain to glossary requirement better...
    The glossary will reiterate all phrases entered by the user (this is an outline so each phrase will be a paragraph, but paragraphs the paragraphs a brief). I have the following code that executes as written but the problem comes when you change content
    in the outline the glossary does not get updated.
    'THIS CODE IS IN A MODULE'Sub PageBreakPlus()
    Selection.InsertBreak Type:=wdPageBreak
    End Sub
    Function ProblemFunc() As String
    ProblemFunc = InputBox("Type the error message verbatim. If no error message, type brief problem description to be used as a phrase.", "Error Code Administration")
    End Function
    Function AddConFunc() As String
    AddConFunc = InputBox("Type an additional condition to be used as a phrase. If none, click OK.", "Additional Condition", "None")
    End Function
    Function CausesFunc() As String
    CausesFunc = InputBox("List all possible causes for additional condition in the order a user should investigate them. Phrase possible causes as a question.", "Possible Causes")
    End Function
    'THIS CODE IS IN ThisDocument'Private phrases() As String 'no used at this point'
    Private Sub Document_New()
    Dim causeString As String
    Dim causeArray() As String
    Dim problem As String
    Dim addcon As String
    Dim templateRev As String: templateRev = "16-Apr-2015"
    'get the prompts and split the causeString into each question'
    problem = ProblemFunc
    addcon = AddConFunc
    causeString = CausesFunc
    causeArray = Split(causeString, "?")
    If ActiveWindow.View.SplitSpecial <> wdPaneNone Then
    ActiveWindow.Panes(2).Close
    End If
    If ActiveWindow.ActivePane.View.Type = wdNormalView Or ActiveWindow. _
    ActivePane.View.Type = wdOutlineView Then
    ActiveWindow.ActivePane.View.Type = wdPrintView
    End If
    ActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageHeader
    With Selection
    .Style = ActiveDocument.Styles("Title")
    .TypeText problem
    .ParagraphFormat.Alignment = wdAlignParagraphCenter
    .TypeParagraph
    .ParagraphFormat.Alignment = wdAlignParagraphCenter
    .TypeText Text:="Template Rev. " & templateRev & vbTab & "Document Rev. "
    .Fields.Add Range:=Selection.Range, Type:=wdFieldEmpty, Text:="CREATEDATE \@ ""d-MMM-yyyy"" ", PreserveFormatting:=True
    End With
    ActiveWindow.ActivePane.View.SeekView = wdSeekMainDocument
    For Each cause In causeArray
    If Len(cause) <> 0 Then
    With Selection
    .TypeText Trim(cause) & "?"
    .Style = ActiveDocument.Styles("Heading 2")
    .TypeParagraph
    .TypeText Text:="System overview"
    .Style = ActiveDocument.Styles("Heading 3")
    .TypeParagraph
    .TypeText Text:="Tools required"
    .Style = ActiveDocument.Styles("Heading 3")
    .TypeParagraph
    .TypeText Text:="Safety precautions"
    .Style = ActiveDocument.Styles("Heading 3")
    .TypeParagraph
    .TypeText Text:="Troubleshooting steps"
    .Style = ActiveDocument.Styles("Heading 3")
    .TypeParagraph
    .TypeText Text:="Confirm possible cause"
    .Style = ActiveDocument.Styles("Heading 3")
    .TypeParagraph
    End With
    End If
    Next cause
    With Selection
    .Style = ActiveDocument.Styles("Normal")
    .InsertBreak Type:=wdPageBreak
    .Style = ActiveDocument.Styles("Strong")
    .TypeText "Glossary of Phrases"
    .TypeParagraph
    .Style = ActiveDocument.Styles("Normal")
    End With
    Dim tbl As Table
    ActiveDocument.Tables.Add Range:=Selection.Range, NumRows:=1, NumColumns:=1, DefaultTableBehavior:=wdWord9TableBehavior, AutoFitBehavior:=wdAutoFitFixed
    With Selection.Tables(1)
    If .Style <> "Table Grid" Then
    .Style = "Table Grid"
    End If
    .ApplyStyleHeadingRows = True
    .ApplyStyleLastRow = False
    .ApplyStyleFirstColumn = True
    .ApplyStyleLastColumn = False
    .ApplyStyleRowBands = True
    .ApplyStyleColumnBands = False
    End With
    With Selection
    .Style = ActiveDocument.Styles("Normal")
    .TypeText Text:=problem
    .MoveRight Unit:=wdCell
    .TypeText Text:=addcon
    .TypeText Text:="System overview"
    .Style = ActiveDocument.Styles("Heading 3")
    .TypeParagraph
    .TypeText Text:="Tools required"
    .Style = ActiveDocument.Styles("Heading 3")
    .TypeParagraph
    .TypeText Text:="Safety precautions"
    .Style = ActiveDocument.Styles("Heading 3")
    .TypeParagraph
    .TypeText Text:="Troubleshooting steps"
    .Style = ActiveDocument.Styles("Heading 3")
    .TypeParagraph
    .TypeText Text:="Confirm possible cause"
    For Each cause In causeArray
    If Len(cause) <> 0 Then
    .MoveRight Unit:=wdCell
    .TypeText Text:=Trim(cause) & "?"
    End If
    Next cause
    End With
    For Each tbl In ActiveDocument.Tables
    tbl.Select
    Selection.Font.Bold = wdToggle
    Selection.Sort ExcludeHeader:=False, FieldNumber:="Column 1", _
    SortFieldType:=wdSortFieldAlphanumeric, SortOrder:=wdSortOrderAscending, _
    FieldNumber2:="", SortFieldType2:=wdSortFieldAlphanumeric, SortOrder2:= _
    wdSortOrderAscending, FieldNumber3:="", SortFieldType3:= _
    wdSortFieldAlphanumeric, SortOrder3:=wdSortOrderAscending, Separator:= _
    wdSortSeparateByCommas, SortColumn:=False, CaseSensitive:=False, _
    LanguageID:=wdEnglishUS, SubFieldNumber:="Paragraphs", SubFieldNumber2:= _
    "Paragraphs", SubFieldNumber3:="Paragraphs"
    Selection.Borders(wdBorderTop).LineStyle = wdLineStyleNone
    Selection.Borders(wdBorderLeft).LineStyle = wdLineStyleNone
    Selection.Borders(wdBorderBottom).LineStyle = wdLineStyleNone
    Selection.Borders(wdBorderRight).LineStyle = wdLineStyleNone
    Selection.Borders(wdBorderHorizontal).LineStyle = wdLineStyleNone
    Selection.Style = ActiveDocument.Styles("Normal")
    Next tbl
    End Sub

  • Converting AutoCAD to PDF (in monochrome)

    Objective: to convert multiple AutoCAD files (via Windows Explorer) to PDF - converting from color to monochrome.
    Now......I can successfully print to pdf from within AutoCAD and get monochrome outcome by selecting appropriate plotter configuration.
    My problem is stemming from attempting for this same outcome by selecting multiple files within Windows Explorer, right clicking, and selecting "Convert to..." options. 
    1. I always get the color version
    2. PDF plots tend to have additional white space/margins (not printing to page size).
    - I've played with default settings in the print driver itself.
    - I've been in Distiller and attempted some customized settings there.
    I just can't seem to find where/how to get a positive outcome on this one.
    Since my job entails me to do this routine quite often I would greatly appreciate any assistance I can get from you "pro's" out there.
    Cuz' this "one at a time" routine in AutoCAD is wayyyy too time consuming. 
    With great appreciation!
    Tracy
    I should also include the facts that I am using:  AutoCAD 2011, and Adobe Acrobate 9 Pro.

    I am also having trouble with converting AutoCAD DWG to Adobe PDF.  I have tried several different methods.  I've tried outputing the color PDF to a post script file, however that is still in color.  I've tried using custom Color Plot Styles (monochrome.ctb) and Named Plot Styles (monochrome.stb), but since I did not create the original AutoCAD DWG (it is 10 years old from 2004), they are not the correct plot style files.  I do not have AutoCAD and use ProE/Creo instead.  I've tried importing into my CAD tool, however all the fonts are different.  I've also tried exporting the PDF to a raster format like TIFF but the resolution is really bad for engineering drawings.  If I increase the resolution, then it sometimes will say that the image is too big and in cannot save/export the image.
    It seems like this should be really simple to do in Adobe.  I have Adobe Acrobat Pro 10.  I can go to Tools > Print Production > Preflight > PDF Fixups > Convert to grayscale, which will convert to grayscale, but not to monochrome.  Similarly I can go to Tools > Print Production > Convert Colors and select Conversion Profile to Gray Gamma 2.2, however that still will produce grayscale, but not monochrome.
    References:
    Converting Color PDF to Greyscale PDF (An Update)
    Converting Color PDFs to Greyscale or Black and White
    Convert autocad to PDF in black and white

  • Controlling PDF Output Resolution when converting AutoCAD to PDF

    I have a standalone java application that converts AutoCAD formats to PDF using the VectorConvertOptions AutoVue API settings. The transformations work fine but on some documents the PDF output quality is bad. Any tips or code snippets as to how to manipulate the transformation in order to create higher resolution PDF's? Im thinking I have do something with the pen settings?
    Thanks in advance!

    DPI is controlled by the AutoVue Document Converter driver
    It can not be modified through the convert options
    Your drawing is probably small enough so that it does not fit the default settings, but printing uses a 150 DPI by default and convert defaults to 300 or 600 depending on the version you have
    So getting a better picture when you print than convert is something you would not expect, unless DPI for convert has already been modified.
    Even through PDF is a vector format, it uses integer number for the coordinates (in points)
    so you are bound to run into this issues the smaller the drawing you are trying to convert
    That is even more problematic if you have fixed width line styles (like acad has)
    Which version of AutoVue are you using?

  • DefaultStyledDocument trim problem

    Hi all,
    JTextPane pane = new JTextPane();
    DefaultStyledDocument temp = new DefaultStyledDocument();
    temp = (DefaultStyledDocument) pane.getDocument();
    is there any way to trim the document, like string.
    I wnat to trim the spaces and new empty lines in the end of the document.
    I can getText from document and trim it but the problem is I am loosing style of the document.
    any idea ???
    thanks

    Element e = temp.getDefaultRootElement();
    Element e2;
    String str;
    int length;
    int len = e.getElementCount();
    boolean done = false;
    for(int = len-1;i>=0, done == false;i--) {
            done = true;
         e2 = e.getElement(i);
         if(e.isLeaf()) {
              length = e.getEndOffset() - e.getStartOffset();
              str = temp.getText(e.getStartOffset(), length);
              if(str.trim().equals("")) {
                   temp.remove(e.getStartOffset(), length);
                   temp.insertString(e.getStartOffset(), str.trim(), e.getAttributes());
                            done = false;
    }That should do it, but it's not something you'd want to run regularly.
    But then again, if you're trying to do this repeatedly, then why aren't you simply trimming the text before it is added to the document?

  • STYLE="" Questions

    Hi --
    I am attempting to build my first "Flash" Form in ColdFusion
    8
    and I can not figure out how to trim space around items. For
    example, I have an accordion with two pages. I have two
    buttons
    on each page. I want the buttons to be flush with the top and
    left of the accordion page, and I have tried various settings
    in the style="" attribute such as marginLeft, horizontalGap,
    etc. in both the <cfformgroup type="accordion"> and
    then
    <cfformgroup type="page"> but in all cases the buttons
    do not
    move any closer to the left. I have tried negative values as
    well as 0.
    To better demonstrate what I am trying to accomplish, below
    is
    my code with no styles applied.
    <cfform name="myform" format="Flash" width="220">
    <cfformgroup type="accordion">
    <cfformgroup type="page" label="Accordion 1">
    <cfinput type="button" value="button1" name="button1"
    width="180">
    <cfinput type="button" value="button2" name="button2"
    width="180">
    </cfformgroup>
    </cfformgroup>
    </cfform>
    But I can not figure out which (if any) settings in the
    STYLE=""
    tag will create the desired output.
    Any input would be greatly appreciated.
    Thanks
    Rich

    To be certain Contact your local Xperia care
    http://www.sonymobile.com/global-en/support/contact-us/
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • How to Make a "fonts.css" style sheet

    Hi, I  have a wordpress blog with a stylesheet named “style.css”. I want to change the fonts in the style sheet and so I want to create a separate style sheet named “fonts.css"
    I could just duplicate the ”style.css” page and then rename it “fonts.css” but I believe I read somewhere it is better to create a new style sheet named “fonts.css” and then add my font styles to that. Doens anyone know of a tutorial or how I make the new style sheet and add my fonts?

    I only typically use two stylesheets on any given site, layout.css and styles.css. One is for the overall layout/positioning info of the site and the other is the style information which would include fonts, colors, shadows, transitions, etc.
    If it is better in your mind and for your workflow to create a third stylesheet just for the font values, go for it. To me, fonts are just another style element though, so they stay in my styles.css file.
    There's really no right or wrong to doing it either way. Just make sure you create another link in the head section of your site to the new file if you create fonts.css.
    Thanks jon,
    Yes I agree, I could just change the fonts in “style.css” and then have less style sheets, but the themes developer told me to create a new style sheet named “fonts.css” only because the theme is updated regularly and uploading a new theme will write over the file named “style.css” and then your fonts will default to their original fonts.
    I don't see anything wrong with that approach. Just remember that if you have both styesheets linked to the same page then the page will get it's css styles from the last linked stylesheet.
    So for instance if you have:
    body {
    font-size: 14px ;
    in the style.css
    and
    body {
    font-size: 12px ;
    in the fonts.css
    and the last linked stylesheet was styles.css the page would display 14px text.
    So you just need to get them in the right order IF you have more than one styleshet linked to a page.
    Thanks Osgood,
    Yes that was my other question. So in my uploaded CSS folder I have the original “style.css” file and now my new “fonts.css” file. “style.css” is above the “fonts.css” file and both contain the same information except the file “fonts.css’ has been changed to use different fonts.
    So if I understand you correctly I need to either move the file “fonts.css" above the file “style.css” or delete “style .css” from the CSS folder so the file “fonts.css” will take precedence. Is this correct?
    Also, I needed to open style.php and edit the code to include “fonts.css” which I did.
    I opened "style.php" and then added the code in "red" then uploaded it to the (CSS) folder on the server.
    <?php
    header( "Content-type: text/css" );
    $files = array();
    $files[] = 'style.css';
    $files[] = 'responsive.css';
    $files[] = 'fonts.css';
    foreach($files as $file) :
        $content = @file_get_contents( $file );
        echo minify( $content );
    endforeach;
    function minify( $code ) {
              $code = preg_replace( '#\s+#', ' ', $code );
              $code = preg_replace( '#/\*.*?\*/#s', '', $code );
              $code = str_replace( '; ', ';', $code );
              $code = str_replace( ': ', ':', $code );
              $code = str_replace( ' {', '{', $code );
              $code = str_replace( '{ ', '{', $code );
              $code = str_replace( ', ', ',', $code );
              $code = str_replace( '} ', '}', $code );
              $code = str_replace( ';}', '}', $code );
              return trim( $code );
    ?>
    After doing all of this I still didn’t see any changes to my fonts so I must have done something wrong.
    Any ideas?

  • Hi..Iam an Architect...I would like to purchase a macbook pro 15.4 inch 512 gb, 16 gb.So i would like to know the possibilities and advantages of using 3d softwares and autocad.And also is 3dsmax available for mac os or should i install it with windows.

    hi..Iam an Architect...I would like to purchase a macbook pro 15.4 inch 512 gb, 16 gb.So i would like to know the possibilities and advantages of using 3d softwares and autocad.And also is 3dsmax available for mac os or should i install it with windows.

    System Requirements for AutoCAD 2013 for Mac:
    Apple® Mac OS® X v10.8.0 or later (Mountain Lion), OS X v10.7.2 or later (Lion), or OS X v10.6.8 or later (Snow Leopard) with 64-bit Intel processor
    Apple® Mac® Pro 4.1 or later; MacBook® Pro 5.1 or later (MacBook Pro 6.1 or later recommended); iMac® 8.1 or later (iMac 11.1 or later recommended); Mac® mini 3.1 or later (Mac mini 4.1 or later recommended); MacBook Air® 2.1 or later; MacBook® 5.1 or later (MacBook 7.1 or later recommended)
    3 GB of RAM (4 GB recommended)
    2.5 GB free disk space for download and installation (3 GB recommended)
    All graphics cards on supported hardware
    1,280 x 800 display with true color (1,600 x 1,200 recommended)
    All Mac OS X supported language operating systems
    Apple® Mouse, Apple Magic Mouse, Magic Trackpad, MacBook® Pro trackpad, or Microsoft-compliant mouse.
    Mac OS X-compliant printer
    Additional Requirements for 3D Modeling (All Configurations)
    Pentium 4 or Athlon processor, 3 GHz or greater or Intel or AMD dual-core processor, 2 GHz or greater
    4 GB RAM or more
    6 GB hard disk space available in addition to free space required for installation
    1,280 x 1,024 true color video display adapter 128 MB or greater, Pixel Shader 3.0 or greater, Direct3D®-capable workstation-class graphics card
    3ds Max 2014 and 3ds Max Design 2014 are available for windows only:
    System requirements for 3ds Max 2014 and 3ds Max Design 2014
    Windows 8 or Windows® 7 64-bit Professional operating system
    64-bit Intel or AMD multi core processor
    4 GB RAM minimum (8 GB recommended)
    4.5 GB free disk space for installation
    3-button mouse
    Latest version of Microsoft® Internet Explorer®, Apple® Safari®, or Mozilla® Firefox® web browser
    Recommened Mac:
    15-inch MacBook Pro with Retina display : 15.4-inch (diagonal) LED-backlit display with IPS technology
    2880-by-1800 native resolution at 220 pixels per inch with support for millions of colors
    Hardware
    2.4GHz quad-core  Quad-core Intel Core i7
    16GB 1600MHz DDR3L SDRAM
    512GB Flash Storage
    Autodesk AutoCAD 2014 for Windows vs AutoCAD 2013 for Mac
    USER INTERACTION                                                                          Windows         Mac
    Command line


    Multifunctional grips


    Dynamic input


    Auto-complete command entry2


    Hide and isolate objects


    Create and select similar objects


    Delete duplicate objects


    Properties palette


    Quick properties palette

    Quick view


    In-canvas viewport controls


    Editable UCS icon


    Layer tools3


    Layer groups


    Layer state manager4

    New layer notification

    Filter

    Quick select

    DesignCenter

    Tool palettes

    Content palette

    Navigation bar

    ShowMotion

    Coverflow navigation

    Multi-touch gestures

    AutoCorrect command entry

    File tabs

    DOCUMENTATION
    Geometry creation & measurement tools


    Parametric constraints


    Associative arrays


    Copy array


    Object and layer transparency


    Strike-through text


    Blend curves


    Multiple hatch editing


    Sheet set manager

    Project manager

    Dynamic blocks5


    Model documentation tools

    Table style editing

    Hatch creation preview

    Multiline style creation

    Digitizer integration

    Change space

    Express tools6

    Text align

    DESIGN
    Solid, surface, and mesh modeling


    Surface curve extraction


    PressPull


    Autodesk materials library


    Material creation, editing, and mapping

    Basic rendering


    Sun properties7


    Visual styles7


    Advanced rendering settings

    Camera creation

    Walkthroughs, flybys, and animations

    Autodesk ReCap point cloud tool

    Import Sketchup files (SKP)

    Geographic location

    CONNECTIVITY
    External references (DWG)


    Image underlays


    PDF underlays


    DWF underlays

    DGN underlays

    In-place editing of DWG references


    Batch publish


    Publish or plot to PDF


    Plot styles


    Plot style table editor


    AutoCAD WS connectivity


    Autodesk 360 connectivity

    Data links

    Data extraction

    Hyperlinks

    Markup set manager

    dbConnect manager

    eTransmit

    WMF import and export

    FBX import and export

    SAT import and export


    Additional model import

    Design feed

    Share on Facebook

    LICENSING
    Standalone licensing


    Network licensing


    Cross-platform licensing

Maybe you are looking for

  • No longer able to watch PC content on my TV with HDMI

    For several years, I've been able to connect my PC to my TV using an HDMI cable and sharing the display. Sometimes I would have to select the default audio device, and sometimes Windows would seemingly detect it automatically. I have a Dell PC runnin

  • Solaris 10 11/06 Rev. A hangs during installation

    Just received my Solaris 10 DVD package in the mail; during the boot process to go into the installation process, it hangs no matter what you select in GRUB this is the screen (when selecting to boot 'Solaris') in which it hangs... SunOS Release 5.10

  • Error when publishing 3D to GIF

    Symptoms:           When the scene contains any 3D rotated object, it doesn't render correctly when publishing to GIF format. Version:          Flash CS4 Steps to reproduce: 1- Create a new empty AS3.0 scene. Set the publish settings to generate a GI

  • Limited to 5 Clock widgets ?

    Hi, in the past I had 7-8 different clock widgets with several timezones. It was quite handy to check about the time of day of my connections around the world before calling them. Since the ML upgrade, some of these clocks are weird: there is no butt

  • Install 10g on Linux

    Hi, when installing Ora 10g R2 on Linux , while running root.sh I receive the following : ./root.sh: 108: /bin/awk: not found [: 113: root: unexpected operator The following environment variables are set as:     ORACLE_OWNER= user1     ORACLE_HOME=