Label and Title autocomplete

Hi! It would be very helpful if I could figure out how the autocomplet function works in the Metadata panel. It works fine in the Keyword field, suggesting keywords from the entire catalog. But in the Title and Label fields, it only suggests words that I just entered. It is not helpful for me. I would like the autocomplete to suggest words that I entered a year ago. Is it possible to edit the autocomplete presets? Thanks!

Hello Rajeev,
Textview is already a read-only field, wht exactly do you mean by disabling it ?
if you intend to hide these fields then you can do so by setting "visible" property of the ui-elements.
Regards,
Shweta

Similar Messages

  • Multi-Language - How to change labels and titles of standard iViews?

    Hi Portal Content Management Gurus,
    I would like to know how to translate the text parts of the standard SAP provided iViews in order to support multiple languages?
    I tried the Translation Worklist Coordination and Translation Worklist facilities provided in the portal. But not able to figure out where I am making the mistake. I am not able to get the translated iViews. I also checked the "include dependent objects" option. But not able to find out where will the generated resource bundles will be available.
    Can any body guide me?
    Thanks & best regds,
    Alag

    Hi Saravanan,
    I just tried changing the browser language. I am not able to see the "Content Provided by SAP" folder itself under the "Portal-Content" directory.
    (1) Is there anything else I need to do in order to see that folder?
    And when I try previewing the iViews after changing the browser language, still the iView content is displayed in English.
    (2) Can I make a copy of this iView and edit change the language property to some other language say "German"? In that case, I will have to maintain multiple copies of the same object. But I tried creating a delta link copy of the object. But was not able to edit and change the language.
    (3) Or do I have to edit it in the par file of the corresponding iView?
    best regds,
    Alagammai.

  • Axis label, Legend and Title

    Hi,
    I am new to DIAdem, I have been struggling for too long so I have decided to ask for some help, I hope someone can help me.
    I am writing a script to plot a graph and add axis labels, Legend and Title.
    So far I have just been able to draw the graph but no success with the rest. I have found a few answers to my question but none of them work, I don't know why. I am using Diadem 2012 and this is my code:
    Can someone tell me how I make the changes I need?
    Thanks 
    Call PicDelete() 'Deletes all objects. Without this I won't show the curve but with it it deletes the Picloaded previously
    Call GraphObjNew("2D-Axis","New_2DAxis") 'Creates a new 2D axis system
    Call GraphObjOpen("New_2DAxis") 'Opens the axis object
    D2AxisTop =25 'Sets the position
    D2AxisBottom =30
    D2AxisLeft =20
    D2AxisRight =30
    Call GraphObjNew("2D-Curve","New_Curve") 'Creates a new curve
    Call GraphObjOpen("New_Curve") 'Opens the curve object
    D2CCHNX ="Y_Accel" 'Defines the x-channel
    D2CCHNY ="Strg_Angle" 'Defines the y-channel
    D2CurveColor ="red" 'Defines the curve color
    Call GraphObjClose("New_Curve") 'Closes the curve object
    Call GraphObjClose("New_2DAxis") 'Closes the axis object
    Call Picupdate

    Hi Leillo
    If you are using DIAdem 2012 you should use the new API. To get a starting point create the layout as you like and then open the corresponding dialog box and press CTRL-Shift-C. Then you have a lot of code in your clipboard, which you can past in you script editor and edit. The contents of the clipboard depends of the dialog box you opened.
    You can also select an object in Report and press CTRL-Shift-C
    For the new API you will also find tons of small scripts in the help, which shows you how to create labels, legend and titles:
    http://zone.ni.com/reference/en-XX/help/370858K-01/reportapi/objects/report_objects_irepaxislabelint...
    http://zone.ni.com/reference/en-XX/help/370858K-01/reportapi/objects/report_objects_irepcurvelegendi...
    Hope this helps
    Winfried

  • Crys Reports - Mark the Legend Labels and Chart bar - values custom names

    Hai,
    I want to change the default names/labels of the chart elements (for e.g. bar chart - the labels and values) , in my reports the labels are directly taken from the database columns, how can I change this?,
    Someone please help...
    Thank you in advance.
    Vijay.

    Hi
    You can select the individual elements(for e.g chart title,legend,chart frame,grid lines,individual bars and series risers etc.).
    To do this do a normal left click and then again a left click on the desired object within the chart(which will select the object), and then do a right click which will come up with all possible options.
    Say for e.g you wan't to edit a default data label then follow the steps:
    1. Left click on the chart
    2.Left click on the data label.
    3.Right click>>Chart Options>>Titles
    4.Here you can edit the default title
    Thanks

  • Automator: Apply Color Label and Copy to Folder

    I'm trying my hand at Automator, and I need help with one of my workflows (⇪). Basically, it's a service (accessible via right-click) that will apply a color label on an image file, and then copy that image file to a corresponding folder with the same color label. My current version works fine, except for the fact that I had to create seven versions to accommodate all seven colors.
    Is there any way to turn the color into a variable? I want the workflow to prompt me for a color, and then use that choice to run a search for the appropriate folder. I'd rather not hard code the color choice into separate services that all do the same thing.
    Also, the service currently assumes that it will run fast enough before I can deselect the target file. I'm sure it's possible that the folder search could lag out while I select another file, and the service will ultimately copy the newly selected item, rather than the initial target. Is there a way to ensure the service acts on whatever was selected when it was first triggered?
    I don't know AppleScript beyond copying-and-pasting other people's codes, so that limits my automation quite a bit. I don't know how to prompt for a label index choice and then feed the result into a find function. I also don't know how to record the file path of the selected item, and then feed that into the copy function at the end to ensure it doesn't copy the wrong file.

    Typically a list of items is passed to a workflow, so you will usually (depending on what you are doing with the items) need to step through the items in that list. If there is only one destination folder with the target label, you can just search for it, otherwise you will need to specify the destination in some other way.
    The following Service workflow example assumes that there is only one destination folder that has a given label color. It gets the label index of one of the input items and finds a folder with the same index at a specified base location (to limit the search range).
    1) Input items are automatically passed to an application or service, otherwise another action to get FInder Items can be used
    2) *Label Finder Items* (show the action when the workflow runs)
    3) *Run AppleScript* (paste the following script)
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    font-weight: normal;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px; height: 340px;
    color: #000000;
    background-color: #DAFFB6;
    overflow: auto;"
    title="this text can be pasted into an Automator 'Run AppleScript' action">
    on run {input, parameters} -- copy to a labelled folder
    This action is designed to follow a "Label Finder Items" action.  It will get the
    first folder of the base folder that has the same label and copy the input items
    to that folder.
    input: a list of Finder items received from a "Label Finder Items" action
    output: a list of Finder items to be passed on to a following action
    set output to {}
    set skippedItems to {} -- this will be a list of skipped items (errors)
    set baseFolder to (((path to pictures folder) as text) & "Shelley:Mary:") as alias -- a place to start looking for the destination folder
    tell application "Finder"
    set theLabel to label index of (the first item of the input) -- just pick one, they should all be the same
    get folders of (entire contents of baseFolder) whose label index is theLabel -- include subfolders
    -- get folders of  baseFolder whose label index is theLabel -- no subfolders
    if the result is not {} then
    set theDestination to the first item of the result
    else -- no folder
    error number -128 -- cancel
    end if
    end tell
    repeat with anItem in the input -- step through each item in the input
    try
    tell application "Finder" to duplicate anItem to theDestination
    set the end of the output to (the result as alias)
    on error number errorNumber -- name already exists, etc
    set errorNumber to "  (" & (errorNumber as text) & ")"
    -- any additional error handling code here
    set the end of skippedItems to (anItem as text) & errorNumber
    end try
    end repeat
    showSkippedAlert for skippedItems
    return the output -- pass the result(s) to the next action
    end run
    to showSkippedAlert for skippedItems
    show an alert dialog for any items skipped, with the option to cancel the rest of the workflow
    parameters - skippedItems [list]: the items skipped
    returns nothing
    if skippedItems is not {} then
    set {alertText, theCount} to {"Error with AppleScript action", count skippedItems}
    if theCount is greater than 1 then
    set theMessage to (theCount as text) & space & " items were skipped:"
    else
    set theMessage to "1 item was skipped:"
    end if
    set {tempTID, AppleScript's text item delimiters} to {AppleScript's text item delimiters, return}
    set {skippedItems, AppleScript's text item delimiters} to {skippedItems as text, tempTID}
    if button returned of (display alert alertText message (theMessage & return & skippedItems) alternate button "Cancel" default button "OK") is "Cancel" then error number -128
    end if
    return
    end showSkippedAlert
    </pre>

  • Larger fonts in Menu bar and title bars?

    I recently purchased an Intel Mac Mini for my mother. She does not have the greatest eyesight and I would like to increase the size of the font used in the menu bar, window title bar, etc.. In Windows there is a "large font" theme that does this very nicely.
    Is this possible?
    The only thing I found that might help is the "Zoom" mode and thats not going to work. She has enough trouble using the mouse as it is and this will only be more difficult...
    Thanks,
    Jeff

    Hi Jeff,
    Welcome to Apple Discussions!
    You can use Universal Access, it's in Control panels
    to 'display fonts no smaller than' a specific size,
    this is probably what you're looking for
    regards,
    Peter.
    OK, Let us try this again.
    If I bring up "System Preferences" and then click on the "Universal Access" doohickey I get a control panel applet that has 4 tabs. The first tab labeled "Seeing" does not contain any option to set a minimum font size. It only contains the "VoiceOver", "Zoom", and "Display" options. None of these options allow me to set the minimum font size. The other tabs in the universal access applet are "Hearing", "Keyboard", "Mouse and Trackball" -- none of these contain anything to do with setting font size.
    Perhaps you can provide more detailed instructions to find this mysterious font size setting?
    I just searched again in this forum and found this recent discussion which seems to say it is not possible to somehow enable larger fonts in the menu bar and title bar and such. This is ridiculous. Since you can now get LCD displays that have very high pixel density the physical size of these fonts is quite small. Changing the display resolution is not a valid solution since everything gets blurry when you use an LCD at non-native resolution.
    Here is URL to recent discussion.
    http://discussions.apple.com/thread.jspa?messageID=3308141
    Please tell me that it is possible to increase the size of the font in the menu bar... If I cannot do this I have spent $700 on a computer my mother cannot use.

  • Dynamic Labels/Headings/Titles in report

    I have a situation, we have one table containing these columns.
    CREATE TABLE REP_LABELS ( LBL_ID NUMBER, LBL_DESC_EN VARCHAR2(200), LBL_DESC_AR VARCHAR2(200) );
    It contains data for Report Labels/Headings/Titles in English and Arabic so we can use one report to manipulate both languages at a time. Our data for Report is also coming dynamically according to current selected language. only issue we are facing is headings and labels for items in the report.
    now my report contains 20 labels, and i don't want to create 20 formula items in report to use them in boiler_text or text_field, is there any other way i can dynamically display the headings according to the report language (i already have parameter for language and also have function which returns the label through language_parameter and lbl_id).

    Hi
    Have you solved this issue?
    I have the same problem.
    Can you help me?
    Thanks in advanced

  • Aligning labels and lovs in a proper order?

    Hi,
    i have 3 panelgroupLayouts plg1, plg2 and plg3 with Halign:center and layout:horizontal.
    Under each panelgroupLayout one output label and one af:selectOneChoice are there.
    Under plg1; label: empno
    Under plg2; label: employeeName
    Under plg1; label: empadd
    bcoz of this my lovs and labels are not vertivally aligned in the same line.
    How to arrange these all labels and all socs in one vertical order to make the look n feel neat?
    Any suggestions will be really useful?
    Thanks.

    Then put the panelFormLayout inside panelGroupLayout and set its halign to "center".
    here is an example.
    <?xml version='1.0' encoding='UTF-8'?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <f:view xmlns:f="http://java.sun.com/jsf/core" xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
      <af:document title="untitled2.jsf" id="d1">
        <af:messages id="m1"/>
        <af:form id="f1">
          <af:panelGroupLayout id="pgl1" layout="vertical" halign="center">
            <af:panelFormLayout id="pfl1">
              <af:inputText value="#{bindings.DepartmentId.inputValue}" label="#{bindings.DepartmentId.hints.label}"
                            required="#{bindings.DepartmentId.hints.mandatory}"
                            columns="#{bindings.DepartmentId.hints.displayWidth}"
                            maximumLength="#{bindings.DepartmentId.hints.precision}"
                            shortDesc="#{bindings.DepartmentId.hints.tooltip}" id="it1">
                <f:validator binding="#{bindings.DepartmentId.validator}"/>
                <af:convertNumber groupingUsed="false" pattern="#{bindings.DepartmentId.format}"/>
              </af:inputText>
              <af:inputText value="#{bindings.DepartmentName.inputValue}" label="#{bindings.DepartmentName.hints.label}"
                            required="#{bindings.DepartmentName.hints.mandatory}"
                            columns="#{bindings.DepartmentName.hints.displayWidth}"
                            maximumLength="#{bindings.DepartmentName.hints.precision}"
                            shortDesc="#{bindings.DepartmentName.hints.tooltip}" id="it2">
                <f:validator binding="#{bindings.DepartmentName.validator}"/>
              </af:inputText>
              <af:inputText value="#{bindings.ManagerId.inputValue}" label="#{bindings.ManagerId.hints.label}"
                            required="#{bindings.ManagerId.hints.mandatory}"
                            columns="#{bindings.ManagerId.hints.displayWidth}"
                            maximumLength="#{bindings.ManagerId.hints.precision}"
                            shortDesc="#{bindings.ManagerId.hints.tooltip}" id="it3">
                <f:validator binding="#{bindings.ManagerId.validator}"/>
                <af:convertNumber groupingUsed="false" pattern="#{bindings.ManagerId.format}"/>
              </af:inputText>
              <af:inputText value="#{bindings.LocationId.inputValue}" label="#{bindings.LocationId.hints.label}"
                            required="#{bindings.LocationId.hints.mandatory}"
                            columns="#{bindings.LocationId.hints.displayWidth}"
                            maximumLength="#{bindings.LocationId.hints.precision}"
                            shortDesc="#{bindings.LocationId.hints.tooltip}" id="it4">
                <f:validator binding="#{bindings.LocationId.validator}"/>
                <af:convertNumber groupingUsed="false" pattern="#{bindings.LocationId.format}"/>
              </af:inputText>
            </af:panelFormLayout>
          </af:panelGroupLayout>
        </af:form>
      </af:document>
    </f:view>

  • Dynamic Prompt/Label/Display title

    Hi JHeadStart team,
    I use UIX and 100% of my application is generated by JHeadStart.
    I have a little problem.
    Which it's the best way to change "label, prompt, column header, display title" manually.
    Because this information is stocked in a table of the database.
    Regards,
    Luc

    Luc,
    I am not sure I understand your question. Do you want to read the prompts and labels at runtime from a database table?
    If so, you should generate your JHeadstart application with nls turned on and you should use a java class as resource bundle type (extending java.util.ResourceBundle). Then, JHeadstart will read the prompts, labels and display titles from this resource bundle that is generated for you.
    You can add code to your resource bundle class to read the actual strings from a database table instead of hardcoded into the message bundle. Not a trivial task though....
    Steven Davelaar,
    JHeadstart Team.

  • What determines whether the Label name and/or Caption appears in the context help window but in other cases, both the label and caption appear in the context help window?

    I am trying to polish an application, and find that I cannot seem to reliably control which of the label or caption text appears in the context help window because I don't understand what rules are in place to determine which should appear. It seems like if I reate a named constant, then use it's right click menu command "Create Indicator" I get a control with only a Label (as long as I don't add a caption). This then appears in the context help window as the label name followed by the description text (after entering some description text). But if I add a caption, the label name is shown in bracket
    s which is a 'feature' I would like to avoid, because I have certain controls where I would like to use a descriptive variable name on the block diagram side without using so much space on the front panel. It seems like there is no way to avoid showing the Label name in the context help for a control/indicator. Is this true?
    I thought the purpose of having a seperate caption was to make the text that appears with a control programmatically controllable, but if that control is not extended to what appears in the context help window, it limits the usefulness of the caption and forces me to re-consider some Label names. However, the problem goes deeper than that because then even when I make the label and caption exactly the same, or if I delete (via a select caption text-backspace or select caption text- delete key .. sequence) the caption for a control, the label name in the context help window still appears in square brackets!
    Can I have complete control over the context help fo
    r a particular control (or has anyone found a third-party context help solution that functions compatibly with LabVIEW 7 in a built application that they will be so kind as to recommend?)
    I have used LabVIEW for three years, and I am now using LabVIEW 7.0.

    Sorry for that.. I was changing the text of my question and didn't read carefully enough in the preview stage. I wanted it to read "What determines whether the Label name and/or Caption appears in the context help window?"

  • How to add a JPanel with label and border line

    hi,
    I want a Jpanel with label and border line like this.Inside it i need to have components.Is there a resuable component to bring this directly??
    Any solution in this regards.???
    Label-----------------------------------------------------------
    | |
    | |
    | |
    | |
    | |
    |________________________________________ |

    [url http://java.sun.com/docs/books/tutorial/uiswing/misc/border.html]How to Use Borders

  • Saving projects with Transitions and Titles - iMovie 3

    Every time I edit a movie in iMovie 3, add transitions and titles, and then save, the next time I open the project, I get a window saying there are x number of stray clips (my transition and title clips) and would I like to move them to the clip panes or leave them alone. Either way, they end up being out of order. Why will they not stay in the edited order that I put them in, even after I hit Save?

    I do Save the projects this way and all the clips show up in the edit panel below the clip frames. BUT, none of the Transition or Title clips stay in the edit panel below. Each time I open the saved project, a message window appears saying that there are x number of stray clips (the Transition and Title Clips). Then it asks me if I would like to leave them alone or put them in the clips pane. If I put them in the clips pane, then I have to once again reposition them where they belong in the edit panel below. This happens every time.

  • How to click a label and pop up a Word Document

    hi!
    i know this question has been asked many times...i did a search...but got alot of stuff that were either too much for me to read...or too tough for me...
    i hope i can GEt some help here!
    i am in a rush..thats why i opted to post it here instead.
    question is:
    i have a JLABel. hwo to create a link that once i click on it... a MS word DOC will open??
    i already have the doc. file made...but need to link it to the label..such that once its clicked, the doc is opened...
    thanks alot!!!

    A very important message about problem solving: Divide and conquer.
    Stop thinking "clicking a label and open a word document".
    Think
    - "Clicking a label, and do something"
    - "open a word document from a java program".
    Go on, and think
    - "How do I make my program notice when a specific label gets clicked"
    - "What external command will open a word document?"
    - "How do I run an external command from a java application?"
    Look at the hints you've got. Read the documentation for the classes and methods you've been pointed towards. Look them up in the index in a good book. Read the tutorial. Write code. Experiment. Maybe come back here if you get stuck on something specific.

  • I have an iPad 2 and want to be able to design my own templates for invitations, labels, and such. What do I need to do to be able to do this? Apps??

    I have an iPad 2 and want to be able to design my own templates for invitations, labels, and such. What do I need to do to be able to do this? Apps??

    Take a look at these three sites and you might find something in one that will work for you.
    http://appadvice.com/appnn/2011/06/appguide-updated-vector-drawing-apps-ipad
    http://jaevin.com/blog/2011/02/20/ipad-sketching-drawing-apps/
    http://www.designer-daily.com/10-great-ipad-applications-for-creative-people-623 4
    I downloaded iDraw - which is an Adobe Illustrator wannabe for the iPad. You can export to PDF and other formats using iDraw. iDraw also supports file sharing. File Sharing is the iPad/iTunes way to send files back and forth from the iPad to your computer and back again.
    This site will tell you about iDraw.
    http://www.indeeo.com/idraw/
    This is a link to iOS File Sharing which you will find useful as well.
    http://support.apple.com/kb/ht4094
    There are third party apps in the app store that will allow you to use virtually any printer even if you don't have one of the HP AirPrint compatible printers.
    You can even use an app like Pages to create your templates. You can insert art and photos into Pages and it supports file sharing as well. Pages is a Word Processing app and I would be inclined to not use it for your purposes but it will work for some basic designs however it's certainly not ideal for creating artwork.
    http://www.apple.com/ipad/from-the-app-store/pages.html

  • Phtmlb: space between Label and Field

    Hello,
    I am using <phtmlb:matrix> to arrange the fields next to one another on the view. For fields, <phtmlb:formLayoutInputField> is used in which case the label is taken automatically through binding to DDIC fields. At one particular row of matrix, it is required to break-up the cell in 3 more cells, so that I can display 3 fields adjacent to one another in the space of one cell. For this I am nesting one more matrix inside the outer matrix.
    Something like this...
    <phtmlb:matrix>
    <phtmlb:matrixCell row = "1"
    col = "1" />
    <phtmlb:formLayout>
    <phtmlb:formLayoutInputField>
    </phtmlb:formLayout>
    <phtmlb:matrixCell row = "2"
    col = "1" />
    <phtmlb:matrix>
    <phtmlb:formLayout>
    ...3 fields next to one another / 3 cells
    </phtmlb:formLayout>
    </phtmlb:matrix>
    </phtmlb:matrix>
    I am able to acheive the desired output of 3 fields next to one another, but facing the following problem.
    To get the inner matrix(3 fields) into effect, i need to close the <phtmlb:formLayout>.
    Now, the first row properly shows all the filds one below the other with proper spacing between the label and input output field.
    (Actually all the input_output fileds are placed at a distance of largest text/label in one formlayout).
    But when the second row starts, the spacing between label and field is no longer taken as per the first row in above case.
    Is it because since a new <phtmlb:fomlayout> is started , the spacing will be as per the elements in this new formlyout. If yes, How can I assure the same spacing between elements of two different formlayouts. I tried "fieldToLabelFactor" but since no. of fields in my page is too large, I can't afford to decide this factor for every <phtmlb:formLayout>.
    Or is there any better way to acheive the required output.
    Thanks ,
    Priti

    did u get the solution?

Maybe you are looking for