Can character tracking based on centers, rather than edges?

I would like to space characters in a line of text evenly, based on their centers, such that the letters in two rows of text would be horizonatally aligned, regardless of the letters used.  I know I could convert to outlines, and then space objects evenly, but I would like to avoid that if possible. 

Thanks, tonyharmer and Mike.  Yes it is a small amount of text - the 26 letters of the alphabet, however it's more complicated that what I described in my first post.  I'm creating a simple cipher tool that will consist of two concentric circles of paper, one slightly larger than the other, with the letters of the alphabet printed on the outer edge of each.  Lining up different letters from the inside and outside circles creates the code. 
To acheive this, I created the circles, used type on a path to enter the letters and set the justification to full.  I can get the starting and ending letters to line up perfectly, but they get off due in the middle due to the varying widths of letters.
Can tabs be positioned relative to each other, such that I would be able to spread out 25 of them across a line, even if the line length changes?  I guess what I need is tabs positioned by degrees of a circle, (probably not a feature in high demand.)
If I converted the text to outline, could I evenly distribute the letters around the circle?

Similar Messages

  • TOC based on filenames rather than heading names.

    I created a WebHelp project by linking to a FrameMaker 12 book. After first generating the output, the TOC and index were not included although they were part of the book. I click an icon in the TOC pod to generate the TOC, but the TOC is now based on filenames rather than heading names. How can I fix this?

    You should be posting over in the FM Integration section – you’ll need to adjust your Conversion settings and force an update to suck in the FM TOC and IX

  • I want to change the sharing and permissions of a large number of photos. How can I do this in bulk rather than one at a time?

    I want to change the sharing and permissions of a large number of photos. How can I do this in bulk rather than one at a time?

    Does this involve iPhoto in some way?

  • Can I install the online version rather than using my dvd? it successfully installed (up to a point) that way, it just wont accept my serial number for some reason. my dvd isnt working properly.

    Can I install the online version rather than using my dvd? it successfully installed (up to a point) that way, it just wont accept my serial number for some reason. my dvd isnt working properly.

    If it gets far enough to reject your serial number, it won't help to download it. It must have installed ok.
    What is the message you get (DON'T tell us the serial number!!)?
    Does it mention a "qualifying product" by any chance?

  • I have 2 ipad2s on one account. can i share the apps purchased rather than having to purchase same app for each.  I am only user.

    I have 2 ipad2s on one apple/itunes account.  can i share the apps purchased rather than purchase the same apps for each ipad2
    . i am only user.

    .... And you can put them on as many iDevices as you own. There is no limit as long as you use the same Apple ID and iTunes account for all of the devices.

  • How can I use "t3://becluster:6001" rather than "t3://dcsv02,dcsv01:6001"

              I have 2 machines in a cluster (dcsv01 and dcsv02) (HP UNIX with weblogic server
              5.1 sp8) and 1 Windows PC with weblogic 5.1 sp10.
              I try to make a t3 connection between the PC and the cluster of machines.
              On the Windows PC I have the following configuration for the
              "c:\windows\system32\drivers\etc\Hosts" :
              171.1.70.61     becluster
              171.1.70.62     becluster
              where
              "171.1.70.61 is dcsv01 and
              171.1.70.62 is dcsv02 "
              If I connect my PC to the cluster with :
              hp.put(Context.PROVIDER_URL, "t3://dcsv01, dcsv02:6001"); :
              I have a great failover mechanism : if any of the machine (dcsv01 or dcsv02) are
              down the requests are routed to the other one.
              BUT!! If I connect my PC to the cluster with :
              hp.put(Context.PROVIDER_URL, "t3://becluster:6001"); :
              I have a not great failover mechanism :
              say that my windows hosts file looks like :
              171.1.70.61(dcsv01)     becluster
              171.1.70.62(dcsv02)     becluster
              then if dcsv02 is down then all requests are routed to dcsv01 and that is fine.
              BUT!! if dcsv01 is down then I got on my PC the
              "Bootstrap unable to get a t3 connection to dcsv01" exception and failover does
              not work. (not the way that it does with t3://dcsv01, dcsv02:6001 )
              So how can I use
              "t3://beclsuter:6001" rather than
              "t3://dcsv01, dcsv02:6001" with the same failover service????
              Thanks
              

              Thanks mike,
              In a UNIX or windows environment how can I get a DNS server that round robin?
              "Michael Reiche" <[email protected]> wrote:
              >You need to have becluster defined in a DNS that round-robins.
              >
              >Mike
              >
              >"Martial" <[email protected]> wrote in message
              >news:[email protected]...
              >>
              >> I have 2 machines in a cluster (dcsv01 and dcsv02) (HP UNIX with weblogic
              >server
              >> 5.1 sp8) and 1 Windows PC with weblogic 5.1 sp10.
              >>
              >> I try to make a t3 connection between the PC and the cluster of machines.
              >>
              >> On the Windows PC I have the following configuration for the
              >> "c:\windows\system32\drivers\etc\Hosts" :
              >> 171.1.70.61 becluster
              >> 171.1.70.62 becluster
              >> where
              >> "171.1.70.61 is dcsv01 and
              >> 171.1.70.62 is dcsv02 "
              >>
              >> If I connect my PC to the cluster with :
              >> hp.put(Context.PROVIDER_URL, "t3://dcsv01, dcsv02:6001"); :
              >> I have a great failover mechanism : if any of the machine (dcsv01 or
              >dcsv02) are
              >> down the requests are routed to the other one.
              >>
              >> BUT!! If I connect my PC to the cluster with :
              >> hp.put(Context.PROVIDER_URL, "t3://becluster:6001"); :
              >> I have a not great failover mechanism :
              >> say that my windows hosts file looks like :
              >> ..
              >> 171.1.70.61(dcsv01) becluster
              >> 171.1.70.62(dcsv02) becluster
              >> ..
              >> then if dcsv02 is down then all requests are routed to dcsv01 and that
              >is
              >fine.
              >> BUT!! if dcsv01 is down then I got on my PC the
              >> "Bootstrap unable to get a t3 connection to dcsv01" exception and failover
              >does
              >> not work. (not the way that it does with t3://dcsv01, dcsv02:6001 )
              >> So how can I use
              >> "t3://beclsuter:6001" rather than
              >> "t3://dcsv01, dcsv02:6001" with the same failover service????
              >>
              >> Thanks
              >>
              >>
              >>
              >
              >
              

  • Can i upload  first  Transaction data rather than master data what will hap

    hai,
    can i upload  first  Transaction data rather than master data what happends going in bw regarding performance issues like indexes
    let me know
    regards,
    murali

    Hi Murali,
    you can load the transaction data before master data. The main impact will be, that the system has to generate sid's and has to populate the sid-table of the master data objects while loading the data to a data target (cube or ods that is activated for bex reporting). This basically means that your data loads will take some more time. Additionally, if you need the master data attributes somewhere in your update or transfer rules, you will not get the correct information.
    So basically it is always a good approach to load and activate the master data before loading the transactional data. But anyway, specially in the development environment I usually don't load all the necessary master data.
    regards
    Siggi
    PS: navigational attributes of the data targets will not be available until you loaded the master data and scheduled the attribute and hierarchy change run.
    Message was edited by: Siegfried Szameitat

  • HT201976 With Family sharing can you share specific iTunes Playlists rather than the complete library?

    With Family sharing can you share specific iTunes Playlists rather than the complete library?

    With Family sharing can you share specific iTunes Playlists rather than the complete library?

  • HT201976 With Home sharing can you share specific iTunes Playlists rather than the complete library?

    With Home sharing can you share specific iTunes Playlists rather than the complete library?

    With Home sharing can you share specific iTunes Playlists rather than the complete library?

  • How can I file at last location rather than location of current file?

    I have Abobe Reader X.  In the old Adobe, when I saved a file, it took me to the last folder I was in, not the location of the current file.  Thus far, I have not been able to find out how to get Adobe Reader X to do this.  I even asked work help desk for help and their solution to unclick 'Automatically save document changes to temp file' worked once. 
    Is it possible?  This is what I want.
    Example:
    I open file that is saved at Y:Scanned Files and save it at
    X:Dogs/Breeds/Hounds/Sighthounds/Basenjis.  I open the next file that is at Y:Scanned Files and click on File:Save As/PDF and window opens to save at Y:Scanned Files rather than at X:Dogs/Breeds/Hounds/Sighthounds/Basenjis, where I just was.  I want to save file at X:Dogs/Breeds/Hounds/Sighthounds/Afghans so instead of just one click, I now have to go through six.  Now imagine you have 30 or 40 documents you have to save.  That's minimum 180 clicks versus 30.  A big difference.  And if you multiply it further by daily and weekly, it's a lot.
    How can I get Adobe Reader X to open the 'save as' window at the last location rather than the current file's address?  I also have Adobe Acrobat, but can't figure out how to get it work in that either.
    I do not like Adobe Reader X.   Unfortunately, it got downloaded automatically at work. 
    Another complaint I have is when I have Adobe Acrobat open and I click on a pdf to open, rather than open in Adobe Acrobat, it opens in Adobe Reader X (which was not the case with the previous Reader).  If I want to open a doc in Acrobat, I have to go to Acrobat and File/Open, which is a pain.
    Another complaint is, why do you have 'save as' and then 'pdf' or 'text'?  This is another time consuming click I have to make.  Add it to the 180 I'm already making above and you can see why I'm extremely unhappy and frustated with this version of Adobe. 
    Please let me know if the above is feasible or not and if it is, how to do it.  If it isn't feasible, please make the above adjustments to Reader Y and put it out pronto.  Thank you.

    If you would like to contact one of the UK based BT Care Team who moderate this forum, they may be able to help you.
    They can be contacted using this link BT Care Team
    They normally respond by phone or e-mail, within three working days, however you should get an immediate confirmation, with a tracking number.
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • How can I download to the desktop rather than preview, preview is a nuisance

    How can I download items to my desktop rather than "preview"? Preview is a nuisance.

    You can set up a default download location through your browser(s) Preferences.
    If you do not want Preview to open the files, do the following:
    Highlight your file>File>Get Info>
    In the Get Info window, scroll down to "Open with:"
    Select the application you want to open the file with.
    Click the "Change All..." button if you want to "Use this application to open all documents like this.”
    ==========================
    Short cut:
    Control mouse click (right mouse click if available), Open With...-> Other
    Pick Preview on a PDF document, and make sure to check Always Open With before hitting Open.
    Thanks to a brody for the above short cut.

  • Can I download Snow leopard/Lion rather than order hard copy delivery?  Not finding in iTunes nor on apple website..

    I currently have Mac OSx and looking to upgrade to Lion (sounds like I need to go through Snow Leopard upgrade first).  Is there an easy way to simply download these upgrades rather than order via the mail?  Any way to avoid updgrading two separate times and have the ability to go direct to the Lion upgrade?
    Thanks!

    You cannot download Snow Leopard. You have to buy it on disk.
    Once you've installed that, and updated it to 10.6.8, you can download Lion from the App Store.
    Apple also sells Lion on a USB stick, but I don't know if it is possible to install that on a disk with just Leopard.
    Also, make sure your MacBook can run Lion: http://www.apple.com/macosx/specs.html

  • Can I use a SD Card rather than a USB stick when using Lion Recovery Disk Assistant

    I'm using a MB Pro 2010, can I use a SD Card in the SD Card slot rather than a USB stick when using Lion Recovery Disk Assistant.  I would like to use the 16GB chip with a single 1GB partition so I can dump a bunch of other backup stuff into the same chipper.

    Yes, you could certainly do that, provided you have a card reader or an SD card slot available on both Macs and what you are copying is smaller than the capacity of your SD card.
    But that's an awfully slow way to transfer GB's of files.  32GB SD cards cost anywhere from about $20 to $90 and of course the cheaper cards will be the slowest cards.  Also need to consider that your iPhoto, iTunes and especially iMovie libraries may be larger than your SD card's capacity, and there is no easy way to 'split' them to save partial libraries and reassemble them on your new Mac.
    A better solution is an external hard drive connected via FW or USB2.  Much faster and without the capacity limit of an SD card.  For example, you could get a 500GB OWC Mercury Elite Pro mini drive (5400 rpm) for $115 and after you are done using it for file transfer it would be a nice backup drive.  Or build your own with an OWC mini case and a 500GB WD Scorpio 7200 rpm drive for about $120.   Both support eSATA, FW400/800 and USB2.
    Or you could just network the two Macs together and use the Finder to transfer files that way.  Cheap, fast, and it works.

  • Can I only bridge my network, rather than extending it?

    I have an airport extreme, which I'm trying to use as a bridge for the wired devices in my entertainment system for HD streaming.  It mostly works, but has problems with multiple devices are active on the network.   The other end of the connection is a current model Time Capsule.  The Extreme is a previous generation (the flat style).
    What I really want is only a bridge, but the option in the Airport utility is to "Extend a wireless network".   So, clients connect to the airport in the living room rather than the access point farther away.
    Can this be controlled?

    Unfortunately, if you try to configure the AirPort Extreme to operate only as a bridge (Join a wireless network)...and not an extender....the Ethernet ports are not enabled on the device in that type of configuration, so it is virtually useless in that regard.
    Try to minimize the obstructions in the wireless signal path between the Time Capsule and AirPort Extreme as much as possible. Ideally, you want line-of-sight between the devices.
    Ironically, a less expensive AirPort Express can be configured to "join" a wireless network....and....the Ethernet port is enabled when you do this.
    The only way to try to control what device that computers connect to is temporarily turn off the WiFi on a Mac or iOS device, move it near the wireless access point and turn the WiFi back on to see if the device will pick up a signal from the closest and strongest access point.
    Actually, a Mac laptop will usually automatically switch access points as it moves from one area to another and pick up the best signal from the closest access point, but iOS devices like the iPhone and iPad will not usually do this, since they have much simpler operating systems.

  • Can I have @*businessname*.co.uk rather than @btin...

    I'm wondering if it's possible to set up my emails so that I have my business name rather than @btinternet.co.uk?
    Can this be done on the primary and sub accounts?
    I'd be very grateful if anyone can tell me how to do this?
    Many thanks, in advance.
    Solved!
    Go to Solution.

    Have you tried to get an email address along the lines of "[email protected] by using one of the sub accounts?
    (If I have helped you in any way to say "Thank You" please click on the star next to the message. Thank You)
    If I have solved your Issue please click the "Mark as accepted solution" button.

Maybe you are looking for

  • 13-inch, Late 2011 Macbook Pro and Thunderbold Display...

    Hello Dear Users, First I wish you have a nice new year with full of health, happiness and wealth, then i am asking my question: I am using a 13-inch, Late 2011 MacBook Pro having Processor  2,8 GHz Intel Core i7 2 cores+2 HTs Memory  16 GB 1333 MHz

  • ITunes error: Please wait while windows configures iTunes

    Hello, since I changed my Win XP account to limited, I can't start my iTunes without getting the following error message: iTunes error: Please wait while windows configures iTunes It gathers information and then prompts me to restart. If I restart, i

  • 'Updating message list' from hotmail FROZEN - Please help!

    My mom just purchased a new mac - I've purchased Outlook for her so she can easily download her hotmail messages. I've been cruising along, downloading the 17,511 messages she has on the server (I know!!) and it stopped halfway through. In the bottom

  • PSE 9 Dos not recognize NEF of D7000

    I purchased a Nikon D7000 and read that PSE 8 would not recognize the NEF files for the D7000. So I purchased PSE 9 When bridge opens it shows the NEF thumb nails for the D7000 BUT when I load the NEF pictures the pictures are white and a drop down m

  • Will not make sounds if not on speakerphone?

    I've tried to fix this by plugging in and unplugging the headphones over and over but it won't work... in order to hear someone on a call i have to put it on speakerphone. anything else i can try?