How to change the image from one to another color.

Hi all

In our application, we used two sets of elements [i., e text elements & list drop-down list items]

For this, we used as reference below

Label-> country

Horizontal/vertical alignment-> right

Model-> label required

Now for the necessary label currently it shows as

IMG alt = "Required field icon" src="/i/themes/theme_12/required.gif

[what is orange] but I don't have to turn into 'Red' for the asterisk

Could someone help me on this request to make changes.

Kind regards

Sheikh tayeb!


SruthiTamiri wrote:

If I found a Spain with red asterisk where should I replace in my template, because I'm not able to find the location to replace the image.

You can provide the path to replace things.

  1. Go in Home > Application Builder > Application > shared components > models
  2. Select the required label templates
  3. Change the definition of the label, by replacing the image src with the new image URI attribute

Tags: Database

Similar Questions

  • How to change the Image the Image (8 bit) (32 bit)?

    Dear all,

    I have a question about VISION.

    An Image from IMAQ USB Grab Acquire.vi is 32-bit, even if the IMAQ Creat.vi has the type U8 value.
    But the more IMAQ vi (for example IMAQ get LCD ROI.vi) can only deal with 8-bit Image.
    How to change the Image from 32-bit to 8-bit Image?
    Thank you!

    Hugo

    Hi Hugo,.

    You use a color camera? coz usually 32 bit for a color image.

    If so, you can try the unique color Pane.vi extract to extract its Luminance component. It then becomes an 8-bit grayscale image.

    Zheng OR AE

  • How to change the image field captures screenshots automatically from BMP to JPEG

    How to change the image field captures screenshots automatically from BMP to JPEG

    I want to say, when I tap on the screenshot on my keyboard and paste this image in microsoft photo editor or picasa 3.0 areas of the bitmap .bmp. instead of asking the witch I´d field prefer.
    So, I open that image on the brush to convert it to. JPEG.
    It's hick very!
    is it possible to easily me this step and save or paste pictures in JPEG on my files automatically?

    Hello

    I saw that article when I was looking for one that I posted...

    I understand your problem, and the answer is that, to the best of my knowledge... NO..

    Windows records the capture in memory as bitmap, along with, even if you can paste it directly into a folder, it would be in the form of bitmap...

    The best I could find is to use the suggestion in the link I've included which refers to the

    Windows Key + PrintScreen to automatically record is in PNG format in your pictures folder...

    The only way to do what you want is with a 3rd party capture program that can be configured to save in a directory as a specific file type...

    Personally, I use a program called print screen Deluxe for this... it is a purchased program...

    I'm sure you could find something free to do what you need...

    You may need to use a different key for print screen, but the software can allow you to reprogram the PrntScrn key...

  • How can I chang the language from one to the other?

    How can I chang the language from one to the other?

    Change the language of Adobe Creative Cloud applications

  • How to move the FILE from one place to another and keep "Indexing" have to move to the unknown location so you can't discover its full file path? Windows instructions provide information wrong re: how to do this!

    Make a bunch of audio files, placed in a folder on my desktop. Files initially sent to RealPlayer to burn, but when finished burning CD and went to read a CD, folder got seized by Media Player, 'Indexed' and disappeared from the office. I'm a relatively new computer user, and I need to learn more about file paths, how to view the path FULL of a file on my computer and how to type (create) full path when I need to. The "Indexing" feature seems to erase this lesson for me, and after having spent four hours trying to find Vista instructions on "How to move the file from one place to another", I gave up! Windows 'Help and Support' on my computer gives wrong directions. It states that if I right click on a folder > properties, a dialog box opens with a tab by which I can move my account. There is no tab location here. I found locations tab when right click on the "Mobile" folder, but still no option to "move file". No idea what is the folder "Roaming" or why it's on my computer. I want my audio files in the My Music folder, but this place is "access denied." Don't know how to get the audio file it in any case, but if anyone has any advice, I would be very happy! Thank you. PS - I had no problem moving folders in XP. I don't like the idea that a computer is to decide where to put my files. I want to control where I put my files. I don't like the way search works under Vista. I liked the XP search companion better because, for a computer fool like me, it was really easy to organize and find files and folders and had an option specific to find audio and video file TYPES.

    Here is an article on how to move your personal folders in Vista: http://www.howtogeek.com/howto/windows-vista/moving-your-personal-data-folders-in-windows-vista-the-easy-way/.  If you're talking about the special folders (such as photos, Documents, office...), then here is an article on how to move: http://www.winhelponline.com/articles/95/1/How-to-move-the-special-folders-in-Windows-Vista.html.

    If you have trouble with the search after you move the files, then rebuild the index: http://www.tech-recipes.com/rx/2103/vista_rebuilding_the_search_index/.  Here is an article on how to use Indexing Options in Vista that may be useful for you: http://www.vistax64.com/tutorials/69581-indexing-options.html.

    If the above does not help, your problem seems to relate to the image of the files/folders and their interactions with Media Center (which operate on different other folders).  Please repost your question in images and video Forum at: http://social.answers.microsoft.com/Forums/en-US/vistapictures/threads where the people who specialize in issues of the image will be more than happy to help you with your quesitons.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • How to change the image on the layer of the photo?

    How to change the image on the layer of the photo? I accidentally chose the wrong design and I'm not able to delete/modify it. Already, I had little work, so the change in office had to happen sooner.

    Sara

    To change the image in the photo layer

    1. Select the layer of the photo in layers;

    2. click on the button to learn more.

    3. delete the current photo;

    4. the layer is reset with no picture

  • How to change the image of a line when you click on it from the waterfall cookbook sample application

    Hi, I have a few sql data. And I'm showing them with qlistdatamodel. I used the ListItemProvider and implementing customControl for each line in the sample application cascade cookbook. Which can be found in here. I want to change an image of the line when it is selected. I modified the method 'select' of 'recipeItem.cpp'

    void RecipeItem::select(bool select)
    {
      // When an item is selected, show the colored highlight Container
      if (select)
      {
    
          mHighlighContainer->setOpacity(0.9f);
          mItemImage->setImage(Image(QString("app/native/assets/btn_a.png")));
    
      }
      else
      {
        mHighlighContainer->setOpacity(0.0f);
    
      }
    }
    

    It should have changed the image btn_a.png. But what it does is removes the image and the text remains. Thank you.

    I just found out another of my post that my uri of the image is incorrect. The format of the url I was using was valid only in a Beta SDK. It should be like "asset:///btn_a.png". Now it works perfectly

  • How to change the image of menu button?

    Hello

    How can I change the image (or the 'framework of film') which appears in the menu buttons sub-chapter (those that point directly to the different movies) to Encore CS5? By dedfault, it appears the first image of the sequence which in my case is black, I start my sequences with dissolved "fade to black". So all my buttons of menu subchapter have black pictures after that. I don't want to animate, I want to know is how to choose an image from the sequence and turn it into an image of menu button.

    Thank you

    Click on the chapter marker in the timeline to make it red.

    The value of the ICT on the image of the scenario that you want to use for the button.

    Click right red chapter and put the poster frame.

    Do the same for other chapter markers.

  • How to change the bleed on one side

    Does anyone know how change the bleed on one side, but leave the rest the same?  For example, I have to design a Pop Up Banner and background must be 3 "purge and high. 25 "bleed.   How can I adjust the purge of a down is greater than the upper?


    Thank you

    Steve

    Expand the file space

    Slide down the rule at the top of the file guides (view > rulers)

    Add a blank layer (which is optional) and draw your own brands of pads to show the allocation of purge

  • How to change the resolution from Adobe?

    Hello

    I can't change the resolution from Adobe Acrobat Pro XI. All my other programs seem normal, but Adobe's "In-your-face" and everything is so great.

    How can I change the resolution from Adobe is no longer scale on my laptop and two monitors?


    Your help is appreciated.

    Hi mooshtie,

    Could you please specify if you wish to reduce the size of the PDF icons or icons of the toolbar.

    See the following link and if it is useful:

    How can I reduce the size of the icons in the toolbar? (Accessibility)

    Let me know.

    Kind regards

    Ana Maria

  • How to change the value from another page

    I'm filtering province in my application based on a province selected in the home page (P16), however the user can submit a form that has a province that and after that, all the content must be filtered according to the selected province 'new '. So I'm in the P7 and after submitting the form, I would need to change the P16_PROVINCE - which belong to another page (P16).

    but do not know how,
    Any help?

    Mehrdad says:
    Thanks, VC, but I need to have a trigger to change the P16_PROVINCE after submitting the form, so that one must be changed according to what the user does on a form...
    After he submit the form, I have my game P7_PROVINCE, which is fine, but AFTER the selection, I need to change the P16_PROVINCE (which is used as a global variable to filter my records...)

    Add a plsql page 7 page process and submit the game it runs - as below

    //assign the value of P7_PROVINCE into P16_PROVINCE
    :P16_PROVINCE := :P7_PROVINCE;
    

    See http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35125/concept_ses_val.htm#HTMDB03012

  • How to change the image / banner at the top of the Home Page

    Hi all

    I would like to change the image of the oracle in my Pic of organization in the Home Page, how can it be achieved?

    Thank you
    Rajl

    Hi reda,.
    You must either create a new layout / skin combo for your organization

    The thing to remember is that the look and feel (including this image of the Oracle logo) can be reconfigured by each user on the style of layout page/skin that they prefer (assuming that your organization has not disabled those).

    Here are some links to help you get started:
    Blog of Kyle on the creation of new layouts and skins for the University Complutense of MADRID: http://blogs.oracle.com/kyle/2009/08/ucm_custom_skins_and_layouts_a.html
    OTN Post on the Forum on the topic: http://forums.oracle.com/forums/thread.jspa?messageID=4211073
    Approach of John Sim: http://www.bluestudios.co.uk/blog/?p=531

    and an example of Oracle component (create and change the layout)
    http://www.Oracle.com/technology/products/content-management/UCM/samples/index.html

    Warmly,.
    Billy Cripe
    Fishbowl Solutions

  • Report - how to change the size of one yourself?

    How can I change the size of one yourself in a report?
    I´d to set the size of one yourself, even if the data there are small size.

    [s]

    Use

    display: block; width: 100px;
    

    or whatever the desired width.

    Please search the Forum before starting a new thread:

    http://forums.Oracle.com/forums/search.jspa?threadID=&q=column+and+%28width+or+size%29&objid=f137&DateRange=all&userid=&NumResults=15&rankBy=10001

  • How to change the system from Vista Home Premium to Vista Ultimate 64 withoute lose the option of HARD drive backup?

    IM now running Vista Home Premium 32. I would like to change the system for Vista Ultimate 64 so I can run more than 4 GB of memory. Now Ive some factory settings if something happened, I can run my HARD drive restore. My question is how to change the Vista 64 operating system, so I can keep the recovery on my hard drive partition?  Mayby there is some kind of upgrade cd?

    Thank you

    Hello

    32-bit to 64-bit is not an upgrade

    It must be done with a clean installation using a full version ' / Ultimate 64 bit license

    Contact the manufacturer of your computer for more information on getting 64-bit ultimate, which I doubt they will always

    and microsoft sells more vista

    they moved on windows 7

    and you are supposed to make this partition recovery disks to reinstall vista

    ask the manufacturer of the computer how to

  • How to change the language from English to Arabic Windows?

    Original title: change the function from English to Arabic

    I have windows vista Home premium English characteristic. Can I change the Arabic service. Thank you

    Not with Windows Vista Home Premium, you would need to upgrade to Vista Ultimate Edition and then change the language.

    "FALAH_42" wrote in the new message: * e-mail address is removed from the privacy... *

    I have windows vista Home premium English characteristic. Can I change the Arabic service. Thank you

Maybe you are looking for

  • Browser

    How to upgrade my browser?

  • Try to get Mechwarrior 4 Vengeance to play on Vista 32-bit

    Install the game fine, but the game will not play.The symptoms are similar to those listed in the Article ID: 228985-error message or the game stops responding on the "Loading" screen when you start a Microsoft game: "insert the right CD. Could not f

  • Home network between 2 computers by LAN does not.

    I am trying to establish a network between 2 computers per LAN. They are in the same workgroup and I see each computer on the other computer. When I try and open or use of disks from one computer to another, I get 2 messages. 1. you don't have admini

  • HP Mini locked out

    I change my password, and now I get an error message. The password is wrong, after three trials, that it me locked out. CNU9224G9L is the fatal error number. Can someone help me reset this computer. PLEASE...

  • How to view a hidden file.

    How to view a hidden file, as shown in the picture.