Tab pages tip position

Hello world,
i builded a front panel with a tab control and then i set for each tab page a tip going in "description and tip".
What
happens is that both in compile-time and in run-time the tip appears in
proximity of the left-upper corner instead of close to the mouse
pointer.
Any clue on how solve this problem?Thanks!

Duplicated post
Please do not repost your question with an alterated subject just because you don't get an answer within less than a day....
The
reason for the "misplaced" tooltip is that the tab control as whole can
have a tooltip. This tooltip is displayed at each page which does not
have an own tooltip. The position of this "general purpose tooltip" is
below the mouse pointer as expected.
If you include a tooltip for
a page, this tooltip is indeed displayed above the mouse pointer. I'm
ok with that since it show the user: here is a tooltip which is only
valid for this very page.
The only thing which is not clear to me
is the fact, that the x-axis position of the tooltip depends on the
direction, the mouse pointer was moved above the page selector: coming
from right, the page-tooltip is displayed on the right upper corner of
the mouse pointer("left justified"), if  the mouse pointer was moved
from the left, the page-tooltip is "right justified".
Norbert 
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.

Similar Messages

  • Creation of tab page in customer master

    Please giude me how to create a new tab page in a customer master

    please go to Logistic General>>business partner >> Customer >> Create tab lay out
    there are many options where u can design ur screen like
    Create tab lay out for general data ,Create tab lay out for Sales Area  data,Create tab lay out for Company code  data,Create tab lay out for Customer data
    in these option u can even decide the position of Tab by numbering them in serial order

  • User exit in VL31N/VL32N to add tab page at header level

    Hi,
      I want to know whether we have any user exit for VL31N to add tab page. I know the BADI name. But now I am using 4.6c which doesnot have the BADI. 
    Bye.

    Hi Bindu, You can implement BADI - LE_SHP_TAB_CUST_HEAD to add header tab for Tcode - VL31N.
    Create function group and create screen in that function Group. Call screen in Method ACTIVATE_TAB_PAGE of badi by passing required parameter as listed below.
          EF_CAPTION = 'Insurance Detail'.          " Tab Text
          EF_POSITION = 7.                               " Tab Position
          EF_PROGRAM = 'SAPLZMM_VL31N'.     " Function Group
          EF_DYNPRO  = '9001'.               " Screen #

  • Problem in additional tab page in cprojects

    hi all,
    i have created one additional tab page through spro settings in cprojects application.
    trasaction : spro
    collaboration projects -> global enhancements -> Define field groups for customer fields.
    here it is giving me option to apply this field group to a particular object (like project, phase, task) only where as i need to apply it only to a particular phase and not to all the phases in the cproject(like i want to show that customised tab page only when i click on the first phase of the project and i dont want to show it in the rest of the phases.) right now it is not giving me the option for that.
    plz have a look into the problem and reply me.
    it is urgently needed.
    thank you very much.

    Hi Hetal,
    maybe I have a dirty modification idea.
    Maintain the customer fields like described in customizing.
    Then in CL_DPR_CUST_INCL_REPOSITORY in method GET_GROUPS it determined the fields to be shown on customer fields tab.
    If you make there samll modification and remove the fields, if you are not on the first phase, then it could work too.
    Or in CL_DPR_BSP_S_PRO_TYPE METHOD show_ci_fields you can control the rv_show_ci_fgroups variable !!!!
    Problem here is the ls_show_ci_fgroups table, which is buffered.
    But there is anothe possibility.
    make a copy of the PHADETAIL.BSP See details in note to add customer own fields to BSP views.
    In the BSP logic of the PHADETAIL.BSP you will find a position where the system determines if the TAB will be shown or not.
    In variable controller->mr_phase you have all your necessary information about the phase
    I guess whis will be modification free too. See note 859551
    Regards
    Björn

  • Programmatically change tab page label font size

    Hellow Fellow LabVIEW Lovers,
    I thought this subject was easy with LV2009, somehow I cannot find the property for the "tab page label font size", yes, i also looked with the "pages" ref array from the tab ref, also no luck. Could someone point me to the right place? I would really appreciate your help. Thanks.
    Bryan

    Odd,
    The each tab is a page  Class Generic>Page.
    This snippet shows that there are no objects on the page (like the lable)
    However ,Page Propertise do not include lable.font.all elements
    Page Properties
    Dim hasPlayer, playerversion
    hasPlayer = false
    playerversion = 10
    Do While playerversion > 0
    On Error Resume Next
    hasPlayer = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & playerversion)))
    If hasPlayer = true Then Exit Do
    playerversion = playerversion - 1
    Loop
    is_FlashVersion = playerversion
    is_Flash = hasPlayer
    Requires: Base Package
    Inherits from Generic. View the class hierarchy.
    Property
    Description
    Colors
    Gets or sets the foreground and background colors of a tab
    control page. Details
    Colors:BG Color
    Gets or sets the background color of the tab control page. Details
    Colors:FG Color
    Gets or sets the foreground color of the tab control page. Details
    Controls on Page[]
    Returns an array of references to the controls and indicators
    on a page. The order in which you place the objects on the page determines the
    index of the object in the array. For example, if the first object you place on
    the page is a numeric control, the index of the numeric control in the array
    returned by this property is 0. Details
    Decorations on Page[]
    Gets an array of references to all decorations on a tab
    control page. Details
    Description
    Gets or sets the description of a tab control page. Details
    Independent Label
    Makes the tab control page caption independent of the page
    label. Details
    Objects on Page[]
    Gets an array of references to all controls, indicators, and
    decorations on a page. Details
    Page Enabled State
    Gets or sets the state of a tab control page to enabled,
    disabled, or disabled and grayed. Details
    Page Label
    Gets the label of a tab control page. Details
    Page Visible
    Shows or hides individual pages of a tab control. Details
    Tab Caption
    Gets or sets the text of a caption on a tab control page. Details
    Tip Strip
    Gets or sets the tip strip of a tab control page. Details
    Moreover, I can select a tab lable on the FP, change its font and EACH tab lable changes to the SAME font and color. 
    Must be some serious MAGIC in the background similar to how NI made Latching Bools.
    Champions?
    Jeff

  • Regarding dynamically changing tab pages

    hi friends,
    i have a doubt this is regarding Manipulating tab canvases.The problem
    which is occuring is that when ever i m trying to click on top most tab page for instance ,if u have seen Toad.exe(A Part of Quest Software) u can view them in a fashion , that if u click on tables tab it gets populated before and the rest of them gets behind it i m trying a similar kind of thing , but i m getting stucked up if any positive query or
    solns . available please let me know at the soonest..
    Regards
    shrikant
    null

    I work in Forms 6i with a tab canvas with more than 10 tab pages, one of them with picture of employee. No complaints so far, even the same form is populated on the Intranet.

  • Stack canvas on a tab page

    Hi ,
    Can we display a stack canvas on a tab page.
    If yes pls explain how???
    Any help will be appreciated..
    Thanks & Regards
    Indu

    Yes it is possible, but it needs some work.
    You need to create the stacked on the content and set the viewport X Position & viewport Y Position coordinates to display it on the tab canvas.
    Tony

  • Tab page inside another tab page

    I have a requirement to create a tab page inside another tab page.is it possible?
    if possible pls give me the solution...............

    iTs possible. Place both tab-canvases on their respective content-canvas on the the correct positions. Then, in the WHEn-TAb-PAGE-CHANGED-trigger, make the second tab visile or invisble, using SHOW_VIEW or HIDE_VIEW.

  • How to insert Tab Pages into a document

    I have a print job, where I need to insert tab pages into a document. Is there a tab template that I can insert into the Indesign document? If not, how can I create tab pages in Indesign?

    When I used to do tabs I would set up a page that was as wide as the tab sheet including the tab, then add text frames in each tab position.

  • Hate it that every website I visit ends up on tab page--I want only certain sites there. How to do this?

    See question. I have no problem adding the sites I want to add--but I do not want to add other websites automatically. How can I stop this?

    You can change the order of the boxes on the about:newtab page and drag an item to a different tile to pin it to that position or you can remove a website by clicking the close X to block that URL.
    You can drag a bookmark or history item and drop them in a tile on the about:newtab page to pin them and have your own favorites sites showing.
    Changes made manually on the about:newtab page are stored in the browser.newtabpage.pinned (default = [null]) and browser.newtabpage.blocked prefs that you can check/modify on the about:config page.
    See also this article about the New Tab page (about:newtab):
    *https://support.mozilla.org/kb/new-tab-page-show-hide-and-customize-top-sites

  • Tab Page Form

    I'm trying to create a new form in designer 6i. I want two
    blocks on each tab page, top one is several non bound text items
    for search criteria and bottom is base table block. I set
    properties to new tab page(top block), and same tab page for
    bottom block, 3 pages of em. The 2nd two pages look good, top
    has several items and bottom has multi row spread table. The
    first page tho, no matter the order of pages, puts both blocks
    at 0,0 and on top of one anohter. I've tried everything and it
    ignores the x and y for the block if I put them in designer and
    I don't see a set block property position...
    Any idears?
    Thnaks, Gerry
    [email protected]

    Hello
    For each form page you could
    Define an unconditional before header page process or a before-header page computation
    Set the page-item corresponding to the PK of the form's base table to have the value contained in the application item
    Varad

  • Tabbed pages question

    I'm trying to create a new site with some sort of navigation
    system that works. I purchased the popmenu system but it is not
    making me happy at all. It is so clunky and hard to use after you
    have used Menumachine. I wish I had not spent the money on it.
    I did once make a site using those DW tabbed pages and
    uploaded it in unfinished condition. It looks okay and works well
    while there is nothing there but fill-in text. My worry with that
    tabbed pages system is, it is all really one page isn't it? so when
    someone downloads that page they get the whole site coming in at
    once, so if you have a page with a gallery with a zillion
    thumbnails each attached to a magicthumb zoom-up facility (this
    causes all the big pics to download in the background with the
    thumbnails) then you would be downloading all that stuff when you
    open the first page of the site. Am I correct in thinking
    this?

    "tuilorraine" <[email protected]> wrote in
    message
    news:gh27r0$3md$[email protected]..
    > I'm trying to create a new site with some sort of
    navigation system that
    > works.
    > I purchased the popmenu system but it is not making me
    happy at all. It is
    > so
    > clunky and hard to use after you have used Menumachine.
    I wish I had not
    > spent
    > the money on it.
    > I did once make a site using those DW tabbed pages and
    uploaded it in
    > unfinished condition. It looks okay and works well while
    there is nothing
    > there
    > but fill-in text. My worry with that tabbed pages system
    is, it is all
    > really
    > one page isn't it? so when someone downloads that page
    they get the whole
    > site
    > coming in at once, so if you have a page with a gallery
    with a zillion
    > thumbnails each attached to a magicthumb zoom-up
    facility (this causes all
    > the
    > big pics to download in the background with the
    thumbnails) then you would
    > be
    > downloading all that stuff when you open the first page
    of the site. Am I
    > correct in thinking this?
    Well, of course, we have no idea how YOU built your version.
    But tabs
    themselves are just graphical elements, and you can use them
    for regular
    links just as easily as you can use any other sort of
    graphical elements.
    Tim G.
    http://www.pactumweb.com
    http://www.shortordersite.com
    Be smart:
    http://www.pactumweb.com/client/tips.php

  • How can i print all the tab pages not just the first page (tab)

    how can i print all the tab pages not just the first page (tab)

    You would need to do this programmatically. Here's one way:
    Attachments:
    Example_VI_BD6.png ‏3 KB

  • How do i add a site to New Tab page without making it a bookmark first?

    ''locking a a duplicate of https://support.mozilla.org/en-US/questions/1039823''
    presently, to add to my New Tab page:
    0 = bookmark the page
    1 = then drag fhe star to an empty rectangle on the New Tab page
    i want just to drag or type it in without having to first bookmark it. please advise.

    You can drag an history item as well (e.g. from the history sidebar), so yuo do not need to bookmark a website.

  • How Do I Pin A Tile To My New Tab Page, Instructions On Here Do Not Work.

    These new FF updates are going to drive me to drink. It's a simple question, one would think, yet I cannot find the answer. FF29 has "tiles", I suppose they are called, when you click on "new tab page". At one point, I had them all on there...how, I don't remember.
    Now, my "tiles" are disappearing. I have changed NOTHING. How do I re-add the websites I want to those tiles?
    Before someone gives me the generic answer with the link, I will tell you that I already went to this link: https://support.mozilla.org/en-US/kb/new-tab-page-show-hide-and-customize-top-sites
    Those instructions do not work. I do not have any little pin in those squares. When I go to a website that I usually go to, the only option I get is "Pin Tab" but that only adds a tab at the top of the browser window, it does NOT add it to the tiles, like I want.
    I've tried the "Show All Bookmarks" route, and tried to drag the bookmark to a tile, it does NOT work.
    There are 9 tiles. If I want to change them around, or re-add the 4 that have mysteriously disappeared today, HOW do I do that? Again, those blank tiles do NOT show a "pin" anywhere. They were set up, then they started to disappear. Again, I've changed NOTHING. It should not be this difficult to add a website to my tiles on my new tab page.

    What troubleshooting information would you like. I posed a question, you tell me what you would like to see.
    I know how to open my about:config, this isn't my first time on the internet.
    You said: "You can check the browser.newtab.url pref on the about:config page to see if it still has the default about:newtab value."
    Yes, it does. What else would you like to know so that this can be fixed?
    I also stated in my very first post that the link you just linked to, (that I also linked to so everyone was aware of what link I'm talking about), I already tried and it doesn't work. Do you guys even read what we put up or do you just hand out random, generic answers?

Maybe you are looking for

  • What are the different options for creating a basic image slideshow in Dreamweaver 5?

    Hi, I have created slideshows in Bridge, and they all work fine. They aren't exactly what I had in mind, but this was the only solution I could find that I could understand. My knowledge of web design is minimal at the most. I have attached the slide

  • Power Adapter for 17" MacBook Pro 2.8GHz (Mid 2009)

    I'm curious to know if i can use a power adapter from an older 17" MacBook Pro 2.4GHz (Mid/Late 2007) with a brand new 17" MacBook Pro 2.8GHz (Mid 2009). Both are 85w i believe - but i wasn't sure about the new battery with this new computer. Thanks

  • How can I change the size of table control in table maintenance re-gen?

    Hello Experts, I hv created a maintenance view and after generated table maintenance view for it. now it adjusts the size of table control in table maintenance generation. I want to change the size (width) of table control and again re-generate the t

  • Problems saving AI file to an EPS

    I am try to save an Illustrator file as an EPS, and I keep getting the message: NOT ENOUGH MEMORY OR IMAGE IS TOO COMPLEX, CHANGING THE DOCUMENT WINDOW MAY HELP. I am using CS6. I have done this over and over for years. Now as of two days ago I keep

  • Quickly open projects in tmux with split window configuration

    When I work on a coding project, I often have a window for it in tmux. The window is split horizontally into two panes. On the left there's vim, on the right there's just shell for running commands. This is a bit tedious to set up everytime I want to