How to force Pages 2.0.2 to run under Rosetta?

I browsed Apple's Support site and found this document:
http://docs.info.apple.com/article.html?artnum=303120
I can find the check box for Safari 2.0.4, but I don't have this box for my Pages 2.0.2.
I have also confirmed with System Profiler that my Pages is an Univerisal Application, not a Power PC or Intel.
Any suggestion?
(I need it because my Fiery printer driver is not Universal Binary yet and I need to access some of the features).
MacPro, iMac (intel), PowerBook G4, iBook G4, MacMini Core Solo   Mac OS X (10.4.8)  

Hi Joshua,
Welcome to the forums!
I've not yet made the move to intel, so I can't check this out on my Mac. But while you wait for a driver update, you might want to check out the Gutenprint printer drivers for Mac:
http://gimp-print.sourceforge.net/MacOSX.php3
They are free, cover a very large range of printers, and may be able to run your Fiery (though it may not access all of its features).
Hope this helps.

Similar Messages

  • How to force pages to treat C++ as a word

    I need to make references to the C++ programming language in a document I'm writing. When the reference occurs at the end of a line, Pages 5.5.1 will break the word apart placing C+ on the first line and + on the next. Is there any way to force Pages to treat this as a word and keep all of the characters together?

    Hmm... I don't know why the script fails with Pages v4.3 under OS X 10.10.1.
    Perhaps the statement:
    (get selection)'s characters
    needs to be:
    (get selection's contents)'s characters
    Like this:
        join every character in selection with U+2060 WORD JOINER
    _main()
    on _main()
        set |WJ| to character id 8288 -- U+2060 WORD JOINER
        tell application "Pages" -- Pages v4
            tell document 1
                set selection to my _join((get selection's contents)'s characters, |WJ|)
            end tell
        end tell
    end _main
    on _join(tt, d)
            list tt : source list
            string d : separator
            return string : tt joined with d
        local astid, astid0, t
        set astid to a reference to AppleScript's text item delimiters
        try
            set {astid0, astid's contents} to {astid's contents, {} & d}
            set t to "" & tt
            set astid's contents to astid0
        on error errs number errn
            set astid's contents to astid0
            error errs number errn
        end try
        return t
    end _join
    * FWIW, this revised script also works with Pages v4.0.5 under OS X 10.6.8.
    Regards,
    H

  • How to force page to scroll when collapsible panel is opened by link

    Hi,
    I have seen similiar questions asked but not answered, so maybe there isn't away to do this.
    I have numerous collapsible panels going all the way down the page, actually I just formed a Collapsible Panel Group. They are opened by a list of links at the top of the page.
    This is an example of a link...
    <li><a href="#CollapsiblePanel14" onclick="cpg.openPanel(13);">AKC CGC & TDI Testing</a></li>
    And this is the javascript at the bottom of the page...
    var cpg = new Spry.Widget.CollapsiblePanelGroup("CollapsiblePanelGroup1", { contentIsOpen: false, duration: 800 });
    When a link to one of the lower panels is clicked, I would like the page to scroll down so when the panel opens all of the content is within view.
    Is there any way to do this?
    Thanks
    Dennis

    On line 431 of your JS change
    this.content.style.height = this.toHeight + "px";
    to
    this.content.style.height = "auto";

  • How to get Page Path in Webcenter at run time

    Hi All ,
    I want to get the page path of the current page that is being accessed by the user at run time (Rather , in the method activity of a TF).. This page path will be used to get the page def and do some operations on it.
    We tried to get it from the Navigation Context but node.path returns null .
    Any pointers on how i can get the it ?
    Kind Regards,
    Siddharth

    Using #{pageDocBean.pagePath} then you can get the page path
    using #{navigationContext.defaultNavigationModel.node[navigationContext.defaultNavigationModel.currentSelection.prettyUrl].goLinkPrettyUrl} - you will get required url for a particular page.
    See more information on http://docs.oracle.com/cd/E29542_01/webcenter.1111/e27739/jpsdg_app_els.htm#BEIBIEEF

  • How can I get Juice 2.2 to run under Mavericks?

    Trying to install/use Juice 2.2 on a 2012 MacBook Pro w/16GB RAM and a Micron 980GB SSD. Juice runs perfectly on my 2010 Mac Mini running Snow Leopard, but on Mavericks it appears to install but won't run. Anyone out there have a solution?

    That should be OSX Lion 10.7.5

  • How do I know if my apps will work under Yosemite?

    Hey guys, I'm running Yosemite right now on a mid-2011 Mac Mini that was originally running Lion. I then installed Mavericks on top of Lion(I didn't try Mountain Lion) and then I installed Yosemite on top of Mavericks. I'm planning on erasing the 500GB HDD and installing a fresh copy of Yosemite and then restore my apps and system preferences via an external Time Machine USB HDD I've been using for 2 years. 
      I'm having a spinning beachball issue that renders my Mac Mini unusable for a few minutes at a time and this is why I want to do a clean install of OSX.
    So far my apps have been running great under Yosemite, BUT I'm worried that my apps are running great ONLY because I was running Lion and Mavericks before so the apps I'm running now are only working because the apps were installed onto the Lion and Mavericks 'layers'??? I haven't needed to re-install any apps since installing Yosemite.
      How can I check that my apps will run under Yosemite? 
      Please help!

    NewbMacUser wrote:
    From what he said here: "Because, after you run the Upgrade, it is running Yosemite and not Lion or Mavericks."
    How does that translate into this
    So whatever apps I'm running at the moment on Yosemite will definitely work when I wipe the Mac's HDD?
    You need to slow down and read what is being written

  • How to force initial stage of a portal page?

    Hello,
    We have here the following situation:
    We have one portal with a desktop containing two pages.
    Page 1 has a pageflow portlet with a list of items each one with a link to a form to contact us.
    Page 2 has the pageflow portlet with contact us portlet.
    If a user clicks on the “contact us” link of some item, portal fires an event to complete “contact us” form and activate its page.
    If a user clicks directly on Page 2, portal needs to show “contact us” portlet without completing its form.
    Everything works fine, less when the following sequence of steps is done.
    1-     A user clicks on a link item, so “contact us” is shown with form completed;
    2-     Then the same user back to items page, clicking on related menu tab;
    3-     Finally, he clicks on “contact us” tab, and “contact us” portlet is shown as it was in the last view.
    So, how can I force Page 2 to reload all of its portlets with its default actions?
    Regards,
    Clovis

    How you are maintaining ContactUs form data?
    I am assuming your are using a form bean (ActionForm)
    Then do below two things.
    1. On your pageflow PORTLET set <b>Page Flow Refresh Action</b> to <b>begin</b>
    2. Clear all the 'ContactUs' form feilds, I mean reset the form feilds in 'begin' action method.
    To undersatnd FORM BEAN scoping see below link.
    http://e-docs.bea.com/workshop/docs81/doc/en/workshop/guide/netui/guide/conReqScopedVsPageScopedBean.html?skipReload=true
    Message was edited by:
    vankadaru

  • How to force refresh of data through browser or PDF?

    We have the dashboard set to refresh every minute.  We are pulling the data using XML from DB.  When we are in browser and clear the browser cache and then reload the .swf... the data is updated.  We haven't been able to figure out how to force the cache-clear and data refresh with either swf or pdf.
    Your help is greatly appreciated.

    Hi Jeff,
    Is the XML coming from a web page or a web server?
    If yes then you can give this a go. To stop the caching mark your web page with extra tags to say it has expired.
    HTML page example:
    <HEAD>
        < META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE" />
        < META HTTP-EQUIV="EXPIRES" CONTENT="0" />
    </HEAD>
    JSP example:
    <%
      // Stop Internet Explorer from caching the results of this page.
      // We do this so that every time Xcelsius calls this page it see the latest results.
      response.setHeader("Cache-Control","no-cache"); //HTTP 1.1
      response.setHeader("Pragma","no-cache"); //HTTP 1.0
      response.setDateHeader ("Expires", 0); //prevents caching at the proxy server 
    %>
    Regards,
    Matt

  • How to force my Web part to run regardless of users permissions

    I have created the following custom permission , which will allow users to Create items without being able to view,edit them:-
    $spweb=Get-SPWeb -Identity "http://vstg01";
    $spRoleDefinition = New-Object Microsoft.SharePoint.SPRoleDefinition;
    $spRoleDefinition.Name = "Submit only";
    $spRoleDefinition.Description = "Can submit/add forms/files/items into library or list but cannot view/edit them.";
    $spRoleDefinition.BasePermissions = "AddListItems, ViewPages, ViewFormPages, Open";
    $spweb.RoleDefinitions.Add($spRoleDefinition);
    $spweb.Dispose();
    then inside my "Issue Tracking List" i stop inheriting permission from team site , and i define the following permission for all users:-
    now users can add items and they can not view them ,, which is perfect :).
    But now i wanted to add a custom web part to my Create form which will hide certain fields if the user is not within specific group ,the web part looks as follow:-
    protected override void OnInit(EventArgs e)
    base.OnInit(e);
    InitializeControl();
    using (SPSite site = new SPSite(SPContext.Current.Site.Url))
    using (SPWeb web = site.OpenWeb())
    web.AllowUnsafeUpdates = true;
    SPGroup group = web.Groups["Intranet Visitors"];
    bool isUser = web.IsCurrentUserMemberOfGroup(group.ID);
    if (!isUser)
    SPList myList = web.Lists.TryGetList("Issue List");
    SPField titleField = myList.Fields.GetField("Category");
    titleField.Hidden = true;
    titleField.ShowInEditForm = false;
    titleField.ShowInNewForm = false;
    titleField.ShowInDisplayForm = false;
    titleField.Update();
    myList.Update();
    // web.AllowUnsafeUpdates = false;
    else
    SPList myList = web.Lists.TryGetList("Issue List");
    SPField titleField = myList.Fields.GetField("Title");
    titleField.Hidden = false;
    titleField.Update();
    myList.Update();
    // //web.AllowUnsafeUpdates = false;
    web.AllowUnsafeUpdates = false;
    then i deploy the web part and i add it to the Create form. but after doing so user are not able to create items and they will get the following error:-
    Sorry this site has not been shared with you
    so can anyone advice how to force my web part to run , without checking the users permissions or with minimal permssions ?

    in this case, use the elevated privileges to read/add/edit items with elevated privileges with below code.
    but make sure the page which you add this web part have at least read access to all user.
    SPSecurity.RunWithElevatedPrivileges(delegate()
    using (SPSite site = new SPSite(web.Site.ID))
    // implementation details omitted
    More: http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spsecurity.runwithelevatedprivileges.aspx
    Bistesh
    Ok after adding :-
    SPSecurity.RunWithElevatedPrivileges(delegate()
    users with the following permissions can create items:-
    "AddListItems, ViewPages, ViewFormPages, Open";
    and they can not edit/read them, which is great. but i am facing a caching problem , because if user is inside the "Intranet visitor" he will be able to see Category field as mentioned in my code, but if i remove him from the "Intranet Visitor"
    he still can see the field,, although in the web part i specify not to display the Category column if the user is not inside the "Intranet visitor " group... here is my current code:-
    protected override void OnInit(EventArgs e)
    base.OnInit(e);
    InitializeControl();
    SPSecurity.RunWithElevatedPrivileges(delegate()
    using (SPSite site = new SPSite(SPContext.Current.Site.Url))
    using (SPWeb web = site.OpenWeb())
    web.AllowUnsafeUpdates = true;
    SPGroup group = web.Groups["Intranet Visitor"];
    bool isUser = web.IsCurrentUserMemberOfGroup(group.ID);
    if (!isUser)
    SPList myList = web.Lists.TryGetList("Risk & Issue Management");
    SPField titleField = myList.Fields.GetField("Category");
    titleField.Hidden = true;
    titleField.ShowInEditForm = false;
    titleField.ShowInNewForm = false;
    titleField.ShowInDisplayForm = false;
    titleField.Update();
    myList.Update();
    // web.AllowUnsafeUpdates = false;
    else
    SPList myList = web.Lists.TryGetList("Risk & Issue Management");
    SPField titleField = myList.Fields.GetField("Category");
    titleField.Hidden = false;
    titleField.ShowInEditForm = true;
    titleField.ShowInNewForm = true;
    titleField.ShowInDisplayForm = true;
    titleField.Update();
    myList.Update();
    web.AllowUnsafeUpdates = false;
    so can you advice please ? is this a caching problem, or once the user add at-least single item he will be able to see all columns ?

  • I need to know how to force a https redirect in Adobe Muse if this can't be done please tell me so I don't waste any more time... please

    I need to know how to force a https redirect in Adobe Muse if this can't be done please tell me so I don't waste any more time... please

    Protocol usage and redirects are a server-side thing. This has nothing to do with designing the web page and thus nothing with Muse, either.
    Mylenium

  • How to force english language for VC BI Iview

    Hi,
    All developments in BI system are english so when users launch VC BI Iview from the portal what ever the logon language in the portal we would like that users get results in english.
    In the VC iview, for parameter Forced Request Language we select value English but it doesn't work.
    We don't find other iview parameter which allows to do that.
    With BEX WEB template iview, we can do that by setting LANGUAGE=EN for parameter Application Parameters in the
    iview.
    Do you know how to force English language for VCBI Iview ?
    Thanks in advance for your help.
    Mai

    Hello,
    If you use Delta Links between your portal objects (role, workset, page, iview), make sure that the Forced Request Language is set to "English" on the linked iView (which is only accessible from the page, from the workset, from the role...)
    Regards
    Arnaud

  • How could force tomcat to stop and start on every build on Ide?

    How could force tomcat to stop and start on every build on Ide?

    Hello,
    See this help article:
    *[https://support.mozilla.org/en-US/kb/How%20to%20set%20the%20home%20page How to set the home page]
    Or try go to about:config page, search for "browser.startup.homepage" change its value to "about:home"(default) or "about:blank"(blank page)
    *[http://kb.mozillazine.org/About:config about:config]

  • How to force JEditorPane to be refreshed?

    Dear all,
    I've problem of refreshing JEditorPane using setPage( ) method.
    I've written a simple JAVA browser with an analysing system. When a user clicks a hyperlink, the setPage( ) method will be called. Followed by the setPage( ) method, is another method, called method2, used to analyse the content of the page which will take several seconds to minutes to be finished.
    The problem I have now is that, the new HTML page will be displayed only after method2 is finished. How to force the page to be displayed before running method2?
    Thanks a lot.
    Frances

    Just to add - invokeLater will free up the swing thread so setPage completes in a timely manner but
    StanislavL's example will run method2 on the swing thread also, just as a separate action
    performed at a later time. This is good if method2 makes further calls to swing methods but it
    does mean that the analysis will block the swing thread for however long it takes. If that's OK then fine, otherwise modify as:
    pane.setPage(url);
    Thread t = new Thread() {
      public void run() { method2(); };
    t.start();Check out this [url http://java.sun.com/products/jfc/tsc/articles/threads/threads1.html]article for further info.
    Regards

  • How to force users to enter their ID and password ?

    I am considering installing AirPort Extreme at our office. We don't want guests connecting to our network. is there any option/software that will force the guest to enter an ID and password to connect to our network ? This is similar to what happens at the hotels when we try to connect to hotel's network.

    How to force users to enter their ID and password?
    is there any option/software that will force the guest to enter an ID and password to connect to our network ? This is similar to what happens at the hotels when we try to connect to hotel's network.
    The AirPort Extreme does not have the features necessary to create a "splash page" that provides basic information about the company and asks users for their identity and password....like you see at most hotels.
    Basically, with an AirPort Extreme, users would have to scan to look for the name of the wireless network to join, and then enter the password to connect.
    The best that you might be able to achieve with the AirPort Extreme is create a "hidden" network, which would require that users know both the name of the wireless network and password to connect.  However, based on experience, this might be more of a hassle than anything else.
    The bottom line.....Apple really designed the AirPort routers for home use, so that might be the best place for them in most cases.

  • How to force support for Long preamble only?

    how to force support for Long preamble only?
    Last edited by jackphil (2012-01-04 03:17:12)

    Hi,
    Thanks for your reply.
    I have downloaded the workspace containing the sample application from the address you provided. I have done the following changes to the application:
    1. Created AdcsResourceBundle_fo.java in the same package as AdcsResourceBundle.java
    2. Configured locale in faces-config.xml
    <locale-config>
          <default-locale>fo</default-locale>
          <supported-locale>fo</supported-locale>
        </locale-config>Indeed the messages are taken from AdcsResourceBundle_fo.java (I've tested the PanelCollection), but the problem with the number inputText is still there.
    Test scenario:
    Drag and drop DepartmentsView1 from Data Control to showDetailItem 1 in Table.jspx -> Create -> Forms -> ADF Form
    When the page is run, the 'Splash' image and 'Loading..' remains on the browser window and nothing else happens. And again, no messages in the server log.
    Is there anything else that needs to be configured?
    Anca

Maybe you are looking for