Animation - when-mouse-move/enter or inserting an animated gif into the form

expecting some animation on oracle forms, eg. say if i move my mouse into the command button, it could change color(fr black to red). any idea? thank u.

In client server you can use the when-mouse-enter trigger to do that.
On the web you can use PJC like the sample "Browse RolloverButton PJC" you have on the sample code section of forms on otn.
On the web you can also embed animated gifs onto buttons as labels.

Similar Messages

  • How control can be customized so that it changes its picture when mouse moves over it

    How control can be customized so that it changes its picture when mouse moves over it. As it happens in other develpment enviroments that one can customized the look 'n feel of any thing during the mouse movement over that very thing. Moreover can any body plz tell me that how one can modify the funtionality of a control by him self (not selecting the available functionalities of controls and indicators)

    The attached LV 7.1 code uses an event configured to trigger on two controls when a "Mouse Enter" or a Mouse Leave" event occurs. Depending on the type key focus is either assigned or removed.
    Please elaborate on the Q re: customizing a control.
    Ben
    PS Do NOT change the boolean to an indicator, save, run, change to control, save run again. That is bad.
    Forgot to attachMessage Edited by Ben on 05-05-2005 09:30 PM
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction
    Attachments:
    MouseOver.vi ‏28 KB

  • How to change the mouse cursor icon type when mouse moves out of client area ( propertysheet) WTL?

    I got stuck with an issue in property sheet .I want to load different cursor when the mouse position is within the client area and load another when moves out of the client area.
    In the porpetysheet I added four page. In the first page when I click next I am loading cursor of IDC_WAIT type and loading IDC_ARROW when the mouse moves out of the client area.
    In the page class I triggered the event for WM_MOUSEMOVE as follow:
        MESSAGE_HANDLER(WM_MOUSEMOVE, OnMouseMove)
    LRESULT OnMouseMove(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
    if(TRUE == m_bIsNextBtnClicked)
    ::SetCursor(LoadCursor(NULL, IDC_WAIT));
    else
    ::SetCursor(LoadCursor(NULL, IDC_ARROW));
    return TRUE;
    This event is getting triggered and absolutely had no issue with this. Similarly I tried adding `MESSAGE_HANDLER(WM_MOUSELEAVE, OnMouseLeave)` this event making an assumption that this will get triggered if the mouse moves out of the client area,  but
    this event did not get triggered at all.If this is not the mouse event to be triggered for mouseleave which event should I trigger?
    LRESULT OnMouseLeave(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
    ::SetCursor(LoadCursor(NULL, IDC_ARROW));
    return TRUE;
    Now when I click Next button , **I was actually calling a function which is taking sometime to return** . Before to this function I am loading IDC_WAIT cursor i.e., 
     `::SetCursor(LoadCursor(NULL, IDC_WAIT));` . 
    Now when move the mouse cursor on to the non-client area I want to load IDC_ARROW cursor i.e., 
        ::SetCursor(LoadCursor(NULL, IDC_ARROW)); 
    When the moves on to the non-client area I am handling the mouse event in sheet derived class as follows,
    MESSAGE_HANDLER(WM_NCMOUSEMOVE, OnNCMouseMove)
    LRESULT OnNCMouseMove(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
    ::SetCursor(LoadCursor(NULL, IDC_ARROW));
    return 0;
    This event is not getting triggered until unless the function in the Next button event is executed.
    I want both of them to be done in parallel i.e, click Next button now hover mouse on the client area, Busy icon should come and when mouse moves out of the client area then IDC_ARROW icon should come.
    LRESULT OnWizardNext()
    ::SetCursor(LoadCursor(NULL, IDC_WAIT));
    m_bIsNextBtnIsClicked = TRUE;
    BOOL bRet = MyFun();
    m_bIsNextBtnIsClicked = FALSE;
    //Until this function(MyFun()) is executed **WM_NCMOUSEMOVE**
    //event is not getting triggered.But this event should get triggered and I
    //should be able to see the change of cursor within and out of client area.
    Can anyone kindly help me to solve this issue.
    SivaV

    Hello
    sivavuyyuru,
    For this issue, I am trying to involve someone to help look into, it might take some time and as soon as we get any result, we will tell you.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to display item when mouse moves over Column value??

    Hi there
    It would be helpful if you could resolve the following :
    i) I need to display the column 'A' values of my report in a Text field when mouse moves over column B of my report.
    ii) I can able to display the same column value when mouse moves over or onclick happens. but my requirement is something like i have to display the other column value when mouse moves over.
    iii) Also i noticed that, i can able to display the item only on "Display only Item" and not on Text field.
    Any pointers to display my column value in Text field when onclick happens on my report column?
    iv) One more thing that i noticed, i can able to perform onclick or mouse over only on Editable column and not on
    non editable columns.
    Any pointers on how to achieve the same when mouse moves over Non editable column of report?
    Reference: I have created a dummy application (refer the following link), where i can able to display column value Salary on display only item using mouse move Event.
    My requirement: when i click column Ename , the text field should show salary.
    http://apex.oracle.com/pls/otn/f?p=56045:1
    User:guest
    Pswd: apex_demo
    Any pointers on this would be appreciated.
    Thanks
    Vijay

    Vijay,
    If you use Jquery then this should do the trick.
    $(document).ready(function() {
       $(".t20Report t20Standard tr").hover(function() {
         $("#P2_SALARY").attr("innerHTML",$(this).find("td:last input").attr("value"));
    {code}
    after looking at the source of your page it seems that your class for your report region is *class="t20Report t20Standard"* I am not 100% sure but you might have to correct that in the template. I am not sure how the selector will handle the space in the class name.
    Hope this helps,
    Tyson                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • When-Mouse-Move PJC/Bean

    Does Oracle/OTN have any intention of providing a PJC/Bean sample that replaces the when-mouse-move trigger functionality? It would be nice to start using drag and drop again. I have not yet learnt Java so I can't write one myself.

    Hi,
    I've built a PJC that sends when_mouse_enter,exit,move events but that's not a aproach for the drag and drop functionality,because it takes a lot of time to send the event to the web server,and receive the coresponding actions to perform..
    I've embedded the old PL/SQL code for drag and drop into JAVA directly,and the drag and drop works fine...
    However ,problems raises when you have a big load into the parent canvas(many items)...the draging item is flickering up and down when dragging it over others UI conponents...I'm using JInitiator 1.3.1.9
    Any ideas why?

  • In new iPad 4g, when sim card is not inserted, I can not find the enable 4g tap in the setting-cellular data tap, can some one please tell me if this is normal and if so, then when it appears, thanks

    In new iPad 4g, when sim card is not inserted, I can not find the enable 4g tap in the setting-cellular data tap, can some one please tell me if this is normal and if so, then when it appears, thanks

    If the SIM is out of your phone, find my phone needs a data connection, so could use wifi - IF in range of a wifi and one that it can join (ie. a known network or one that is wholly open so no login required).  Your phone could also simple be turned off, so not findable, or it may have been restored (plugged into iTunes and restored as new) again, making it permanently unfindable.  Honestly, for someone stealing an iPhone, this is likely the first thing they do - restore as new and it is theirs forever.
    Find my iPhone is tied to the users iCloud account - the find function is part of the iCloud account's services and it communicates with the iCloud servers over a data connection - either wifi or 3G.
    Have you set up your iCloud account on your replacement phone, and is it working properly on that phone?

  • How can I set up lightroom 5 in my macbook, so that it becomes my default editing program, so that it starts up when I insert my sd card into the mac

    How can I set up lightroom 5, so that it becomes my main / default editing program & that when I insert my sd card into the mac lightroom starts instead of iPhoto .

    Thanks.  Im new to apple, which preference?
    Sent from my iPhone

  • When I attempt to add a new key frame into the timeline it adds several frames to my animation

    I am trying to edit an FLV file with flash professiona.  Right now every frame is on long frame sequence, meaning that right now there is only one key fram in the entire 40 second animation.  I am trying to add put key frames at various points in my animation but when I attempt to add a new key frame into the timeline it copies ever frame up to the selected and adds it to the front of my timeline.  Any Idea how to fix this?  I want to break my video up so I can add some shape tweens in between some of the frames

    Extensions like IE View and IE Tab use IE and the IE rendering engine, so you are running IE.
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • When I insert an SD card into the iMac nothing happens.  It worked fine until today, I double clicked on the card icon on the desk top and it disappeared! Any suggestions?

    When I insert an SD card into the iMac nothing happens.  It worked until today, when I double clicked on the SD card icon on the desktop and then it disappeared!  Cannot find in "Finder".  iPhoto does not open upon inserting card.  Reformatted card with device (camera).  Used Time machine to restart computer before the double click occurence...did not lhelp.  Any suggestions?

    Have a look in Finder Preferences: Click on the desktop, Finder>Finder Preferences.General tab - is there a tick in "External Disks'? If not, tick it.

  • When exporting, movie always tries to fade to black toward the end

    when exporting, movie always tries to fade to black toward the end. trying to export just one picture, i realize that when exporting multiple pics to a movie it fades to black at the end, but im just doing one pic. settings are as follows, ken burns effect is being used, settings in slideshow, transition are "none". settings in "adjust" show transition as "none" also. this is my first post so hope that this makes sense. thanks.

    wcminor:
    Welcome to the Apple Discussions. I tried to duplicate your settings and exported to a QT movie. The movie did not fade to black at the end. It does fade when played in iPhoto.
    My settings were:
    In the slideshow window:
    Effect: none
    Default transitiion: none
    In the settings pane:
    KB is checked, transition is none.
    It's the same whether there's music or not.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.

  • How to insert a page dynamically into a form

    Good Morning,
    We've used LiveCycle to create a very intricate work order for our service company. Although most work orders we create don't need additional documents (aside from the form itself), some do. For example, we may want to add a PDF coversheet to work orders for certain commercial accounts that have special billing instructions. At this time we will add pages to an existing work order through the following process:
    Enter all data into the LiveCycle form
    Print the form to PDF and save
    Use the "Insert Page" feature to add the necessary page (these pages are templated for continuous use)
    Resave the document
    My goal is to find a solution that would allow the user to dynamically select/add the necessary pages to the work order during step one (entering data into the form). Then, when we print the work order to PDF the printed copy would include both the work order and whatever page was added. I hope my explanation makes sense. Is this possible in LiveCycle?

    If your form is a dynamic PDF then adding or removing pages is not going to happen within Adobe Acrobat Pro or Reader. I am pretty sure you can only modify the layout of an XFA Livecycle PDF within Livecycle. However what I have done in the past is add in the necessary pages that a user may want, hide the pages from the layout and then with a button click or some other type of control, show the pages. Hope I am understanding you right.

  • Can't insert a CD/DVD into the disc drive.  Recently installed a new harddrive, and the CD/DVD drive hardware is no longer recognized. Also, with new harddrive,  OS was updated from Snow Leopard to Mt. Lion 10.8.5 on late 2007 MBP.

    Can't insert a CD/DVD into the disc drive.  Recently installed a new 1 tb hard drive, and the CD/DVD drive hardware is no longer recognized. Also, with new hard drive,  OS was updated from Snow Leopard to Mt. Lion 10.8.5 on late 2007 MBP (2.2 GHZ Intel Core 2 Duo.  4 GB 667 MHZ DDR2 SDRAM)

    Also, when I check out the hardware list, under Disc Burning - the following is reported:  No disc burning device was found. If the device is external, make sure it’s connected and turned on.
    The disc drive worked fine prior to the HD upgrade and OS update to Mt. Lion.

  • TS1315 I have just purchased the new iPad with the camera connection kit. I just want to bewant to be able to insert my SD card into the Pad and only view my photos, not import them to the pad.  Can this be done and how do I do this.  Please advise.  Thaj

    I have just purchased the new iPad with the camera connection kit.  I just want to be able insert my SD card into the Pad and view my photos, not import them.Can this be done and how?  Please advise.  Thank you.

    See this article: iPad: Using the iPad Camera Connection Kit
    No, this canot be done, afaik. When your camera or card is connected, you will see the thumbnails in the camera pane, but not full size preview. So to browse your photos on the iPad you will need to import them to your camera roll. But you need not delete them from the camera or card after importing, so you might simply import selected photos to your camera roll from the camera grid and then delete them again from the camera roll after importing and browsing, without removing them from the card/camera.
    Regards
    Léonie

  • How do I insert a video clip into the timeline?

    Do you happen to know how I could insert a video clip into the middle of a movie like you do in FCP? Can you add tracks and insert the clip above the spot i need to change for each movie.
    I don't want to render the whole movie (convert it into a MPeg2) each time.

    No - DVD timelines are a little different to FCP. If you need to add a clip to the stream, you need to split the exisitng clip (you could trim it back to where you want to insert the new piece) and drag the new piece onto the same timeline. If you trimmed the existing piece then add another instance of it to the timeline and trim the new part from the left until you get to what you want as the out point.
    If you have a collection of video clips on your DVDSP timeline, simply dragging a new one on will shuffle the others along appropriately. However, the audio will not shuffle with them, and you'll end up moving it all manually.
    The very best thing is to create the timeline precisely as you want it in FCP and encode it to MPEG2 before bringing it in to DVDSP. Remember that DVDSP is not an editor, it is a place to assemble your work - it won't do anything remotely like FCP in that respect.

  • When I paste into the form, it pastes 3 times. How do I get it to paste 1 time?

    When I paste into the form, it pastes 3 times. How do I get it to paste 1 time? WANt to copy text from a pdf and enter into a form- 1 x.

    My bet is that there are 3 copies of the same field one on top of another.
    You can verify this by going to Form Edit mode and inspecting the fields
    list.

Maybe you are looking for

  • Multiple copies of the same podcast?

    Why do I get multiple copies of the same podcast with different episodes in iTunes?  Is there a way of merging them into a single podcast?  On my iMac, I may delete some episodes and add others.  When syncing with my iPhone, a new podcast is created

  • My BBM and BB Instant messaging all not working on my BB Torch 9800 Even with my Data Plan Activated!

    Device: BB Torch 9800 Carrier: Globe Telecom (Philippines) OS Version: 2949 (v6.0.0.668,Platform 6.6.0.236) App free Space: 266.7 MB Device Memory free space: 3.5 GB Apps Installed: AOL IM: 2.5.78 BBM: 6.1.0.71 Facebook: 2.0.0.58 Google Talk: 2.5.125

  • ERROR CANNOT OPEN SKYPE AT ALL

    Hello, I have version of skype 6.22 and windows 7 64-bit professional (fully updated) and cannot open skype at all, the message appears is: Application Error: Exception EOIeSysError in module Skype.exe at 0012A0F1. Access is denied. I have tried seve

  • PC Suite Contacts refreshes only one way

    I recently upgraded to a Nokia E51 and transfered all my contacts to the phone using PC Suite 7.0.9.2, under Windows Vista. I can edit a contact on the phone, then refresh Contacts in PC Suite to bring the changes to the PC. However, if I edit a cont

  • Oracle 8i Lite and Triggers

    In Oracle 8i Lite I can't find the data dictionary view of triggers (e.g.: all_triggers, etc.). I can't create triggers. Are triggers available in Oracle 8i Lite?