Color Context not saving for Grid(Lights) Display Template

I am trying to add a column of colored lights for a Grid in a 12.0 (12.0.2, Build 88) environment.  I select Grid, Grid Type = Lights.  I go to Color Context and apply Green to PASSED and Red to FAILED and White to *.  I then save the Display Template and when I reopen it all the colors have been reset to the default of Black.
I have tried this with Grid Type = Column Lights.  I have tried selecting the colors with RGB and with the color palette.  It always sets back to Black.  I also tried to change the Color of Selected Row to a light blue and it then only displayed Black in my GUI.
Has anyone else run into this problem?  Any suggestions? 
Thanks,
Mike

Dear Jeremy,
This works,
     <APPLET ....>
          <PARAM NAME="QueryTemplate" VALUE="Lboro/orders_sqry">
          <PARAM NAME="DisplayTemplate" VALUE="Lboro/orders_igrid">
          <PARAM NAME="MatchMode" VALUE="String">
          <PARAM NAME="MatchColumns" VALUE="Status">
          <PARAM NAME="MatchValues" VALUE="Online,Completed,*">
           <PARAM NAME="MatchColors" VALUE="#5AB2CE,#AAFF00,#000000">
          <PARAM NAME="Content-Type" VALUE="image/png">
                </APPLET>
Now how match the columns and the values for a 3D BAR Chart where I have only custom labels defined..
thanks in advance!
Domnic

Similar Messages

  • User color choice not saved in export preset?

    I'm currently writing my first plugin and still in a learning curve.
    My export plugin has a color_well control to choose a color. I have defined a default value of LrColor(1,1,1) which works well.
    However, the chosen color is not saved so every time the export dialog is used, it comes up with the default color value and the previously chosen color is lost.
    What am I doing wrong?
    Thanks,
    Mario
    Code snippet:
    myPlugin.exportPresetFields = {
        { key = 'borderColor', default = LrColor(1,1,1) },
        ...more keys
    function myPlugin.sectionForFilterInDialog( viewFactory, propertyTable )
        return {
            viewFactory:row {
                viewFactory:color_well {
                    value = LrView.bind('borderColor'),
    end

    Many thanks for the reply and sorry for the delay. It took me DAYS to figure out how to save the r,g & b components.
    Finally, I succeeded with this method:
    myPlugin.exportPresetFields = {
        { key = 'color_r', default = 1 },
        { key = 'color_g', default = 1 },
        { key = 'color_b', default = 1 },
    function myPlugin.sectionForFilterInDialog( viewFactory, propertyTable )
        return {
            viewFactory:row {
                viewFactory:color_well {
                    value = LrView.bind({
                         key = 'borderColor',
                         transform = function ( value, fromTable )
                              if fromTable then
                                  return LrColor(propertyTable.color_r, propertyTable.color_g, propertyTable.color_b)
                              else
                                  propertyTable.color_r = value:red()
                                  propertyTable.color_g = value:green()
                                  propertyTable.color_b = value:blue()
                                  return LrBinding.kUnsupportedDirection
                              end
                         end
    end

  • Settings NOT saved for the iPod, because- not found

    I've a lot of regular changes to make when updating my music library on my iPod. But when I'm in the middle of doing so - that is using TAB "Music" (which "Sync Music" enabled) - and checking all relevant playlists, an error appears:
    "The settings were not saved for the iPod “<my iPod name>” because it could not be found."
    I don't know what to do because the only related articles all dates back to… 2007! That's 5 years ago!!!
    Of course I tried all the solutions of 2007, and when I do other errors occur like:
    "iPod sync failed" OR… my iPod simple disappears from the list (and even DEVICES doesn't shows up anymore in the left pane).
    THANKS for helping me.

    Can you post a link to the article you are referring to?
    I assume you have tried using a nother USB sync cable to help rule out the possibility of a faulty one?  What about plugging the iPod into a different USB port on your Mac?
    It might help to remove any other USB devices you have connected to the Mac. Then reboot the Mac as well as your iPod by pressing and holding both the Select/Center and Menu buttons together long enough for the Apple logo to appear. Then try to resync.
    Could you provide the full text from the error messages you are referring to?
    Make sure you are running the latest version of iTunes (10.6.3).
    B-rock

  • Item translations are not saved for copied page

    Hello,
    item translations are not saved for copied page. Is it expected?

    Hello,
    >> item translations are not saved for copied page. Is it expected?
    I’m not sure what you mean by not saved, but if you expect to copy a current translated page into a new page, and inherent the translation in the new page, the answer is NO, it’s not saved.
    Adding a new page to your application, even by copying an existing page, is a major change in your primary language application, which create multiple new independent elements in your application (after the page has been copied, there isn’t any link between it and the original page). You need to re-seed the primary application, export a new XLIFF file, and translate the new <trans-unit> that were added to it.
    Regards,
    Arie.
    &diams; Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    &diams; Forthcoming book about APEX: Oracle Application Express 3.2 – The Essentials and More

  • Disappearing color profile when saved for the Web

    Hello.
    I have a problem with the “Save for the Web” results using Photoshop CS6 running on Win 7 x64.
    My photos are already in 8 bits and in sRGB and when I save for the Web I check the option “embed color profile”, uncheck “convert to sRGB”, metadata to “copyright and contact info”.
    When I open the resulting photos in Photoshop, everything is fine as it recognizes the embedded color profile. Same thing when I open these files in Firefox, Safari or Chrome: the colors are correct.
    Now, when I right-click on a file in the Win Explorer and look its properties, the line about the color profile is blank, as if there wasn't any. This doesn't bother me but the problem appears on my Website created with Joomla and using for the display a module, Responsive Image Gallery, which creates resized copies of the photos. At this point the copies have completely lost their color profile. I entered in contact with the module's support and they assured me that it preserves the embedded profile, so I come here to gather some information about how this “Save for the Web” embeds the color profile because may be I just didn't understand how it does and if it's different from the “Save as” way.
    The fact I can't see the profile through the Win Explorer makes me think Joomla's module doesn't either.

    Incredible how much gballard's site is famous! Lol. I use it for a while now and checked again right now with the three Web browsers and everything is all right.
    As indicated in my first post, when saving for the Web I checked the “embed color profile” option. I already resized the file and converted it in sRGB first in Photoshop.
    Yes it's pretty confusing to see some software not able to see the color profile when the file is saved with that option.
    To illustrate, here are three screenshots from Windows' file browser => right-ckick on the file => properties => details:
    Opening that “saved for the Web” file in PS, it's ok, the CP is recognized.
    Opening it directly (from the file browser => “open with”) in Web browsers: ok in Firefox, Safari and Chrome (CP recognized in all).
    Copying that file in my working site on localhost (no modification), integer it in Joomla's module gallery (which is CP aware) and then opening my site on localhost with Web browsers: ok in Firefox (because it considers a non-tagged file by default as beeing sRGB), NOT OK in Safari neither in Chrome.
    Now, if I do the same with the “Save as” version of the file with embedded sRGB CP:
    PS: ok
    Opened directly in Web browsers: ok in the three cases
    Opened in Web browsers through my Joomla site on localhost: OK IN ALL THREE BROWSERS
    Good point gator_soup: I'll post a bug report. I'm new here on the forum and thought Adobe's staff would post here.

  • MIGO - GR - Others -- Serial Number Not saved for Movement Type : 561

    Hello,
    I am trying to post good receipt-other ( for movement type 561) using MIGO transaction. I have specified all required data.
    Also depending on the item qty., I entered serial number in serial number tab.
    Its creating document successfully. However if I try to display same document using MIGO, serial number is missing.
    I tried to debug the code and I realized its not saving serial number itself.
    For other movement type its creating document with correct serial number.
    If I repeat same process using same data using transaction MB11 its posting successfully and I can see serial number using MIGO transaction as well.
    One more thing which I've noticed is when I post document using MIGO, Account assignment details are missing. However with MB11 I can see account assignment data too.
    Would be really appreciated if someone can help me on this.  I dont know If I'm missing any configuration part here.
    Thanks & Rgds,
    Nilesh

    Any help Experts?
    Nilesh

  • Custom color palette not saving.  Why?

    Logic is not saving changes that I make to the color palette.  I can make the change, but after I quit and restart Logic, the changes are gone.  Any idea why?

    I've answered this question, but I cannot figure out what I've previously done wrong.  I managed to save the colours and get them to reload when I went back in to Logic. Not exactly sure how I did it, but it doesn't save automatically. 

  • Formatting icons not available for Constant Contact email templates - just blank images appear

    Hello:
    My Firefox 3.6 doesn't allow me to see the icons in aWeber or Constant Contact. These are icons that I need to see when formatting an email in a template. The same thing happens in aweber. Constant Contact says it is a Firefox problem. I do not have any add-ons added.
    Thank you,
    Susan

    I use WordPress with TinyMCE modifications to make sure HTML code is written correctly. Emails are not coded the same way as web pages. Also, I use str_replace and preg_replace within the template to make sure the editor won't have any code that I do not want, for example I take <p align="center">...</p> and replace them with <center>...</center>, and some other modifications that I find fitting due to HTML Email code reqs. If you're not sure how to buffer, find and replace content in WordPress, you could also use a WordPress plugin - Real-Time Find and Replace I believe it's called. I just have many templates so I need custom replacing, this plugin does it for every page. I also installed one of the Multiple Blocks plugins that create multiple blocks within your Page/Post. With that you can create as many editable fields as you need. I send emails manually, but I came accross the code once that actually will allow you to submit your content within the same page, I dont have the link, I found it googling HTML emails and wordpress. You may also look into PHPList emailing software (free) in addition to this. You can plug the final HTML code your browser produces into there and then email it out using their emailing system, since you get more control over your lists and so on. If not I guess you could implement one of the custom fields in WordPress as a email list.

  • Podcast Get Info Album Art Not Saved for Future Episodes

    I have iTunes 8. I noticed most of my podcasts have album art showing in grid view. When I upgraded to 2.1 on my iPhone and synced my iPhone I noticed no album art on the podcast main page on the iPhone. I decided to restore the phone to a new phone not backup and the new sync of my podcasts showed album art. However inside each podcast the album art wasn't showing on each episode.
    Looking at iTunes for those affected episodes doing a Get Info showed not album art. I guess the podcast doesn't have album art. I right click on the podcast, not an episode, and select get info. I click on the album art box and check the box and inside the album art box double click which brings up a navigation display. I had already taken a screen shot of the album art in the iTunes music store for each podcast. I import the graphic to the album art box and save. All the current episodes have their artwork updated. Now I sync to the iPhone and all is well.
    If I download a new episode for this podcast and do a Get Info on this episode there is no artwork. Looking at the Get Info for the podcast the artwork was never saved. However if you change a text field in Get Info and then download a new podcast episode that text field in the get info of the episode is updated. Why doesn't the album art not get saved and update each episode that is downloaded with missing album art?
    Am I missing something?
    Thanks
    Kelvin
    Message was edited by: KRitchie
    Message was edited by: KRitchie
    Message was edited by: KRitchie

    Yeah, on my iPhone some of the album art for my podcasts was actaully changed to an arbitrary incorrect image. For example, instead of the Cranky Geeks logo, I get to look at New Kids on the Block (don't ask). I'm going to try unsubscribing from the podcast, deleting past episodes from my computer, sync the phone so it wipes out those old episodes and incorrect art, and then resubscribing and resyncing the phone. Hopefully that will transfer the correct art back up to the phone.

  • CRM_CUSTOMER_H_MAINTAIN_OW not saving data on Change - Display

    Hi All,
    I am using the win interaction centre in CRM 5.0.
    I have added a new tab and new fields to the tab that are stored in the CRMD_CUSTOMER_H table.
    When I save (click the Save button) the activity I call CRM_CUSTOMER_H_MAINTAIN_OW FM to save teh customer fields and this works perfect.
    The problem I have is saving the values when the user goes from Change to Display mode (Click the Display<->Change button).
    Ideally what I want is to flag to the interaction layer that a change has been made and get the usual prompt that "something has changed and do you want to save?".
    I pass everything to CRM_CUSTOMER_H_MAINTAIN_OW (as I do when saving the activity) but nothing is saved to CRMD_CUSTOMER_H).
    I have even tried CRM_ORDER_MAINTAIN (and CRM_ORDER_SAVE/ BAPI_TRANSACTION_COMMIT) and this does not save either...
    Has anyone had a similar situation and how did you overcome it?
    Many thanks
    Gary Hawkins

    Hello Gary,
    Today i've implemented ORDER_SAVE BADI, method PREPARE with the same task as you have.
    And it's working.
    code:
    data: lt_customer_h type crmt_customer_h_comt.
    data: ls_customer_h type crmt_customer_h_com.
    ls_customer_h-ZZFLD000003 = LV_YOUR_VARIABLE
    ls_customer_h-ref_guid = LV_HEADER_GUID
    append ls_customer_h to lt_customer_h.
    data: lt_input_fields     type crmt_input_field_tab.
    data: ls_input_field      type crmt_input_field.
    data: ls_input_field_name type crmt_input_field_names.
    ls_input_field_name-fieldname = 'ZZFLD000003'.
    insert ls_input_field_name into table ls_input_field-field_names.
    ls_input_field-objectname = gc_object_name-customer_h.
    ls_input_field-ref_guid = iv_guid.
    ls_input_field-ref_kind = gc_object_kind-orderadm_h.
    insert ls_input_field into table lt_input_fields.
    CALL FUNCTION 'CRM_ORDER_MAINTAIN'
       EXPORTING
         it_customer_h   = lt_customer_h
       CHANGING
         ct_input_fields = lt_input_fields.
    data: lt_cust_h   type crmt_customer_h_wrkt.
    CALL FUNCTION 'CRM_ORDER_READ'
       EXPORTING
         it_header_guid = lt_guids
       IMPORTING
         et_customer_h  = lt_cust_h.
    In my example, i saved LV_YOUR_VARIABLE into the field CRMD_CUSTOMER_H-ZZFLD000003 for the transaction guid LV_HEADER_GUID.
    If you are using your own program, don't forget to call CRM_ORDER_SAVE and BAPI_TRANSACTION_COMMIT afterwards. Clearing of the buffers can be done via CRM_ORDER_INITIALIZE.
    Hope it's not yet late.
    Best Regards, Dima

  • Color Management Not Working Correctly with 2 Displays

    At work I am using two calibrated monitors connected to a Mac Pro. One of the monitors is a hardware calibrated wide-gamut NEC Spectraview, the other one is a software calibrated Apple Cinema Display.
    It seems like Adobe products only ever display correct colors for the one monitor that happens to be the main monitor. When “Displays have separate Spaces” is off in the system preferences, it is the monitor that has the menu bar. When that setting is on, it is the monitor that was active while the application launched.
    The main monitor always seems to display proper colors, while the secondary monitor shows exaggerated colors. It seems to me, like the applications only ever read the profile for the main monitor.
    I have noticed this behavior with Bridge and After Effects. I am not entirely sure about Photoshop, since I only ever use it on the wide gamut monitor, but it seems like it does NOT have the issue. I do not use any other Adobe applications.
    I had noticed this behavior back in Snow Leopard while using CS5 and CS6, but I never said anything, because I was using an outdated system. I was now moved to a new Mac with the most current version of Mavericks and the most current Creative Cloud versions of these apps and it seems like the issue remains.

    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform for bug reports

  • Layer Styles Not Saving for Use on Other Computers

    I've been trying over and over for the last 6 hours to get the layer styles I save in my custom pallet to work on other computers. I mean, I have a bunch of pallets from other sources and somehow they achieved a way of being able to save theirs, now why can't I do it on mine?
    So, here's the story of what I've done. I have a Text layer, I've added a list of FX to it via the Layer Styles menu. Now I save the document. I open up a new document and copy/paste the FX onto a new Text layer in another document window. It works great.
    Then, I save the layer styles for use later, but no. When I do everything exactly the same way, my Layer Style that I saved has lost all it coordinates of shadows and stroke widths, bevels, you name it, it's screwed up. Now I've tried this so far on CS4 and CS5, 3 different computers. All 3 computers have different settings for how Photoshop is set up, so I know it's NOT my settings alone. Though, it keeps the colors and custom gradients how they are, everything is bonkers.
    I'm ready to stop trusting in Photoshop to be there for me when I need it...or punch a hole in the wall. Whichever comes first.
    I need help for this as soon as possible, for I have an assignment I need this for.
    Running: Windows 7 64
    Adobe Photoshop CS4 & CS5.

    SplendidAngst wrote:
    <snip>
    Then, I save the layer styles for use later, but no. When I do everything exactly the same way, my Layer Style that I saved has lost all it coordinates of shadows and stroke widths, bevels, you name it, it's screwed up.<snip>
    Adobe Photoshop CS4 & CS5.
    Seems to me you left out the most critical piece of information, that is, HOW did you save the layer style for later use ?
    You might read this tutorial to see if you did it correctly.
    Paulo

  • FORMS: Reader Enabled forms are not saving for all users

    I have created several fillable forms with both Acrobat Pro 8 & 9. All have been created with Extend Reader Rights In my testing i have success saving the forms in Reader (various versions as old as 7).
    After sending the forms out via email the saving functionality is hit and miss for all of our employees. Some can save others cannot. I can't seem to find a common thread as to why this is happening.
    All forms are created on a Mac OS X 10.6.1 and then sent out via email to Windows and Mac users about 50/50. Both OS users are having trouble
    There is no need to collect the data on a server or anything just trying to make it easier and waste less paper. We don't mind send PDF attachments all the time.
    Any help would be great!
    Thanks!

    here is one of the forms that is not working in Reader (except on my wife's PC and another Mac) it is the current PDF form i am having trouble with. If we can resolve the issue then it will help me resolve my other forms too. I have made them all using the same process. (Maybe therein lies a problem)
    Form Creation Process:
    Create initial page layout in Pages (mac app for those that are not familiar)
    Export as PDF
    Open PDF in Acrobat Pro 9 (started making forms in v8 now i am working in v9 - both have produced this problem)
    Run Form wizard, adjust fields, save final version of form
    Extend Features in Adobe Reader (via Advanced menu) - Follow steps to save a new Reader Enabled version
    Email new RE version to co-workers
    All can fill out the form, only a couple can actually save the partially completed / fully completed form for reference, filing, or submission.
    Am I missing something? Thanks for all the help so far!

  • Settings not saved for PDF

    Hi, I'm using Presenter 8.01 build 260 (I installed the 8.02 update but it doesn't seem to have changed anything). All seems to be working fine when I publish to My Computer, but when I go to Adobe PDF and try and modify any of the settings there (including the path, audio and image quality), those changes aren't displayed or saved. It displays CD Quality and High (image quality) along with the default path, no matter what I select. Would anyone have any idea what I can do to get lower quality (and therefore smaller) PDFs?

    For what it's worth, I can customize the quality settings for Publishing to PDF. Presenter 8.0.1

  • Persistent user customisation not saved for column resize

    Using 11.1.1.1.0 I've configured persistent user customisations via MDS (as per [http://biemond.blogspot.com/2009/07/customize-and-personalize-your-jsf.html]) but I'm having a problem with column customisation. In adf-config.xml I've selected displayIndex, visible and width as persistent attributes on the column tag.
    My customisations are saved from one session to the next (works great!), however changes to the width of a column only seem to be persisted if a further, more significant layout change is made to the table afterwards.
    For instance, if I do the following:
    - Login
    - Resize a column
    - Close the browser
    Then the column width is reverted the next time I log in.
    If, however I do the following:
    - Login
    - Resize a column
    - Re-order a column
    - Close the browser
    Then the column width is saved (along with the new column order) the next time I log in.
    So, it appears that column width persistence is working, but column width changes on their own do not cause a persist operation; an additional layout change is required to get ADF to save the width details.
    Has anyone observed similar behaviour? Can anyone suggest a workaround/fix?

    Hi,
    sounds like a bug that you should file if you can exclude that your configuration is wrong. I checked for known bugs but did not find one that fits to the problem you report
    Frank

Maybe you are looking for

  • Negative symbol/value in SAP Tables

    Hi All I am trying to import data into a database and i am having a problem with Negative symbols. ie: I have imported data from VBAK and when i come accross a negative net value, the symbol is on the right hand side. eg: 100.00-. The database dosent

  • Problem identify OBJECTS access for a session

    Hi when a try to see what object is take to determined session the database hands consult and close conections. The select clause is "select OBJECT from v$access where SID=<NUM>", this sentence consuming big cpu time, all system have a high numer of

  • Automatic Purging of Recyclebin

    Hi, Anybody can tell me when recyclebin is purged automatically in Oracle 10g. I was trying to insert some records using a database link in production DB, I am also using an audit table to track all DDL operations by using DDL trigger). At the time o

  • Want to display "no data Return" message for empty report

    HI all I have a requirement where i should show a message saying "No data Returned" under the empty table in the webI report. I know that we should use function =If(NumberOfRows([Data Provider Name])=0;"NO Data Available") I will create a empty cell

  • Deploying my EP project into server(EP 7.3) getting this error

    hi , while deploying into ep7.3  im getting this error, i cant able post full message error due to some restructions of forum. Exception ID:12:57_17/10/11_0023_1001450 [EXCEPTION] com.sapportals.portal.prt.component.PortalComponentException: Error in