Table in pages template doesn't keep currency...

I'm trying to setup an invoice template for £, $ and € in Pages, but no matter what currency I format the cells with, when I open the template again, they are all in £ (I'm in Britain)
Is this a bug? Can I override this somehow?
Thanks so much for any help!
Christoph

sixbysixx wrote:
I'm trying to setup an invoice template for £, $ and € in Pages, but no matter what currency I format the cells with, when I open the template again, they are all in £ (I'm in Britain)
Is this a bug? Can I override this somehow?
Amazing, this resemble seriously to a bug.
Same behaviour in Numbers.
The styles embedded in the template contain the correct information upon currencies. It seems odd that it is dropped.
I sent a bug report ID# 6322095.
+Message from the Apple Discussions forum.+
+I'm trying to setup an invoice template for £, $ and € in Pages, but no matter what currency I format the cells with, when I open the template again, they are all in £ (I'm in Britain)+
+Is this a bug? Can I override this somehow?+
+I checked and it's perfectly true. This oddity strikes also in Numbers (an maybe in Keynote).+
+When I look in the Index-xml stored in the templates, the styles dedicated to the cells contains the correct info.+
+<sf:cell-style sfa:ID="SFTCellStyle-44" sf:cell-style-default-line-height="12" sf:parent-ident="tabular-Basic-body-cell-style-id">+
<sf:property-map>
<sf:SFTCellStylePropertyNumberFormat>
+<sf:number-format sfa:ID="SFTNumberFormat-22" sf:format-type="1" sf:format-string="#,##0.00 &#xA4;;-#,##0.00 &#xA4;" sf:format-decimal-places="2" sf:format-currency-code="USD" sf:format-negative-style="0" sf:format-show-thousands-separator="true" sf:format-fraction-accuracy="-3" sf:format-use-accounting-style="false"/>+
+<sf:cell-style sfa:ID="SFTCellStyle-46" sf:cell-style-default-line-height="12" sf:parent-ident="tabular-Basic-body-cell-style-id">+
<sf:property-map>
<sf:SFTCellStylePropertyNumberFormat>
+<sf:number-format sfa:ID="SFTNumberFormat-23" sf:format-type="1" sf:format-string="#,##0.00 &#xA4;;-#,##0.00 &#xA4;" sf:format-decimal-places="2" sf:format-currency-code="EUR" sf:format-negative-style="0" sf:format-show-thousands-separator="true" sf:format-fraction-accuracy="-3" sf:format-use-accounting-style="false"/>+
+<sf:cell-style sfa:ID="SFTCellStyle-48" sf:cell-style-default-line-height="12" sf:parent-ident="tabular-Basic-body-cell-style-id">+
<sf:property-map>
<sf:SFTCellStylePropertyNumberFormat>
+<sf:number-format sfa:ID="SFTNumberFormat-24" sf:format-type="1" sf:format-string="#,##0.00 &#xA4;;-#,##0.00 &#xA4;" sf:format-decimal-places="2" sf:format-currency-code="GBP" sf:format-negative-style="0" sf:format-show-thousands-separator="true" sf:format-fraction-accuracy="-3" sf:format-use-accounting-style="false"/>+
+but the cells are all created according to the system's currency.+
+It's not only foolish, it's really annoying.+
Yvan KOENIG (from FRANCE lundi 27 octobre 2008 17:33:51)

Similar Messages

  • Pages Templates still reset currency...

    Is there anybody who is struggling with this as well?
    I thought this would be a really obvious bug and they's fix it in 09, but nothing.
    Whenever I create a Pages Template with a currency other than British Pounds and save it, after opening it is reset to Pounds - it's a simple and obvious bug and I wrot eto Apple as well, so they should be aware of it, but nothing happens - am I the only one here?
    Cheers - Christoph

    Hi Fruhulda
    If you insert a table in a Pages document (same behavior with Numbers) and set a cell as currency one using $ if your system's setting is €,
    if you save the document as a template, the documents created from this custom template will contain a currency matching your system's setting.
    It's really odd.
    I wish to know if the OP used the Feedback link or if he reported to the BugReporter area.
    There is a quick and dirty workaround.
    Don't save as a template but as a standard document and create new documents with this script.
    --[SCRIPT openFakeTemplate]
    Enregistrer le script en tant que Script ou Progiciel : openFakeTemplate.xxx
    Sous 10.6 un progiciel se nomme Application.
    Si c'est un Script, déplacer le fichier créé dans le dossier
    <VolumeDeDémarrage>:Users:<votreCompte>:Library:Scripts:Applications:
    Il vous faudra peut-être créer le dossier Applications.
    menu Scripts > openFakeTemplate
    Si c'est un Progiciel, laissez le sur le bureau pour y glisser l'icône d'un pseudo_modèle Numbers ou Pages.
    Dans les deux cas, un clône du pseudo_modèle sera ouvert avec un nom horodaté.
    --=====
    L'aide du Finder explique:
    L'Utilitaire AppleScript permet d'activer le Menu des scripts :
    Ouvrez l'Utilitaire AppleScript situé dans le dossier Applications/AppleScript.
    Cochez la case "Afficher le menu des scripts dans la barre de menus".
    +++++++
    Save the script as Script or Application Bundle: openFakeTemplate.xxx
    Under 10.6, Application Bundle is named Application.
    If you saved as Script, movethe newly created file into the folder:
    <startup Volume>:Users:<yourAccount>:Library:Scripts:Applications:
    Maybe you would have to create the folder Applications by yourself.
    Go to menu Scripts > openFakeTemplate
    If you saved as Application (bundle), leave it on the Desktop so you will be able to drag & drop on its icon a fakeTemplate's one.
    In both cases, a dateTime stamped clone of the fakeTemplate will be open.
    --=====
    The Finder's Help explains:
    To make the Script menu appear:
    Open the AppleScript utility located in Applications/AppleScript.
    Select the "Show Script Menu in menu bar" checkbox
    --=====
    Yvan KOENIG (VALLAURIS, France)
    2009/09/29
    property permitted4 : {"com.apple.iwork.pages.sffpages", "com.apple.iwork.numbers.sffnumbers"}
    property permitted5 : {"com.apple.iwork.pages.pages", "com.apple.iwork.numbers.numbers"}
    property permitted : permitted5 & permitted4
    --=====
    on run (*
    lignes exécutées si on double clique sur l'icône du script application
    • lines executed if one double click the application script's icon *)
    tell application "System Events"
    if my parleAnglais() then
    set myPrompt to "Choose an iWork’s document"
    else
    set myPrompt to "Choisir un document iWork"
    end if -- parleAnglais
    if 5 > (system attribute "sys2") then (*
    if Mac Os X 10.4.x *)
    set allowed to my permitted
    else (*
    it's Mac OS X 10.5.x with a bug with Choose File *)
    set allowed to {}
    end if -- 5 > (system…
    my commun(choose file with prompt myPrompt of type allowed without invisibles) (* un alias *)
    end tell
    end run
    --=====
    on open (sel) (*
    sel contient une liste d'alias des élémentsqu'on a déposés sur l'icône du script (la sélection)
    • sel contains a list of aliases of the items dropped on the script's icon (the selection) *)
    my commun(item 1 of sel) (* an alias *)
    end open
    --=====
    on commun(source)
    tell application "System Events" to tell disk item (source as text)
    set typeID to (type identifier) as text
    set nomSource to name
    set ext to name extension
    end tell
    if typeID is not in my permitted then
    if my parleAnglais() then
    error "“" & (source as text) & "” is not a Numbers or Pages document!"
    else
    error "«" & (source as text) & "» n’est pas un document Numbers ou Pages !"
    end if -- my parleAnglais()
    end if -- typeID
    set nomCourt to text 1 thru -(2 + (length of ext)) of nomSource
    set nouveauNom to nomCourt & my dateTimeStamp() & "." & ext
    tell application "Finder"
    set dupli to (duplicate source) as alias
    set name of dupli to nouveauNom
    set dupli to dupli as alias
    open dupli
    end tell
    end commun
    --=====
    on dateTimeStamp()
    return (do shell script "date +_%Y%m%d-%H%M%S")
    end dateTimeStamp
    --=====
    on parleAnglais()
    local z
    try
    tell application "Pages" to set z to localized string "Cancel"
    on error
    set z to "Cancel"
    end try
    return (z is not "Annuler")
    end parleAnglais
    --=====
    -- [/SCRIPT]
    Yvan KOENIG (VALLAURIS, France) mardi 29 septembre 2009 18:46:11

  • How do I format a table in Pages so that I don't have to keep reformatting every time I go to a new cell?

    how do I format a table in Pages so that I don't have to keep reformatting every time I go to a new cell?

    Hello Fruhulda
    Clicking a Pages table don't give the same result than clicking somewhere in the table then pressing cmd + a.
    The first scheme selects the table (height square handles displayed)
    The second one select every cells (no handle displayed).
    If we try to fill cells with a color in case 1, only standard cells are filled.
    If we try to do the same in case 2, every cells (headers included) will receive the color.
    Yvan KOENIG (VALLAURIS, France) dimanche 12 février 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.3
    My Box account  is : http://www.box.com/s/00qnssoyeq2xvc22ra4k

  • Keep resetting firefox, it doesn't keep settings (I.E. to open on my home page), and when opening a tab the 3*3 links aren't there.

    When I set my Firefox to open to my home page, the next day doesn't keep the settings, and when I open a new tab, the 9 click links aren't there. I have reset twice and have no toolbars, but it repeats.

    Hi,
    Thanks for contacting Mozilla Support.
    Certain Firefox problems can be solved by performing a ''Clean reinstall''. This means you remove Firefox program files and then reinstall Firefox. Please follow these steps:
    '''Note:''' You might want to print these steps or view them in another browser.
    #Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu).
    #Delete the Firefox installation folder, which is located in one of these locations, by default:
    #*'''Windows:'''
    #**C:\Program Files\Mozilla Firefox
    #**C:\Program Files (x86)\Mozilla Firefox
    #*'''Mac:''' Delete Firefox from the Applications folder.
    #*'''Linux:''' If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see [[Installing Firefox on Linux]]. If you downloaded and installed the binary package from the [http://www.mozilla.org/firefox#desktop Firefox download page], simply remove the folder ''firefox'' in your home directory.
    #Now, go ahead and reinstall Firefox:
    ##Double-click the downloaded installation file and go through the steps of the installation wizard.
    ##Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    More information about reinstalling Firefox can be found [https://support.mozilla.org/en-US/kb/troubleshoot-and-diagnose-firefox-problems?esab=a&s=troubleshooting&r=3&as=s#w_5-reinstall-firefox here].
    <b>WARNING:</b> Do not run Firefox's uninstaller or use a third party remover as part of this process, because that could permanently delete your Firefox data, including but not limited to, extensions, cache, cookies, bookmarks, personal settings and saved passwords. <u>These cannot be recovered unless they have been backed up to an external device!</u>
    Hope this helps!
    Curtis
    Mozilla Support volunteer

  • Dreamweaver CS6-updating template doesn't update pages, update screen hangs

    I'm working with a dwt file provided with shopping cart software which I purchased from a third party developer. I've made changes on the main.dwt provided to personalize it for my business. To begin with, everything seemed to be going smoothly, but then at some point, updating the template stopped updating the pages dependent on it, unless the pages are actually open in Dreamweaver. Even when the pages are open, however, the "Update files dependent on" box seems to hang. If I click "close" it asks if I want to stop updating the site. It's very cumbersome to have to open every page in the site in order to get the changes in the template to propagate to the pages. I'm running CS6 on Windows 7 Home Premium. My site is not yet published, so I can't provide a link to it. It's still on the drawing board.

    Is the .dwt template file still within the Dreamweaver generated Templates folder in your site root?
    index.html <--your site's home page
    Templates <-- the Templates folder on same level as site home page
         yourtemplate.dwt <-- your .dwt file
    If it's not, that can cause all kinds of problems in DW.

  • Tables in Pages'06 - some doesn't make sense

    Hi all,
    I bought recently iWork'06 for my first time ever. After hangig around with M$Word, I focused on Pages. So I gave it a try.
    However, I got some issues about tables in Pages.
    1. You place a table in your document,in an formatted area (style-assigned area), on error oh my good (only font-formated and list-formated). Try to change the width of an 2-column-table... You need to clear the whole thing an restart with an unformated/non-styled area... It happend to me today.
    2. Why is the styling for a table, i.e border-style and boder-color, in the grafics-related menu? It'd be better for the workflow if it's there where it belong to, in the table-menu!
    cheers
    Powerbook 15", 1.5GHz, 2GB RAM   Mac OS X (10.4.5)  

    As with border (stroke) colors, fills and other
    graphic-related items, duplicate resources? You will
    find text in the tables are manipulated in the text
    inspector so why not graphic related items in the
    graphics inspector?
    Because, in my opinion, a table is not "really" a graphic element. I can select each column or an entire row, what then? I need to go to another menu to select, if I want a border or not.
    Ok, probably it's all a bit unlikely or new for me, and I need to play around a bit more to get the Pages workflow around...

  • Importing word 2004 docs with tables into Pages

    I work in video production, and my clients send me shooting scrips as word documents formatted with tables. Needless to say, I was quick to discover that Pages doesn't really 'like' these documents. I can't keep asking my clients to reformat their docs as txt files for me - it's very unprofessional.
    What I've found is that all the text is there, but the tables don't 'translate' (one cell tries to fit on a whole page and the text gets 'lost' at the bottom). Is there a quick and easy way to remove the tables in Pages but keep the text?
    In Word, it's Alt+A, V, B, 0 (I've been formatting and reformatting scripts for 8 years!).
    Thanks for your help. I REALLY don't want to have to get Office - I've read so many horror stories about 2008 (especially the excel part).

    sknygrydg07 wrote:
    Is there a quick and easy way to remove the tables in Pages but keep the text?
    In Word, it's Alt+A, V, B, 0 (I've been formatting and reformatting scripts for 8 years!).
    Hello,
    Have you tried: Select table, then from the Pages Menu; Format > Table > Convert Table to Text?
    It might be of some value in this situation.
    Jerry

  • Calling a stored workspace procedure/function in page template

    I have an unusual puzzle. I am trying to find a way to call a stored procedure or function in a page template; ie, through HTML/javascript.
    I maintain a website with several dozen applications and I currently have the page templates in all of these applications subscribed to one master template, so that changes can be made in one place and implemented across all the applications. So far, the only content I can display on every page in every application through page template subscription is static content; dynamic content (ie content generated based on data in the database) is implemented page-by-page (or application-by-application).
    I'm wondering if there is a way to call stored procedures/functions from the page template to create dynamic content (based on the :APP_USER identity, for example). htmldb_Get() doesn't seem to be helpful, because as far as I can tell it only calls on-demand application processes, not workspace procedures/functions.
    Is there any way at all that a workspace procedure/function can be called directly from the page template (eg with a javascript function of some kind)? Again, I am trying to avoid having to use any application/page-level apex entities (items, processes, etc) so that I can just put the javascript or whatever in the page template and refresh all the applications in my workspace.
    Thanks in advance!
    Jonathan Cole
    PS - I am currently using v3.1

    Just to add the owner in output :
    SCOTT@demo102> ed
    Wrote file afiedt.buf
      1  select owner, table_name, ltrim(max(sys_connect_by_path(column_name,','))
      2                     keep (dense_rank last order by position),',') as PKcolumns
      3  from
      4  (select a.owner, a.table_name, b.column_name, b.position
      5   from all_tables a, all_cons_columns b, all_constraints c
      6   where a.owner=b.owner
      7   and   a.table_name=b.table_name
      8   and   b.owner=c.owner
      9   and   b.constraint_name=c.constraint_name
    10   and   c.constraint_type='P'
    11   and   a.table_name in ('SDO_COORD_AXES','EMP'))
    12  group by owner, table_name
    13  connect by prior owner = owner and prior table_name = table_name and prior position = position - 1
    14* start with position = 1
    SCOTT@demo102> /
    OWNER                          TABLE_NAME                      PKCOLUMNS
    MDSYS                          SDO_COORD_AXES                  COORD_SYS_ID,ORDER
    SCOTT                          EMP                             EMPNO
    SCOTT@demo102> Nicolas.

  • Template won't save currency

    Gday all,
    I'm not sure if this is a bug, or if I'm just missing something really obvious. I have a british version of pages09, but I've now moved back to Australia so am invoicing in Oz dollars. I've created an invoice template which has a table in it. I change the currency in the table to AU dollars and save it as a template, but when I reopen the template, it will always revert to pounds sterling...? Does anyone know how to remedy this? It's not a huge issue, but when writing invoices in a rush I've already sent out three or four with the wrong currency...
    Any help would be greatly appreciated!
    Cheers

    Hi Leesome
    Welcome to the forum.
    Have you also changed your +System Preferences > International > Formats > Currency > Australian Dollar+ ?
    I suspect however it is because you haven't "Captured" your changed table inside the actual template.
    Fix the currency in the table then:
    +Menu > Format > Advanced > Capture Pages… > Name: > Include: > as many pages as you use > OK+
    +Menu > Format > Advanced > Manage Pages… > get rid of the old ones+
    +Menu > File > Save as Template…+
    Peter

  • Tables in Pages and Keynote

    I've made a table in Pages 09, but the table panel on ispector panel doesn't work, so I can't edit cells dimensions. In Keynote, when I try to insert a table, a message appears telling: "unexpected error. Quit and open again the application." the same messag appears when trying to view inspector panel.
    Does anyone know how to solve these bugs?
    I contacted Apple telephone assistance and stayed at the phone for over than one hour, useless...(in Italy it is NOT a toll free number) they only said that with Tiger it works, but they didn't say nothing about that when I bought the software...

    I made tables in both Word Processing mode and Layout mode using the Tables tool in the toolbar.
    They were all editable and did not error.
    Are you saying you are using Tiger or Apple support is saying that it works in Tiger because they are using Tiger? Or they have tested it in Tiger and it works for them?
    To make this clearer to us, can you tell us more about:
    Which template you are using, what mode you are in, is the table floating or inline, what you are putting in the table, whether you have merged cells or done anything different, and whether this problem is only in Tiger.
    In other words give a much more detailed description of what is happening.

  • A method to create completely customized photo book page templates from scratch in Lightroom 5

    I was able to successfully create completely customized Lightroom 5 page templates (including altering the number of, positions, and sizes of pictures) by making edits to the templatePages.lua file(s) in the Lightroom directory tree.  I have never heard of the LUA file format before, but it is ASCII and looks somewhat like XML, so it was fairly easy to decipher.  Here is a high-level description of how I did it.  This applies to Lightroom 5 on Windows 7.  If this doesn't make any sense to you, then don't try it - you're likely in over your head.  Although my description is brief and lacking in detail, it should enable someone who is capable of handling this to figure it out with a little of careful trial and error.  Do this at your own risk - if you screw-up your installation, catalog, or computer, it's your own fault.  It all worked great for me.
    First, open the "<lightroom 5 install directory>\Templates\Layout Templates" folder.  Then navigate to the template set that contains the template you would like to use as a starting point for the new template.  For example, "12x12-blurb\clean12x12".  Make a back-up copy of the templatePages.lua file in case you mess something up and want to revert.
    There will be a bunch of .jpg files in this directory that each contain a preview image of the layout that carries the same name as the .jpg file.  Find the one that you would like to use as a starting point.  Take note of the name of the file, which is probably something similar to "page_26_preview.jpg".   Duplicate the file and rename it to something unique, such as "dummy_preview.jpg".  It's just temporary, so it doesn't matter what name you pick, provided it is a legal file name with no spaces.
    Next, open the templatePages.lua file in a text editor.  I suggest using one that can automatically recognize and format ULA (such as Notepad++, which is open source and free to use).  Then search the file for the unique portion of the file name you took note of earlier, such as "page_26".  It will point you to a section in the LUA file that describes that particular template.  Carefully copy that entire section, including a balanced number of brackets (starting with the two brackets and commas before "children" and ending with the one bracket and comma after the "title" line.  Paste the copied text into the end of the file on a new line immediately following the bracket and comma after the "title" field for the last page template section (right near the end of the file).  Change the "previewName" field to the name of the preview file copy that you created ("dummy_preview.jpg" for me) and the "name" field to the name of the new template you're creating ("dummy" for me, since it is just temporary).  Next change at least one of the hex characters in the "pageID" field such that the new template will have a unique page identifier.
    Now you can make edits to the photo and text fields included in the new section, using other templates in the template file as examples.  "x" and "y" fields are coordinates (in pixels) for the bottom-left corner of the picture or text field, "height" and "width" are the width of the field in pixels.  The fields should be mostly self-explanatory, but make sure that the "photoindex" fields are filled-in starting from 1 to N, where N is the number of pictures in the template, with no duplicates or gaps.  They do not need to be in order.  Treat the "textIndex" fields similarly for text fields.  If you want to add an additional picture or text field, simply copy the section describing a picture or text field from another template and paste it, carefully, into the new template that you are creating.
    Once you are done, save the file (you may get interference from Windows UAC, in which case save the file elsewhere and the move it back to the correct directory).  Then open Lightroom.  Create a new photobook, and choose the new template for one of the pages, remembering that the preview image will look like the JPG that you copied.  Voila!  If you didn't screw anything up, you should see a page based on your new template.  Then right-click the page and select "Save as custom page", which will cause a fresh preview file to be created for your new template and your template to be copied to the "custom pages" section of the template menu.  The new section you added to the "templatePages.lua" and the "dummy" preview file can now be deleted, since they are no longer needed.  I save them so that I may simply overwrite them the next time I need to create a customized template.
    Enjoy, and please share any clarifications, corrections, or enhancements to my process.

    peter at knowhowpro wrote:
    DHWachs wrote:
    This post was great!  Thank you so much.  But I am hoping you know one more thing related to this.  In the "transform" section of the definition (where the x/y coordinates are set along with height and width) there is an option called "angle".  I was hoping that changing this value would allow me to offset the angle of the picture.  However, if I put any value there other than 0 the template becomes unusable.
    Do you happen to know what this option does?
    I haven't looked into the files, so this is just a guess based on how some graphic applications work. It's common to think of rotating a shape as pivoting around a center point, but It's possible that the file sets a value for the rotation point not at the center. In some graphics applications, you can set a shape's pivot at any corner or in the middle of any side, of the rectangle that contains the whole shape.
    So, your value may be rotating the shape around a pivot that moves the shape into some area that upsets the behavior of other shapes. Just a thought.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices
    Peter's point is a good one.  I would also assume that the "angle" property allows you to rotate an image, but I haven't tried it myself.  One thing to investigate - are there any page templates included in LR that have image placeholders that are at an angle (I don't recall any, off-hand)?  If so, looking at the associated .lua file could provide insight into how an angled image placeholder should be described.

  • How to change page template for a single page?

    I create a new document based on the Pages "Reports > Business Report".
    Now the first page is formatted as a "Cover" page with a larger top margin.
    Via "Format > Advanced > Manage Pages..." I see there are what I assume are the "Page Templates":
    - Cover
    - Table of Contents
    - Chapter Page
    - Text Page
    - Appendix
    My question: How can I change the template for a single page in my document? E.g. I don't want Page #1 to be formatted as "Cover". I'd like it to be a "Text Page".
    Any hints?

    Just delete the Cover section and insert a Text Page.
    Click on:
    +Toolbar > View > Page Thumbnails+
    Click on the Cover thumbnail, it will be outlined in yellow, hit delete.
    It may start off with certain defaults but you do not have to accept them.
    Peter

  • I no longer have access to system folders that allow me to remove old or incorrect PAGES templates. Need to find out how to do that. The only way I can do it now is to blank the template and replace the bad template with a blank.

    I no longer have access to system folders that allow me to remove old or incorrect PAGES templates. Need to find out how to do that. The only way I can do it now is to blank the template and replace the unwanted template with a blank. It was previously possible to go to MY TEMPLATES and remove the unwanted templates. I don't if this issue is before or since installation of 10.8 (a nightmare in my case, which led to significant failure issues).  And because I haven't tried to remove templates since finally managing to install 10.8 (now at 10.8.4), I don't know if this is typical of the newer OS or a problem. I've been a Mac user for more than 25 years, but I think I'm nearing the end of the road. By the way, I've never needed to do this before because the manuals always offered an answer... they don't seem to do that anymore. In any case, I don't know how this works... I'd prefer an email reply if that's possible. But that would probably be too easy, and I don't know how to get a reply.

    Thanks, I appreciate the help.  I think this is one of the problems Apple is creating by changing the OS so often. I had fomer colleagues at [a major aerospace contractor] who told me that so many original files were ultimately lost because of the deadly change in the "Save As" operation that they are now afraid of every OS update. Apple has badly damaged their support base with that very prominent company (they won't update now until they've fully examined and understand changes in the pre-conditioned nature of OS computer functions), and they are a whole lot less enthaled with Mac-related equipment/software. Can't blame them, I too used orginal files that way (as easy-to-use templates), and lost some important files before I realized what was happening (to late to revert). Companies should not have to retrain employees each time an OS gets an update, it's can be very expensive several different ways. They learned a painful lesson with that one. And because I'm now retired and don't use multiple devices, I need iCloud like I need a hole in the head... but I'm told there's no way to keep Apple out of my computer. Fortunately, because of major problems when initially installing Mountain Lion, one hold-over of the hardware/software damage I experienced was that iCloud can no longer access my computer even though everything else is working fine again. That was the only "good luck" I had as a result of that expensive nightmare.

  • Can tables in Pages 5.5.1 be set up to fit Avery labels?

    Can tables in Pages 5.5.1 be set up to fit Avery labels?  I've tried to adjust the margins and the cells to sizes listed on the package, but I can't get them to fit properly.  Also, when I try to copy information (return address with three lines of data) from one cell to another to fill in the page, the information ends up with one line each in three different cells.  How do I keep it all together?

    I'm sure it can be done in Pages but I find it easier to use the Mac version of Avery Design & Print software which can be downloaded free from http://www.avery.com/avery/en_us/Help-Center/General-Help/Avery-Design--Print.ht m
    It will import information saved in Excel or csv formats which you can do from Numbers or other spreadsheet software.

  • Inserting a table in Pages from Numbers

    After inserting a table from numbers, it's sometimes not possible to adjust it's dimensions in Pages anymore. At the same time i can't select most of the options to change the tables layout behavior. When i add a table in Pages all options are available in the same textframe? Can't find the difference...
    Any idea?

    You are right with floating / inline.
    But you are not right depending the development of the program. For users edditing text it is completly inapprehensible why the behavior of table adjustements should change, just because it is inline and breaking to the next page, while the same table keeps beeing adjustable when it is displayed on one page again by e.g. adding linies above in the textbox?
    That's stupid, like you would judge on Microsofts Word... Programs should support users work and not the other way around.
    There is no way to change font-sizes if you can't read the content anymore...
    By

Maybe you are looking for