XCelsius Map component - how to hide mouse over region value?

Hi guys,
I have one problem with a map component:
Please open standard Xcelsius map sample: File -> Samples -> Map
If you turn your mouse to state, for example Alabama you will see "Alabama 31.66"
I need only "Alabama", how to hide this "31.66"?
I created colored map but user should not see the value, he should see just name of the map region
Any ideas?
Thanks in advance

Question answered
Option is on the Apperance - Text tab

Similar Messages

  • How to define mouse-over event for a icon

    Hello,
    I have defined a icon for a panel in my plugin. I want that the icon should be changed on mouse over event.
    The code for icon is given below.
    resource PanelList (kDNDListsPaletteResourceID) {
                        // 1st panel in the list
                        kDNDListsPaletteResourceID,                    // Resource ID for this panel (use SDK default rsrc ID)
                        kIBPluginPluginID,                                             // ID of plug-in that owns this panel
              #if CSVER >= 4
                        kIsResizable,
              #else
                        isResizable,
              #endif
                        kIBClientPluginDNDPanelWidgetActionID,          // Action ID to show/hide the panel
                        kIBClientPluginDNDPanelTitleKey,               // Shows up in the Window list.
                        "",                                                           // Alternate menu path of the form "Main:Foo" if you want your palette menu item in a second place
                        0.0,                                                                                     // Alternate Menu position Alternate Menu position for determining menu order
                        kPlusIconPNGIconRsrcID, kIBPluginPluginID,                                                            // Rsrc ID, Plugin ID for a PNG icon resource to use for this palette
                        c_Panel
    Where should I give the resourceID of the other icon?

    Hi
    First change the name from kPlusIconPNGIconRsrcID to kPlusIconPNGIconIRsrcID
    so "I" will indicate that your icon is inactive
    Create another resource id like:
    #define kPlusIconPNGIconIRsrcID 15
    #define kPlusIconPNGIconARsrcID 15
    Define paths to the icons
    resource PNGA(kPlusIconPNGIconIRsrcID) "../res/icons/PLUS_ICO_23_I.png" // Inactive icon
    resource PNGR(kPlusIconPNGIconARsrcID) "../res/icons/PLUS_ICO_23_A.png" // Active icon
    Regards
    Bartek

  • JDev TP4 DVT:Map Component: How to send a command to Mapviewer Server?

    How to send a command to Mapviewer Server programmatically using a DVT:Map component? ( for example : To capture a Theme info when i clicking in the a map theme position?
    Juan C LLanes

    Hi Juan,
    Are you trying to click on a point in the map and update another control on the page?
    This is available today, if you create a master-detail binding and bind the master to your map theme, and detail to another view e.g. a table, and check the checkbox "Enable row selection" when you create the map theme binding, then you will get this behavior automatically.
    If this is not what you are looking for, please clarify.
    Thanks
    Katia

  • How to change mouse-over label for a mx:CandleStickChart?

    I have an <mx:CandleStickChart .../> graph and want to change the default
    labels on the mouse-over window.  For example by default, the mouse-over window displays:
      line1: some label
      line2: open: #1
      line3: close: #2
      line4: high:  #3
      line5: low: #4
    I want to change the words "open", "close", "high", "low" to something else.  I optionally want to not show  the "close" line.
    Do you have any suggestions on how to do this?  If you do, please provide a short example.
    Thanks for taking the time to help.

    Hi
    First change the name from kPlusIconPNGIconRsrcID to kPlusIconPNGIconIRsrcID
    so "I" will indicate that your icon is inactive
    Create another resource id like:
    #define kPlusIconPNGIconIRsrcID 15
    #define kPlusIconPNGIconARsrcID 15
    Define paths to the icons
    resource PNGA(kPlusIconPNGIconIRsrcID) "../res/icons/PLUS_ICO_23_I.png" // Inactive icon
    resource PNGR(kPlusIconPNGIconARsrcID) "../res/icons/PLUS_ICO_23_A.png" // Active icon
    Regards
    Bartek

  • How to get mouse over shape to display data in Visio 2013?

    Hi Visio pros,
    I am required to create a diagram of our servers rack setup and will be publishing to a Web page using Visio 2013.
    The goal is to mouse over the server shape and have the data be displayed. I have followed arguably every solution on the internet. I am either doing it wrong, or it might be outdated information.
    I'm hoping Paul Herber, or other Visio pros would be able to help me with this situation as I am on a tight schedule and have exhausted my resources.
    Things I have tried:
    user.visEquivTitle in ShapeSheet
    http://visualsignals.typepad.co.uk/vislog/2012/02/no-mouseover-with-visequivtitle.html
    and
    prop.(data name) in the comments within the miscellaneous section of the ShapeSheet.

    Hi Sir!
    I am open to the possibility that I may have done something wrong as I am very new to Visio.
    Here are the steps I followed:
    http://visio.mvps.org/ShapeSheet/
    Browser that I am using is Internet Explorer since I ran into problems with Google Chrome.
    However, after more reading I noticed the User.visEquivTitle provides a tooltip. If it is what I think it is, which is a small yellow box displaying a string, my employer would not want that.
    We're looking for something that will provide an aesthetic display of data after mouse over onto the shape.
    Thank you very much for your help.

  • How to hide mouse?

    Hi guys,
    I would like to hide mouse cursor in my application. My typical requirement is to hide mouse cursor when it is on a button. Can anyone provide me a technique for doing this?
    Thanking you.

    http://search.java.sun.com/search/java/index.jsp?qp=&nh=10&qt=%22hide+cursor%22&col=javaforums&x=24&y=9

  • How to hide the LOGO region in Apex

    We are using apex for interactive reports which we want to to integrate with an exist web front end (wicket based). I want to hide the "LOGO" region as the Wicket Front End already takes care of the LOGO. How do I suppress/hide the LOGO region.

    You have to customize your page template to remove #NAVIGATION_BAR# Substitution String (from the Body region of the page template). I also removed the following from my page template to avoid showing the user and title:
    <hgroup>
        <a href="#HOME_LINK#" id="uLogo">#TITLE#</a>
        <div class="userBlock">
          <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">
          <span>&APP_USER.</span>
        </div>
      </hgroup>So, I just have the following in the Body region of my page template:
    <header id="uHeader">
      #REGION_POSITION_07#
      #REGION_POSITION_04#
    </header>
    #REGION_POSITION_01#
    #SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#
    <div id="uOneCol">
      #REGION_POSITION_02#
      #BOX_BODY#
      #REGION_POSITION_03#
    </div>This renders the page without the navigation bar and title/logo. I also made the breadcrumb region in the page as not to render (condition set to "Never").
    I suggest that you copy any existing page template and do the above changes. You can then use the newly created page template for your application pages.

  • How to hide/show reports region with radio group selections

    Hi, I have an HTML region with a radio group of two choices (Rpt1 and Rpt2). Also got two other report regions which depend on the radio group selections and by pressing a button it will display records.
    Everything does work perfect BUT say I select Rpt1 and press the report button it will show the records and after that if I select the Rpt2 radio button I still see the result of Rpt1 records. How can I clear or hide the reports regions when I change my radio button selection?
    Thank you
    -iahmadi

    Hi,
    You can create HTML regions that do not need to contain anything at all (use the "No Template" region template to ensure that you don't see a region Title on the page).
    However, in order to get this region to be displayed until the Report button is clicked, you would need to have a hidden page item (called, say, P1_SHOW_REPORT) that has, as a default, 0 as a value. The branch that is triggered by the Report button would then set this item to 1 - so, 0 = hide and 1 = show
    On your page you should have a branch that is conditional on the Report button being clicked. On this branch, set the first "Set these items" to P1_SHOW_REPORT and "With these values" to *1*. You should also have a branch on the page that is unconditional - meaning that it can be triggered by anything that submits the page. Firstly, this branch should have a high Sequence Number (say, 99) and secondly, should should set the value of P1_SHOW_REPORT to *0*. So the Report button sets it to 1 and anything else (which will include the radio button selections) will reset it to 0.
    Now, on your regions you have to change the conditions slightly as we now have two conditions to check - which report has been selected and whether or not the Report button has been clicked.
    This can be done by using a SQL Exists condition of something like:
    SELECT 1 FROM DUAL WHERE :P1_SHOW_REPORT = 1 AND :P1_RADIO = 'ABC'(where ABC is the value for the radio button for the report
    The "blank" region would also have a condition - that would be a simple Item = Expression 1 condition of P1_SHOW_REPORT = 0
    Andy

  • How to hide mouse cursor ?

    How can I hide the mouse cursor, when I am over a component ?

    I don't know if there is a better way but ...
    create a gif (using PaintShop Pro or something) which has nothing in it or if that can't be done as few pixels as possible. I created mine in c:\tmp\blank.gif for the program below
    import java.awt.*;
    import javax.swing.*;
    import java.net.*;
    public class ViewCursor
    extends JFrame
    public ViewCursor()
    throws Exception
    Cursor myCursor = null;
    try
    ImageIcon ii = new ImageIcon(new URL("file:C:/tmp/blank.gif"));
    Image im = ii.getImage();
    Toolkit tk = getToolkit();
    myCursor = tk.createCustomCursor(im, new Point(0,0), "MyCursor");
    catch (Exception e)
    System.out.println("myCursor creation failed " + e);
    getContentPane().setLayout(new FlowLayout());
    JPanel p1 = new JPanel();
    JPanel p2 = new JPanel();
    JButton b1 = new JButton("one");
    JButton b2 = new JButton("two");
    p1.add(b1);
    p2.add(b2);
    p1.setCursor(myCursor); // set panel 1 to have the customised cursor
    getContentPane().add(p1);
    getContentPane().add(p2);
    public static void main(String[] args)
    throws Exception
    ViewCursor v = new ViewCursor();
    v.setSize(200, 200);
    v.setVisible(true);
    when you run this, the cursor disappears when its over p1 / b1

  • How to show mouse over and mouse out effect on a character in Captivate 8 ?

    Hi,

    That's exactly what you need to do.
    Put your character image on the stage.
    Insert the rollover image interaction, select the same image for the rollover image.
    Place the rollover area over the original image and cover the original with the rollover image.
    Edit the rollover image in Captivate to adjust saturation, etc.
    You can also add an effect to that image.

  • How to disable mouse over scrolling

    repeat, disregard

    Maybe this is what you are looking for:
    table.setPreferredScrollableViewportSize(table.getPreferredSize());
    The table will be sized to the width of all columns.

  • How to hide the variable history values chosen ?

    Hi
    We need to inactivate the history in variable screen of Bex. Our reports are showing the hisotry values chosen for the variables when we execute the reports. Can any one tell me how to inactivate this property. We need this for only some queries not all.
    regards

    If you are using 3.5 workboook, then there is a setting in workbook properties where you can specify not to use saved variable values.
    Right click on workbook and click properties. And then do setting on Interaction tab.
    I dont know how to do this in new 7.0 frontend.
    Abhijit

  • How to hide rows if all values are Zero  (0) horizontally?

    Hi,
    I have got a requirement to hide rows from the results if all values are equal to zero horizontally.
    Example:
    Region   M1    M2   M3
    East     0      0    3
    West    10     20    0
    South   -5      0    5
    North    0      0    0In the above example only North Region row should be hidden from the results becasue all the measures values are zero.
    Can someone please let me know the logic to achieve this?
    Thank in advance.

    Hi Karthik,
    Your answer was spot on(you are awarded points) but not my question. My client uses some X erp, which removes all zero value records when he clicks to see results. He wanted the same thing for Answers (he does not want to add any filters). Is there anyway to achive that, like using javascript or something?
    Thanks in advance.

  • How to hide a  report region on a page

    Hello,
    I have a page divided with 5 regions ( report region).
    Is it possible to not show a region when the page is loaded iif the query is not returning any results?
    thanks
    Roseline

    Hi,
    Yes, you can conditionally show regions.
    Go edit your report region and set Condition Type "EXISTS (SQL query returns at least one row).
    And in Expression 1 place
    SELECT 1 FROM
    ( paste your query here )Between bracket place your query.
    Br, Jari

  • How to hide rows when no value entered automatically

    is there a way in conditional formatting where i can hise a row of information when no value is entered against that row , simlar to a macro in excel?
    thanks fred 69

    Fred,
    Yes, you can use the Reorganize Panel to show only rows that meet certain criteria. I would think that you could find a way to use that feature to accomplish your goal.
    Jerry

Maybe you are looking for

  • Logical page/Physical page/Page Break

    I have to create a form like report. Without data it takes 3 A4 pages, with data it can expand to 5 pages or more. So in report developer I create for Main section: Width=21 Height=29.7, Horizontal Panels per page=1, Vertical Panels per page=3. First

  • Random character showing up in browser - can't remove.

    I am using Dreamweaver CS5 and an this "P" shows up in the browser, the Live View, Live Code, but does not show up in the code for me to erase it. Any ideas? Below is part of the code file and a screen sot of the chararcter I want to remove. Any help

  • Sharing hard drive on network with Lion

    Since I upgraded to Lion on my 3 iMacs I have not been able to connect to my WD hard drive which is connected to my main mac. I used to be able to do this easily through the sharing facility using SMB.  I need to get this back working ASAP.  I have t

  • IPod help with exclamation mark

    My iPod won't restore or update with the software!

  • CS4 reinstall & CS2 serial number

    My iMac has been fitted with a new hard drive & I need to reinstall CS4 Design Standard UPSL. I have the boxed serial number. I am asked for the serial number of my previous product to prove my upgrade route; I am given options to select individual C