GuideBuilder Color picker - not allowing custom colors?

Hi There,
I'm Using Livecycle Designer 8.2.1 to  create a form Guide from an xdp.
I'm trying to define a  custom color for a text label (say #565656).  GuideBuilder will let me  enter the value in the box (in the entry), but will not save it.  I can  only pick one of the "pre-programmed" colors from the pallette
I can't use CSS or a style, as I need multiple colors  within the one text field.  Is there a way I can do this in  GuideBuilder??  Can I redefine a color in the pallette
Thanks,

From Paul Guerett on the Designer thread:
I tried it here and was able to change the caption color in the  Customize Appearance area. I entered in the 565656 (with or without the #  does not matter) in the box provided then hit enter to commit the  value. It then stuck. If I did not hit enter then it did not stick

Similar Messages

  • Reg. not allowing customer clearing

    Dear all ,
                    how we can not allowing system for clearing customer open items through Tcode F-32 ?
    please provide some inputs
    Thks & Regards
    shailesh

    Easy is remove user authorization for that T.code.
    Thanks
    Sri

  • Drop-down list will not allow custom entry

    I've got a drop down list on my form, with the 'Allow Custom Text Entry' checkbox checked. However, when I attempt to type in custom text, as soon as I focus away from the drop down via tab or clicking on another element, the text that I typed in disappears. The only text that I can get to submit is what is contained in the pre-defined list items. However, when I create a new form with nothing but the drop-down, it works fine...

    Yes this is a bug with Dynamic Forms in 7. There was a post before with a workaround -
    Custom Text disappears on exit when using Dynamic Forms

  • Date Picker not allowing to capture time

    Hello Friends,
    I am trying to create a tabular form on a table[create SQL as below].
    CREATE TABLE  "JOB_RUN_DETAILS"
       (     "JOB_NAME" VARCHAR2(100),
         "SCH_RUN_DATE" DATE,
         "START_DATE" DATE,
         "END_DATE" DATE,
         "STATUS" VARCHAR2(100),
         "ID" NUMBER NOT NULL ENABLE
    /My idea of the tabular form is to allow entry of time both hours and minutes from the date picker along with date for <b>"START_DATE", "END_DATE" </b> items.
    But I dont see a possibility to do that for hours and minutes. But I remember having seen this in Apex 3.2, not sure if I missed some thing while page making or this feature of Date Picker is left intentionally in the new release.
    Please share any ideas you have.
    Thanks,
    Chaitu.

    My understanding is you are trying to create a Tabular form using the Table which you specified, you are expecting time part to be displayed in the Date Picker column ?.
    The Time part of hours and Minutes will be displayed based on the format mask used for the Application or the item. if the format mask is DD-MM-YYYY HH24:MI then you will see the hour and minute part with the Date Picker.

  • Auto-hostep app with custom master page does not allow custom workflows

    This has been troubling us all day. We have a sharepoint 2013 auto-hosted app. We wanted to simply change the site logo of the master page but it was easier said than done. Finally we had to create our own custom master page with our own site logo to overcome
    this issue.
    Now we are trying to add a custom workflow in our app. But the instalment of the app always fail with this message:
    3> CorrelationId: cec727fc-bbf9-4499-ae36-6a7d05f3ae8c
    3> ErrorDetail: There was an error during the operation.
    3> ErrorType: Configuration
    3> ErrorTypeName: Configuration
    3> ExceptionMessage: Operation is not valid due to the current state of the object.
    3> Source: Common
    3> SourceName: Common App Deployment
    After many hours of searching I came across this
    post that sums up the problem to this:
    Do not use the WebTemplate element in the app manifest to designate any of the built-in SharePoint site definition configurations as the app web's site type. We do not support using any of the built-in site definition configurations, other than APP#0, for app webs.
    Thus, if you would like to include your workflow to SharePoint-hosted app, you have to use APP#0 template.
    I am fairly new to the sharepoint 2013 app development and having so many problems just because we wanted to have a different site logo is making us focus out of the important stuff of our app. Isn't there a simple way for us to change the app's site logo
    and add a custom workflow? Has anyone come up with a solution?

    Have you configured SharePoint Workflow Manager in the farm? Not sure if you are familiar with but in SharePoint 2013, there's a new component called Workflow Manager that needs to be configured to use SharePoint 2013 workflow.
    Thanks,
    Sohel Rana
    http://ranaictiu-technicalblog.blogspot.com
    I am using SharePoint Online. I have enabled the following site feature:
    Workflows can use app permissions
    Allow workflows to read from and to write to all items in this site.
    just in case but it makes no difference. When I stop using my custom masterpage the app can install just fine and the workflow is working. When the custom masterpage is enabled the app won't install with the workflow. I am required to remove the workflow
    to install the app.

  • Over picking not allowed for L_TO_CREATE_DN

    Hi experts,
    Can anybody help me doing over picking of delivery quantity when creating TO using BAPI L_TO_CREATE_DN ?
    My requirement is such that:
    Create a TO  with 300 quantity against a delivery number that having 200 quantity and I need to set "Adopt pick quantity" = 1, i.e. i_KOMIN = 1.
    I tried it with passing it_delit table having values pf POSNR,ANFME,ALTME. and i_lgnum,i_vbeln, i_komim = 1,i_nospl = 1, i_commit_work = X.
    But it throws exception with msg "Total for assigned quantities exceeds quantity to be removed".
    How can I acieve this reqmt?Pls help.
    Thanks in advance,
    Samy.

    Finally I solved this issue by adding some enhncement point to the various subroutines called by this BAPI.
    1. Inside include ML03TF50_LTAPA_AUFBAUEN_DN
    """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""$"$\SE:(1 ) Form LTAPA_AUFBAUEN_DN, Start                                                                                D
    $$-Start: (1 )----
    $$
    ENHANCEMENT 85  ZES_TO_2611_2.    "active version
      if sy-tcode eq 'CO11'.
        DATA: lv_flag TYPE char1.
        lv_flag = '1'.
        EXPORT lv_flag FROM lv_flag TO MEMORY ID 'Z2611_FLAG'.
      ENDIF.
    ENDENHANCEMENT.
    "and
    """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""$"$\SE:(2 ) Form LTAPA_AUFBAUEN_DN, End                                                                                D
    $$-Start: (2 )----
    $$
    ENHANCEMENT 84  ZES_TO_2611_2.    "active version
      IF sy-tcode eq 'CO11'.
        DATA: lv_menge TYPE LTAP_VSOLM.
        IMPORT lv_menge TO lv_menge FROM MEMORY ID 'Z2611_MENGE'.
        LOOP AT ILTAPA.
          ILTAPA-ANFML = lv_menge.
          MODIFY ILTAPA INDEX sy-tabix FROM ILTAPA TRANSPORTING ANFML.
        ENDLOOP.
        CLEAR lv_menge.
        FREE MEMORY ID 'Z2611_MENGE'.
      ENDIF.
    ENDENHANCEMENT.
    2. Inside include FL000F00
    (inside form UMRECHNEN_ALTME_MEINS)
    """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""$"$\SE:(1 ) Form UMRECHNEN_ALTME_MEINS, End                                                                                D
    $$-Start: (1 )----
    $$
    ENHANCEMENT 2  ZES_TO_2611_1.    "active version
      if sy-tcode eq 'CO11'.
        DATA: lv_menge TYPE LTAP_VSOLM,
              lv_flag TYPE char1.
        IMPORT lv_flag TO lv_flag FROM MEMORY ID 'Z2611_FLAG'.
        IF lv_flag eq '1'.
          lv_menge = P_MENGE.
          EXPORT lv_menge FROM lv_menge TO MEMORY ID 'Z2611_MENGE'.
          P_MENGE = 0.
          CLEAR lv_flag.
          FREE MEMORY ID 'Z2611_FLAG'.
        ENDIF.
      ENDIF.
    ENDENHANCEMENT.
    (inside form UMRECHNEN_MEINS_ALTME)
    ENHANCEMENT 1  ZES_TO_2611_1.    "active version
      if sy-tcode eq 'CO11'.
        DATA: lv_menge TYPE LTAP_VSOLM,
              lv_flag TYPE char1.
        IMPORT lv_flag TO lv_flag FROM MEMORY ID 'Z2611_FLAG'.
        IF lv_flag eq '1'.
          lv_menge = P_MENGE.
          EXPORT lv_menge FROM lv_menge TO MEMORY ID 'Z2611_MENGE'.
          P_MENGE = 0.
          CLEAR lv_flag.
          FREE MEMORY ID 'Z2611_FLAG'.
        ENDIF.
      ENDIF.
    ENDENHANCEMENT.

  • Profile Manager (10.10.2) not allowing custom applications to run

    Hi everyone,
    Hopefully someone can point my in the right direction for this one!
    Applications users can launch are restricted in Profile Manager and works fine except for those that we have written in Script Editor (exported as apps/run only).
    No matter what we try PM blocks these applications, removing app restrictions stops the problem but that's not a solution.
    Has anyone had any experience of this?

    It turns out that there's something wrong about permissions.
    Here's the fix:
    (1) log in as the +root user+
    (2) type +chown -R Michael:staff ~Michael+
    (3) log out the +root user+
    (4) log in your account
    (5) done!
    Hope this thread will help those who encounter the same problem as me!

  • How to allow custom colors to SSRS Pie-Chart?

    Hi,
     I have a pie-chart in my report.
    Can anybody please tell me How I can allow custom color to each part/slice of the piechart..??or How i can assign cutom pallete to pie-chart?
    BhushanBhushan

    Hi,
    I think u r using one data Field and One category Field in the Graph.
    Then We have use Code Option
    -----Add this in Code
    Private colorPalette As String() = { "Teal", "Gold", "Aqua"}
       Private count As Integer = 0
     Private mapping As New System.Collections.Hashtable()
      Public Function GetColor(ByVal groupingValue As String) As String
            If mapping.ContainsKey(groupingValue) Then
                Return mapping(groupingValue)
            End If
            Dim c As String = colorPalette(count Mod colorPalette.Length)
            count = count + 1
            mapping.Add(groupingValue, c)
            Return c
        End Function
    Finally add this Expression in the Fill Option. And we can add more colors in the Code based on no. of Category
    =Code.GetColor(Category_Field)
     for example =Code.GetColor(Fields!Zone.Value)
    Regards,
    Thiyagu
    I've done everything listed here and in the link provided, but I get an error that reads, "There is an error on line 0 of custom code: [BC30201] Expression expected." I'm using SSRS 2005.
    Does anyone know what this could be?

  • I JUST PURCHASED A HP LASERJETPRO P1102W BUT THE PRINT DIALOG WINDOW IN CS6 IS DIMMED AND WILL NOT ALLOW COLOR SEPARATIONS TO BE PRINTED?

    I JUST PURCHASED A HP LASERJETPRO P1102W BUT THE PRINT DIALOG WINDOW IN CS6 IS DIMMED AND WILL NOT ALLOW COLOR SEPARATIONS TO BE PRINTED?

    Save as a PDF and print the separations out of Acrobat.

  • Allow Custom Text Entry for Drop down not working For Dynamic form

    Dear All,
    In drop down field Allow custom text entry is working fine if the form is save as a static pdf form file.But if the form is save as a Dynamic pdf form file it is not working.I can enter custom text in drop down field but after filling it up when I click on next field the text from the drop down is disappearing.
    If any body can please help me to solve this problem.
    Thanks a lot in advance
    Regards
    Rakesh

    Dear Jimmypham,
    Thanks a lot for your quick response.But it's not working for me.I have even tried with a form having only single field and save it as a dynamic pdf file.In that form also it's not working.The text which I have entered is disappearing when I click outside of this field.
    Can you please help me to find out the solution for this problem.
    Regards
    Rakesh

  • Motion 5 not allowing me to save custom transitions.  Please help.

    How can I create custom transitions for Final Cut Pro X.  Motion 5 is not allowing me to save custom templates. I have followed the instructions in  Motion 5 user manual...but, it's not working.  Please help.  When I create a category, it reverts to a blank line.  I'm unable to publish the transition.

    Check Settings>General>Restrictions> Location Services>make sure is set to "Allow Changes"

  • Valuated project stock not allowed with customer stock.

    Hi,
    I am trying to create invoice correction request for credit with the reference of invoice
    the invoice data is not copying into sales order. I am getting the error "Valuated project stock not allowed with customer stock".
       My question is can we have any routine in copy controll to fulfill my requirement or do i develop a new routine?
    Thanks in advance.
    Regards,
    Narayana

    Hi
    Did you find any sloution for this problem?
    I am facing the similar error.
    Inputs will be helpful
    Thanks
    Regards
    DDP

  • Using External Item Picker in Infopath From, error: not allowed to save the data

    1. I have created the infopath form with External item picker field.
    2. Deployed as a form library3. field works fine, but error occured while save
    the form.4. Got an error from the correlationid as below
    State Service StateManager.GetState() Locked data (d96998c8-4460-4cb2-80fa-beffb196e2ad)
    Micro Trace Micro Trace Tags: 0 agb9s,12 bm1k,0 bm0t,0 m02x,7 8kfs
    Can you tell what is the issue ? Also when I created form infopath form from the sharepoint designer for the list using that external content type, it shows this data type is not allowed in the infopath form.

    Hello,
    What version of IP form you are using?
    BTW worth to read supported data type by infopath for ECT:
    https://msdn.microsoft.com/en-us/library/office/ff621597%28v=office.14%29.aspx
    Hemendra:Yesterday is just a memory,Tomorrow we may never see<br/> Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Nonstock material PO value should not allow to change once it picked fromPR

    Hi There,
    when create PO for non stock material it will pick price from PR to PO once it pick the value again it should not allow to change.
    so what ever value is there in PR same should be in PO also even if we try to change PO value system should not allow
    so please advise me

    Dear
    If you want to copy the price from PR to PO do the following settings
    Here we have to do:
    First create a parameter in
    SPRO>Materials Management>Purchasing>Authorization Management>Define Function
    Authorizations for Buyers
    set the following fields:
    Order price adoption, Ref. to PReq, Change source, Change
    OTy./it. cat. and with Field sel. equals to AKTH. After created
    this parameter we have to set the users profile (using SU01 Transaction) with Parameter
    EFB (Function Authorization: Purchase Order).
    After doing all the settings what i mentioned, when you create the requisition that time before saving you have to select the price adoption as net or gross than only it will copy to the po because default is do not copy
    so go Valuation tab in the requisition and in PO price field select as nte price or Gross price than save the reqs
    now if oyu create the PO you will see the price
    Regards

  • Field exit showing---not allowed to change cross client customizing

    hi all ,
    when im trying to activate field exit . Its showing---not allowed to change cross client customizing.
    how to correct that.
    thanks in advance.
    sg

    hi SG,
       first and foremost thing while using field exit is, ask your basis person to include the parameter abap/fieldexit = Y in your instance profile.
    Otherwise u can't use the field exits.
    Regards....
    Arun.
    Reward points if useful.

Maybe you are looking for

  • How to set up an external Hard Drive as a cloud folder for remote users?

    I have an external HD connected to my MacBook Air that I need two other people in my company to be able to access from far away cities. I'd like to know if there is a way of them having a folder in finder that goes straight to this external, similar

  • Track ball in camera mode?

    I am unable to zoom in or out using the tack ball. This just began. Anyone have ideas? Perhaps I did something wrong. Until tonight it worked fine.  About two weeks in with the 9630.  Thanks in advance for whatever help might come my way  :-) Andy

  • IPod CHARGE UP issue??

    the iPod doesn't charge up. Sometimes it does sometimes it doesn't... It's not a USB port issue I don't think... I've tried a high speed one and a slower one... I think it's in the iPod software... Can ANYONE help here? REALLY displeased with Apple.

  • On scripts

    hi all how to develop second page in sap-scripts, give steps  4 second page. n also no. of windows on single page

  • MacPro3,1 Restart Fails along with freezes up during activity

    My MacPro3,1 restart fails as well as freezes up during some processes like Finder.app. When it freezes up during with Finder.app and I do a Force Quit Relaunch it never relaunches it just quits and never returns. Clean install.