How to maitain size and position of a panel in lookout?

To my project, i need to show several panels at same time. The user no to be able to rezise or move panel of their position.
Sombody can help me?
By the way, i'm using lookout 4.5 build 19

Unfortunately, there is not a direct way that you can “lock down” the panels to prevent the user from moving them. However, one thing you might want to consider is to use a button that will automatically position the panels where you want them every time the button is pressed. Another thing you could use is a timer that will automatically position the panels where you want them at a specific time interval. Both of these methods involve using the X and Y data members of a Panel.
However, I would suggest that you submit a product suggestion for the next revision of Lookout to include the feature that you are looking for. Please go to ni.com/contact and then go to the Product Feedback section.
Russell G.

Similar Messages

  • How to change size and position of default TOC

    Is it possible to change the width, height and position of the default TOC menu in Captivate 6? 
    Currently the default TOC menu goes from the top of the window to the bottom.  In order to fit better with the graphic UI we are using for the course it would be better if the TOC could be positioned about 40px from the top of the window and end about 50px short of the bottom. I can find no way to change the size and position of the TOC from within Captivate.
    I have tried changing the CSS stylesheet for the HTML version and that will work but it does not work for the SWF version.
    Thanks,
    Richard

    Hi Rod,
    I am hoping that you are still following this thread.  I have a client who really wants to be able to changes the size and position of the default TOC and you mentioned that it would require extensive AS3 coding. I am hoping that you can give me some idea of where the AS3 files are located that I would need to take a look at.  I am working on a Mac using OSX 10.7
    Thanks,
    Richard

  • How to set the size and position of JFrame

    hey all,
    i have a frame and i devide the frame into three panels, i want to make the top panel the lergest and make it square. and the rest two panels in small and in the bottom of the frame.
    could you please help me to set the size and position of the jpanel
    Thanks

    If u want the bottom 2 panels to be on the same level, u can try setting ur content pane to use the BorderLayout and the adding the 3 panels to it with BorderLayout.NORTH(for the TOP panel), BorderLayout.EAST(RIGHT panel) and BorderLayout.WEST(for LEFT panel).
    Don't know if this is what ur looking for, maybe u could describe more on ur layout with a sample image or something?

  • Object Size and Position values not being retained

    Hi,
           I'm trying to set the size and position of a picture object in a report. This logo, should appear on the top right corner of the report.
    The margins of the report are Left - .79 in, Right - 0.79 in, Top - 0.79 in and Bottom - 0.39 in.
    The size of the picture object should be 1.574 x 0.79 inches.
    I have ensured that File -> Page Setup -> dimensions are in INCHES.
    I right click the logo and select 'Size and Position'.
    I set 'Y' (distance between top of object and top margin) = 0. This is to perfectly align the object with the top margin.
    Now, i set the height of the object = 0.79 inches. Ok the dialog and close.
    The strange thing happening is, when i re-open the size and position dialog, i see that the values i set are not being retained.
    0.79 becomes 0.810
    and
    0 become -0.010.
    What am i doing wrong here? How can i make sure the values i specify in the size and position dialog are  retained.
    Thanks.

    Ensure File | Options | Layout tab has the following UNMARKED!!!!
    Design View
      Guidelines
      Grid
    Preview
      Guidelines
      Grid
    Ensure that "Snap to Grid" is turned off.
    Make your grid size larger (.5 inches for example)
    What is occurring (I suspect) is that your objects are snapping to the grid - thus changing the position and possibly size due to the Snap to Grid being turned on.

  • Can you change the units used for size and position in layout editor?

    Hello,
    In Aperture 3.4, does anyone know if you can change the units used for size and position in layout editor?  The page is set in inches, but the image size and position are given in centimetres and I would prefer to work all in inches to create custom layouts.  I can't see any way to change this.  If anyone knows how it would be much appreciated.  Thanks!

    Aperture uses the unit settings defined in the System Preferences.  Set the "Measurement Units" in the "Region" tab of the "Language & Text" preferences to "US"; the Aperture will display the Size & Position in inches, if it is the "Book" layout manager you are asking about.
    Merry Christmas!
    Léonie

  • Missing Image Size and Position Data

    In AI CS5 the size and position of an image were displayed in the top toolbar when you selected the image.  This is missing in AI CS6, how can I get it back?

    Well I did discover that what I need is called "Transform" but it's already checked in the menu you suggested.  In fact EVERY box is already checked in that menu, and checking or unchecking them from that menu has absolutely no affect on anything anyway. 
    I found that I can expand one of the menus from the right side, and the "Transform" box is there, and that's fine.  But that data (object size and position) was very useful when displayed on the top toolbar in CS5. Any idea how to make it appear in the top toolbar?  It will un-dock (and is very difficult to re-dock)

  • HELP! Controlling size and position of new window from applet

    I am totally new to using java. I am making use of a java applet for showing images. Each image may be clicked to open a higher res image in a new window. I want to be able to control the size and position of the new window. The windows need to be different sizes for each image - a couple may be the same size but some will be different.
    I found this:
    <<<<Yes it can (but not after the window has been created). JavaScript can open documents in a new (or an old) window with eg.
    <script>
    window.open("document.url", "window_name", "toolbar=no,statusbar=no,scrollbars=no,resizable=no,width=600,height=400");
    </script>
    The new window will have only the title bar and the frame around the document, nothing else.
    That can be made a function and called from an applet through liveconnect.>>>>
    from a search re window sizes but I need more explicit help with how to put it into my document! This looks like it might work with the exception it doesn't give a position but I could even live without that.
    Am I correct in assuming tha this script goes in the <head> of the document? If I have several different sizes, I would need to have several different but similar scripts but with different window names?
    Do I substitute the actual url where it says "document.url"? What about "window_name"? And what does liveconnect mean?
    Here is a sample from the applet coding I have in place:
    \\\\\<param name="image2" value="barneygargles_th.jpg">
    <param name="link2" value="http://www.barneygargles.com">
    <param name="statusmsg2" value="Barney Gargles Family Restaurant">\\\\\
    Please, I hope someone can help with this! This is driving me crazy!
    Thanks to anyone who can walk me through this one!
    Linda

    I have been searching the internet for more information and it appears that others have been faced with this problem.
    I have found a couple of possible answers but I am not sure how to do them.
    http://forums.macosxhints.com/showthread.php?t=64059
    http://forums.macrumors.com/archive/index.php/t-119915.html
    The first link seems more relavent but I am not sure how to do what it is talking about.
    Can anyone help?
    I have recently moved from a PC to MAC and this problem is really getting in the way of my work.

  • [GeForceFX] WDM video capture image size and position

    Hello to all.
    When I do video capture with my MSI FX5900-VTD128, the picture is not centered correctly and not at the right size either.
    Let's take for example that I want to record TLC. I always get a black vertical bar on the left side of the capture video and the TLC watermark is also missing on the screen. In other words, if I could move video capture screen to the left, I would regain the full video frame.
    One of my friend has a different video capture card and he is able to correct the screen size and position. Is this possible with my video card ???
    I have a lot of shaded options in my nVidia WDM setup. Things that I cannot change. Any clue on how I can resize my capture video and how to eneble shaded option ???
    Thanks !

    Man... I have VHS tapes that I want to put on DVD... It reallly does not work... It looks like if the image was zoomed in and a little bit to much on the left... 
    Does someone know if it is possible to adjust zoom level and image centering on the nVidia WDM capture video screen ???
    Need some help here ! 

  • Size and position of Finder Window at reboot

    I realize this issue has been covered, but I haven't been able to find and answer to my specific problem. Recently I have noticed that when I reboot my MacBook(10.6.8) the Finder Window opens in its default size and position.  I set the size and position as required and it maintains that setting until I shut down. The next time I boot up the same thing happens, finder window is back to the default setting.  All other settings(view etc) are OK, it's just the size/position that doesn't hold at shutdown. This is becoming a real nuisance and I would like to find a fix if possible.  I have trashed the finder.plist and that doesn't work.  Also tried some of the listed possible cures, to no avail.  Does anyone have a fix for this problem?
    Thanks in advance for any and all suggestions.

    I have been searching the internet for more information and it appears that others have been faced with this problem.
    I have found a couple of possible answers but I am not sure how to do them.
    http://forums.macosxhints.com/showthread.php?t=64059
    http://forums.macrumors.com/archive/index.php/t-119915.html
    The first link seems more relavent but I am not sure how to do what it is talking about.
    Can anyone help?
    I have recently moved from a PC to MAC and this problem is really getting in the way of my work.

  • Size and position of Safari windows

    I don't think anyone's noticed the problem discussed at the end of a thread, outlined here:
    K H N Lim, "Enlarge Window Size" #3, 01:44pm Jul 28, 2005 CDT
    It's a problem a lot of people (okay, four of us) are having. Quick summary:
    "I launch Safari, resize the window and position it at the upper lefthand corner. Quit Safari and relaunch. Initially the window stays put, but after a while, the position shifts. And keeps shifting more and more toward the right of the screen with each subsequent launch."
    I've had the same problem and it makes it hard to switch from one app to another, with Safari shifting all over the screen and refusing to remember how it was positioned from launch to launch. Any ideas what's up?

    I used to be bugged by this too. Then I saw a message from someone who suggested the following applescript (with changes to coords to match your screen size and position you want). Mine is set for 1600 x 1024 resolution on my 22" cinema display. The coords are for top left corner and bottom right corner of the Safari window.
    Make a new bookmark, i.e. press COMMAND-D
    Specify that it should go in the bookmarks bar.
    Go to the bookmarks screen in Safari.
    Find the bookmark.
    Select the name (left side) and edit it to something like Window Position.
    Select the URL (right side) and paste in (without the quotes)
    "javascript:self.moveTo(190,0);self.resizeTo(1150,995)"
    Close the bookmarks window/screen.
    Click on "Window Position" in the bookmarks bar and the window will resize to specified size and position.

  • Size and Position of New Safari Windows

    When I click on a link in safari and it opens a new window I would like to be able to have that window open at a particular size and position of my choosing.  How can I do this?

    I used to think that it used the same size and placement as the last window closed but it is not doing that for me now.
    It should.
    Since you're running Lion disable Resume >  How To Disable Lion's 'Resume' Feature - MacRumors.com
    Then restart your Mac.
    If that doesn't help, go to ~/Library/Caches/com.apple.Safari
    Move the Cache.db file from the com.apple.Safari folder to the Trash.
    Restart your Mac. Launch Safari. See if it will "remember' window size.
    Message was edited by: Carolyn

  • Size and Position of a document"s window

    Why doesn't InDesign CS4 remember the size and position of a document"s window?
    This worked in all previous InDesign versions + it certainly still works in Photoshop and Illustrator CS4.

    This is an annoying problem for me too. Recently upgraded from CS2 to CS4. I use styles a lot and like to keep the palletes for them open on the bottom right of the screen. I used to reduce the width of a window of a document back so it sat to left of these palletes and it would stay this way whenever I opened it, but now every time I open a document it defaults to full screen width and so need to move the styles palletes to access the thing at the bottom right of the document window to resize it. This is very annoying. How do you set it so Indesign remembers a document's window width as well as its position? If you can't, why the hell not? Also tried this with application frame, but it has the same behaviour within the frame. Not keen on application frame anyway, still like the option-click on the desktop behind to hide the app quickly.

  • Size and position of dialog boxes

    how do I set the default size and position of dialog boxes in the GUI editor?
    I have tried a lot of things and it don't seem to work
    thanks in advance

    I don't want to customize them, I just want them to be a specific size and place to start with
    right now they show up, either rolled up, in the upper left of my screen if I don't set the locationRelative parameter, or in the center of the screen, rolled up, if I set the locationRelative parameter

  • Restoring the window size and position of Disk Utility

    I took my mac-mini to a memory upgrade this afternoon, and the guy, who was testing the new configuration of my mini, started, and changed the size of the disk utility window. I hate so much if someone tweaks my personal stuff/setting in their image so much, that I could explode! How can I restore it to the default size and position? I cannot find anything about this on the net, and this is the only setting, I could not restore.

    I'm sorry, ignore that Applescript Snippet, use this one instead (make sure to open disk utility before you run it!):
    tell application "System Events"
              tell process "Disk Utility"
                        set theSize to size of window 1
                        set theNiceSize to (item 1 of theSize) & "x" & (item 2 of theSize) as string
      display dialog theNiceSize
              end tell
    end tell

  • Locking Chart Size and Position

    I have a document that contains multiple workspaces with 2 charts on every page. I can scroll through each chart and the data changes when I do so. I have set width, lenth, and position sizes and once I set them and go through a few more, when I go back, the sizes and positions have changed/adjusted on their own to numbers I didn't set.
    Why is this?
    How can I lock size and position?

    "Workspace" is not a Numbers term that I am familiar with. Do you mean "Sheet"? You say you are using Numbers for OSX, but what you are describing sounds like an iWork for iOS complaint.
    Sorry, but I don't have enough information to go on to make a suggestion.
    Jerry

Maybe you are looking for

  • IPod Error Message: "The disk could not be read from or written to."

    Hello! I was syncing my sister's video iPod (30GB) and this error message pops up "Attempting to copy to the disk. "SARAH'S IPO" failed. The disk could not be read from or written to." I have restored it three times already, but once it starts puttin

  • Project Server 2013 SSRS reports by logged in user group

    Hi All, We are using project server 2013. We have developed SSRS report. We need to display the projects based on the logged in user security group(e.g Project Manager, Administrator etc.) I tried with the below query got from a forums. But it is not

  • Autoreplace in JDeveloper

    Hi All, Do we have auto-replace in JDeveloper like auto-replace in TOAD and PL/SQL Developer. If Yes, please let me know the navigation. I am using JDeveloper 11.1.1.3.0 Thanks gt0990

  • Cant see .swf file

    Hello, Im using the SWFLoader to load a .swf file, this file is around 2,110k I have put it in the source, embed it in variable, put the file in website and then put it in the source, but It doesnt play it. And in the design view it just shows empty.

  • Shuffle Pictures Screen Saver / Energy Saver not working after 3.1.1 update

    (cross-posted from the Snow Leopard discussions) Hello, I've noticed that my Screen Saver has not been kicking in lately and thus my iMac hasn't progressed to the full Energy Saver profile settings (Computer Sleep in 1.5 hrs & Display Sleep in 30 min