Movement of message text in Display item

Hello Dears,
How i can blink message text in Display item and movement of message text from right to left and left to right in the Display item please share with me your valuable knowledge it is urgent.
advance thanks.

Hi,
A couple of options. Create a timer and write a pl/sql procedure which will do all those things for you, like changing background/foreground colors of your text/display item and replacing text imitating its movement. Or use image item instead with animated gif or something.
Regards,
Andrew Velitchko
BrainBench MVP for Oracle Developer
http://www.brainbench.com

Similar Messages

  • Disappearing text in display item

    Facing a silly problem whereby text in a display item, which is populated automatically through the new form trigger disappears mysteriously when run on the web. The text appears fine in client-server mode. I have tried changing background colors for the display item and text color too.... in vain. But I can see that the display item is present, it is the text in it which is missing.
    Any ideas?

    Hi,
    A couple of options. Create a timer and write a pl/sql procedure which will do all those things for you, like changing background/foreground colors of your text/display item and replacing text imitating its movement. Or use image item instead with animated gif or something.
    Regards,
    Andrew Velitchko
    BrainBench MVP for Oracle Developer
    http://www.brainbench.com

  • Change the color of the text in Display item

    Hi friends,
    Can I change the color of the text of text item or display item
    Regards,
    Fateh

    on the html form element attributes add for example
    style="color:red;"Edited by: DanielB on Feb 20, 2012 12:33 PM

  • Display dummy text in datablock item

    hi all
    i just need to display background dummy text in one of the item.
    that item has WHEN MOUSE CLICK trigger thru which LOV popups.
    so i want to display text in that item as CLICK HERE FOR LIST...(something like light colored or disabled text kind)
    is it possible in forms 10g
    Thanks in advance

    I agree with AppsLearner, the ToolTip or Hint are the best way to do this. However, if you are set on using a dummy field, there are a couple of ways you could do this.
    First, you could create a "dummy" non-base table item in your block and display it directly over your base-table item and display your "CLICK HERE FOR LIST..." message in the dummy field. When the user clicks in the field or click your LOV button (if you have one) then you hide the dummy field and display the LOV.
    Second, you could display the "CLICK HERE FOR LIST..." message directly in your base-table field. When the user clicks in the field, then clear the message text and display your LOV. This method will likely cause some Validation issues you will have to work around.
    The first option will probably require the use of a 0-second Timer and the When-Timer-Expired trigger to handle the hiding of your dummy field (if you try to hide it when your cursor is in the field, you will get an error). If you have a Key-ListVal trigger on your field, you could probably use this as well.
    This is all theory, so you will have to do some "Trial and Error" to figure it out and make it work, but this at least gives you an idea of how to make it work. ;)
    Craig...

  • Message text in sequence diagrams not displaying in editor

    I split a large sequence diagram into smaller parts so that the parts could be included as graphics in a user manual.
    Here is how I split the diagram:
    1) Create the single large diagram. Name the diagram "SD".
    2) This diagram produces an SD_etlp and an SD_etld file.
    2) Copy these two files to different names. Eg SD_etlp_01 and SD_etld_01.
    2) Delete 10 messages from the bottom of the original diagram. Save.
    3) Copy the two files to SD_etlp_02 and SD_etld_02.
    And so on.
    So the diagram editor only sees the original file name. But this file is actually getting smaller and smaller. I can re-edit any of the saved files by changing their name back to the original file name as seen by the diagram editor.
    I produced about 10 smaller sequence diagrams without problem.
    On the latest sequence diagram in the editor, I lost all the message text. Everything else was fine. (I think I shortened the lifelines too much so they encroached on the actual messages. Note that I do not shorten lifelines in the editor, because these changes are not persistent. I edit the lifeline heights in the ETLP file.)
    Losing the message text should not have been a problem. Because I thought that all I had to do was return to one of the earlier diagrams and start again.
    However, on returning to all the previous saved diagrams, all the message text had disappeared from those diagrams as well. (I had already printed out those diagrams, so I haven't lost everything.)
    When I open the ETLD files, I can see all the missing message text for each diagram, for example:
    <name value="public void addNode( String Unnamed, String Unnamed )"/>
    Can anyone tell me how to show these messages on the diagrams?

    When I select "Show Message Numbers" , all text is displayed as "1:"
    If I right-click on an individual message, "Show Message Name" is not checked. If I check it, it says "Unnamed".
    I may have introduced a corruption as follows:
    1) One message text disappeared. This may have been due to the excessive amount of manual dragging on large diagrams (see later).
    2) I right-clicked on the message. Select "Show Message Name".
    3) The text "Unnamed" was displayed.
    ( I now know that "Unnamed" will be displayed for any message, even when message text is displayed :)
    4) I typed "public void logout( )"
    5) This produced the correct text on the diagram.
    Some effects of this were:
    1) In the model, a message was added to the contents of "Messages", named "public void logout()". All the other messages are simply called "Message".
    2) There is an entry in ".QueryCache" file:
    nodeType_="Message" name="public void logout( )" id="DCE.14D184C9-7052-ECFE-D9E9-48CB83B1E357" fullName="public void logout( )"/><Name nodeType_="Lifeline" name="self" id="DCE.37BD6533-F0C0-FDF8-7391-521338CD4F86"
    This is the only cache file entry that relates to messages.
    If I can roll back the changes made by typing "public void logout( )", would that cure the problem?
    1) As well as noticing that the message text is still in the ETLD file, I also see that, for each message:
    <visible value="true"/>
    I have been backing up matched pairs of ETLP and ETLD files which earlier produced good diagrams. If these files later produce a diagram in which the message text is missing, then there must be at least one other file that has been corrupted. Does anyone know what other files I should back up to produce a self-consistent set of files that can be used for recovery?
    By the way, here is the reason that I am spending so much time trying to recover message text rather than simply regenerating the model. The diagram has 250 messages. The horizontal spacing between some objects is equal to 20 times the width of one object. This means that I have a lot of dragging to do. Each manual action increases the risk that some error will be made (and usually is). Even at 5% zoom, the diagram is several screens wide, so messages can be disappearing off-screen without my knowledge. Simply closing up the objects takes two days work, because there are several combined fragments boxes which must be handled very delicately, or message text disappears.

  • Display Item cleared when using 'Enter-Query'

    Hi all,
    i am going to develop a multilanguage application with very
    special heading texts using display items for these headings.
    BUT- if I press EnterQuery, they are cleared also.
    How can I restrict cleanup of these display items used as
    headings ?
    I was looking in the properties, but no idea.
    Thanks for help,
    udo

    I'm showing how to do it when switching modes. I'm
    not suggesting this is the best way to do a query.We need to look at this in the context of the original probelm in the thread linked to above. For most cases the when-timer-expired etc is just a huge detour around using the pre-query trigger but it's an interesting approach to the specific problem in the earlier thread. The OP there wanted to be able to type '>5000' into a number field in a non-database block, which we can do in a database block in enter-query mode, and use it as a query parameter in the database block. Perhaps if we enter this into a character field in the non-database block and populate the numeric field in the database block whilst in enter-query mode then we can do searches on ranges of data? Unfortunately it doesn't work - you get an ora-06502 error just like you do when using the pre-query trigger. For the situation in the original thread you would have to use a 'default where'.

  • Display 'item text' and 'material PO text' in a purchase order ?

    hello,
    i am creating a purchase order and i have inputted the 'item text' and 'material PO text' in the ITEM TEXT of the ITEM DETAILS section. I have a smart forms where i am displaying the purchase order by displaying fields from various tables like ekko,ekpo,t024,eket etc ..
    I want ti display the 'item text' and the 'material PO text' on the smartform but i cant find the table or the fields which keep these values(text) ??
    help me on this one ? thanks for yur time...

    c the example below:
    PERFORM read_text USING g_transp 'Z010'.
    FORM read_text USING l_text l_id.
      DATA : lt_text TYPE TABLE OF tline WITH HEADER LINE.
      DATA : l_name LIKE thead-tdname.
      CLEAR l_name.
      l_name = g_delivery.
      CLEAR lt_text.
      REFRESH lt_text.
      CALL FUNCTION 'READ_TEXT'
        EXPORTING
      CLIENT                        = SY-MANDT
          id                            = l_id
          language                      = sy-langu
          name                          = l_name
          object                        = 'VBBK'
        TABLES
          lines                         = lt_text
       EXCEPTIONS
         id                            = 1
         language                      = 2
         name                          = 3
         not_found                     = 4
         object                        = 5
         reference_check               = 6
         wrong_access_to_archive       = 7
         OTHERS                        = 8
      IF sy-subrc <> 0.
       MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
               WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
      CLEAR l_text.
      LOOP AT lt_text.
        CONCATENATE l_text lt_text-tdline INTO l_text.
      ENDLOOP.
    ENDFORM.                    "read_text

  • Problem in displaying text inside the item label - JFREECHART

    Hi All,
    I dont know whether this is the right place or not to post the queries related to jfreechart here .
    I am facing a problem in displaying the text inside the item label in jfreeChart. I am trying to print the text in 2 lines one below the other at the top of each bar in waterfall chart.
    Please find the code below in next post. The problem i am facing is it is neglecting the new line character . If any one knows how to display the text one below the other please help me out .
    Thanks in advance .
    Regards,
    Diw

    i am facing the problem in pasting the complete code as its exceeds the message text limitiation, please find the link below for the code .
    http://www.java-forums.org/java-2d/12087-problem-displaying-text-inside-item-label-jfreechart.html#post36648
    Early response will be appreciated . Thanks in advance
    Regards,
    Diw
    Edited by: Diw on Sep 30, 2008 11:15 AM
    Edited by: Diw on Sep 30, 2008 11:16 AM

  • PO item text not displaying in ME23n

    Hello,
    There is a PO which was created manually in which the Item text does not display from ME23n. In the display, the item text has a tick next to it but the display window shows nothing. However, the output message is having the item text in it.
    Has any one encountered a problem like this?
    Some additional points in this regard:
    - PO created with refernce to a PR
    - The item text was manually entered in the PR and it is displaying correctly there.
    - The PR and PO could have been created with a different log-in language
    Appreciate a response.
    Thanks
    Nazeer

    Hi Antony,
    Thanks for your reply, but what you say is not correct.
    Item text, or for that matter any text, is not language dependent. I have tested this out by creating a PR in DE and the PO in EN. The text in both (PR or PO) displays correctly when you log in with either DE or EN.
    Thanks
    Nazeer

  • How to validate a text item/display item in Oracle forms 9i?

    Hello Everyone,
    I have a form in which we have to type in a product_id as shown below in the screenshot. And when we type in, it has to get validated.
    If it is valid then ok, else display a message saying not valid.
    How do we achieve it on a text box/diaply item in the form shown below.
    Any kind of help would be really appreciated.
    Thanks in advance,
    Vishal

    Just create a when-validate-item trigger for that text item and write the code inside to validate it.
    Hope it helps.
    Navnit

  • Display a warning message (text) for document up/download in cFolders

    Hello,
    We are working in the development system of cProjects Suite 3.1 on the cFolders application. Lets say there is a collaboration which contains a folder which in turn contains a document. On clicking the document name the document details are displayed. Under the window "Current
    Version" the following text message is displayed:
    "To display the file of the current version, click the hyperlink. To edit the file of the current version, choose "Checkout" if you want to change it online, or download if you want to change it locally"
    We want to change the message text as follows:
    "To display the file of the current version, click the hyperlink. To edit the file of the current version, choose Checkout. Using the "Upload" button will result in overwriting the latest version"
    Kindly suggest the means to achieve this.
    Best Regards
    Deepak Umrankar

    if the doc is checked out
    Then
       it will use this OTR text 
       CFX_UI/INFO_DOC_DE_CONTINUE_EDIT_APP
    ELSE
       CFX_UI/INFO_DOC_DE_EDIT_APP

  • Item     Message text     LTxt        2A     Message(s) when structuring line items for

    Hi ,
    Please can any body help on this below errror message.
    At the time of executing depreciation (AFAB) we are getting below error message.
    Item     Message text     LTxt
          2A     Message(s) when structuring line items for document number ERROR00001     
          2A     Account 'Accumulated dep. account unpl. deprec.' could not be found for area 01     
    END     Error messages after processing of assets     
    END     Posting run ended with errors     
    Please can any body help on this issue.
    Thanks in advance for your help.
    Edited by: seshu_sapfico on Nov 2, 2009 5:12 PM

    Hi Seshu
    Please go to T-code AO90 and assign an accumulated depreciation account .
    To find the correct place , check your asset class and check which account determination you have in it.
    Once you know your account determination go to T-code AO90
    enter chart of depreciation
    double click on account determination on left hand side of screen
    click on correct account determination on right hand side
    double click on depreciation a/c on left hand side
    and enter your g/l for Acc.dep. accnt.for ordinary depreciation
    hope this should solve your problem
    Thanks and regards
    Sanjeev

  • Some Text Messages do not display when using large font on iphone

    When using increased font size (accessability function) on iphone some text messages will not display. The iphone just seems to lock up. If normal font size is used text massage displays with out any issue. When font size is increased, text message will not display again.

    Hi Peter
    Actually, Captivate does have an essentially unlimited number
    of undo levels. But that number may appear to be different. The
    number of levels starts when you begin editing the project. If you
    close and re-open a project, that starts the undo process over.
    I've tested and I gave up after about 280 or so undos.
    Where Captivate doesn't allow an undo, it normally warns you
    with a rather catastrophic looking dialog.
    Cheers... Rick

  • IPAD3/IPAD2 :PDF files/ attachments  sent in an email  displayed inline ( embedded within the main email) in the message text on both my Ipad2 and Ipad three, however the same email displayed the PDF File icons/ attachment on both my Iphone and a friend's

    IPAD3/IPAD2 :PDF files/ attachments  sent in an email  displayed inline ( embedded within the main email) in the message text on both my Ipad2 and Ipad three, however the same email displayed the PDF File icons/ attachment on both my Iphone and a friend’s PC. How do i get both my IPAD devices to display the PDF icons/attachments? Bearing in mind if i open the same email over the internet the PDF Icons/attachments display OK!
    Has anyone come across this? Your advice/help would be most appreciated

    This happens to me all the time.
    If is a one page PDF it seems as though it comes over already open and inline in the body of the email. Multiple page PDF files show as the PDF icon.
    I can't find any official documentation of this - other than based on my own experience with PDF attachments in my various email accounts.
    Message was edited by: Demo

  • Subroutine program its display the text at line item as it's service order

    Hi All,
    Am looking for subroutine program its display the text at line item as it's service order, I want to view the text in sapscript in the tcode ME9F of the order text.
    Ex:- in tcode ME23N, select PO & item details in Account Assignment tab, ORDER field is not displaying for some of the orders, but while debugging I can see the ORDER values.
    Can'nt see the ORDER field in print preview, Pls let me know.
    Edited by: Nagendra DS on Feb 19, 2008 3:18 AM

    Hi,
    If you are retrieving the values in the print program, the values will definetly get populated to the sap script. In case of subroutines in the form, the values you pass it to the structure ITCSY should be characters only.
    Hope this helps.
    Sudha

Maybe you are looking for

  • How to get iTunes 10 back on Mac OS 10.8.x?

    Hello, When I upgraded my system, MacOS overwrote my iTunes with 11.04 which for me is a big step back in ease of use. Is there anywhere an option to download an older iTunes (10.x) somewhere and overwrite this nasty new one under 10.8.4? Any help wo

  • BC activation:all datasources are in  7.x instead of 3.x

    Hi, I'm activating SRM content and i have both  3.x and 7.x flows but the datasources that i had activated for the fist time are just in 7.x. 7.x flows are incomplete (trasnformations missing) so i decided to activate the 3.x  but as i mentioned befo

  • How to tell if Active/active or Active/Standby mode is configured?

    Folks: I am still learning the output of my running config, but how do I tell if my firewall is set to Actve/Active or Active/Standby mode? In addition, how do I tell if it uses regular or stateful failover mode? Thank you

  • UWL ad-hoc task permissions not clear - need restrictions on editing

    When someone registers a task and assigns it to another the person receiving the task has the possibility of clicking "edit" and seeing the editing screen for this task. He thereby is given the possibility of not only changing the task text, but also

  • RAW Sony NEX VG-900

    RAW Sony NEX VG-900: is the format supported? where do I find the contact e-mail for a request to support this format?