How to I maintain a meter's scale position when resizing the meter?

I'd like to be able to programmatically resize a meter and have its scale's size and position be predicitable. This is not the case. I've attached a VI that illustrates the problem.
I thought that keeping the meter's aspect ration of 4:3 would suffice, as in my attached example, but even that doesn't help.
Attachments:
meter_resizing_problem.vi ‏19 KB

I don't know the solution yet but this is what i found.
wiring the scale position will make it even worse. see attachment.
Scale bounds will change after every run, but you aren't able to make it write so it has no use.
The amount of distortion is a bit variable to the amount of samples the for loop creates.
The scale bound is random after each run.
I guess this a buf of labview, but  I don't know for sure
UnCertified LabVIEW Student
Mistakes are for learning, that's why suggestions are always welcome!
Attachments:
1.PNG ‏55 KB
Position.PNG ‏65 KB
many.PNG ‏59 KB

Similar Messages

  • How can i know which index will be used when executing the query ?

    1 ) I have query in which i have 3-4 tables but there multiple index on one column .
    so how can i know which index will be used when executing the query ?
    2) I have a query which ia taking too much time . how can i know which table is taking too much time ?
    3) Please Provide me some document of EXplain plan ?

    Hi Jimmy,
    Consider the below example
    /* Formatted on 2011/02/04 21:59 (Formatter Plus v4.8.8) */
    CREATE TABLE FIRST AS
    SELECT * FROM all_objects;
    UPDATE FIRST
    SET object_name = 'TEST'
    WHERE owner != 'SCOTT';
    CREATE INDEX idx_first ON FIRST(object_name);
    SELECT *
    FROM FIRST
    WHERE object_name = 'TEST';
    It has not used index
    Execution Plan
    Plan hash value: 2265626682
    | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time |
    | 0 | SELECT STATEMENT | | 58678 | 7334K| 163 (4)| 00:00:02 |
    |* 1 | TABLE ACCESS FULL| FIRST | 58678 | 7334K| 163 (4)| 00:00:02 |
    /* Formatted on 2011/02/04 21:59 (Formatter Plus v4.8.8) */
    SELECT *
    FROM FIRST
    WHERE object_name = 'emp';
    This has used the index
    Execution Plan
    Plan hash value: 1184810458
    | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time |
    | 0 | SELECT STATEMENT | | 1 | 128 | 1 (0)| 00:00:01 |
    | 1 | TABLE ACCESS BY INDEX ROWID| FIRST | 1 | 128 | 1 (0)| 00:00:01 |
    |* 2 | INDEX RANGE SCAN | IDX_FIRST | 1 | | 1 (0)| 00:00:01 |
    From this we can come to the conclusion that, whether to use one index or not by oracle
    would also depend on the data which is present in the table. This has to be this way as
    we see in the bind peeking, if oracle sticks to only one plan, say only use the full table
    scan, it would be a performance hit when it searches for the second query ie where object_name
    ='emp';
    2.
    If we have a query like below.
    select * from emp
    where upper(ename) = upper(:p_ename);
    Evenif we have the index on ename column, oracle wouldn't be able to use the index, as there is a function in the predicate column. If you need oracle to use the index, we need to create a function based index as below.
    Create index idx_ename on emp(upper(ename));
    Regards,
    Cool

  • Feature Request: Maintain radius on rounded corner boxes when resizing

    Since I make a lot of "buttons" using the rounded rectangle tool it would be AMAZING if the corder radius is maintained when resizing using command-t.
    Currently the radius is squashed or stretched depending on which way I resize the box.
    Steps to see the incorrect behavior:
    Create a rounded rectangle box with a radius of any size (though the larger it is the easier the problem is to see eg: 8px)
    Observe that your corners are a nice 8px
    Select the layer with the rounded rectangle box and press command-t on mac.
    Make the rectangle narrower (a common function when the text in a button changes)
    observe that the corner radius is now <8px (the height is correct but the width is squashed narrower)
    Further, observe that if a box is downsized with constrained proportions (holding down shift key) the entire radius size is reduced
    Desired steps:
    Create a rounded rectangle box with a radius of any size
    Observe that the corner radius is N px
    Select the layer with the rounded rectangle box and press command-t on mac
    Make the rectangle narrower or resize in any arbitrary way
    observe that the corner radius of the box is still N px, as if the box had just been created
    THANKS!

    I second the motion!
    Someone else posted a request similar to this a few days ago as well, and it's a feature that would be very useful.
    It should be like the 'Rounded Corners' Effect in Illustrator, where you can drag and scale in any way without destroying the corner radius or changing it's actual radius.
    I too work with iOS and OSX developers creating UI graphics for mobile apps and web apps. Buttons and tool bars are common things I create every day now, and I'm sure a lot of us are moving in this direction.
    This would be a HUGE time saver!

  • How to add image in virtual dir / i/ 11g when using the embedded gateway

    Hi,
    Does somebody knows how to 'simple' import a file or directory
    into the /images/ or /i/ directory created by APEX without tricks like in How I added a  new image to APEX in 11g when using the embedded gateway.
    when using Database 11g with the embedded gateway. with webdav of ftp.
    When I use the url http://localhost/images
    I need to logon.
    There is not 1 username/password that I can use. I tried all.
    When I try http://localhost/i/16admin.gif then the gif is shown.
    I must be something with ACL's or DBMS_EPG or maybe the default port 80 that I use?
    My configuration is
    Doing 11.1.0.6.0 checks
    ############# Status/Version #############
    XDB Status is: VALID at version 11.1.0.6.0
    ############# OTHER DATABASE FEATURES #############
    Oracle Application Express is VALID at version 3.1.2.00.02
    OWB is VALID at version 11.1.0.6.0
    Oracle Enterprise Manager is VALID at version 11.1.0.6.0
    Oracle Ultra Search is VALID at version 11.1.0.6.0
    OLAP Catalog is VALID at version 11.1.0.6.0
    Spatial is VALID at version 11.1.0.6.0
    Oracle Multimedia is VALID at version 11.1.0.6.0
    Oracle XML Database is VALID at version 11.1.0.6.0
    Oracle Text is VALID at version 11.1.0.6.0
    Oracle Expression Filter is VALID at version 11.1.0.6.0
    Oracle Rules Manager is VALID at version 11.1.0.6.0
    Oracle Workspace Manager is VALID at version 11.1.0.6.0
    Oracle Database Catalog Views is VALID at version 11.1.0.6.0
    Oracle Database Packages and Types is VALID at version 11.1.0.6.0
    JServer JAVA Virtual Machine is VALID at version 11.1.0.6.0
    Oracle XDK is VALID at version 11.1.0.6.0
    Oracle Database Java Packages is VALID at version 11.1.0.6.0
    OLAP Analytic Workspace is VALID at version 11.1.0.6.0
    Oracle OLAP API is VALID at version 11.1.0.6.0
    ############# XDBCONFIG INFORMATION #############
    acl-max-age= = = 15
    acl-cache-size= = = 32
    case-sensitive= = = true
    call-timeout= = = 6000
    max-link-queue= = = 65536
    max-session-use= = = 100
    persistent-sessions= = = false
    default-lock-timeout= = = 3600
    xdbcore-logfile-path= = = /sys/log/xdblog.xml
    xdbcore-log-level= = = 0
    resource-view-cache-size= = = 1048576
    extension= = = au
    mime-type= = = audio/basic
    extension= = = avi
    mime-type= = = video/x-msvideo
    extension= = = bin
    mime-type= = = application/octet-stream
    extension= = = bmp
    mime-type= = = image/bmp
    extension= = = css
    mime-type= = = text/css
    extension= = = doc
    mime-type= = = application/msword
    extension= = = eml
    mime-type= = = message/rfc822
    extension= = = gif
    mime-type= = = image/gif
    extension= = = htm
    mime-type= = = text/html
    extension= = = html
    mime-type= = = text/html
    extension= = = jpe
    mime-type= = = image/jpeg
    extension= = = jpeg
    mime-type= = = image/jpeg
    extension= = = jpg
    mime-type= = = image/jpeg
    extension= = = js
    mime-type= = = application/x-javascript
    extension= = = jsp
    mime-type= = = text/html
    extension= = = mid
    mime-type= = = audio/mid
    extension= = = mov
    mime-type= = = video/quicktime
    extension= = = movie
    mime-type= = = video/x-sgi-movie
    extension= = = mp3
    mime-type= = = audio/mpeg
    extension= = = mpe
    mime-type= = = video/mpg
    extension= = = mpeg
    mime-type= = = video/mpg
    extension= = = mpg
    mime-type= = = video/mpg
    extension= = = msa
    mime-type= = = application/x-msaccess
    extension= = = msw
    mime-type= = = application/x-msworks-wp
    extension= = = pcx
    mime-type= = = application/x-pc-paintbrush
    extension= = = pdf
    mime-type= = = application/pdf
    extension= = = png
    mime-type= = = image/png
    extension= = = ppt
    mime-type= = = application/vnd.ms-powerpoint
    extension= = = ps
    mime-type= = = application/postscript
    extension= = = qt
    mime-type= = = video/quicktime
    extension= = = ra
    mime-type= = = audio/x-realaudio
    extension= = = ram
    mime-type= = = audio/x-realaudio
    extension= = = rm
    mime-type= = = audio/x-realaudio
    extension= = = rtf
    mime-type= = = application/rtf
    extension= = = rv
    mime-type= = = video/x-realvideo
    extension= = = sgml
    mime-type= = = text/sgml
    extension= = = svg
    mime-type= = = image/svg+xml
    extension= = = tif
    mime-type= = = image/tiff
    extension= = = tiff
    mime-type= = = image/tiff
    extension= = = txt
    mime-type= = = text/plain
    extension= = = url
    mime-type= = = text/plain
    extension= = = vrml
    mime-type= = = x-world/x-vrml
    extension= = = wav
    mime-type= = = audio/wav
    extension= = = wpd
    mime-type= = = application/wordperfect5.1
    extension= = = xls
    mime-type= = = application/vnd.ms-excel
    extension= = = xml
    mime-type= = = text/xml
    extension= = = xsd
    mime-type= = = text/xml
    extension= = = xsl
    mime-type= = = text/xml
    extension= = = zip
    mime-type= = = application/x-zip-compressed
    extension= = = htc
    mime-type= = = text/x-component
    extension= = = xbl
    mime-type= = = text/xml
    extension= = = en
    lang= = = english
    extension= = = gzip
    encoding= = = zip file
    extension= = = tar
    encoding= = = tar file
    session-pool-size= = = 50
    session-timeout= = = 6000
    ftp-port= = = 0
    ftp-listener= = = local_listener
    ftp-protocol= = = tcp
    logfile-path= = = /sys/log/ftplog.xml
    log-level= = = 0
    session-timeout= = = 6000
    buffer-size= = = 8192
    http-port= = = 80
    http-listener= = = local_listener
    http-protocol= = = tcp
    max-http-headers= = = 64
    max-header-size= = = 16384
    max-request-body= = = 2000000000
    session-timeout= = = 6000
    server-name= = = XDB HTTP Server
    logfile-path= = = /sys/log/httplog.xml
    log-level= = = 0
    servlet-realm= = = Basic realm="XDB"
    welcome-file= = = index.html
    welcome-file= = = index.htm
    servlet-pattern= = = /Test
    servlet-name= = = TestServlet
    servlet-pattern= = = /oradb/*
    servlet-name= = = DBURIServlet
    servlet-pattern= = = /orarep/*
    servlet-name= = = ReportFmwkServlet
    servlet-pattern= = = /i/*
    servlet-name= = = PublishedContentServlet
    servlet-pattern= = = /apex/*
    servlet-name= = = APEX
    servlet-pattern= = = /images/*
    servlet-name= = = IMAGES
    servlet-name= = = TestServlet
    servlet-language= = = Java
    display-name= = = XDB Test Servlet
    description= = = A servlet to test the internals of the XDB Servlet API
    servlet-class= = = xdbtserv
    servlet-schema= = = xdb
    servlet-name= = = DBURIServlet
    servlet-language= = = C
    display-name= = = DBURI
    description= = = Servlet for accessing DBURIs
    role-name= = = authenticatedUser
    role-link= = = authenticatedUser
    servlet-name= = = ReportFmwkServlet
    servlet-language= = = C
    display-name= = = REPT
    description= = = Servlet for accessing reports
    role-name= = = authenticatedUser
    role-link= = = authenticatedUser
    servlet-name= = = PublishedContentServlet
    servlet-language= = = C
    display-name= = = Unauthenticated File Access Servlet
    description= = = Servlet for files for unauthenticated users
    param-name= = = RootFolder
    param-value= = = /images
    description= = = RootFolder
    role-name= = = anonymousServletRole
    role-link= = = anonymousServletRole
    servlet-name= = = APEX
    servlet-language= = = PL/SQL
    display-name= = = APEX
    database-username= = = ANONYMOUS
    default-page= = = apex
    document-table-name= = = wwv_flow_file_objects$
    document-path= = = docs
    document-procedure= = = wwv_flow_file_mgr.process_download
    nls-language= = = american_america.al32utf8
    request-validation-function= = = wwv_flow_epg_include_modules.authorize
    role-name= = = anonymousServletRole
    role-link= = = anonymousServletRole
    servlet-name= = = IMAGES
    servlet-language= = = PL/SQL
    display-name= = = IMAGES
    database-username= = = APS
    role-name= = = anonymousServletRole
    role-link= = = anonymousServletRole
    allow-mechanism= = = basic
    nonce-timeout= = = 300
    xdbcore-xobmem-bound= = = 1024
    xdbcore-loadableunit-size= = = 16
    acl-evaluation-method= = = ace-order
    ############# XMLTYPE Tables #############
    XDB has 1 XMLTYPE TABLES stored as CLOB
    XDB has 24 XMLTYPE TABLES stored as OBJECT-RELATIONAL
    XDB has 11 XMLTYPE TABLES stored as BINARY
    ############# XMLTYPE Columns #############
    XDB has 3 XMLTYPE Columns stored as CLOB
    MDSYS has 24 XMLTYPE Columns stored as CLOB
    SYS has 1 XMLTYPE Columns stored as CLOB
    ORDSYS has 9 XMLTYPE Columns stored as CLOB
    ############# XMLTYPE Views #############
    ############# XMLTYPE INDEXES #############
    XDB has 1 XMLTYPE Indexes of type CSX
    ############# Items built with XML API's #############
    PACKAGE BODY FLOWS_030100.WWV_FLOW_XLIFF
    PACKAGE BODY FLOWS_030000.WWV_FLOW_XLIFF
    PACKAGE BODY MDSYS.SDO_WFS_PROCESS
    PACKAGE BODY EXFSYS.DBMS_RLMGR_DR
    PACKAGE BODY FLOWS_030100.WWV_FLOW_DATALOAD_XML
    PACKAGE BODY MDSYS.SDO_OLS
    PACKAGE BODY FLOWS_030000.WWV_FLOW_DATALOAD_XML
    PACKAGE BODY FLOWS_030100.WWV_FLOW_XLIFF
    PACKAGE BODY FLOWS_030000.WWV_FLOW_XLIFF
    PACKAGE BODY EXFSYS.DBMS_RLMGR_DR
    PACKAGE BODY XDB.DBMS_XSLPROCESSOR
    PACKAGE BODY XDB.DBMS_XMLPARSER
    PACKAGE BODY FLOWS_030100.WWV_FLOW_XLIFF
    PACKAGE BODY XDB.DBMS_CSX_INT
    PACKAGE BODY FLOWS_030000.WWV_FLOW_XLIFF
    PACKAGE BODY EXFSYS.DBMS_RLMGR_DR
    PACKAGE BODY XDB.DBMS_XDB
    PACKAGE BODY XDB.DBMS_XDBRESOURCE
    PACKAGE BODY XDB.DBMS_XMLDOM
    PACKAGE XDB.DBMS_XSLPROCESSOR
    PACKAGE XDB.DBMS_XMLPARSER
    PACKAGE XDB.DBMS_XDBRESOURCE
    PACKAGE BODY XDB.DBMS_XMLDOM
    PACKAGE BODY XDB.DBMS_XMLINDEX
    PACKAGE BODY XDB.DBMS_XMLPARSER
    PACKAGE BODY XDB.DBMS_XMLPARSER
    PACKAGE BODY XDB.DBMS_XMLSCHEMA
    PACKAGE BODY XDB.DBMS_XMLSCHEMA
    PACKAGE BODY XDB.DBMS_XMLSCHEMA_INT
    PACKAGE BODY XDB.DBMS_XMLTRANSLATIONS
    PACKAGE BODY XDB.DBMS_XSLPROCESSOR
    PACKAGE BODY XDB.DBMS_XMLPARSER
    PACKAGE BODY XDB.DBMS_CSX_INT
    PACKAGE BODY XDB.DBMS_XMLDOM
    PACKAGE BODY XDB.DBMS_XSLPROCESSOR
    ############# XML SCHEMAS #############
    MDSYS has 4 registered.
    EXFSYS has 2 registered.
    ORDSYS has 17 registered.
    XDB has 25 registered.
    SYS has 43 registered.
    ############# Repository Resources #############
    MDSYS has 9 resources.
    EXFSYS has 3 resources.
    ORDSYS has 20 resources.
    XDB has 28 resources.
    SYS has 12634 resources.
    ############# Network ACLs Configured #############
    mail.4aps.be has network acls configured for ports 25 through 25
    * has network acls configured for ports through
    * has network acls configured for ports through
    ############# DBMS_EPG DAD USAGE #############
    APEX
    IMAGES

    Hi Jules,
    You need a user with XDBADMIN rights to access the WebDav. Once you have access, you can open the URL as webfolder (in IE).
    Regards,
    Christian

  • How do you stop all word documents from popping when starting the apple mac

    When starting the computer a blank new words page, powerepoint, excel and everything pops up. How can I stop this please?

    It's not an Apple product and there isn't a Microsoft forum here.
    http://support.microsoft.com/ph/12853

  • How not to affect two horizontal panels when resizing the browser?

    I've two horizontal panels within a Canvas. When I resize the browser (IE), PanelB overlaps with PanelA. How do I go about preventing this from happening? How can I make the panels resize when the browser is resized?
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml"
               xmlns:controls="org.frb.atl.xxxx.ui.controls.*"
               width="100%"
               height="100%"
               preinitialize="preinit()"
               creationComplete="init()">
    <mx:constraintColumns>
            <mx:ConstraintColumn id="col1" width="30%" />
            <mx:ConstraintColumn id="col2" width="70%" />
        </mx:constraintColumns>
        <mx:constraintRows>
            <mx:ConstraintRow id="row1" height="25%" />
            <mx:ConstraintRow id="row2" height="100%" />
        </mx:constraintRows>
    <mx:Panel id="PanelA"
                  width="100%"
                  height="100%"
                  title="Search"
                  left="col1:0"
                  right="col1:5"
                  top="row1:0"
                  bottom="row2:0"
                  layout="vertical">
    </mxPanel>
    <mx:Panel id="PanelB"
                  title="Articles: {contentFoundCount.text}"
                  width="100%"
                  height="100%"
                  left="col2:5"
                  right="col2:0">
       </mx:Panel>
    </mx:Canvas>

    This code shows no overlap:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml"
      width="100%" height="100%">
      <mx:constraintColumns>
        <mx:ConstraintColumn id="col1" width="30%" />
        <mx:ConstraintColumn id="col2" width="70%" />
      </mx:constraintColumns>   
      <mx:constraintRows>
        <mx:ConstraintRow id="row1" height="25%" />
        <mx:ConstraintRow id="row2" height="100%" />
      </mx:constraintRows>
      <mx:Panel id="PanelA" width="100%" height="100%"
        title="Search" left="col1:0" right="col1:5"
        top="row1:0" bottom="row2:0" layout="vertical"/>
      <mx:Panel id="PanelB" title="Articles"
        width="100%" height="100%" left="col2:5" right="col2:0"/>
    </mx:Canvas>

  • How set native vlan on a VM in vSphere when using the 1000V?

    Using the vSphere Distr Switch, we set native VLAN per VM by setting the VLAN d to 0.
    How do we set the native VLAN for a VM if the VM is connected to a 1000V? I heard we no longer can use VLAN ID 0?                  

    Same way you would on any Cisco switch.
    Add this command to your Uplink port profile:
    switchport trunk native vlan X
    Keep in mind there is no VLAN 0.  VLAN "0" is just how vmware designates the untagged VLAN.  Valid ranges are 1-4095 according to the standard.
    Regards,
    Robert

  • How to get NFC SE SIM...and when for the 1028

    I am trying to figure out how and where to get my NFC SE SIM card that is supposed to be a free upgrade. Any help?
    Also, is it true the 1028 will be on VZW soon? If so I'm sending the 928 back to Amazon and upgrading; it's ** that it has NFC and cannot be used for payments, even though it came with the wallet app.

        newtowindowsp,
    Help is our middle name. And as advised you can order a NFC SE SIM via customer service (*611 from your VZW phone). Also, you can check with your local corporate store to call ahead and find out if they have any http://bit.ly/3SdsA . Finally, regarding the 1028, no word yet but stay up to date with news on product releases at http://bit.ly/n5snpq .
    EvanO_VZW
    Please follow us on twitter @VZWSupport

  • How to turn off the brush transparency view when resizing the brush on CC?

    So, when Adobe introduced the "brush preview" when using the Control+Option drag to change the brush size/hardness (not sure if it's called this way), I was ecstatic! It made my workflow much faster without having to go to the menu to change the brush size or to the bracket keys. Now on CS6 they added a feature that basically broke that for me. Now it not only shows the size/hardness, but it also shows the transparency. It  sounds like a great idea, and it is when you work with bigger opacities, but I work a lot with opacities below 10% and it basically becomes invisible, so it's hard to know if I'm using a hard/soft brush when adjusting the brush size. Is there a way to turn just the transparency preview off?
    Thanks!

    OK.  Looks like it is me that is confused, but I thought it should have been Cmd plus Option, but Jullieanne Kost mentiones Control Option in this post
    http://blogs.adobe.com/jkost/2012/07/changing-the-brush-opacity-in-photoshop-cs6.html
    Which points to this old thread where we discussed the feature about 18 months ago
    http://forums.adobe.com/message/4288146#4288146
    So other than changing the HUD setting in General Preferences, there does not appear to be a really nice solution.  Noel points out that it should be doable, and I agree that it would be nice.  It is kind of ironic that we have reached a state where even keyboard shortcuts are too clunky to use, but the mouse option is such a nice feature, it would be great to extend its functionality.

  • How do I keep text from distorting whenever I resize the text box in Illustrator?

    This has happened to me but that was over two years ago and cannot remember how I fixed it. I did not change any settings. It just happened when I rebooted my computer and opened up the file I am working on. Any suggestions will be greatly appreciated.
    Thanks!

    What version of Illustrator are you using? Text boxes now have two modes. When you are looking at a selected text box, you should see an arm sticking out on the right side with a small circle at the end of it. Double-clicking on that will change between area type mode, where you can resize the box but not the text, or the other mode (sorry- forgot the official name) where you are changing the look of the type itself when resizing the box.
    Am I understanding your distortion problem correctly?

  • How do I maintain responsive scaling on an edge animate animation when I insert it into dreamweaver?

    How do I maintain responsive scaling on an edge animate animation when I insert it into dreamweaver? Please and thank you!

    example.com is a generic http:// address to illustrate the difference between what you gave, file:/// and an actual URL address.  There are no tutorials on that site.  Sorry for the confusion.
    #1 Have you procured your domain name and web hosting yet?  You'll need to do that to publish your pages online.
    #2 When you sign-up for web hosting, the company will send you FTP log-in credentials to your site's web server.    You will enter this info into your DW Site Definition.  Site > New Site >  See screenshots below:
    Under Servers:  Root Directory is whatever your hosting company tells you to use.  This varies by web host.  Some commonly used ones are public_html, www or htdocs.
    After your site definition is set-up, hit the TEST button to confirm it's working.  If it's not connecting, go to More Options.
    Go to the Files Panel (F8).  Use the UP Arrow  to PUT files to remote server.
    Use the DOWN Arrow to GET files from server to your local site folder.
    Post back when you have finished uploading your work to the remote server.
    Nancy O

  • How do I maintain my Time Capsule hard drive?

    How do I maintain the hard drive in my Time Capsule, say I wanted to maintain it with Disk Utility, Drive Genius, or Disk Warrior?
    How should I connect to the TC from a MBP? I understand wireless or ethernet is not the way to do this.

    apple says to never run disk utility on a time capsule disk and says when you reboot the time capsule it will check the file system. i tried to run disk utility on a sprase bundle and it trashed it and made it unusable. from other things i've read, it made it sound like if you need to run disk utility, or disk warrior, your supposed to remove the drive from the time capsule and connect it directly to the computer.

  • How do I maintain bookmarks in multiple documents when exporting a book file to PDF?

    I am using a book file to organize 10 individual indesign documents. Each document has its own set of bookmarks and links, and their are links that go to other documents within the book as well. How do I (using CS3) print my book file to PDF while maintaining all the interactive components? I want my complete list of bookmarks to appear within the bookmark pane, and I want all of the interactive links in the document to work when they are clicked in the PDF. Doing this for one document is simple, set the preferences to enable the bookmarks and links. However, none of these PDF export settings seem to work when printing the entire book.
    Help!

    I had it open, just wasn't looking in the right spot. Found it... thanks a bundle. This has made my day... as long as the bookmarks work when I export.
    Thanks!

  • How can I maintain more than one contact person for a supplier

    Hi
    As per our business requirement , How can I maintain more than one contact person for a single supplier in SRM?
    How these contact persons are supposed to log in to a portal with different user id and passwords and access the bids for same supplier.
    we are in SRM 7, and currently we are creating contact person throug customised BDC.
    please advice.
    Thanks & Regards
    NITIN
    Edited by: nitinkk on Sep 9, 2011 10:22 AM

    Dear Yaniv,
    Thanks for your information,
    I am able to create  users But my problem is How these contact persons are supposed to log in to a portal with different user id and passwords and access the bids for same supplier ? Is there any kind of maping is available for the user/ contact person to the supplier no.??
    Thanks & Regard
    NITIN

  • HT1660 How can I maintain two separate itunes accounts on one single device without erasing either set of data?

    How can I maintain two separate itunes accounts on one single device (iPhone 4) without erasing either set of data when syncing with itunes?

    Hi,
    Depends on what you trying to setup but for purchases, you can roll down at the very end of the iTunes/AppStore pages to logout of your current account and then login into a different one.  Then your purchase will be billded to this new account.  Everything will sync as you used to but in order to use the purchased content in iTunes or other devices, you will need to authorize them (you can have up to 5 devices authorized for an account).

Maybe you are looking for