Mark several images at once with one or more stars

howdy,
using aperture 3 and am mostly happy with it (except a nasty import bug). however, a question about marking images with * to *** stars:
if I select several images at once within the aperture browser, is there a way to mark those images with a * star rating alltogether?
maybe I am to dumb, but if I select a couple of images, this is not possible. I have to move to every image with the cursor key, mark it with * star and then to the next.
did I oversee something?
thx

There are many reasons that "Primary only" is an option. Often you want to have multiple photos selected, but apply changes to only one of them.
A read of the documentation or a good tutorial book would elicit some helpful workflow advice for Aperture, if you'd care to invest the time

Similar Messages

  • How can I create a new Care Plan with one or more care tasks

    Hello,
    I'm working on a Dutch website in the HealthVault Environment. I got difficulties in creating and updating a careplan with care tasks. Most likely it's due to lack of knowledge...
    Following code works fine:
    CarePlan plan = new CarePlan();
    plan.Name = "test";
    this.PersonInfo.SelectedRecord.NewItem(plan);
    It creates a plan called [test]. But I don't know how to create a plan with one or more tasks in it: the tasks property is read only.
    https://msdn.microsoft.com/en-us/library/microsoft.health.itemtypes.careplan.tasks.aspx
    Half a year ago I was able to add an example of a careplan, which was a feature of the dev tools, but for some reason that's not possible anymore.
    https://developer.healthvault.com/DataTypes/Overview?TypeId=415c95e0-0533-4d9c-ac73-91dc5031186c
    So my question is, how can I add a new care plan with a task like the example from the HealthVault dev tools:
    <tasks>
    <task>
    <name>
    <text>Run 100 miles</text>
    </name>
    <description>Run 100 miles in 6 months</description>
    <start-date>
    <structured>
    <date>
    <y>2013</y>
    <m>12</m>
    <d>1</d>
    </date>
    </structured>
    </start-date>
    <end-date>
    <structured>
    <date>
    <y>2014</y>
    <m>6</m>
    <d>1</d>
    </date>
    </structured>
    </end-date>
    <target-completion-date>
    <structured>
    <date>
    <y>2014</y>
    <m>12</m>
    <d>31</d>
    </date>
    </structured>
    </target-completion-date>
    <sequence-number>279128532</sequence-number>
    <recurrence>
    <interval>
    <text>Once</text>
    </interval>
    <times-in-interval>10</times-in-interval>
    </recurrence>
    <reference-id>p01vil21ckg7k2346y1g60337mmi20sg564l321l8pmpqev39n302572sewu76lh9019s3993e02924</reference-id>
    </task>
    </tasks>
    Any help is welcome 
    Wilfred

    Hi Wilfred,
    Have you tried this?
    CarePlan plan = new CarePlan();
    plan.Name = "test";
    plan.Tasks.Add(someTask) 
    If you have a task list already, you would need to enumerate through it and add one by one...
    foreach (var task in existingList)
        plan.Tasks.Add(task)

  • This mailbox database is associated with one or more active PublicFolderMove requests

    I'm trying to clean up an Exchange 2013 installation (CU2) which is the result of a migrated Exchange 2007 done last summer.
    This installation contained several databases which we are trying to slim down to just one, but I've run into some trouble deleting one of these databases. I've made sure that there's nothing left in the database but the Monitoring mailboxes, but when I
    try to delete the database I get the following error:
    This mailbox database is associated with one or more active PublicFolderMove requests. To get a list of all PublicFolderMove requests associated with this database, run Get-PublicFolderMoveRequest | ?{ $_.RequestQueue -eq "Public Folder Database" }. To remove a PublicFolderMove request, run Remove-PublicFolderMoveRequest <Recipient ID\Request Name>.
    If I look into that one further I can see the following:
    [PS] C:\Windows\system32>Get-PublicFolderMoveRequest | fl
    RunspaceId : d07e91a4-aadb-4c2a-8e01-68127464e8e0
    SourceMailbox : contoso.local/Users/Contoso
    TargetMailbox :
    Name : PublicFolderMove
    RequestGuid : 65c5d048-0e56-4c01-88ce-8594699826ee
    RequestQueue : Public Folder Database
    Flags : IntraOrg, Pull
    BatchName :
    Status : InProgress
    Protect : False
    Suspend : False
    Direction : Pull
    RequestStyle : IntraOrg
    OrganizationId :
    WhenChanged : 2013-06-25 16:03:10
    WhenCreated : 2013-06-25 16:03:07
    WhenChangedUTC : 2013-06-25 14:03:10
    WhenCreatedUTC : 2013-06-25 14:03:07
    Identity : \PublicFolderMove
    IsValid : True
    ObjectState : New
    So, I've found out that I can run "Remove-PublicFolderMoveRequest <Recipient ID\Request Name>" to remove that request, but I find it a little disturbing that we've had that job for 9 months in the background, and I'm unsure of what will happen
    if I actually delete that job.
    The Target Mailbox is also empty. Shouldn't it contain something?
    We want to keep the Public Folder Database in the current database and it should not have anything to do with the database I'm trying to delete (it does not reside there right now).
    Any thoughts on how to proceed, and what the reason for this might be? Could it be something that was done while migrating from E2k7 to E2k13 and never was cleaned up correctly?
    Any thoughts will be greatly appreciated!

    Yeah, thanks! But, the problem is that I can't delete it because of the error message in the first post ;) Namely: 
    This mailbox database is associated with one or more active PublicFolderMove requests. To get a list of all PublicFolderMove requests associated with this database, run Get-PublicFolderMoveRequest | ?{ $_.RequestQueue -eq "Public Folder Database" }. To remove a PublicFolderMove request, run Remove-PublicFolderMoveRequest <Recipient ID\Request Name>.

  • Exchange 2013: This mailbox database is associated with one or more active mailboximport / Cannot uninstall exchange

    We have a corrupted installation of Exchange 2013 due to installating CU6
    New Exchange server is already installed and mailboxes are migrated over, I am now in the process to uninstall the old exchange 2013 so we can decomission it but I get this error when I try to run uninstall
    "This mailbox database is associated with one or more active mailbox import,To get a list of all Mailboximport request associated with this database, run Get MailboxImportRequest | ?{ $_.RequestQueue -eq "<Database ID>"}....
    But when i run this command I get an error of" The Get-MailboxImportRequest is not recognized as a cmdlet...
    Any advise is appreciated
    Thanks.

    Hi ,
    From the error message i came to know few things i have mentioned mentioned below .
    If you want to remove the problematic exchange server , you need to remove the existing mailbox import requests.
    For that you should need to have the required permission for the user account from which you are trying to execute the command
    Just check your user account is having the Mailbox Import Export role permissions .
    If you have the required permissions then go ahead and execute the commands
    Get-MailboxImportRequest | ft -au ( this is to see how many no of the mailbox import request are available
    Remove-MailboxImportRequest
    ( this command is to remove the entire mailbox import move request)
    Once you have done with that , then you start proceeding uninstalling the exchange server .
    Regards
    S.Nithyanandham
    Thanks S.Nithyanandham

  • How does schedule with RESTful API a Webi report for a group of users ("Schedule For" to "Schedule for specified users and user groups" with one or more users/groups)?

    SAB BO 4.1 SP1
    Does it have an RESTful API to schedule a Webi report with the parameter to specify a group of users ("Schedule For" to "Schedule for specified users and user groups" with one or more users/groups)?

    Hello Ricardo,
    have you try a call like this one ?
        <schedule>
          <name>"test"</name>"
          <format type=\"webi\"/>
          <destination>
            <inbox>
             <to>userId1,userId2,userId3,groupId1,groupId12</to>
            </inbox>
          </destination>
        </schedule>
    Regards
    Stephane

  • "If this borrowed item was fulfilled with one or more...." message when I return library book

    When I use Adobe Digital Editions 2.0 to return a library book I get the following message, "If this borrowed item was fulfilled with one or more other items, returning it would also return all of these items".  What does this message mean?

    Might want to have your MacBook looked at.

  • An extension on the agent phone is shared with one or more other devices.

    Try to configure a 7940 phone with CAD. When I try to log in as the agent I get this message "
    "An extension on the agent phone is shared with one or more other devices. This configruation is not supported." I am not sure why I am getting this I have configured the phone the same as I have the others. Matched with 3 others phones that work perfect. Can anyone help to what is going wrong with this config?
    Bob

    Hi.
    Yes you can configure Extension Mobility for those users so they can use any available IP Phone logon with cad.
    http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_administration_guide_chapter09186a0080153e60.html#wp1037543
    HTH
    Regards
    Carlo

  • How can I create a new keyboard shortcut to toggle load images automatically preferrably with one action?

    I switch the load images automatically selection back and forth in order to save on my 5GB monthly data plan. Is there a utility that would allow me to create a macro of multiple keystrokes to do this with one action? Something like the macro function in Excel? Or is there another way to do this more easily than going to tools, options and clicking on the box? I don't see a shortcut for this item in the standard keyboard shortcuts list

    Hi,
    You could try [https://addons.mozilla.org/en-US/firefox/addon/image-block/?src=search Image Block]. Please also go through the reviews, help and ratings. You can also try to search for similar add-ons via Firefox '''Tools''' ('''Alt''' + '''T''') > '''Add-ons''', Search box on the top right corner, or via the official [https://addons.mozilla.org/ AMO].

  • If an airport Extreme is combined with one or more airport expresses, what is the max number of connections? Is it just 50, or 50 plus 10 for each Express?

    I would like to set up a wireless network with an Airport Extreme, plus one or more Airport Expresses to extend the range. I know an Extreme supports 50 users and an Express 10 users, but when they're combined does the number of users go up according to the number of Expresses combined with the Extreme, or is it limited at 50 no-matter how many Expresses are added?
    Thanks
    Steve

    50 users + 10 users + 10 users + etc. I am assuming that each Express device will be connected using a wired Ethernet connection.
    But, unless you have a truly fantastic Internet connection with your ISP, things are going to be mighty slow on the network since all users split up the available bandwidth.
    So, if you have a 50 Mbps Internet connection, 50 users will have approximately 1 Mbps of bandwidth to work with. Few of us would consider having a 1 Mbps service in our home, even if we only had one computer....way too slow.

  • BPEL process with one or more requests and one or more responses

    We need to create a process that will have one or more requests and one or more responses, and CheckoutFlow example is exactly what we need. Now we just have to find out how to invoke this process from the Axis client and how to invoke other operations like ‘continue’ and ‘submit’ from the same example.
    I understand that we have to set ws-addressing information into SOAP header, but I am not sure when and how to do that. Also I am not sure why we have to set correlation set when invoking ‘initatiate’, ‘continue’ and ‘submit’ as they are defined as two-way operations in CheckoutFlow.wsdl. I would expect to send correlation set only for ‘onResult’ operation.
    I have used wsdl2java to create stub classes and here is a test client code:
    public void testCheckoutFlow() throws Exception {
    com.erggroup.mass.wf.CheckoutFlowBindingStub stub = null;
    try {
         stub = (com.erggroup.mass.wf.CheckoutFlowBindingStub)
                                                           new com.erggroup.mass.wf.CheckoutFlow_ServiceLocator().getCheckoutFlowPort();
              catch (javax.xml.rpc.ServiceException jre) {
              // Time out after a minute
              stub.setTimeout(60000);
              com.erggroup.mass.wf.OrderType order = new com.erggroup.mass.wf.OrderType();
              order.setProduct("Axis product");
              com.erggroup.mass.wf.ProfileType profile = new com.erggroup.mass.wf.ProfileType();
              profile.setEmail("[email protected]");
              order.setProfile(profile);
              //      Invoke initiate
              com.erggroup.mass.wf.AddressType address = stub.initiate(order);
              address.setName("Axis test");
              //      Invoke continue
              stub._continue(address);
    and this is exception message
    ORABPEL-03802
    Correlation definition not registered.
    The correlation set definition for operation "continue", process "CheckoutFlow", has not been registered with the process domain.
    Please try to redeploy your process to the process domain.
    Is there any example for this? I was looking AXISCallingAsyncBPEL example but it does not help in this case.
    Thanks,
    Dragana

    Error while invoking other method 'proceedNext' after initiating the process:
    Correlation definition not registered.
    The correlation set definition for operation "proceedNext", process "Connection", has not been registered with the process domain.
    Please try to redeploy your process to the process domain.
    WSDL is:
         <message name="ConnectionRequestMessage">
              <part name="payload" element="client:ConnectionProcessRequest"/>
         </message>
         <message name="ConnectionResponseMessage">
              <part name="payload" element="client:ConnectionProcessResponse"/>
         </message>
    <!-- portType implemented by the Connection BPEL process -->
         <portType name="Connection">
              <operation name="initiate">
                   <input message="client:ConnectionRequestMessage"/>
              </operation>
    <operation name="proceedNext">
                   <input message="client:ConnectionRequestMessage"/>
              </operation>
    <operation name="terminateFinally">
                   <input message="client:ConnectionRequestMessage"/>
              </operation>
         </portType>
    MY java class:::
    import com.oracle.services.bpel.Connection.*;
    import org.apache.axis.message.*;
    import javax.xml.soap.Name;
    public class ProceedNext
    public static void main(String [] args) throws Exception {
    ConnectionBindingStub stub = null;
    try {
    stub = (ConnectionBindingStub)
    new Connection_ServiceLocator().getConnectionPort();
    catch (javax.xml.rpc.ServiceException jre) {
    jre.printStackTrace();
    // Time out after a minute
    stub.setTimeout(60000);
    String conversationId = "LocalGUID:c568752ccc493590:148662:1093d9c661f:-7fed";
    javax.xml.namespace.QName qname= new javax.xml.namespace.QName("http://services.oracle.com/bpel/Connection","ConnectionRequestMessage");
    SOAPHeaderElement el = new SOAPHeaderElement(qname, conversationId);
    SOAPEnvelope se = new SOAPEnvelope();
    Name name = se.createName("rootId", "nsbpel",
    "http://services.oracle.com/bpel/Connection");
    el.addAttribute(name, conversationId);
    name = se.createName("parentId", "nsbpel",
    "http://services.oracle.com/bpel/Connection");
    el.addAttribute(name, conversationId);
    name = se.createName("priority", "nsbpel",
    "http://services.oracle.com/bpel/Connection");
    el.addAttribute(name, "0");
    stub.setHeader(el);
    /*String conversationId = "LocalGUID:c568752ccc493590:148662:1093d9c661f:-7ff0";
    javax.xml.namespace.QName qname= new javax.xml.namespace.QName("http://schemas.xmlsoap.org/ws/2003/03/addressing","MessageID");
    SOAPHeaderElement el = new SOAPHeaderElement(qname, conversationId);
    SOAPEnvelope se = new SOAPEnvelope();
    Name name = se.createName("rootId", "nsbpel",
    "http://schemas.oracle.com/bpel");
    el.addAttribute(name, conversationId);
    name = se.createName("parentId", "nsbpel",
    "http://schemas.oracle.com/bpel");
    el.addAttribute(name, conversationId);
    name = se.createName("priority", "nsbpel",
    "http://schemas.oracle.com/bpel");
    el.addAttribute(name, "0");
    stub.setHeader(el);
    // Set up the object which will be the input message
    // Note that this Java bean is generated by wsdl2java
    ConnectionProcessRequest conReq=new ConnectionProcessRequest( );
    conReq.setSubject("***************");
    // Make the actual call
    stub.proceedNext(conReq);
    System.out.println("ConnectionProcessRequest BPEL process proceeded!");
    Please help its very urgent....................

  • Is it possible to open several tabs at once (with certain websites on the tabs) by just using one icon?

    I'd like to make several groups of website tabs that would each open up by double clicking on a single shortcut.
    For example: when I am going to do my online banking I would like to open a single shortcut, and then that would open all of my banking websites, each on a different tab.

    Do you mean starting via a desktop shortcut?
    You can add all URLs to the command line separated by a space.<br />
    If the list gets too long then you need to use a firefox.cmd file to start Firefox with all the websites.
    * http://kb.mozillazine.org/Command_line_arguments

  • How do I open and view several images at once?

    I like to compare and see what images I've worked on and would like to have them all open at one time. In CS4 you could have up to 15 open and reduced so you could compare them at once and quickly move from one to the other. Is this possible in CS6?

    There's actually an instant way to see multiple images in CS6 without changing preferences. Choose Window > Arrange and pick one of the tiling options at the top. I think the new tiling options are a faster way to arrange images than what was available in CS4. If you don't like the tabbed/paned display at all, the Interface preference you want to turn off is Open Documents as Tabs. Whichever way you do it, the keyboard shortcut to flip between open documents (Command-`) still works.
    Sometimes it's faster to compare multiple images in Bridge, especially if you want to do a full-screen comparison (select multiple images in Bridge and choose View > Review Mode).
    If you don't want to see the background, choose Window > Application Frame to turn it off. Even when it's on, you can still see windows of other applications if you drag any edge to make the application frame smaller, exactly as you would in software like Apple iPhoto.

  • Several iPad mini's with one Apple ID - issue of repeated welcome emails received

    Hi all,
    We currently have approx 75 iPad mini using a single Apple ID. Recently we have added a few additional and updated to the latest iOS. We are receiving multiple welcome emails (2-5 day) welcoming us to our new iPad.  Is there a way we can stop this for occurring any further? Your help is appreciated!

    We've been trying to contact the seller for weeks. There's no way to return it to the seller when she won't respond to a single email.  I don't know if she deliberately duped us or what. Surely we are not the only ones in this situation. It's shocking Apple doesn't have an override in place to protect buyers in cases similar to ours.
    You are incorrect that we cannot use the iPad. It has operated perfectly except for not being able to add any new apps due to not being able to enter in his Apple ID.
    Thanks anyway for the reply.

  • The Firefox find function seems to have become CAPS or non-caps specific, so that typing a word in non-caps will not find matching words with one or more capital letter.

    The find function seems to have changed in Firefox. Before, when doing a (CTRL + F) find, the search was not CAPS-specific or non-caps-specific. In other words, if I typed in "firefox" (no caps), it would find the words "firefox", Firefox", or "FIREFOX", regardless of capitalization. Now, however, the find function will only match the exact same capitalization. This totally undermines the usefulness of the function, and is a major hassle. Please fix it.
    == This happened ==
    A few times a week
    == I noticed in in the last two or so weeks.

    I am having a similar problem. The following page has the word Dangerfield in several times. My browser will get to Dang and turns pink
    http://www.genuki.org.uk/big/eng/HEF/ProbateRecords/WillsD.html
    Is it my Browser or is there a problem with Mozilla?
    I have also noted on other Google searches the same problem. Te term is listed in the page but Ctl F will not find the term

  • Organiser with one or more catalog

    Adobe Photoshop Element 10
    The very first time, is Organiser better started with only one catalog?
    1st in a forum, first question :-)

    Process: GarageBand [3908]
    Path: /Applications/GarageBand.app/Contents/MacOS/GarageBand
    Identifier: com.apple.garageband
    Version: 5.0 (356)
    Build Info: GarageBand_App-3560000~2
    Code Type: X86 (Native)
    Parent Process: launchd [122]
    Date/Time: 2010-02-15 20:29:44.368 -0500
    OS Version: Mac OS X 10.6.2 (10C540)
    Report Version: 6
    Interval Since Last Report: 233156 sec
    Crashes Since Last Report: 7
    Per-App Interval Since Last Report: 63 sec
    Per-App Crashes Since Last Report: 2
    Anonymous UUID: 9097380E-D81C-4AFB-A8EE-733B19B0CE34
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x0000000070707593
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Application Specific Information:
    objc_msgSend() selector name: release
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 libobjc.A.dylib 0x962cbed7 objc_msgSend + 23
    1 com.apple.CoreFoundation 0x96476a40 __CFBasicHashStandardCallback + 384
    2 com.apple.CoreFoundation 0x9647664e __CFBasicHashDrain + 478
    3 com.apple.CoreFoundation 0x9645e6f1 _CFRelease + 353
    4 com.apple.CoreFoundation 0x96525c6b -[NSException dealloc] + 75
    5 com.apple.CoreFoundation 0x9645e528 CFRelease + 152
    6 com.apple.CoreFoundation 0x9648b0ed _CFAutoreleasePoolPop + 253
    7 com.apple.Foundation 0x9545fdd6 NSPopAutoreleasePool + 76
    8 com.apple.AppKit 0x9381180a -[NSApplication finishLaunching] + 570
    9 com.apple.AppKit 0x938111b9 -[NSApplication run] + 79
    10 com.apple.AppKit 0x93809535 NSApplicationMain + 574
    11 com.apple.garageband 0x00193f60 main + 240
    12 com.apple.garageband 0x000034ac _start + 210
    13 com.apple.garageband 0x000033d9 start + 41
    this is the thread that crashes

Maybe you are looking for

  • How do I backup to a specific device at an specific moment?

    Here is what I want to do: - Any night of any day in the week, connect my external HDD to my Arch computer, and go to sleep. - At the next morning there is a backup done on that HDD. I understand the basics on some tools which can help me do that (cr

  • Integrate Adobe Flex and JBOSS using BlazeDS

    I using this link http://simplyolaf.blogspot.com/2009/07/integrate-adobe-flex-and-jboss-using.html to create Flex Project for Blaze DS. I added the following arguments to the flex compiler: -services "F:/java_WS/iASCUE/WebContent/WEB-INF/flex/service

  • Help in object

    hallow i wont to now what this stetment does data: b_ctrl type ref to ig_<ctrl>. <b>b_ctrl = wd_this->get_<ctrl>_ctr( ).</b> Regards

  • BAPI_INSPECTIONPLAN_CREATE with reference

    Hi all, Does anyone know how to create an Inspection plan with a reference, ie using BAPI_INSPECTIONPLAN_CREATE and the parameter REFERENCEOPERATION ? Thanks, Olivier

  • 'ALL' variable value not bringing data for All Geo Units

    Hi everyone! In BEx 7.0 we can't use * as we did in 3.x to use all the variable values. Running a query in BEx 7.0, when I am selecting a variable value for Geographic Unit I see the value 'ALL' under the single value list.  I select this value but I