Smart shape callout pointer behavior not that smart

when moving the pointer on rectangular smart shape callout it jumps from one corner to the next.  Why can't I position the pointer at the middle of the box (or anywhere I want it to be)?  Is there a way to do this? 

Hello again
Thanks for the links. I think I sorted it.
Click the slide in question and look at the properties. You have the option "Master Slide Objects on Top" enabled. Something about that is preventing the shape from sensing the rollover.
Click to clear that option and the mouseover should then work.
Cheers... Rick

Similar Messages

  • AutoSuggest behavior not always working

    Hi everyone,
    JDeveloper 11.1.1.5.0
    I know how vague the title sounds, sorry for that :-)
    We want to implement autosuggest behavior on a simple input text. While this simple task seems to work on a normal page, it doesn't so with the structure of pages, templates, regions and taskflows we have in place.
    To simplify our test case, we base the autosuggest behavior on a simple managed bean method that always return a static list of selectItems.
        public List handleAutoSuggest(FacesContext facesContext,
                                      AutoSuggestUIHints autoSuggestUIHints) {
            // Add event code here...
            List<SelectItem> returnList = new ArrayList<SelectItem>();
            returnList.add(new SelectItem("Item 1"));
            returnList.add(new SelectItem("Item 2"));
            returnList.add(new SelectItem("Item 3"));
            return returnList;
        }   <af:inputText label="Enter Data" id="it1">
        <af:autoSuggestBehavior maxSuggestedItems="10"
                                suggestItems="#{testAutoSuggestBean.handleAutoSuggest}"/>
      </af:inputText>The effect that we see is that when we put the input text field on our application pages, we only see the rolling image indicating that the data is fetched,
    but we never see the list.
    I've tried the following:
       * Created a page with the input text and autosuggest behavior on. When running the page directly, everything works
       * Added the page on the taskflow, of the original application, as default action. We see the running image, but no list
       * Created a taskflow with the page. Added the taskflow on the page as a static region. Everything works
       * Added the taskflow on the page as a dynamic region, again we don't see the list
       * Created a new application trying to reproduce, without success
    Does anyone know how to best tackle this problem?
    Thank you in advance.
    Filip Huysmans

    Hi ADF7,
    thanks for the links. I had read them already before posting this threat.
    It is not that the autosuggest is not working, it just doesn't work on the pages we are using.
    If we put our component on a new empty page, it all works.
    I believe that it is a combination of templates and dynamic regions, that causes the issue.
    But I've no idea on how to investigate this.
    At one point I thought it was due to the dynamic regions, so I created a seperate project just to test this. But in the other project everything works.
    Any pointers on how to find out an issue like this?
    Thank you in advance.
    Filip Huysmans

  • Rotoscoping w/ Track Points Behavior

    Greetings - I've exported video clips from FCP6 to do some rotoscoping in Motion3 utilizing the Track Points Behavior. I created a bezier matte on my first frame - when I closed the matte I lost my control points.
    When I attempted to apply the Track Points Behavior, instead of getting the trackers, my red outline turned blue. If I hover over the right spot, I can grab my control points and make fine adjustments but the Analyze Motion feature, of the Track Points Behavior, is not available in the behaviors tab.
    Yesterday, this process worked wonderfully and today - not. View Overlays is on. The Adjust Control Points tool is selected. I've tried toggling Record on and off.
    What am I doing wrong?

    Thanks Adam. I actually did have the Adjust Control Points tool selected. The problem was, and I am very new to Motion so please excuse my ignorance, the matte was above the video in the Layers tab and it was locked in place. I don't know exactly what it is yet, but I toggled the Status boxes into the stacked configuration. At that point I was able to move the video above the mask and my Track Points Behavior worked as before.
    Thanks again for your attempts to help me resolve this difficulty.
    - Kraven the Hunter

  • Machine config entry of wcf custom end point behavior on deployment

    Hi All,
    We have created a custom wcf end point behavior and added to the wcf-custom isolated adapter.We are in the process of creating deployment package where we are struggling to add the wcf behavior detail in the machine config automatically but not manually(we
    have 4 prd biztalk server).
    Is there any tool or way to add the wcf behavior detail in the machine config without manual steps.We are using BTDF deployment tool to create a package but could not find a way to do using BTDF.
    Thanks in advance.
    Manish

    Hi Manish,
    Personally, I would not include the machine.config file in BizTalk deployment MSI. I would keep it separate process, as this file not specific to BizTalk alone, but depended on other programs in the machine.
    Anyway, if you still need a way to add machine.config file (or any resource file). This is where the combination of "AdditionalFiles" tags under "ItemGroup" and "Target" comes in to use.
    As per the BTDF document
    "The AdditionalFiles ItemGroup is appropriate for any files that do not fall into a more specific ItemGroup that need to be packaged in the MSI and installed on the server along
    with your application."
    "To include miscellaneous individual files (vs. an entire folder or a large number of files) in the MSI, you may simply include one or both of the ItemGroup's
    ExternalAssemblies(.NET DLL's to be installed in the GAC) or
    AdditionalFiles(miscellaneous files).  They will be automatically included in the MSI.
    Following cnfig is for specifying the machine.config into the msi
    <ItemGroup>
    <AdditionalFiles Include="machine.config">
    <LocationPath>..\SupportingConfig</LocationPath>
    </AdditionalFiles>
    </ItemGroup>
    And use the "Target" add the included file in the destination location.
    Reference: In the following BTDF documentation, search for terms "MSBuild ItemGroups" and "Packaging
    an Application for Deployment"
    http://www.tfabraham.com/BTDFDocs/V5_0/DeploymentFrameworkForBizTalkDocs.html?Step2CreateaBTDFProject.html
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Shipping point was not determine in the order with material determination.

    Hi,
    I´m using material determination for my sales order, and i need to determine the Shipping point with storage location configuration. So when I add the material number, the quantity and the storage location the material determination runs and in the second line determined the shipping point it is not filled. Any body knows how can I fix this problem?
    Best Regards

    Hi
    The shipping point will be determined on the basis of shipping condition, loading group and the delivering plant.
    The storage location dependent shipping point determination is used only in delivery documents and not in sales orders (Assign Shipping Points According to Storage Location).
    To activate this you must first Define Rule for Determination of Shipping Point, wherein you can assign the rule to the delivery document only and not to the sales order.
    If you say that you are getting the shipping point determined based on the number of the material, the quantity and the storage location entered(though it is not) then here note that you are entering the storage location only to the material entered and not to the material determined. When the system determine the alternate material then the shipping point will be determined on the basis of shipping condition, loading group and the delivering plant as per SAP standard process.
    Try by entering the storage location to the material determined and check whether you can get the shipping point or not and let the forum know the result.
    Hope this helps you.
    Regards
    Rajkumar K

  • How do i get the notes off my iphone 3gs that disappeared when i synced. The notes that appeared on my iphone where the same as were on my PC and they were 6months old. All the notes from January to June that i made on the iphone went somewhere?

    On 25th JUNE  I synched my ipone 3 gs to my PC with Outlook in Windows 7.
    All the voice memos that I had recorded using the iphone app where backed up and appeared on my itunes voice memos BUT all the NOTES written on my iphone NOTEs app where not synched to notes in Outlook on my PC…in fact…. all the notes that I had entered into my iphone were GONE and the notes that appeared on the iphone  where the same that were on my PC back in 27th Jan 2012…..so all the notes that I had entered into the iphone from January to June were gone…..NOT happy Jan!!
    I need to find the NOTES that were entered into the iphone app that are somewhere in my iphone..
    The Voice memos can across OK so why didn’t the NOTES…..and NO I did Not have icloud turned on as I have always used itunes as the back up…that is why I bought the iphone.

    Terminology check here. Do you really mean a "CD"?  There's a difference in Cloud behavior between content from a physical CD you ripped (which only has Cloud content if you have iTunes Match) and an "album" you bought from the iTunes Store.
    Read references for Home Sharing.
    iTunes: How to share music and video - http://support.apple.com/kb/HT2688 - about Music Sharing and Home Sharing
    Home Sharing Support page - http://www.apple.com/support/homesharing/
    iOS: Setting up Home Sharing on your device - http://support.apple.com/kb/ht4557 - "With Home Sharing in iOS 4.3 or later, you can stream your entire iTunes library over your home Wi-Fi network from your Mac or PC right to your iPhone, iPad, or iPod touch."
    The above can get pretty complicated.  You are probably best off by syncing both devices to a single library and/or updating the libraries on both computers to have the same content.

  • In SD point of view , that r things we can check in Screen MD04

    In SD point of view , that r things we can check in Screen MD04
    Key areas and feilds in MD04 to look after for SD and PP integration and respective roles of consultants.

    yeap ur correct just we have to check in mod04 what happening in production procurment and make to order that means forcast sales . depond on forcast sales manufecturing is going on so we can only see that process i sgoing or not k thanku

  • My MacBook Pro with Retina display displays power point and not other windows when connected to a projector

    My MacBook Pro with Retina display displays power point and not other windows when connected to a projector. Can anyone help out please?

    You should also ask this in the MacBook Pro forum. This is the forum for the white and black plastic MacBooks that were discontinued in 2010. You should also post this question there to increase your chances of getting an answer.
    https://discussions.apple.com/community/notebooks/macbook_pro

  • To 64 bit or not, that is the question...

    I'm finally able to build a new sytem and am wondering if 64 bit offers any advantages over what I'm doing now given what I do with a computer.  First, lets get my specs out of the way so that if anyone with similar interests can possibly help me on this decision.  As an added note, not that it makes a difference one whit, I'm going to be liquid cooling and a tad bit of overclocking may be involved.
    Shuttle SX38P2-Pro
    Seagate Barracuda 500GB 7200 RPM SATA 3.0Gb/s
    Intel Core 2 Quad Q6600 Kentsfield 2.4GHz LGA 775 Quad-Core Processor
    ASUS EN8800GT GeForce 8800GT 1GB 256-bit GDDR3 PCI Express 2.0
    CORSAIR XMS2 2GB (4 x 1GB) 240-Pin DDR2 SDRAM DDR2 800 (PC2 6400)
    Now for what I use my system for.  I'm heavily involved in graphics.  I use both the GIMP and Inkscape intensively and to their limits (which is my main reason for my new build), so this was my main reason for the quad as I've discovered that my benefits may be extraordinary.  That coupled with a buttload of ram (4 gigs) should give me a bit of futureproof to the bottlenecks I've been experiencing with my P4 1.5 from about 7 years ago that I've been experiencing lately.  I've also been known to compile extensively just due to the fact that I prefer more bleeding edge features.  I enjoy a challenge and will be willing to try out the latest widgets but am nowhere experienced enough of a programmer to try and rewrite an entire program that I didn't start to begin with.
    So, can you expound on my dilemma and elaborate to the point where I can reach an informed solution?

    jb wrote:
    I linked the two together, although they should probably have a more unified name.  Good for now I guess.
    Also, I took a stab at it and declared it Czech.  If my recognition skills were of epic fail, please correct.
    your recognition skills are superb, it's Czech - the CZ version seems to be translated version of the same article, the EN version has a bit more information, so it seems someone updated the English original sometime after the Czech traslated the article...

  • How do I change the download behavior so that the "save as" radio button is selected by default instead of "open with" in the download window?

    For most file types whose download behavior is set to "always ask" the "save as" option is selected by default in the download window. However, for a few others the "open with" option is selected instead.
    Note that Firefox is not automatically opening some files instead of saving them. I still get to choose between saving or opening them, but certain file types start with "open" selected whereas for others "save" is the default.
    What I'm looking for is a way to change all file types to default to "save as" in the download window.

    see : [https://support.mozilla.org/en-US/kb/change-firefox-behavior-when-open-file Change what Firefox does when you click on or download a file]
    see also : [https://support.mozilla.org/en-US/kb/set-how-firefox-handles-different-file-types Set how Firefox handles different types of files]
    thank you

  • Publishing point is not starting in the windows media server

    In the setup VCS expressway starter pack is used as call controller & the endpoints are registered to it.  TCS is used for recording.  A existing publishing point is used for live streaming using windows media server.  This publishing point is not started when the recording starts for this recording alias.  Windows media server is running locally in the TCS.  I could see the below in the server logs.  Please note that this setup has worked with this configuration for more than a year and it stopped working now.  Your help on this greatly appreciated.  Thanks.
    13    2015-05-05T14:15:55+03:00    Info: Incoming call [address = 1000, address_type = CALLADDRESS_E164_ALIAS, call_id = 1, protocol = H323, rate = 5952]
    14    2015-05-05T14:15:55+03:00    Info: Getting conference binding [booking_address = 003] - No binding found, proceeding with ad hoc call
    15    2015-05-05T14:15:55+03:00    Info: Checking recording start time [conference_id = 904E92BB-9152-4CED-BF29-165F521E34B2, log_tag = 0, recording_id = , record_delay = off]
    16    2015-05-05T14:15:55+03:00    Info: Creating recording [conference_id = 904E92BB-9152-4CED-BF29-165F521E34B2, log_tag = 0, recording_id = ]
    17    2015-05-05T14:15:55+03:00    Info: Handling RTP packet [conference_id = 904E92BB-9152-4CED-BF29-165F521E34B2, log_tag = 0, recording_id = , time_since_first_packet = 1907] - Started writing media
    18    2015-05-05T14:15:55+03:00    Info: Creating call [call_id = 1, conference_id = 904E92BB-9152-4CED-BF29-165F521E34B2, direction = incoming, log_tag = 0, protocol = H323, speed = 5952, remote_address = 5001]
    19    2015-05-05T14:15:55+03:00    Info: Updating temp RTP filename in DB [conference_id = 904E92BB-9152-4CED-BF29-165F521E34B2, log_tag = 0, recording_id = 601B46BF-3756-4595-9100-71948A146FB7, temp_rtp_dump_file = e:\livedata\RTP150505141555_1.ogg.tmp]
    20    2015-05-05T14:15:55+03:00    Info: Setting call state to alive [call_id = 1, conference_id = 904E92BB-9152-4CED-BF29-165F521E34B2, direction = incoming, log_tag = 0, protocol = H323, speed = 5952, playback_number = 1520] - Found playback number
    21    2015-05-05T14:15:55+03:00    Info: Setting call state to alive [call_id = 1, conference_id = 904E92BB-9152-4CED-BF29-165F521E34B2, direction = incoming, log_tag = 0, protocol = H323, speed = 5952, playback_number = 1520] - Found playback number
    22    2015-05-05T14:15:56+03:00    Diagnostic: Setting playback main video frame rate [frame_rate = 30]
    23    2015-05-05T14:15:56+03:00    Info: Starting decoder [call_id = 1, conference_id = 904E92BB-9152-4CED-BF29-165F521E34B2, direction = incoming, log_tag = 0, protocol = H323, speed = 5952, bitrate_kbps = 128, channel = audio, payload_type = AAC-LD]
    24    2015-05-05T14:15:57+03:00    Info: Starting decoder [call_id = 1, conference_id = 904E92BB-9152-4CED-BF29-165F521E34B2, direction = incoming, log_tag = 0, protocol = H323, speed = 5952, bitrate_kbps = 4000, channel = video, payload_type = H.264]
    25    2015-05-05T14:15:57+03:00    Info: Decoding video, Message from decoder [call_id = 1, decoder = Codian Video, message = Initialized H.264 decoder]
    26    2015-05-05T14:15:57+03:00    Warning: Decoding video, Decoder reported error [call_id = 1, error_message = FAILURE to decode packet] - Sending FPU request
    27    2015-05-05T14:15:57+03:00    Info: Finding output size; bucketing [optimal_output_size = 1280x720(16:9), output_bucket = 796x448, size_ext = 1280x720(16:9), size_main = 512x288(16:9), squared_ext = 1280x720(16:9), squared_main = 512x288(16:9)]
    28    2015-05-05T14:15:57+03:00    Info: Transcode settings [extended_frame_rate = 0, extended_size = 1280x720(16:9), layout = 2, main_frame_rate = 0, main_height_ratio = 0, main_size = 512x288(16:9), negotiated_bitrate_kbps = 4128, output_bitrate_kbps = 800, output_frame_rate = 30, output_frame_rate_max = 30, output_size = 796x448(199:112), quality = 2, quality_bitrate_kbps = 800]
    29    2015-05-05T14:15:57+03:00    Info: Setting up encoding [conference_id = 904E92BB-9152-4CED-BF29-165F521E34B2, log_tag = 0, recording_id = 601B46BF-3756-4595-9100-71948A146FB7, template = <transcode conference_id="904e92bb-9152-4ced-bf29-165f521e34b2" thumbnail_path="E:\data\www\slides\904e92bb-9152-4ced-bf29-165f521e34b2\thumbnails\"><clips action="transcode"/><metadata name="mxe-unicast" speaker="" copyright="" keywords="" description="" date="1430824555"/><writer source="pipnopip"><template codec="windowsMedia" delivery="DELIVERY_ON_DEMAND" qualitybitrateK="800" layout="pipnopip" piplocation="top/right" quality="Medium"/><output type="file" guid="e1ab0747-bbb4-44f0-b7de-2644e3921e63" directory="E:\data\media\"/><output multicast="false" multicast_address="" multicast_port_start="0" multicast_ttl="0" type="serverpush" guid="e952a7fc-87dc-4944-b26a-064c9897c3de" wwwdir="E:\data\www\" server_name="xxx.xxx.xxx.xxx" username="admin" password="********" port="8080" publishing_point_copy="" publishing_point=""/></writer><callinfo bitrateK="4128" hasaudio="true" hasextended="true" hasvideo="true" videoFrames="0" extendedFrames="0" duration="0" mainres="512x288" maindar="16:9" extres="1280x720" extdar="16:9"/></transcode>]
    30    2015-05-05T14:15:57+03:00    Diagnostic: Setting thumbnail timer zero point [call_id = 1, zero_point = 0]
    31    2015-05-05T14:15:57+03:00    Warning: Decoding video, Decoder reported error [call_id = 1, error_message = FAILURE to decode packet] - Sending FPU request
    32    2015-05-05T14:15:57+03:00    Info: Decoding audio, Message from decoder [call_id = 1, decoder = Codian Audio, message = Initialized AAC-LD decoder 128000bps]
    33    2015-05-05T14:15:57+03:00    Warning: Decoding video, Decoder reported error [call_id = 1, error_message = FAILURE to decode packet] - Sending FPU request
    34    2015-05-05T14:15:58+03:00    Last message repeated 5 times
    35    2015-05-05T14:15:58+03:00    Info: Setting output path [call_id = 1, path = e:\livedata\143082455700-82801609.wmv]
    36    2015-05-05T14:15:58+03:00    Warning: Decoding video, Decoder reported error [call_id = 1, error_message = FAILURE to decode packet] - Sending FPU request
    37    2015-05-05T14:16:04+03:00    Last message repeated 25 times
    38    2015-05-05T14:16:04+03:00    Info: Checking memory use [private_MB = 460, private_MB_previous = 118, ram_free_MB = 3245, vm_used_MB = 597, vm_used_MB_previous = 201, working_set_MB = 184]
    39    2015-05-05T14:16:08+03:00    Warning: Reporting Windows Media writer status, Error occurred in WMT_ERROR [call_id = 1, address = http://xxx.xxx.xxx.xxx:8080/_3868463432921, error = error code = (0x80072eef)]
    40    2015-05-05T14:16:08+03:00    Info: Adding Windows Media serverpush output [call_id = 1, async = 0x80072eef] - After wait 

    The windows service for essbase in 11.1.2.x is an OPMN service "Oracle Process Manager..."
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Mouse pointer is not working correctly

    I have a MacBook Pro and the pointer is not working correctly.  It does not work smoothly and it is hard to get it to go where I need it to go.

    Hello billm46,
    Welcome to the Apple Support Communities!
    It sounds like the trackpad on your MacBook Pro is displaying jumpy behavior. In this situation, I would recommend reading over and working through the suggested steps in the attached article. 
    Trackpad or Magic Trackpad is jumpy or erratic - Apple Support
    Have a great day,
    Joe

  • Hi 9 POINT CALIBRATION NOT WORKING IN VISION BUILDER

    I try to do 9 point calibration by using run labview method in Vision builder .
    here i tried teo labview files here Reference 1-1.vi working (it gives in mm) (here i am not assigning 9 points )
    Reference 1-11.vi file i did invidual points to so that i can enter directly 9 point and real world ..
    but its not working .
    Is there anyway to 9 point calibraiton in vision builder .
    if i have to use run labview step means .. please give me vi file to to enter 9 points (from set variable )
    Attachments:
    Reference_Points1-1.vi ‏12 KB
    Reference_Points1-11.vi ‏23 KB

    I'm using Flash Builder 4.7 for a pure flash project (ie, no mxml) & all my graphics objects are in a swc that was exported from an FLA. 
    I've made some progress with that issue. If I explicitly assign the scale9Grid dimensions in the code, it seems to work:
      obj.scale9Grid = new Rectangle(x,y,w,h)
    ...but having to do that is a real productivity killer.  Would be nice to use the 9-slice guide setting in the FLA

  • Reputation points are not getting updated..!!

    Hello Community,
    TITLE: Reputation Points are not getting updated.
    I think the reputation points are not getting updated as I noticed that there was two likes on my comment in two different discussion but I did-not see any points increase in my profile, I am not sure if any one else is experiencing the same.!!
    Regards
    Kumar

    Thanks Jason, probably I missed the announcement.
    Regards
    Kumar  

  • I have a Mac book pro that is giving me the note that it is full.... Trying to back it up...... It's freezing

    I have a Mac book pro that is giving me the note that it is full.... Trying to back it up...... It's freezing

    How full is it?  Go to
     > About This Mac > More Info… > Storage
    Report the free space and the total size of the storage:  xxx GB out of xxx GB.
    Recovering Disk Space
    If you have less than 10 GB you definitely need to delete or offload some files or purchase a lager disk or SSD (see below).  You may want to maintain at least 20 GB of free space so when your disk starts filling again it will have some room before it hits that 10 GB mark again.  More headroom is better.  If you let the space fall much below 9 GB you might not be able to boot your machine.
    Initial easy steps to gain disk space:
    - Delete all files in the Downloads folder.
      Empty the Trash.
    - Start iPhoto.
      Empty its trash.
      Restart.
    - Restart in Safe Mode:
      Restart the computer.
      As soon as you hear the chime press and hold the right shift key.
      Be patient. Hold it down until you see the Apple icon.
      Empty the trash.
      Restart in normal mode.
    - Delete "Recovered Messages", if any.
        Hold the option key down and click "Go" menu in the Finder menu bar.
        Select "Library" from the drop down menu.
        Library > Mail > V2 > Mailboxes
        Delete "Recovered Messages", if any.
    - Empty the Trash.
    - Restart.
    - Re-index your system disk (Macintosh HD):
      http://support.apple.com/kb/ht2409
    Additional reference on freeing disk space:
    http://pondini.org/OSX/DiskSpace.html
    How much disk space is available now?
    Normally you should backup before proceeding to delete other files but at this point it may not be possible.  Having taken the steps above will the backup compete now?  If not, stop, post back, for emergency data protection procedures and/or how to free more disk space.

Maybe you are looking for

  • Smart Software Engineer with LabVIEW experience (and acoustics a plus) needed in Boston, MA

    We've are looking for a staff software engineer to join our company in Boston, MA (near downtown).  We have a 3000+ vi application that has been in continuous development by multiple software engineers (currently 4 engineers + 1 intern) for 15 years.

  • IPod and iTunes not syncing properly

    When I swipe a song to the right on my iPod and tap delete, a cloud appears with a down arrow. The song never leaves my iPod and I am still able to play it with the cloud/arrow showing. The cloud symbol remains after syncing and the song will still p

  • Document freezes when scrolling with small black window.

    I am using Adobe Acrobat Pro version 9.1 on Microsoft Windows Vista service pack 1. On many documents downloaded from the web (eg many academic journal articles) a small black rectangle appears in the lower right hand corner of the acrobat window. Th

  • Still video on external TV when work on HD

    Hi there, it works fine when editing on FCP 5.1.4 in SD mode but when work on HD 720p, video preview on FCP's window is fine but on external TV (which I monitoring) video only shown a still image. I'm using a "Formac Studio" Fire Wire converter. Is t

  • Change the maxsize of the datafiles in DataGuard 10gR2

    We have the DataGuard 10gR2, 1 is primary and other is physical standby in production. My questions: 1/ The maxsize of the datafiles is being modified by either increasing or decreasing in primary, does it modification change automatically also in st