Tooltips for custom buttons

Thanks in advance for any help you can provide...
To represent roads on a map as mouse-overable, clickable buttons, I extended JComponent, added the instances to a layer in JLayeredPane, and registered each instance as a Mouse- and MouseMotionListener on an invisible JPanel ("mousePanel") which resides at the top level of the JLayeredPane. There are some other layers above the road layer (but below the mousePanel).
What's the best (simplest?) way to implement Tool Tips for the road-buttons. Each button's bounds, and the bounds of components in the higher layers are set to the bounds of the JLayeredPane, so the ToolTipManager can't "hear" mouseEvents from the buttons themselves--they're blocked.
I don't think I can extend the ToolTipManager (e.g., to have it also listen to the mousePanel) without messing up its behavior elsewhere in the UI, where there are other conventional components that also use tooltips, since the ToolTipManager is a singleton.
I tried firing new mouseEntered and mouseExited events from the mouseEntered/mouseExited methods in the road buttons, but the ToolTipManager didn't respond to those either. Here are the key pieces, cleaned up for simplicity:
public void mouseMoved(MouseEvent e) {
     if ( !e.isConsumed() ) {
                //outline is a Shape representing the road, offset &
                //dim create a rectangle around the mouse.  The event
                //must be consumed to ensure only one road is selected at a time
          if ( outline.intersects( e.getX()-offset, e.getY()-offset, dim, dim )) {
               e.consume();
               setActive(true, e);
               repaint();
               return;
     setActive(false, e);
     repaint();
public void setActive(boolean b, MouseEvent e) {
     //fire a PropertyChangeEvent if there's been a change--
     if ( active==b ) return;
     this.active = b;
     if ( clickable ) {
          changer.firePropertyChange("active", !b, b);
          if ( b ) {
               mouseEntered(e);
               return;
          mouseExited(e);
public void mouseEntered(MouseEvent e) {
     new MouseEvent(this, MouseEvent.MOUSE_ENTERED,e.getWhen(),e.getModifiers(),e.getX(), e.getY(),0, false);
public void mouseExited(MouseEvent e) {
     new MouseEvent(this, MouseEvent.MOUSE_EXITED,e.getWhen(),e.getModifiers(),e.getX(), e.getY(),0, false);

Just wondering if it would be possible to register a MouseMotionListener on your mousePanel that, on mouseMoved, could search the components below it for the top-most button and then set the mousePanel's own toolTipText to match the button's toolTipText. Perhaps SwingUtilities.getDeepestComponentAt() (or something similar) would help. Maybe have a look through the RootPane tutorial (especially the section on the GlassPane) for a similar situation.
http://java.sun.com/docs/books/tutorial/uiswing/components/rootpane.html

Similar Messages

  • Htp.p( )/htp.script( ) in plsql for custom button

    Hi All,
    I am trying to display an ALERT after doing some validations in the PL/SQL Code of a "Custom Button" on a FORM:
    htp.p('<script language="JavaScript">
    alert("No values found");
    </script>');
    But, looks like the whole statement is being ignored.
    On the other hand i can execute the same code in the Additional PL/SQL Code section for "After displaying the Form".
    Appreciate if anybody could help.
    Thanks,
    Gopi.

    I noticed when you enter Java Script code for some field events in Portal the custom code does not show up in the generated web page. This is probably the same kind of problem.

  • UI class for custom Button

    Hey frineds can any one tell me how can i make a UI class for my custom component?
    Let me explain this is detail
    I have a custom button called MyButton extended From JButton. I can change its appearance at runtime if i define my own UIClass called MyButtonUI which is extended from Basic ButtonUI.
    One way to apply the ui to Mybutton is using method setUI().
    But the much better way is to define our own look and feel class and setting defining buttonUI in it. This is done as follows
    protected void initClassDefaults(UIDefaults table)
            super.initClassDefaults(table);
            table.put ("ButtonUI", "MyButtonUI");
    }But this method sets the newly created UI to every swing button including the button used in comboBox !!
    Can Any one tell me how can i set the ui that is applicable only to MyButton.
    Thans in Advanced

    You should override the method getUIClassID() in your MyButton class which returns something like MyButtonUI. Then you put this in the default table:
    protected void initClassDefaults(UIDefaults table) {
            super.initClassDefaults(table);
            String pkg = ...;
            table.put ("MyButtonUI", pkg + "MyButtonUI");
    }Then you apply the UI only to your custom buttons.

  • A Full list of task command for custom Button

    Hi All
    I am looking for the exhaustive list of Task Commonad for the Custom Button , that  i am preparing. In the 320 material, it is saying that "A Full list of task command is located in the online BPC Excell for help"
    can anybody please let  me know the appropriate link or any other appropriate place , from where i can get the list.
    Thanks
    krish

    You can greatly improve your chance of receiving a helpful answer to your question if you state the version (MS or NW) and the release (5.1, 7.0, 7.5) of BPC which you are using.
    Also notice the sticky [note|Please do not post BPC, SSM or FI/CO questions here!; at the top of this forum whereby we announced new dedicated forums for BPC which are the proper place to post your questions regarding BPC in the future.
    Thanks and best regards,
    [Jeffrey Holdeman|http://wiki.sdn.sap.com/wiki/display/profile/Jeffrey+Holdeman]
    SAP BusinessObjects
    Enterprise Performance Management
    Regional Implementation Group

  • Tooltips for moving buttons

    Hi all, I am trying to add tooltips on mouse-over to moving
    buttons (the buttons are movie clips acting as buttons). It works
    at first, but when the movie clips enter the second motion tween
    they start blinking as the movie clips start to play all four
    frames that I have given to them (for highlighted and selected). It
    seems like my tooltip has cancelled out the stop part of
    goToAndStop()… If I click on a movie clip when it is blinking
    it stops blinking and goes back to the default state, but then
    nothing else work (i.e. highlighting, selecting).
    Does anyone recognize this and have any tips on how to solve
    it? I have tried to solve this for days and I’m sure
    it’s really simple but I am totally new to Actionscript and
    completely lost… I would appreciate any kind of help :)

    Just wondering if it would be possible to register a MouseMotionListener on your mousePanel that, on mouseMoved, could search the components below it for the top-most button and then set the mousePanel's own toolTipText to match the button's toolTipText. Perhaps SwingUtilities.getDeepestComponentAt() (or something similar) would help. Maybe have a look through the RootPane tutorial (especially the section on the GlassPane) for a similar situation.
    http://java.sun.com/docs/books/tutorial/uiswing/components/rootpane.html

  • Custom Button Tooltips

    How do I go about changing the tooltips of custom buttons.
    One of the projects I'm working on right now has a button with a
    graphic and is labeled "Print". Now I'd like to change the tooltip
    hover to say something other than "Print".

    Hi ClubHans
    If you click
    This
    super handy little ole link right here, you can download a copy
    of my Skinny on Skins file. Once you get it saved, you may need to
    right click it and Unblock it. After you get it displaying things,
    click the Index tab and type "tooltip" into the index. I believe
    you will find a topic titled "Tooltips for custom buttons".
    Hopefully that should get you going.
    Cheers... Rick

  • How can I get a tooltip to show up on a custom button obj on a dashboard?

    I have added a ClearAll button object (to clear the filter criteria) on a dashboard that I am working on, and have added some text in the comments section of the properties. I can see the resulting tooltip when I hover over the button in the Client Side IR studio tool; however, when I upload the .bqy to the server and view the report in the web EPM version, the tooltip does not show. I can see the other tooltips for the buttons that were originally on the dashboard template I used, but I cannot see the one for the custom button I added. Does anyone have any ideas how I can get this to show up?
    Thanks in advance,
    Cindy

    I copied an existing clear filter object (I believe this is an image object, but not sure how to confirm) from the provided square tab sample template in Express Template.bqy. After your post, I took a second look at the object and remembered I had changed the name from picClearAll to ClearAll. I had changed the name because the button was continually disabled when navigating within the dashboard before I renamed it. I am assuming this is because the object picClearAll in the provided templates is associated with results filters. I do not have any results filters, so it was showing as disabled. I have filters on the query itself, and was hoping to use this same image on my button to clear the query filters (I put java scripting behind the button to do this).
    Another interesting thing about this is that when I change the name of the object back to picClearAll, and during runtime force the button to be enabled, I DO see the tooltip I am trying to get to work; however, as soon as I navigate or refresh the dashboard in some way, the button goes back to disabled.
    How can I get the button to be enabled (without having filters on my results), and still show my tooltip?
    I am using Hyperion version 11.1.1.3.0.956.
    Thank you for your help,
    Cindy

  • Launching tooltip for button

    Hi guys! I've got a couple of questions.
    1) Is there any opportunity to pop up a tooltip for a button programmatically? With click of another button for example?
    2) Can we display the ShortDesc in form of a ToolTip? The approximate final form you can see here: http://s23.postimg.org/v00n7mpp7/thumbnail.jpg
    Thanks in advance

    Hi,
    1. Use a note window in af:popup and use the button Id to show it for as the alignId. Then open the popup from Java or JavaScript
    2. ShortDesc are always displayed as tootip though they cannot be launched programmatically
    Frank

  • Customized buttons

    I created new customized buttons in RoboHelp. I want all the
    buttons to have a rollover state. Although each button is
    programmed exactly the same, some buttons do not maintain their
    rollover state. HELP!!

    Hi again
    Sorry, but the nature of these beasties is that the state is
    not retained. This is because with the normal
    TOC/Index/Search/Glossary buttons, the state is retained to show
    what is currently visible in the navigation pane. For custom
    buttons, all you will ever see is the rollover state. This is
    because once you click, the navigation pane doesn't normally
    change. The buttons only evoke an action, such as loading a topic
    or opening a URL.
    Sorry, I'm unaware of a way to alter the code to make the
    state persist. Maybe someone super good at JavaScript will jump in
    here and enlighten all of us.
    Cheers... Rick

  • Custom button  on ALV report for Tcode FL10G ?

    Hi All,
    I want to add custom button in the AVL report for FL10G transaction.  And then need to implement logic for that button (calling BAPI to create shipment for the selected records).
    For VL10G alv program GUI Status - STANDARD001  I think I can add button in this gui by using access key.
    But how to implement logic for this custom button?  Where I can put the code for this button logic?
    Please let me know if any one has any ideas on this issue.
    I appreciate your help and time on this.
    Thanks.
    M

    Hi Murali,
    The standard program it will not allow to copy the GUI Status. Because source and target program should not same.
    It will definitely debug will work. Yo can create the GUI Status through SE41. In SE41 Just give Program name :SAPLV50R_VIEW click the button status. here you should not give any gui status. just blindy say create the then it will popup screen appears in the screen. Here you can mention your Z GUI Status. It is not required to create all the menus manually instead of the there is button which is located in the screen next to blue i button. here you can click and select the standard interface. You can get all the menus as similar to standard. Like that you should create Menu Bar, Application Toolbar and Function Keys  Menus. Then you can add your custom button in the Application tool bar button.
    When you execute the Transaction VL10G and check your cusom menu button will appears. Once you click custom button only exit will trigger. Find the below code for your reference.
    CODE
            loop at ct_postab assigning <fs>
                    where selkz = 'X'.
    *To Fill the BAPI  Header Parameters
                  str_ordhdr-ship_cond = w_sval-value.
    *To Fill the BAPI  HeaderX Parameters
                  str_ordhdrx-updateflag = 'U'.
                  str_ordhdrx-ship_cond = 'X'.
                  call function 'BAPI_SALESORDER_CHANGE'
                    exporting
                      salesdocument    = <fs>-vbelv
                      order_header_in  = str_ordhdr
                      order_header_inx = str_ordhdrx
                    tables
                      return           = str_return.
                endloop.
                read table str_return into w_return index 1.
                if sy-subrc eq 0.
                  if not w_return-type = 'S'.
                    message w_return-message type 'E'.
                    leave to current transaction.
                  endif.
                endif.
    *Do the BAPI Commit
                call function 'BAPI_TRANSACTION_COMMIT'
                  exporting
                    wait = 'X'.
              endif.
            endif.
          endif.
    Let me know if you have anything to discuss on the same.

  • How can I create a custom button for opening a form?

    I have a parent form having child forms. In my main form I want to create custom buttons for opening child forms. I want to use master-detail form but there are more than one child forms, and in master-detail form I can only create one detail form. So I will create a form based on a table and in that form I will call the child forms by custom buttons. Can I do that?
    Thanx,
    Gulsah.

    This can be easily done. First open up two instances of your Portal. In one window, you will need to go into your component you wish to link FROM. In the other window you will need to go into your component you wish to link TO. In the component you wish to link TO there will be a moduleid. Note this somewhere. Then, you will see an area that says: "Call Interface: Show". Click on this. (In the window you are linking to.). In this window, you will see a bunch of stuff. At the bottom you will see a URL call. This is the call you need to use. At the top, it explains each piece of the URL call. Just subsitute YOUR appropriate information into the URL call. In the form you wish to link FROM, create a button. Once you create this button, it will appear at the bottom, click on it and you will see an area to insert a Javascript. Click the onClick and insert:
    //this is the variable you want to pass from one form to the other
    get_field_name = getField(this.form,'COLUMN_NAME_IN_DATABASE');
    //this is so you can open the "child" form
    window.open('/pls/cc_prod/DAD_NAME.wwa_app_module.link?p_arg_names=_moduleid&p_arg_values=MOD_ID_HERE&p_arg_names=_sessionid&p_arg_values=&p_arg_names=COLUMN_NAME_IN_DATABASE&p_arg values='+GETFIELD_NAME+'&p_arg_names=_COLUMN_NAME_IN_DATABASE_cond&p_arg_values=%3D');
    In the fourth tab, where it says, "....before displaying form" insert the following: (This will tell the form how to handle the getField function.)
    htp.p('<script language="JavaScript1.3">
    < !--
    function getField(form,fieldName)
    var objName = "";
    var tmp = "";
    var dAction = "";
    var sel_idx = 0;
    var cnt = 0;
    var instance = 0;
    var slicedName;
    var fillData = new Array();
    for (var i = 0; i < form.length; i++)
    slicedName = form.elements.name.split(".");
    tmp = slicedName[2];
    instance = parseInt(slicedName[3],10);
    if (!tmp)
    continue;
    objName = tmp;
    if (objName == fieldName)
    return form.elements[i].value;
    //-->
    </script>');
    I hope this helps.
    null

  • Add customer button on header level for BUS2201(PO) - SRM 7.0

    Hi,
    I want to define a customer button (with action) within PO on header level.
    Web Dynpro           FPM_OIF_COMPONENT
    Configuration          /SAPSRM/WDCC_FPM_OIF_PO_PURCH
    Task:
    Add a customer button besides standard Export button.
    I assume-afterwards I have to enhance the method onactionbutton_pressed to create my event when customer button is pressed, right?
    Could anyone please guide me how to solve this issue?
    Thanks and best reagrds
    Andreas

    Hi,
    Here are the steps to add the button, I wrote it in other thread. In my case for PO is not displayed, try to follow the steps and if you are able to show the button tell me how please.
    Add custom button in PO
    And yes ,you need to create an enhancement point in the view CNR_VIEW of the component FPM_OIF_COMPONENT, you need to create a post-exit in the method BUTTON_PRESSED, here you have a sample code:
    DATA: lv_id TYPE string,
            lv_event_id TYPE fpm_event_id.
      DATA: lo_nd_oif_application TYPE REF TO if_wd_context_node,
            lo_nd_variant TYPE REF TO if_wd_context_node,
            lo_nd_toolbar TYPE REF TO if_wd_context_node,
            lo_nd_button TYPE REF TO if_wd_context_node,
            lo_el_button TYPE REF TO if_wd_context_element,
            lo_nd_other_functions TYPE REF TO if_wd_context_node.
      DATA: lv_substring TYPE string,
            lv_substring_i TYPE i,
            lv_node_name TYPE string,
            lv_position TYPE string,
            lv_length TYPE i,
            lv_seq TYPE i.
      DATA:lt_keys TYPE STANDARD TABLE OF string,
           lv_key LIKE LINE OF lt_keys.
      TYPES:BEGIN OF y_parameters,
        name TYPE string,
        value TYPE string,
      END OF y_parameters.
      DATA: lt_parameters TYPE STANDARD TABLE OF y_parameters,
            ls_parameter LIKE LINE OF lt_parameters.
      DATA: lv_boid      TYPE bbp_guid,
            lv_botype    TYPE string,
            lv_objkey TYPE  swo_typeid,
            lv_objtype  TYPE  swo_objtyp,
            lv_object_id TYPE crmt_object_id_db,
            lv_process_type TYPE crmt_process_type_db,
            lv_object_type TYPE crmt_subobject_category_db,
            lv_rfc TYPE zgrs_co_logsys-rfc,
      DATA: lo_fpm TYPE REF TO if_fpm.
      lo_fpm = cl_fpm_factory=>get_instance( ).
      lo_fpm->raise_event_by_id( lv_event_id ).
      lt_keys = lo_fpm->mo_app_parameter->get_keys( ).
      LOOP AT lt_keys INTO lv_key.
        ls_parameter-name = lv_key.
        lo_fpm->mo_app_parameter->get_value(
          EXPORTING  iv_key = lv_key
          IMPORTING  ev_value = ls_parameter-value  ).
        INSERT ls_parameter INTO TABLE lt_parameters.
      ENDLOOP.
      lv_id = wdevent->get_string( 'ID' ).
      lo_nd_oif_application = wd_context->get_child_node( name = wd_this->wdctx_oif_application ).
      lo_nd_variant = lo_nd_oif_application->get_child_node( name = wd_this->wdctx_variant ).
      lo_nd_toolbar = lo_nd_variant->get_child_node( name = wd_this->wdctx_toolbar ).
      lo_nd_other_functions = lo_nd_toolbar->get_child_node( name = wd_this->wdctx_other_functions ).
      lv_substring = lv_id.
      lv_length = STRLEN( lv_id ).
      lv_seq = lv_length - 3.
      IF lv_id+lv_seq = '_CP'.
        lv_substring = lv_substring(lv_seq).
        lv_id = lv_substring.
      ENDIF.
      WHILE lv_substring CS '_'.
        lv_position = sy-fdpos + 1.
        lv_substring = lv_substring+lv_position.
      ENDWHILE.
      IF lv_substring CO '1234567890'.
        lv_substring_i = lv_substring.
      ENDIF.
    * Item level action;
      IF lv_id CS '_item'.
    * Or header level action;
      ELSE.
        IF lv_id CA '0123456789'.
          lv_position = sy-fdpos - 1.
          lv_node_name = lv_id(lv_position).
          IF lv_id CS 'OTHER_FUNCTIONS'.
            lo_nd_button = lo_nd_other_functions->get_child_node( name = wd_this->wdctx_button ).
            lo_nd_button->set_lead_selection_index( index = lv_substring_i ).
            lo_el_button = lo_nd_button->get_element(  ).
            TRY.
                lo_el_button->get_attribute(
                EXPORTING
                  name =  `EVENT_ID`
                IMPORTING
                  value = lv_event_id ).
              CATCH cx_wd_context.
            ENDTRY.
            READ TABLE lt_parameters INTO ls_parameter WITH KEY name = 'SAPSRM_BOTYPE'.
            lv_botype = ls_parameter-value.
            READ TABLE lt_parameters INTO ls_parameter WITH KEY name = 'SAPSRM_BOID'.
            lv_boid = ls_parameter-value.
    *         Obtain the object_id;
            SELECT SINGLE object_id INTO lv_object_id
             FROM crmd_orderadm_h
             WHERE guid EQ lv_boid.
    *         If not Z button, exits;
            IF lv_event_id(1) NE 'Z'. EXIT. ENDIF.
    *      Actions;
            CASE lv_event_id.
              WHEN 'ZBUTTON'.
              WHEN 'ZBUTTON2'.
            ENDCASE.
          ENDIF.
        ENDIF.
      ENDIF.

  • Cant use Export to Excel functionality for ALV if I add a custom button

    Hi,
      I have added a custom button the the ALV toolbar by creating a GUI status and using the USER_COMMAND event. However. Now I dont the get the standard ALV toolbar with all the options for sorting, exporting to excel etc.
      Can someone show me how I can do both, add my own button to the toolbar as well as use ALV Grid toolbar. Currently the ALV grid standard toolbar has disappeared
    Thanks for reading

    Hello,
    I am not sure how you are creating your ALV report.  If you are using FM REUSE_ALV_GRID_DISPLAY there is a parameter callled I_CALLBACK_PF_STATUS .  Read the documentation for this field from the doc for the FM.  It tells you to copy a standard PF status from fucn group SLVC_FULLSCREEN and then add your new button to that staus.
    If you are using class CL_SALV_MODEL_BASE there is a method called set_screen_status that lets you do a similar thing - copy an existing PF status and add your button.
    Hope that helps
    Regards
    Greg Kern

  • How to add a custom button on Application Toolbar for ME21N, ME22N & ME23N

    Hi Experts,
    I am new to this forum. I hope someone will help me.
    My Requirement is as :
    I want to add a new custom button on Application Toolbar for ME21N, ME22N & ME23N.
    There are already standard buttons in this toolbar which is Document Overview On, Hold, Personal Settings etc.
    So after the 'personal settings' button i want add a new button and want to write a code which will open one custom screen.
    I am not able to find any exit for this....
    Please help...
    Thanks....

    Hey Buddies
    Try below BADI : ME_PROCESS_PO_CUST
    and check with required methods.
    1)PROCESS_ITEM
    2)CHECK
    3)POST
    Regards,
    Pranav

  • Adding custom button to Ribbon for custom list definition

    I'm trying to add a custom button to the ribbon, specifically for a custom list definition.  I have two custom list definitions, one for a document library (Type="11008") and one for a list (Type="10002").  
    I can use the following CustomAction to successfully add a button to the document library ribbon:
    <CustomAction Id="MyCustomAction.DocLib"
    RegistrationId="11008"
    RegistrationType="List"
    Location="CommandUI.Ribbon">
    <CommandUIExtension>
    <CommandUIDefinitions>
    <CommandUIDefinition Location="Ribbon.Library.Share.Controls._children">
    <Button
    Id="MyCustomAction.DocLib.Button"
    Alt="Help"
    Sequence="5"
    Command="SayHi"
    Image32by32Left="-64" Image32by32Top="-320" Image32by32="/_layouts/$Resources:core,Language;/images/formatmap32x32.png"
    Image16by16Left="-64" Image16by16Top="-176" Image16by16="/_layouts/$Resources:core,Language;/images/formatmap16x16.png"
    LabelText="Say Hi!"
    TemplateAlias="o1"/>
    </CommandUIDefinition>
    </CommandUIDefinitions>
    <CommandUIHandlers>
    <CommandUIHandler Command="SayHi" CommandAction="javascript:alert('Hi!');"/>
    </CommandUIHandlers>
    </CommandUIExtension>
    </CustomAction>
    If I try to do the same thing for my list, the button does not show up:
    <CustomAction Id="MyCustomAction.List"
    RegistrationId="10002"
    RegistrationType="List"
    Location="CommandUI.Ribbon">
    <CommandUIExtension>
    <CommandUIDefinitions>
    <CommandUIDefinition Location="Ribbon.List.Share.Controls._children">
    <Button
    Id="MyCustomAction.List.Button"
    Alt="Help"
    Sequence="5"
    Command="SayHi"
    Image32by32Left="-64" Image32by32Top="-320" Image32by32="/_layouts/$Resources:core,Language;/images/formatmap32x32.png"
    Image16by16Left="-64" Image16by16Top="-176" Image16by16="/_layouts/$Resources:core,Language;/images/formatmap16x16.png"
    LabelText="Say Hi!"
    TemplateAlias="o1"/>
    </CommandUIDefinition>
    </CommandUIDefinitions>
    <CommandUIHandlers>
    <CommandUIHandler Command="SayHi" CommandAction="javascript:alert('Hi!');"/>
    </CommandUIHandlers>
    </CommandUIExtension>
    </CustomAction>
    What am I missing that is keeping me from getting this button to show up in my List ribbon?

    Well, I debated just deleting my question, but I'll leave it up in case someone else runs into this.  My custom list definition for my list had <Toolbar Type="Freeform" />.  I don't remember why I changed that, but once I changed
    that back to <Toolbar Type="Standard"/> my custom buttons started showing up as expected.
    The answer
    here pointed me in the right direction.

Maybe you are looking for

  • Logout does not work in OIM after enabling OAM SSO

    We have installed a webgate to protect xlWebApp in OIM. Once the SSO is enabled, the logout does not work in the OIM user interface. How to solve this issue? Metalink has a solution where we need to add document.location="http://host:port/access/obli

  • Video Import Problem

    I have a home movie that i am tring to upload to my iPod and For some reason when I play the movie It has all these green and white boxed that move. I am working on my inlaws PC right now I do Know that the movie works on my mac if i sync it How do i

  • Planning to Upgrade from PI 7.0 to PI 7.1

    Hi All, Need your help . Planning to upgrade from PI 7.0 to PI 7.1. What are the pre-requisites for PI 7.1. earlier version PI 7.0 (SOA) and PI 7.1(Enterprise SOA), Architecutre point of view what's the major difference between PI 7.0 and PI7.1

  • A HEART FELT THANK YOU TO EVERYONE!

    A HUGE THANK YOU!!  to one and all here on this forum for all the help you have been and I am certain will continue to be to and for me.  You honestly have no idea how grateful I am for your kindness, patience with me. You made my giant leap of faith

  • Audio level driven by marker

    Hey all, 3 pronged this..... I would like to set markers on my audio layer that will drive its volume. So for example I have a clip that comes in with a voice over and I would like the background audio bed to drop down quiet whilst the voice is on an