Points always visible? / on top, selectable?

Hi,
I am bringing in CATIA geometry (primarily) amd want to display the ponit locations in front of the solid models as they are locator points for mfg.?
Is there a setting to break points out as point entities? Individual entities? Bring them to the top of the graphics layering for visibility?
Any feedback is welcome,
Thanks,
Dave

Hi,
    One possible solution is to split the page using HTML Frames. Have one top frame and one bottom frame. Have your table header on the top frame and rest of the page on the bottom frame which you can scroll independant of the top frame. You can make the border of the frame invisible so that for the user it still looks as a single page.
Regards,
Sesh

Similar Messages

  • Dialog always visible in top ???

    hi,
    i would like to display a dialog not modal, but always visible in top, even when its looses focus and other "nomal" dialogue are displayed, as a "color palette" dialogue or something like that, can you please tell which class is more suitable for this purpose, and if somebody has always coded this kind of dialog, i am interrested, thanks for your help

    Specify the "parent" JFrame when creating the JDialog.

  • How can I make the status bar always visible in safari?

    How can I make the status bar always visible in safari? Even when I go to "View" and then select "show status bar," the status bar still disappears unless my cursor is hovering over it. I want to be able to see the time, battery life etc. while surfing the web in safari!

    When Safari is in FullScreen mode, menu bar will be hidden.
    Safari window to fit the screen?
    Move the mouse pointer to the bottom right corner of the Safari window.
    Double arrows will appear. Drag it to resize the window to fit the screen.

  • How do i keep the window visible on top

    I'm watching videos and want them to stay 'on top' of all other windows as I switch between applications...like word to explorer to safari to google...I want to keep my video playing visible on 'top' of all other windows.

    Firefox itself does not have native features for this. However, you can download and install the PowerMenu application for Windows at [http://www.abstractpath.com/powermenu/]. It installs very quickly.
    When you want to watch your video, put it into its own Firefox window (you can do this by right-clicking the video tab and selecting "Move to new window". In this new window, right-click any one of the three Windows buttons at the top right corner (Minimize, Resize, Close). Click "Always On Top" from the menu. This window will now remain on top of all other windows until you uncheck "Always On Top".
    I hope that helps!

  • Making a cursor always visible on a x y graph

    Hello,
    I have what I'm sure is a very simple to fix problem, but I'm afraid I'm too simple my self to find the answer. I have a VI that makes an iterative calculation and then displays it on a graph. The user then uses a cursor to select an area of the graph to pick a value for further calculations.
    This works fine but the cursor is not always visible to use for selection as it does not seem to move with the auto scaling. So if the calculation produces values that are significantly different to the previous time the cursor is lost.
    Does anyone know how to get the cursor to change postion with the auto scale and ideally always appear in the middle of the graph?
    Many thanks,
    David

    You use two properties:
    First, the graph's Active Cursor property selects the property you want to operate on. The cursors count from the top to bottom, starting with zero.
    Second, the Cursor/Cursor Position/All Elements property lets you set the cursor's position.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Line Chart: Make Data Tip Images Always Visible

    What I want to do is simple. I have a line chart, on the
    lines I want
    the little image that denotes a data point to always be
    visible. I don't
    want the datatip to be always visible, just the little image
    that you mouseover
    to show the tip. Surely I'm missing something...this
    shouldn't be this hard to
    figure out. Thanks in advance.

    "crl-alt-del" <[email protected]> wrote in
    message
    news:ghu2b1$t4f$[email protected]..
    > What I want to do is simple. I have a line chart, on the
    lines I want
    > the little image that denotes a data point to always be
    visible. I don't
    > want the datatip to be always visible, just the little
    image that you
    > mouseover
    > to show the tip. Surely I'm missing something...this
    shouldn't be this
    > hard to
    > figure out. Thanks in advance.
    http://flexdiary.blogspot.com/2008/08/charting-example.html

  • Buritto/Hero 4.5 (MobileApplication) Scrollbar always visible?

    I've tried for 3 to 4 days now...
    To make a scrollers scrollbar always visible.
    It seems to me extremely counterintuitive to make a scollbar not visible within a scroller that has (for example) a textarea in it.
    You can't see that the text goes beyond the viewport and should be scrolled. Usually a scrolls purpose is to help identify there is more to scroll to.
    Enough said there, making the scrollbar invisible or fade away is really bad (DESIGN Flaw).
    Trying to make it appear initially is ultimately currently impossible from what I can tell (BUG & DESIGN flaw).
    Don't recommend turning visiblity or alpha on. That was the first minute of four days no success.
    ScrollerPolicy is only about should it appear when the content is larger and that is also not the issue.
    You see for some backwards thinking reason the scroller only appears when your actually scrolling and then fades away when done.
    I did override to disable fade out potentially (not perfect example for animated sliding action).
    Well first I replaced the skin with something people can actually see too instead of the thin line of black on black. (using a spark skin not the default)
                import spark.skins.spark.VScrollBarSkin;
                public function init():void {
                    xtc.getTextFor(title, contentTextArea);
                    contentScroller.verticalScrollBar.setStyle("skinClass", Class(VScrollBarSkin));
                    contentScroller.verticalScrollBar.addEventListener(MouseEvent.MOUSE_UP, bringMeBackPlease);
                public function bringMeBackPlease(e:MouseEvent):void {
                    trace("bringMeBackPlease: " + e.type);
                    trace("MOUSE: " + e.localX + " " + e.localY);
                    var ai:AnimateInstance = contentScroller.verticalScrollBar.activeEffects[0];
                    if(ai != null) {
                        if(ai.animation != null) {
                            ai.animation.stop();
                            ai.animation = null;
                            contentScroller.verticalScrollBar.removeEventListener(MouseEvent.MOUSE_UP, bringMeBackPlease);
    Okay well that reminds me I totally replaced the skin with a Catylist built one two but this animated fade functionality resides clearly in the Scroller class I think.
    You'd possible be able to replace the Scroller class via Catylist but it only has a few simple objects to play with No textarea, no Scroller, etc.
    I couldm't find a different none mobile spark scroller that isn't disfunctional in this way (fadeing scrollbars).
    I even delved into using Effects to Fade it back
                //private var restoreSliderFade:Fade = new Fade();
    skipping code it did fade the dcroller to view but I could not also make the scrollbar fade back.
    I tried simulating drag operations, mousedown, move events etc. nohting can actually get the f!ng scrollbar to appear that I can find.
    It's rare I result to forums so I'm hopeful people at Adobe in development see this stuff and actually realize the need a boolean on the MobileApplication Scroller Class that is something like autohideScrollbars with a default of false.
    Please help ASAP anyone any work around??!!!
    At this point I'm forced to try and make the scroller cut a line of text in half so the user thinks Oh I should scroll now... but where's the scrollbar?!
    I've dynamically loaded the textarea in init and that resizes the thing.
    I've added manually draging of the textarea (also seems wrong and should work by default)
                private function draggingContent(me:MouseEvent):void {
                    trace("draggingContent" + me.toString());
                    switch(me.type) {
                        case MouseEvent.MOUSE_DOWN:
                            dragging = true;
                            dragOrigin = contentScroller.contentMouseY;
                            scrollStart = contentScroller.verticalScrollBar.value;
                            break;
                        case MouseEvent.MOUSE_MOVE:
                            if(dragging == true) {
                                contentScroller.verticalScrollBar.value = (scrollStart + (dragOrigin - contentScroller.contentMouseY));
                            break;
                        case MouseEvent.MOUSE_UP:
                        case MouseEvent.MOUSE_OUT:
                            contentScroller.setFocus();
                            dragging = false;
                            break;
                        default:
                            break;
    with listeners in initi()
                    contentTextArea.addEventListener(MouseEvent.MOUSE_DOWN, draggingContent);
                    contentTextArea.addEventListener(MouseEvent.MOUSE_MOVE, draggingContent);
                    contentTextArea.addEventListener(MouseEvent.MOUSE_UP, draggingContent);
                    contentTextArea.addEventListener(MouseEvent.MOUSE_OUT, draggingContent);
                    contentScroller.setFocus();
    I could go on with all the ways I looked at ever class property and function, delved through the debug viewer inspecting values before and during states of visibility.
    Is there a way to access all the automation and disable certain ones like fading with my hack breaking other more useful smoothings, or override the ones I loath?!!
       Your angry MobileApplication Burrito Beta Testing Victim

    I'm sorry to hear you've been having problems with this, but thank you for providing this feedback on here.  It's really helpful for us to hear experiences like this so we can work to make things easier.
    1. "making the scrollbar invisible or fade away is really bad (DESIGN Flaw)."
    Native iOS and Android applications also fade away their scrollbars the same way, but they do initially show the scrollbar for a short time when the view is first loaded before fading them away.
    Here's an enhancement request for allowing scrollbars to always be visible: http://bugs.adobe.com/jira/browse/SDK-29296
    2. "Trying to make it appear initially is ultimately currently impossible from what I can tell (BUG & DESIGN flaw)."
    This is something we thought about doing, but didn't have the time to implement in this release.  See attached ZIP for an example of how you might do this.
    There is an enhancement filed here: http://bugs.adobe.com/jira/browse/SDK-29299
    3. "ScrollerPolicy is only about should it appear when the content is larger and that is also not the issue."
    When you're using a mobile Scroller the horizontalScrollPolicy/verticalScrollPolicy govern whether scrolling is allowed in that direction.  It doesn't have any further connection with the visibility of scroll bars like it does in a desktop Scroller.
    4. "Well first I replaced the skin with something people can actually see too instead of the thin line of black on black. (using a spark skin not the default)"
    The skin for the scrollbars has been updated since the preview release and will stand out more in the final release.
    5. "I couldm't find a different none mobile spark scroller that isn't disfunctional in this way (fadeing scrollbars)."
    On a desktop application you can hook up your own HScrollBar/VScrollBar directly to have more control over things like this, but in a mobile application only Scroller currently is able to handle touch-based scrolling.
    It might make sense to enable touch scrolling without needing a Scroller.  Here's the enhancement request for this: http://bugs.adobe.com/jira/browse/SDK-29300
    7. "I tried simulating drag operations, mousedown, move events etc. nohting can actually get the f!ng scrollbar to appear that I can find."
    Interesting idea, but faking a touch scroll is quite tricky and won't really get the results you are looking for in the final release so I would recommend not going further down this approach.
    8. "It's rare I result to forums so I'm hopeful people at Adobe in development see this stuff and actually realize the need a boolean on the MobileApplication Scroller Class that is something like autohideScrollbars with a default of false."
    This relates to the first two bugs listed above.
    9. "Please help ASAP anyone any work around??!!!"
    See the attached ZIP for an example application that demonstrates how to keep the scrollbars always visible, as well as a sample way of implementing the initial show and fade functionality.
    It was a bit tricky to figure this out because both Scroller and ScrollerLayout affect the visibility of the scrollbars and change includeInLayout/scaleX/scaleY when things are not visible.
    10. "Your angry MobileApplication Burrito Beta Testing Victim"
    Again, thank you for your detailed feedback.  I know working with preview releases can be very frustrating at times, but hopefully the information in this post helps ease the pain a little.
    Please feel free to vote and comment on any/all of the bugs listed above.
    Thanks,
    Steve

  • Table header always visible

    Hi All,
    I have used table in scroll container.when i scroll a vertical scrollbar,table heading are also scrolled.
    Is it possible that the table header is  visible, when i scroll to vertical scroll  in the table?
    Thanks
    Abhilasha.

    Hi,
    Have a workaround to use two tables, one table containing columns as header and set some of the properties of the that table like footer visible = false,row selectable = false etc., and the other table holding the actual data. This is proposed by Armin in the following thread. Hope your requirement will be fullfilled.
    [Re: scroll container UI element]
    and some other related threads
    [Re: Table header always visible]
    [Table header fixed]
    Regards
    Raghu

  • What is this sql that is always in my top 10

    Does anybody know why this sql is always in my top 10 on the top activity page?
    SELECT VALUE
    FROM V$SESSION_FIX_CONTROL
    WHERE BUGNO = :B1 AND SESSION_ID = USERENV('SID')
    I started seeing this when we moved to 11gR2. I just want to understand what this is and why it takes up 10% of my resources.
    Thanks, Keith

    Thanks for your response Hans.
    Yes this is question best framed to support. It is just a PITA to get something simple into support. It is akin to going to the dentist. There are so many required boxes which are often irrelevant so you start making up BS just to submit the tar, SR. Then the SR goes to level 1 where someone tries to help you. It'll take them 10 days to understand that the SQL in question is an internal SQL statement submitted inside of Oracle. They will be asking me schema design questions or some other irrelevant stuff. Might as well ask me how I liked the weather. Sorry to rant, so I'll stop.
    Keith :-)

  • Input variables screen always visible

    Hi....i have a WAD and i want to know if theres a way to have the input variables screen always visible ....for example i want tha t the variables input fields always on top of the WAD, and the user can write new values and click on execute button (or something like that) and execute the WAD.......
    Another option would be using input fields in WAD but i dont know if its possible to pass the web item input fields values as filter for WAD queries....
    Regards

    Hi Oscar,
    Just add this piece of code within the <body>....</body?  to your template backend
    <!-- Display Variable Screen --->
              <TD class=SAPBEXNavLine><A href="<SAP_BW_URL CMD='PROCESS_VARIABLES' VARIABLE_SCREEN='X'>"><IMG
                alt="<SAP_BW_TEXT program="SAPLRRSV" key="T76">" src="Mime/BEx/Icons/S_B_VARB.gif"
                border=0  valign="middle"></A></TD>
              <TD class=SAPBEXNavLine> |</TD>
    Just check if src="Mime/BEx/Icons/S_B_VARB.gif" is present in your repository. This if for the icon.
    Hope this helps...!!

  • Data points not visible on xy chart

    I am trying create an xy chart (a scatter plot) in staroffice (.sxc) using two sets of data:
    Data 1:
    -0.15
    -0.1
    0.04
    0
    -0.1
    0.18
    -0.05
    0.08
    0
    Data 2:
    5
    50
    80
    70
    80
    80
    50
    90
    80
    After having selected my data, axis specifications, etc, when I click "create" , the chart is created, but no data points are visible. I have created another chart with different data where the data points are visible
    I have not modified the axes scale.
    The data points will display on any other type of chart except the scatter plot, which is the one I need. Has anybody experienced this problem/know how to deal with it?

    Where, for example, the first point is (-0.15, 5) where -0.15 in Data 1 is equivalent to 5 in Data 2

  • JMenu and making the popup always visible

    hi,
    i need to keep the menu's popup visible always and eventually the selection of an item even when the focus moves to another component-a text field nearby for example.can this (and how if it is) be achieved or it is totally up to the look and feel and i can't do much about it?
    thank you.

    just for the record,it seems it actually is doable.at least i have a prototype working.it involves removing default mouse listeners from jmenu i jmenuitem and installing "custom" ones that manage the transition of the menu from one state to another.

  • RE1000 - SSID Always Visible, No Internet

    Pros: Easy setup
    Cons: While clearly in range of router, Extender does not connect to the Internet; my laptop can connect to the router with four bars from the same location and get the Internet.
    SSID is always visible.
    Other Thoughts: Cisco should sell Linksys so that the products can be good again. Why do big companies by successful ones only to screw up their products?

    The RE1000 is meant to extend the range of an 802.11n network. While the device has the ability to extend the signal for a traditional 802.11g router. The reason for this is because the RE1000 is built to extend 2.4 Ghz 802.11n signals which use MIMO as well as other advanced technologies, if attempting to extend a G network you will not achieve the desired performance because it is not optimized to extend standard 802.11G signals.
    Remember that the RE1000 will only extend the 2.4Ghz frequency. Meaning that if you have a router that is dualband you can only use an extender on the 2.4Ghz channel. The 5 Ghz channel does not currently have an Extender available for it. Since some dual band routers have the ability to select which frequency you want activated. Always make sure 2.4 Ghz is enabled if you are having troubles configuring.
    Possibly try and use the Setup Utility and make sure the RE1000 is close to the router when first setting it up. The utility will test your network performance through the setup.
    Remember to quickly get to the RE1000 after it has been setup, you can click on Computer > Network > then look in network infrastructure to see the RE1000. Double Clicking it will launch the setup page.
    Lastly and most importantly, remember that in order to get the best performance from an RE1000 you need to place the extender in an area where you still have at least 50% signal strength to your router when you place it in the final location where the RE1000 will be used. During every call where you configure the RE1000 you will need to login to the UI after you have put the RE1000 in the final location to verify the signal strength.
    For ALL configurations you should have between 2-3 bars of signal at the very least. If you have less you will need to move the RE1000 closer to the router. You can also check the status on the status page of the RE1000 as well. On the status page both Signal Strength and Signal Quality can be measured. If either set of bars is red you must move the RE1000 closer to the Router.
    Also, let me know which brand of Router are you using and what is the exact configuration of your router, so that we can understand the same in a better way....

  • Keeping Submit button always visible

    I have a huge dynamic form that scrolls down. I want to know if it is possible to keep the submit button that is shown at the top of the page to be always visible even if one scrolls down the page. I am using designer 8.
    Thanks

    If formcalc:
    in the change event of the checkbox put:
    if ($ == 1) then
    StaffSubmit.presence = "visible"
    else
    StaffSubmit.presence = "hidden"
    endif
    in the click event of the button put:
    StaffSubmission.presence = "hidden"
    $.presence = "hidden"
    in the docReady event of the button put:
    if (StaffSubmission == 1) then
    $.presence = "visible"
    else $.presence = "hidden"
    endif

  • How can I script a Flash .exe file to always stay on top of all other windows?

    Hi All,
    I'm new to action script, and I just need this one script
    > How can I script a Flash .exe file to always stay on top of
    all other windows?
    Basically what i want to do is have a flash-created
    step-by-step instructional movie, but for the movie to remain on
    top of all windows so the instructee is able to follow the
    instructions on-screen...
    It would be preferable to not have to buy another product
    just to do this... as I said, this is the only scripting I need.
    Thanks in advance
    Cheers
    Rick

    if you create your exe with mProjector you can use one of its
    new AS
    commands to do this.
    setZOrder
    http://www.screentime.com/software/mprojector/docs/mWin_setZOrder.htm
    all APIS
    http://www.screentime.com/software/mprojector/docs/index.html
    Demo
    http://www.screentime.com/software/mprojector/demo.html
    mProjector installs new classes and help into Flash, to
    enable them you
    must build your app with mProjector (its input is your swf)
    John Pattenden
    Screentime Media - Flash Tools since 1997
    http://www.screentime.com

Maybe you are looking for

  • Validation of vendor number vs. Accounting Group

    Hello Experts, We are using ESO 5.1 with integration package, connected to an ERP 5.0 backend system. I've confirmed an issue when creating a vendor in ESO for publishing to ERP, as E-Sourcing does not validate the vendor number the user is assigning

  • Cataloge problems

    Catalog can not open quite a lot of files during creation of an index, although the pdf could be open with Acrobate9. How can I modify these pdf that they will be include in the index Another problem: During indexing a folder with many pdf the progra

  • Start with Connect By: What if Parent is the Child?

    Version : 11g Hi There, I had a question regarding Start with Connect by. The following is an example from the ORacle help from the Emploees table select case when connect_by_isleaf = 1 then 0 when level = 1 then 1 else -1 end as status,        level

  • Solaris Weblogic 8.1 Server - starting Weblogic as non-root user

    Hello, Currently we are starting weblogic 8.1 server as the root user, but would like to start as a non-root user. (our unix team isn't too happy giving us, the dev team the root password!). Is it possible to start Weblogic 8.1 on Solaris 8 without t

  • Grey overlay using safari

    using latest safari, i get a grey overlay with info in the lower right hand corner that cannot be accessed