Make cursor-item blue in forms6i.

Hi,
Converted forms version 3 to 6. In 6, when we
open a screen, the item text where the cusor is, is blue. But in 6i the cursor is just blinking on the left side of the item. Does anyone know how to make the cursor item blue.. so that the user can know where the cursor is as soon as he/she opens a screen.
Thanks in advance..
Phebe.

Phebe,
Firstly create a Visual Attribute and set its "background color" to a colour of your choice. Then create a "when-new-item-instance" trigger at form or block level with the following two lines replacing 'highlight_rec_va' with the name of your visual attribute.
set_item_property(get_item_property(:system.cursor_item, previous_navigation_item), visual_attribute, 'DEFAULT');
set_item_property(:system.cursor_item, visual_attribute, 'highlight_rec_va');
The second line assigns the visual attribute to the current item and the first line resets the previous navigation item to its default background colour.
You may get an error with the first item on your block as it has no previous navigation item set up, but that should be easy enough to code around.

Similar Messages

  • How to make the item in different color in a choice?

    if I have a choice and different items, how to make the item in different color?
    like:
    Choice ColorChooser = new Choice();
    ColorChooser.add("100");
    ColorChooser.add("200");
    ColorChooser.add("300");
    I want to show green, red and blue color for item 100, 200 and 300.
    I do not know how to do that, anyone can help?
    Thanks

    Please don't double (and now your up to triple) post. I realize that to you, your problem is the most important thing in the world and it would be nice if you could get several people working on it at the same time. However, the people answering your question do not get paid for it. They are doing it because they want to help someone. Posting several times only shows that you have no respect for them and are only concerned with your problem.

  • Make a item flexfield mandatory at running time

    Hi everybody,
    I am going to ask something that maybe is not very normal, but, my client really want it.
    I have a descriptive flexfield with several itmes. We want to make one ot these items mandatory at running time based on one condition but in the flexfield definition this item is not mandatory.
    We hava tried by personalization but is not possible.
    Thank you very much,.

    Duplicate post, possible solution on this thread:
    Make a item flexfield mandatory at running time
    Regards,
    Gareth

  • Make detail items in master/detail form read only

    I want to make detail items in master/detail form read only for certain conditions (master STATUS = Closed). I see how to do this on the master record items but not on detail items.

    Take a look at this thread: Re: Conditionally make a tabular form uneditable
    You will need to modify the code, but it should help since a master detail is just a standard form with a tabular form attached to it..
    Thank you,
    Tony Miller
    Webster, TX
    Time flies like the wind, but fruit flies like bananas.

  • How to make new item show in ASCP Plan workbench.

    Item ATT.BVL3AHY is a new item without any demand. At item master, it is set as Planned so it is collected by ASCP. The item can be found in msc.msc_system_items with Plan_id -1. Plan id -1 corresponds to Collection. Planner needs to manuallty add planned order for this item at ASCP workbench of plan WIRELINE (PLAN_ID 3002) as attached but as the item cannot be found in WIRELINE plan, planner cannot add it. Please let me know how to make this item show in WIRELINE Plan workbench.

    Run this query:
    select mrp_planning_code from msc_system_items where item_name like '<Item_Name>' and organization_id = <Org id> and plan_id = -1
    If this returns 7 you dont need to run any collections.
    If this returns other than 7 then,
    create a simulation set under Item Attributes Mass Maintenance and then update the attribute MRP Planning method for this item to MRP/MPP Planning. Assign Simulation set to plan name and then rerun the plan. It should work.
    If you are still facing an issue, then raise an SR with Oracle.

  • Possible to make an item editable for certain users and read only for other

    Is it possible to make an item editable for certain users and read only for others?
    I've been able to accomplish this by taken the select statement that I used to define an authorization scheme, placing it in the Read Only condition of the item. However, I would like to simply reference the authorization scheme to utilize caching, and to help keep things cleaner for future maintenance.
    Is it possible to reference an authorization scheme in an item condition similar to the way another item can be referenced by preceding it with a colon (i.e. :P1_First_Name)?

    Thank you, your suggestion worked.
    It would be nice on a future release of APEX if a drop-down box existed under the Ready Only section that would allow an existing Authorization Scheme to be selected or negated when applying the Read Only attribute to a form item.

  • How to make an item be remembered once the page is changed?

    Hi,
    For my school project I am trying to create a drag and drop product on Adobe Flash CS4 using Action Script 3.0.
    I have three keyframes:
    - The first one has tops to be dragged and dropped onto the model
    -The second one has skirts/trousers to be dragged and dropped onto the model
    -The third has shoes to be dragged and dropped onto the model
    But once the top has been dragged and droped and the next button is selected displaying the skirts/trousers, the top which has been dragged and dropped onto the model is no longer displayed.
    Does anyone know what coding I need to add to get each item of clothing to be remembered once it has been dragged and dropped onto the model, so it is visible on the following pages?
    Many Thanks

    Thank you very much for your response.
    I'm so sorry, this is probably a really silly question but how can I make the items of clothing hidden on the layers where I don't want them seen?
    I am also having real problems with my 'next' button in the second key frame.
    I am recieving two errors for this button and have tried everything that I can think of, so was wondering if you were able to have a look at my coding for this button and tell me if it is correct bearing in mind that the button is on the second keyframe but should take you to the third.
    The first error I am recieving is:
    'TypeError: Error #1010: A term is undefined and has no properties'
    for the line
    'femaleDragAndDropPage.femaleMenu.nextButtonBottoms.addEventListener(MouseEvent.CLICK, onNextButtonBottomsClick);'
    -The nextButtonBottoms is the button leading from the second to the third key frame-
    The second error I have is:
    'TypeError: Error #1034: Type Coercion failed: cannot convert NextButton@246159c1 to PinkNextButton.
    at flash.display::MovieClip/gotoAndStop()
    at Main/onNextButton3Click()'
    for the line
    'femaleDragAndDropPage.femaleMenu.gotoAndStop(2);'
    -This line is for my next button on the first keyframe which leads to the second one and only appears when it is selected-
    On the first keyframe, there is also a next button (with a different instance name) which leads to the second keyframe which works fine so I used the same coding for the next button leading from the second to third keyframe but changed the instance name. This is where I then recieved the errors so cannot view the rest of my pages which come after this one.
    Thank ypu so much for your help!

  • How can I make both Items recurring in a promotional modifier

    I need to create a modifier for the scenario such as:
    If Item A is bought 10 pcs
    and
    Item B is bought 5 pcs
    then
    promotional free Item C should be given 2 pcs.
    Now both Item A and Item B needs to be recurring because only if Item A becomes 20 pcs and Item B becomes 10 pcs, then get Item C becomes 4 pcs.
    Thanks,
    Anindya.

    Pl do not post duplicate threads - How can I make both Items recurring in a promotional modifier
    Srini

  • Photoshop Elements 10 Make dull skys blue quick option

    I have just moved from 5 to 10.
    There is an option when you have quick edit selected to make dull skys blue.
    It worked for a few pictures and then it stopped working, but now I think it is working I just didnt understand it. Its possible I dont understand how it works. ( by the way I dont know all the terms I will try to be as descriptive as possible)
    When I choose a sky that is all white, with the quick option. I see the marching ants. When I go to the full edit I can see a layer called Blue Skys1, But the sky does not look blue at all. Absolutly no change.
    The sky does not change at all. If I choose Color Burn to normal it does blue the sky some what.
    However If I take a picture that has a little blue and then use the quick option it does indeed make the sky bluer. I saw some note somewhere that the tool makes faint blue sky bluer. Im wondering if basically its working by design. eg if there is no blue sky but white haze then it cant enhance white to blue. Does anyone know if this is true.
    Thanks.

    The color change with the smart brush is not always what one would hope for.
    The tool produces an adjustment layer.
    Two things to try:
    Increase the opacity of the the adjustment layer from 75% (default) to 100%
    Scroll through the blending modes to look for additional enhancement. You can use the arrow keys on the keyboard to do that.
    For a really good sky replacement technique, look at this thread, esp. posts 1&3. Do download to the Return to Eden brush set referenced there.
    http://forums.adobe.com/thread/864742

  • Exception when trying to make cursor invisible

    i don't want my application to display a window, so i'm creating a custom cursor from a 1X1 transparent image, and set the cursor to that... after trying that i get an exception...
    here's the code:
    try
                BufferedImage ec=new BufferedImage(1,1,BufferedImage.TYPE_INT_ARGB);
                Cursor cc=Toolkit.getDefaultToolkit().createCustomCursor(ec,
                        new Point(1,1),"");
                frame.setCursor(cc);
            catch(Exception e)
                System.out.println("Couldn't make cursor invisible: "+e.toString());
                e.printStackTrace();
            }and here's the exception:
    java.lang.IndexOutOfBoundsException: invalid hotSpot
         at sun.awt.CustomCursor.<init>(CustomCursor.java:61)
         at sun.awt.X11CustomCursor.<init>(X11CustomCursor.java:26)
         at sun.awt.X11.XCustomCursor.<init>(XCustomCursor.java:27)
         at sun.awt.X11.XToolkit.createCustomCursor(XToolkit.java:742)
         at no_germs.pong.Game.<init>(Game.java:101)
         at no_germs.pong.GameLauncher.<init>(GameLauncher.java:157)
         at no_germs.pong.GameLauncher.main(GameLauncher.java:87)
    what's my problem, and is there a way around it? if not, can i make the cursor invisible some other way?

    Image image = Toolkit.getDefaultToolkit().createImage(new MemoryImageSource(16, 16, new int[16 * 16], 0, 16));
    Cursor transparentCursor = Toolkit.getDefaultToolkit().createCustomCursor(image, new Point(0, 0), "transparentCursor");
    frame.setCursor(transparentCursor);

  • "make dull sky blue" icon does not function

    "make dull sky blue" icon on my Adobe Photoshop Elements 9 does not function

    Please review this recent thread:
    http://forums.adobe.com/thread/864742
    The Alibony technique works very well. Do download and install the Return to Eden cloud brushes from Adobe Studio Exchange---you will like them.

  • Elements 12 - what happened to 'make dull skies blue'?

    I shoot a lot of landscapes and outdoor scenes.  I also digitized a lot of old photos taken without polarizing filters.  I used Elements 10 and its 'make dull skies blue' extensively.  Now, having converted to Elements 12, I'm looking for the same feature - and can't find it anywhere.
    I've tried the Help feature - and it comes up with answers for Elements 10 and 11.
    I've searched the User Guide for Elements 12:  nothing there
    I've tried the tutorials.  Again, nothing for Elements 12.
    So, I have to turn to the Community for answers!!!  If that feature is missing from Elements 12, then I'll go back to 10.

    Update....
    No word from Adobe who would know for sure, but...
    On a lead from a Premiere Pro CS6 thread that run into missing  Playback Settings or grayed out Playback Settings in Premiere Pro CS6 version as well, we tried creating the keyboard shortcut Alt+Shift+P to access a possibily hidden "Playback Settings", no success. (See Premiere Elements 12 Windows 7 or 8 64 bit, Edit Menu/Keyboard Customization/Windows/Monitor Window/Playback Settings.)
    http://forums.adobe.com/message/4412697
    At this point, the Playback Settings button in preferences and the Playback Settings choice in the monitor as we knew them in Premiere Elements 11 appear to be gone.
    More later.
    ATR

  • How i can make text item as read only

    hi
    im trying to make a text item as read only so no one can write on it i tried to make it as display item but i neeed also to call lov when i double click on the text item in display item case u can not double click
    so please how i can make text item as read only
    and another thing
    how i can change an item properties by code i mean when i click in one button the text item become visibile how i can change its property by code
    thank u

    You can set a text item's property to be non-updateable
    You can change this programmatically with set_item_property()
    :)

  • Is there any way to make work item invisible in the SAP inbox?

    Is there any way to make work item invisible in the SAP inbox?
    If yes , How?
    How can we delete a work item without using SAPLSINWP program?Is it possible???

    Thanks suresh, But I was a looking for a solution where as soon as the work item is created should be made invisible in the SAP inbox, is there any way for this or any other alternative?

  • Cursor is blue at start up. Any reason why? Thanks

    I have just installed 10.3.9 on a G4 667 MHz. Everytime I start up, the cursor is blue. It stays blue for a while but eventually turns to the normal black cursor after I hit an icon or 2. Sometimes it takes longer. I am having a few problems with protools on this computer and I suspect the blue cursor might be indicative of some other underlying problem. I have zapped the pram. I am an experienced mac user but have never encountered this before. Any ideas?

    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    * [[Troubleshooting extensions and themes]]
    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    # Shockwave Flash 9.0 r280
    # Adobe PDF Plug-In For Firefox and Netscape 8.2.6
    You can find the old Flash plugin file NPSWF32.DLL in the plugins folder within the Firefox program folder (C:\Program Files\Mozilla Firefox\plugins\) and remove that file.
    * http://kb.mozillazine.org/Issues_related_to_plugins#Identifying_installed_plugins
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://kb.mozillazine.org/Flash
    *http://www.adobe.com/software/flash/about/
    Update the [[Adobe Reader]] plugin to the latest version.
    *http://get.adobe.com/reader/otherversions/

Maybe you are looking for

  • Transfering data between R/3 and CRM

    I am new to CRM, with Knowledge in SD I have an Org Structure in R/3. how can i convert the Org Structure and other data from R/3 to CRM, using Middle ware. how do you provide the link through middle ware? The Steps involved it the process? etc.

  • Downloading OS 5.0.1 and I keep getting a (-5000) error message

    I am trying to update my iPhone 4 to the OS 5.0.1 and I get this error message... "An error occurred while backing up this iPhone (-5000).  Would you like to continue to update this iPhone?  Continuing will result in the loss of all contents on this

  • Run a cmd command in LabVIEW with parameters

    I have an executable program, for example myprogram.exe, located in "C:\Documents and Settings\myname\myprogram.exe" (I use windows xp 32 bit) When I run the program (by running cmd and type "myprogram.exe > to_text.txt" on the command line), the pro

  • If there is a problem starting a servlet....

    I'm currently writting an exception handler for my servlet's init() method. My question is, if there is a problem initialising the servlet (i.e. config files won't load etc) what's the best way to put the servlet out of action? I'm thinking maybe cal

  • WEBLOGIC Jar Files

    Dear Friends, 1) What all jar  files  required in XI Server to Connect  for  WEBLOGIC  Server  (  The Queue is in Weblogic Server..From SAP XI  we are connecting  with the help of JMS Adapter using  JNDI ) 2) Should  we deploy  any JAR file  in WEBLO