How to use color labels in Bridge to inform conditional treatment in PS?

I'm trying to find a way of using the color labels in Bridge ('select', etc.) to allow conditional use in Photoshop javascript.
So, for example, all the images tagged with red will be sized to 600px, while those tagged with green will be sized to 400px.
Any ideas?
Ian

A search of the forum for ExternalObject should find you plenty of reference…?
You just need to load library…
Retrieve your value…
Do your Photoshop process ( use switch or if/else )
Unload the library
Done…
If you struggle post back I may be able to help…

Similar Messages

  • Random Window Closing When Using Color Labels

    Any help appreciated.
    When using color labels, every 2nd or 3rd time I set a color, the finder window I'm working in closes by itself. When I reopen a new window, it puts you back at the top level, and I have to re-drill down to where I was. This happens whether or not any apps are open.
    Using OS 10.4.8, pretty sure it's the latest version. I have almost no software on this machine - it's a dedicated music computer. I use labels extensively, and this never happened on my old G5 or Powerbook (both with 10.4.8). So far I'm attributing it to the Mac Pro.
    Mac Pro/2x2.66 Dual-Core Mac OS X (10.4.8) 4GB RAM
    Mac Pro/2x2.66 Dual-Core   Mac OS X (10.4.8)   4GB RAM

    Create a new account, name it "test" and see how color labels work in that User acct? (That will tell if your problem is systemwide or limited to your User acct.) This account is just for test, do nothing further with it.
    Open System Preferences >> Accounts >> "+" make it an admin account.
    Let us know and we'll troubleshoot this further.
    -mj
    [email protected]

  • How to use colors in a progressbar

    hi!
    can you please telle me how to use colors in my application, i mean how should i use a color as a parameter such as :
    progressBar.setBackground(Color);
    in this examlpe, how shoul i pass the paremeter? in which codification, shall i pass it like this way :
    progressBar.setBackground(white);
    or shall i pass it in an other way !!
    please try to help me !

    Color.white, Color.red etc.
    http://java.sun.com/j2se/1.4.1/docs/api/index.html

  • How to use Color Splash Effect in Photoshop CS6?

    Hi everyone
    Can you guy help me out How to use Color Splash Effect in Photoshop CS6? I need to use in slide in my web
    Thanks

    You mean "leave part in color and make the rest black and white"?
    Just select or mask the part that should be B&W and desaturate, or use the B&W adjustment.
    Or you can add a B&W adjustment layer and mask out the parts that should stay in color.

  • How to add extra labels into Bridge CS5?

    Hi folks, nice to meet you all.
    I do not want to edit or rename the existing 5 existing labels into Bridge CS5. I just want to create new labels. So, I want to add extra labels to have more than 5 labels.
    Does anybody know how to add extra labels into Bridge CS5? If so, please, tell me how to do it.
    Thanks.

    You should move this post to the new Bridge forum as this one will soon die.  Here is link http://forums.adobe.com/community/bridge/general

  • How to "Highlight/Color Label" a single event in Month View.

    Hi.
    How do i either Hightlight or Color Label a single event or a single calendar in Month View? Like the pic shows, the one on the right...
    Thank you for your time.

    Never Mind... Thank you though..
    It's an all day event...

  • How to use color chooser?

    hi, how to use the color chooser provided in the sun one studio?

    Still the wrong forum  - this forum is about writing plugins.

  • How to use Linksys router as bridge?

    I am trying to extend the wifi signal by using another router as bridge
    Source router is Netgear N150 b/g/n and here are the settings
    IP 192.168.254.1
    Subnet mask 255.255.255.0
    Default Gateway 192.160.254.254
    Channel number is on auto
    I have a Ubuquiti antenna
    Here is the webpage for the antenna
    http://www.amazon.com/gp/product/B004EGI3CI/ref=oh_aui_...
    I connected Linksys E900 router to this antenna and then another cable is connecting the router to my laptop
    To access antenna settings I typed 192.168.1.20 and accessed the antenna settings I chosed bridge option
    Then accessed internet explorer typed in 192.168.1.1 for linksys router settings
    Here is the linksys settings
    IP 192.168.1.43
    Subnet mask 255.255.255.0
    Default Gateway 192.168.1.1
    Channel number is on auto
    I choosed the channel number different than the one from the original signal and chose bridge as option
    While it was connected I tried to surf the net but it did not work
    I unplugged it form the router and checked the wifi signals and saw my wifi signal very strong 
    But tried to connect but it says can not connect
    Can someone help me?.
    Is default gateway supposed to be the same in main router and the bridge router and the antenna?

    You need to verify with the e900 that it actually has the Bridge mode feature, it it does not, the only other thing you can do is to run it in wired AP mode:
    http://kb.linksys.com/Linksys/ukp.aspx?vw=1&docid=169333b784cf4c78b8db5490f85c518a_Setting_.xml&pid=...
    http://www.northshore-it.com/tips/how-tos/cascade_linksys/#LAN_to_LAN
    If you you an actual bridge mode feature, and the e900 will not work, I suggested reviewing this as an alternative:
    http://store.linksys.com/products/linksys-entertainment_bridges_stcVVcatId554254VVviewcat.htm

  • How to use color in alv

    HELLO,
    can u tell me that i want to color column in alv so how to use it ingrid layout.
    thanks.

    *& Report  ZDEMO_ALVGRID                                               *
    *& Example of a simple ALV Grid Report                                 *
    *& The basic ALV grid, Enhanced to display each row in a different     *
    *& colour                                                              *
    REPORT  zdemo_alvgrid                 .
    TABLES:     ekko.
    type-pools: slis.                                 "ALV Declarations
    *Data Declaration
    TYPES: BEGIN OF t_ekko,
      ebeln TYPE ekpo-ebeln,
      ebelp TYPE ekpo-ebelp,
      statu TYPE ekpo-statu,
      aedat TYPE ekpo-aedat,
      matnr TYPE ekpo-matnr,
      menge TYPE ekpo-menge,
      meins TYPE ekpo-meins,
      netpr TYPE ekpo-netpr,
      peinh TYPE ekpo-peinh,
      line_color(4) type c,     "Used to store row color attributes
    END OF t_ekko.
    DATA: it_ekko TYPE STANDARD TABLE OF t_ekko INITIAL SIZE 0,
          wa_ekko TYPE t_ekko.
    *ALV data declarations
    data: fieldcatalog type slis_t_fieldcat_alv with header line,
          gd_tab_group type slis_t_sp_group_alv,
          gd_layout    type slis_layout_alv,
          gd_repid     like sy-repid.
    *Start-of-selection.
    START-OF-SELECTION.
    perform data_retrieval.
    perform build_fieldcatalog.
    perform build_layout.
    perform display_alv_report.
    *&      Form  BUILD_FIELDCATALOG
    *       Build Fieldcatalog for ALV Report
    form build_fieldcatalog.
    * There are a number of ways to create a fieldcat.
    * For the purpose of this example i will build the fieldcatalog manualy
    * by populating the internal table fields individually and then
    * appending the rows. This method can be the most time consuming but can
    * also allow you  more control of the final product.
    * Beware though, you need to ensure that all fields required are
    * populated. When using some of functionality available via ALV, such as
    * total. You may need to provide more information than if you were
    * simply displaying the result
    *               I.e. Field type may be required in-order for
    *                    the 'TOTAL' function to work.
      fieldcatalog-fieldname   = 'EBELN'.
      fieldcatalog-seltext_m   = 'Purchase Order'.
      fieldcatalog-col_pos     = 0.
      fieldcatalog-outputlen   = 10.
      fieldcatalog-emphasize   = 'X'.
      fieldcatalog-key         = 'X'.
    *  fieldcatalog-do_sum      = 'X'.
    *  fieldcatalog-no_zero     = 'X'.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'EBELP'.
      fieldcatalog-seltext_m   = 'PO Item'.
      fieldcatalog-col_pos     = 1.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'STATU'.
      fieldcatalog-seltext_m   = 'Status'.
      fieldcatalog-col_pos     = 2.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'AEDAT'.
      fieldcatalog-seltext_m   = 'Item change date'.
      fieldcatalog-col_pos     = 3.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'MATNR'.
      fieldcatalog-seltext_m   = 'Material Number'.
      fieldcatalog-col_pos     = 4.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'MENGE'.
      fieldcatalog-seltext_m   = 'PO quantity'.
      fieldcatalog-col_pos     = 5.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'MEINS'.
      fieldcatalog-seltext_m   = 'Order Unit'.
      fieldcatalog-col_pos     = 6.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'NETPR'.
      fieldcatalog-seltext_m   = 'Net Price'.
      fieldcatalog-col_pos     = 7.
      fieldcatalog-outputlen   = 15.
      fieldcatalog-datatype     = 'CURR'.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'PEINH'.
      fieldcatalog-seltext_m   = 'Price Unit'.
      fieldcatalog-col_pos     = 8.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
    endform.                    " BUILD_FIELDCATALOG
    *&      Form  BUILD_LAYOUT
    *       Build layout for ALV grid report
    form build_layout.
      gd_layout-no_input          = 'X'.
      gd_layout-colwidth_optimize = 'X'.
      gd_layout-totals_text       = 'Totals'(201).
    * Set layout field for row attributes(i.e. color)
      gd_layout-info_fieldname =      'LINE_COLOR'.
    *  gd_layout-totals_only        = 'X'.
    *  gd_layout-f2code            = 'DISP'.  "Sets fcode for when double
    *                                         "click(press f2)
    *  gd_layout-zebra             = 'X'.
    *  gd_layout-group_change_edit = 'X'.
    *  gd_layout-header_text       = 'helllllo'.
    endform.                    " BUILD_LAYOUT
    *&      Form  DISPLAY_ALV_REPORT
    *       Display report using ALV grid
    form display_alv_report.
      gd_repid = sy-repid.
      call function 'REUSE_ALV_GRID_DISPLAY'
           exporting
                i_callback_program      = gd_repid
    *            i_callback_top_of_page   = 'TOP-OF-PAGE'  "see FORM
    *            i_callback_user_command = 'USER_COMMAND'
    *            i_grid_title           = outtext
                is_layout               = gd_layout
                it_fieldcat             = fieldcatalog[]
    *            it_special_groups       = gd_tabgroup
    *            IT_EVENTS                = GT_XEVENTS
                i_save                  = 'X'
    *            is_variant              = z_template
           tables
                t_outtab                = it_ekko
           exceptions
                program_error           = 1
                others                  = 2.
      if sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      endif.
    endform.                    " DISPLAY_ALV_REPORT
    *&      Form  DATA_RETRIEVAL
    *       Retrieve data form EKPO table and populate itab it_ekko
    form data_retrieval.
    data: ld_color(1) type c.
    select ebeln ebelp statu aedat matnr menge meins netpr peinh
    up to 10 rows
      from ekpo
      into table it_ekko.
    *Populate field with color attributes
    loop at it_ekko into wa_ekko.
    * Populate color variable with colour properties
    * Char 1 = C (This is a color property)
    * Char 2 = 3 (Color codes: 1 - 7)
    * Char 3 = Intensified on/off ( 1 or 0 )
    * Char 4 = Inverse display on/off ( 1 or 0 )
    *           i.e. wa_ekko-line_color = 'C410'
      ld_color = ld_color + 1.
    * Only 7 colours so need to reset color value
      if ld_color = 8.
        ld_color = 1.
      endif.
      concatenate 'C' ld_color '10' into wa_ekko-line_color.
    *  wa_ekko-line_color = 'C410'.
      modify it_ekko from wa_ekko.
    endloop.
    endform.                    " DATA_RETRIEVAL

  • URL iView Problem - How to Use URL Parameter of Type 'User Information'

    Hello URL iView experts
    I am currently working on integration of backend-functionality with the help of an URL iView.
    I want to use a parameter of type 'User Information'. In SAP Help Library it is said, that it is possible to set the value of a parameter according to a dynamic query on the users attributes. (Link SAP HELP)
    It is also said, that one can retrieve the Logon ID of the users account.(Attribute Name: j_user -> Link SAP HELP Attributes )
    I can choose the type 'User Information' but i don't know what to specify in the field 'Value'.
    I have made a screenshot of the problem.->[Link to screenshot|http://img66.imageshack.us/img66/7782/urliviewproblemfrsdnthrel3.jpg]
    But if i am calling the application this way, he doesn't retrieve the Logon-ID of the account, but he just uses the 'j_user' as value for the parameter.
    Can you tell me, what i need to specify in the field value?
    Best Regards
    Marcus
    Edited by: Marcus Böhm on Jun 2, 2008 1:22 PM

    Hi Marcus,
    > It is also said, that one can retrieve the Logon ID of the users account
    This is not correct; on the help.sap.com-page concerning the URL-iView-Parameters, it is printed that "other attributes (general, account, group, role) are not supported". The j_user attribute is part of the account group, so - not supported.
    For your needs, it may be a better choose to use the AppIntegrator, which offers such a possibility by using "<User.LogonUid>"; see http://help.sap.com/saphelp_nw70/helpdata/EN/36/5e3842134bad04e10000000a1550b0/frameset.htm and https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0cbc309-ff89-2a10-8bad-bcde4c152ecb
    Hope it helps
    Detlev

  • How to use a label inclined with angle

    I am in need for using an inclined text in a drawing g2d or g . ie to use with drawString.. or any other way.
    Please explain to me or refer me to where I can find something on that

    Here's some code I found in the forums a long time ago:
    import java.awt.*;
    import java.awt.geom.*;
    import javax.swing.*;
    public class Rotate     extends JComponent
        public void paintComponent(Graphics g)
            Graphics2D g2 = (Graphics2D)g;
            JLabel label = new JLabel("Some text on a label");
              g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON );
            g2.setFont( new Font( "Helvetica", Font.BOLD, 12 ) );
            for( double angle = 0; angle< 360; angle+=30 )
                String text = "Test_rotate_0123456789_Test_rotate_end";
                AffineTransform af = new AffineTransform();
                af.translate( 300, 300 );
                af.rotate( Math.toRadians( angle ) );
                g2.setTransform( af );
                g2.setColor( Color.black );
                g2.drawString( text, 0, 0 );
                        g2.setColor( Color.red );
                        g2.drawLine(0, 0, 300, 0 );
                         label.paint(g2);
        public static void main(String s[])
            JFrame f = new JFrame();
            f.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
            f.getContentPane().add(new Rotate());
            f.setSize( 600, 600 );
            f.show();
    }

  • How to use color chart in FCX

    How would I use a color chart in FCXP?  I used to color correct using RGB values but FCXP doesn't show RGB.  How do others do it?

    I'm a lazy hobbyist, no Macbeth in use, but I bought for cheap  a White Balance plug-in from fcpeffects.com
    (they constantly offer discounts, if I remember correctly, I paid 19$).
    Then, it adds a color-picker in FCPX:
    ... if this is what you're looking for.
    Plan B)
    Use a roundtrip to DaVici Resolve, which is perhaps better suited for professional color correction than a 19$plugin
    The nice automatisms to fetch&match a Macbeth-board like other color-correction tools offer, we still have to wait for… maybe Mr Riddles forthcoming Color Finale has that feature? Next week we know...

  • How to use color picker or RGB values in the hue-saturation colorize adjustment

    I have a monochromatic adornment that I want to match to the color of a logo.  I am attempting to use the colorize option of a hue saturation adjustment layer to match color.  But I cannot quite get the colors to match.  I know the RGB values of the color, but how do these translate into the Hue/Sat/Lightness numbers of the adjustment dialog?  I tried using the correlating H/S/B values fro9m the color picker but that did not work.
    Any suggestions?

    Thanks Zeno.  Creating a layer with the color and using the blend mode worked fine.  But as I stated in the original post, using the H/S/B (there is no HSL) values from the color picker does not work when you place them into the H/S/L values in the hue-adjustment layer with (or without) the colorize box checked.  But your first suggestion worked like a charm.  Thank you.

  • How to use custom label formats to display currency and percentage

    Hi There,
    I need a pie chart to display both currency and percentage. I have the cell format editor open for custom cell formats (from the pie chart label format menu) but am not sure how to write the expression.
    I've tried something like this but get an error:
    $ #,###  -  % #,###
    How can I display both currency and percentage for the same label?
    Any pointers in the right direction would be much appreciated.
    Cheers
    Ben

    labels built into Keynote can be displayed as percentage or value, not both
    The choice is made in:   Inspector > chart > series > data point settings
    the work around is to manually add text boxes with the currancy value entered in each box, as in $2.00

  • How to use a Label component as Skin part ?

    Hello,
    I try to use Label component as Skin part of an AS3 skinnable component and Flash Builder report this information :
    Incompatible custom ActionScript skinnable component: Skin part type spark.components.Label is not compatible.
    This is same for ComboBox, NumericStepper, ...
    Do you know why ? Have you got a list of all components we can use in skin parts ?
    Many thanks.
    Julien

    Hi,
       Flash Catalyst uses "RichText" which is an advanced label like control. So, your skin part should be of type "RichText" instead of "Label" inorder for you to use in Catalyst.
       Similary, since ComboBox & NumericStepper are not supported in Flash Catalyst, you cannot have these as your skin parts.
       Basically, whatever components you see in the "Convert artwork to Component" combobox are supported as skin parts.
       Hope this helps.
    Regards
    Srinivas Annam

Maybe you are looking for

  • Trackpad zoom not working in photoshop

    I have photoshop CS3 - and all other adobe CS3 programs. For whatever reason, the zoom in/out on the magic track pad doesn't work. Other function like pan/scroll work. In other applications, like preview zoom in/out on the track pad does work. Is it

  • FInd Feature with scanned documents

    Hope someone can help. I have some documents that I am trying to scan so I can find specific numbers on the documents. I am scanning using a CanoSacan Lide 100 and it is capable of scanning in OCR and PDF files. Once the documents are scanned and I o

  • Have run out of room on iweb, can't publish. Can I delete data and reclaim space?

    I have been working on my website for ages, constantly doing and redoing and saving each time. Now I get a message that I've run out of room & can't publish. I kow I can buy more space, but it's annoying because I'm sure there is a mass of trash I co

  • Sharing external drives to tiger machine

    i have a mac mini with 2 external firewire drives connected to it, running 10.5.2. i have selected "shared folder" from the get info window and have also setup the sharing preferences to share both drives. from my other machine running tiger, i can c

  • Installing Adobe Premiere Elements

    Hi, I bought the dual pack of Adobe Photoshop Elements and Premiere Elements. I have a Mac so I used disc 3, wasn't sure if I should use any of the other discs. Photoshop loaded just fine but when I try to install Premiere, it gets about 50% of the w