How do i place new item behind an old item on front panel

is there a "bring it forward" or "place behind" button.  right now i just cut and paste the old item in front of the new item, but not a good way to do it...if its a shared var in a loop it may land in the wrong place on the block diagram when i paste it back in the Front panel. 
Solved!
Go to Solution.

Yes. There's a "Reorder" button in the toolbar.
Message Edited by smercurio_fc on 07-23-2009 09:02 AM
Attachments:
reorder.PNG ‏5 KB

Similar Messages

  • How do I place a watermark "behind" an image?

    How do I place a watermark "behind" an image?

    Hi there,
    By behind I assume you mean over top an image.
    There are different ways, the easiest way is mentioned above.
    Following the same principle you can create a new file with a transparent background. Design your watermark etc and save the file as a .jpg or tiff.
    While your watermark is still open in Photoshop open the image you want to apply the watermark on.
    1) Go back to your watermark image and 'select all' or simply Ctrl + A.
    2) Then press Ctrl + C
    3) Go to your image file now and paste the watermark on top of the image by pressing Ctrl + V.
    A new layer is then created and you can change the opacity to whatever you like to adjust the visibility of the watermark.
    4) Save the file as a psd and keep this file for later use.
    5) If you want a web friendly jpg then open the psd and save a jpg version.
    Hope that helps!
    -SC
    http://www.learnitanytime.com/courses/?tab=All-Courses

  • I have one playlist on iphone4. how can i add new playlist without deleting old one. i do not have old playlist in itunes any more.

    I have one playlist on iphone4. how can i add new playlist without deleting old one. i do not have old playlist in itunes any more.When i try to sync iphone with itunes it says that this action will remove my old playlist and all songs.

    "it says that this action will remove my old playlist and all songs."
    Are you connecting to a different iTunes library than you normally connect to?  That will erase the songs and playlists since the iPhone can't be connected to multiple libraries even if it is in manual sync mode.
    If you no longer have access to the original library that your iPhone calls 'home', then the only way to save the playlist (and the songs on your iPhone) would be to use a 3rd party application to extract your iPhone contents to this new iTunes library you're trying to connect to.

  • HT4137 how to backup my new Iphone from my old Iphone ?

    how to backup my new Iphone from my old Iphone ? Forexample, i just bought Iphone5 and I want to put all messages, which is in my old Iphone 4 to my new Iphone 5.
    please help cause need you helps.

    Transferring information from current device to new device

  • How can I display the name of my refnum on the front panel?

    I am writing data to a file. To do this, I am using "Open/Create/Replace File" to prompt the user for a filename, which is then output to my VI as a refnum. I then write strings to this file with "Write to Text File".
    How can I display this filename (with the path) on the front panel after the user has input it?
    Michael
    Solved!
    Go to Solution.
    Attachments:
    refnum.JPG ‏45 KB

    Use the Refnum to Path function, in File I/O -> Advanced File Functions palette. You can wire this to a path indicator.

  • How can I get a reference to all controls on a front panel of one type )for example of the type Text Ring?

    I'd like to set the strings[] property of all the Text Ring controls on a front panel at once without creating a property node for every text ring. How can i do that?

    > How can I get a reference to all controls on a front panel of one type
    > )for example of the type Text Ring?
    >
    > I'd like to set the strings[] property of all the Text Ring controls
    > on a front panel at once without creating a property node for every
    > text ring. How can i do that?
    This is likely more complicated than making property nodes for each
    ring, but you can do it. Make a subVI that takes in a panel reference,
    reads the array of control references, loops through them looking for
    rings, and modifying the Strings[] property on each ring.
    The part of this that will probably be the least obvious, when you
    have an array of control references there are two ways to find out
    if an element is a ring. You can read the classID and compare it
    to the cla
    ssID of a true ring control. An alternative is to cast
    the control reference to a ring control using a Cast to more specific
    node and wire the error out to a case structure. The error case is
    where the objects that aren't rings will go. The success case case
    where you will have a valid ring refnum that you can use to modify
    the strings.
    Greg McKaskle

  • How can we get an image of selected area of the front panel

    i am plotting some graphs and want a group photo of all those in one shot is it possible????
    n i want to get the graph coordinates on the mouse click.....
    i.e when i click on the graph at any place the values corresponding to it must be retrieved. how do we do that,,...
    i have tried with the labview help but didnt get any help
    help please????????

    Here's a start.  This will get the front panel image and display it as a picture indicator.
    You could use an event structure to capture the mouse clicks on the picture control to set the image area.  Then using the mouse coordinates (referenced from the image coordinates), you can get the image subset "Get Image Subset.vi".
    Message Edited by vt92 on 04-20-2010 08:30 AM
    "There is a God shaped vacuum in the heart of every man which cannot be filled by any created thing, but only by God, the Creator, made known through Jesus." - Blaise Pascal

  • How can I stop and restart a .vi with a single front panel button?

    Hey guys, a newbie here.
    I have a .vi with a stacked sequence. The first few frames are hardware initialization and settings (LIN master node) and the data the hardware should transmit (frame response table). In the next frame there's a loop in which the hardware sends and recieves data (LIN monitor). If I want to change the initialization, settings or data values, I have to stop the .vi and restart it. I was wondering if there is a simple way of doing this with a single click (a button on the front panel).
    An alternative would be to put another loop outiside the whole stacked sequence and then run it a single time with a push of a button (the inner loop should let the outer one restart), is that possible?
    I hope I made any sense. Thanks for any suggestions.
    Tomaz
    Solved!
    Go to Solution.

    Ideally, redoing the code with a state machine would be the best way to go, if only so that you can add this powerful tool to your toolbox. That being said, wrapping your existing code in a while loop, with its own stop button to stop the program, will work if executing the entire sequence is ok. Where you might run into problems with this is if there is a step in the sequence that shouldn't be executed again, then it would require wrapping that sequence frame's code in a case statement that executes only the first time through. If you have the time, learning how to use a state machine would be a real benefit, really taking your LabVIEW knowledge to the next step, if you pardon the pun.
    Putnam
    Certified LabVIEW Developer
    Senior Test Engineer
    Currently using LV 6.1-LabVIEW 2012, RT8.5
    LabVIEW Champion

  • How can I simultaneously acquire and display an image on the front panel using a PCI-1424

    Dear friends;
    I want to use PCI-1424  , and labview 5.1 to capture the image,  But I can not find some functions in labview to capture, display and save the image.Can you be kind to share some examples or provide some information.
    Another question is how I CAN display the image in the front panel.
    thanks so much

    Hello yangshang,
    Thank you for contacting National Instruments!  To acquire images from the 1424 you will need NI IMAQ 2.5.1 or later.  This can be found HERE on our drivers download page.  One thing to note is that in LabVIEW 5 we only had the ability to view an IMAQ image as a pop up window.  This VI is called "IMAQ Windraw".  This will pop up a separate window that will display your picture.  If you need to view the picture on the front panel you can try saving the image as a file (BMP, JPG, etc) then use the LabVIEW Graphics and Sound VI's to Read a picture file in and then wire the picture to a picture control on the front panel.  Let me know if you have anymore questions.  Good Luck.
    Regards,
    Mark T
    Applications Engineer | National Instruments

  • How can I place an image behind my header?

      I am using a template for pages and I have been selecting their different styles of pages.  They all have a image behind the header as a background...except one page.  I would like to add it, but the image will only go in front of the header.  I need to be able to see the header! :-) Anyone know how to solve this?  Thanks!

    I see the problem.
    It works on the other pages because the things behind are Background Objects, but I see no way of making the foreground objects (as on the Mailer page) background objects. Background Objects are not supposed to exist in Layout mode templates.
    I can see nothing in either the Wrap Inspector nor in the Format > Advanced options that distinguishes the two.
    As far as I can tell Apple has done something in their coding but put no User Interface on it.
    The only way around this that I can discover is to modify one of the pages where the objects are already Background Objects, to reconstruct the Mailer page by making them Media Placeholders then dragging a new image in place of the existing. Then it stays a Background Object.
    Peter

  • Adobe CS5 - How can I place vector shapes behind a mask?

    Hello,
    I am creating a logo in Photoshop which will have rows of horizontal lines that form the shape of a hexagon.
    This is what part of the logo will look like:
    I used the Vector Shapes tool to create the lines, because I will need to re-size the logo without distorting it.
    I want to use a mask shaped as a hexagon to cover the edges of the lines. Here is how I created the hexagon mask:
    New layer
    Polygon tool
    Changed the setting to Paths
    Created the hexagon
    Went to Layer > Vector Mask > Current Path.
    After I created the mask I tried to see if I could copy and paste the lines (still vector shapes) into the blank area of the mask, but when this happened the lines were converted from vector to raster form.
    What is the best way to mask multiple vector shapes without changing them into rasterized images? 
    Here are the screenshots:
    BEFORE:
    AFTER:

    Did you try clipping the two layers? Place cursor between layers, hold down the alt/opt key and click.

  • TS1368 how to activate a new computer with my old itunes

    I am trying to set up itunes on my new computer, but it will not let me move any purchased items because my computer is not activated to this account. How do i activate it?

    If using iTunes 11... See this Discussion...
    https://discussions.apple.com/thread/4631735?tstart=0
    See Here for full details...
    About authorization and deauthorization

  • How do I setup new iPad to get old iPad apps

    New iPad air.  Want to get apps and setup from old iPad to new, then clean up apps I no longer need.  How do I get apps to new iPad via iCloud.  Note:  I may not have set this up properly when I set up the new iPad, so I may need help getting that resolved first.

    mrjlreed wrote:
    I found documentation referring to the setup iPad screen, but cannot find it anywhere.
    The setup screen appear when you first turn on a new iPad.  If you iPad is already set up, you can return to the setup assistant screens and set it up again by going to Settings>General>Reset and tapping Erase All Content and Settings.  When you go through the setup screens you will be given the option to Restore to iCloud Backup.  If you have an iCloud backup of your old iPad, choose this option and follow the prompts, choosing the backup of your old iPad to restore to.  Be sure your iPad is connected to your charger and wifi while it is restoring the backup.
    This article explaines what is contained in the iCloud backup: http://support.apple.com/kb/PH12519.

  • How can I use new apps on an old macbook?

    Hi all.
    I've been using macs since September now, and there are a number of things I've found infuriating about working on my Macbook...
    My Macbook is an old, mid 2007 model, Version 10.6.8, with a 2.16Ghz Intel Core 2 Duo Processor and 4GB.
    Unfortunately, this model of Macbook will not update to any later version.  This means there are a lot of apps I cannot use on it.
    I'm a filmmaking student, so editing is a huge part of my course. When downloading the newest version of any editing software (such as Premiere Pro or Avid Media Composer), the Macbook will simply refuse to install it, because it requires a newer version of OS X. This is just one example of the many things I cannot do due to the OS X version on here.
    How can I get around using newer apps such as Premiere Pro with version 10.6.8? Baring in mind I'm a student so I cannot afford to spend money on a new hard drive or anything.
    Also, if I have bought various games on Steam, but some of them are seemingly only playable on PC, can anyone tell me how I can get around playing those games on a Mac?
    Any help is greatly appreciated.
    Thank you in advance.
    Steve

    The Core2Duo MacBook (13-inch mid 2007) is rather dated, and to run a certain type
    of software on that model you'd have to get the version which was current when the
    computer model and the OS X versions it could run were prevailing. So an old version
    of something you need (used, new-old-stock, etc) may do the job for a time.
    Also, the Core2Duo series of early MacBook can run Lion 10.7.5 and that is about $20.
    as a download with code you buy from the Apple Store online. There are a few updates
    to the Lion version 10.7 once you went that far. Some older 10.6.8 capable applications
    for Intel based Macs would probably still work OK in 10.7.5, but none of the PPC coded
    third party applications would run without the Rosetta feature installed in Snow Leopard.
    According to MacTracker database, your old Core2Duo is one of those which can run
    Lion 10.7.5 at the latest, and a slight upgrade in RAM to 3GB total, is possible. Not sure
    if any advantage of using two 2-GB chips would be seen as functional in there, but that
    is an easy way to round off what is written as the higher supported amount of RAM. With
    two of the 2 GB chips. Otherwise: one - 1 GB +  one - 2 GB = 3GB lists as total.
    A good repaired MacBook or MacBook Pro of earlier vintage isn't very expensive; some
    companies offer the versions older than those available at the Apple Store refurbished
    page, that still may be capable, yet not run the latest applications. And several of them
    probably should not run Yosemite since their hardware may be marginal. Models that
    cannot have their hardware upgraded to run a later OS X, should not be chanced.
    Sites such as macsales.com sometimes offer used Macs, wegenermedia.com has a
    few different models, since they repair computers and offer excess on their site. The
    powermax company has some. Not sure who actually repairs what they sell, with an
    exception to wegenermedia who does repair on-site and will accept repair orders.
    The everymac.com site is helpful in comparing various build year model specifications
    as is the downloadable database of update upgrade specs from http://mactracker.ca .
    So, you can upgrade past Snow Leopard 10.6.8, but that may or may not break other
    applications you may still be able to use from the preceding era of Mac software. Lion
    also would probably prefer more RAM than SL 10.6.8, so you're max-ed out there.
    The MacBook series has been discontinued for nearly 5 years (2006 to 2010) so their
    last model was among the better ones. MacBook/Pro 13-inch Late 2012 remains good
    since you could add RAM and possibly upgrade the hard disk drive. It's a non-retina.
    Hopefully you can find a deal on some good condition later model MacBook or Pro.
    Good luck & happy computing!

  • How do I get new iTunes to recognize old library?

    My pc crashed. I had to reinstall windows. I reinstalled itunes but I need it to recognize the original library. Please help.Thanks!

    SteveJobsRIP_1955-2011 wrote:
    Is this a Genius Bar type situation?
    No.
    It is a hold Option and launch iTunes.
    Select Choose library... and select the iTunes folder on the external drive situation.
    I now fire up iTunes on the MBP, in the Advanced Pref I point the iTunes Media folder location to the new external HD:  /Volumes/iTune New/iTunes.
    Don't do this...
    But it really looks like you messed up something.
    In the iTunes folder you seem to have all your music folders.
    Your iTunes folder should have only these items...

Maybe you are looking for

  • Open Link in New Window fails

    It seems after a while, now Firefox 4.0.1 has a issue with the "Open Link In New Window" option fails to load the web page. It opens the new window, but does not load the web page that you click on. Instead it opens a new window with a blank tab.

  • After downloading iTunes 7.0.2 its stopped working Help!!

    I downloaded the upgrade as usual but then when i went to open iTunes it said i needed to reinstalled iTunes. I did using my cd that came with my ipod nano (which i got this year in march) but it then came up with an error message saying that the Lib

  • Site with editable regions won't allow editing

    Hi, I have set up multple sites for InContext Editing. All works fine except this last one that won't allow editing online. When clicking "Edit Page" I get a message saying "There are no editable regions." I have checked and double checked the pages

  • Can I convert a PDF to XLS with the trial version?

    If so, how do I do this?

  • HR Renewal 1.0 FP4 and Standard Process

    Hi,   We had recently installed HR Renewal 1.0 FP4 in our sanbox client and when we checked the tcode HRASR_DT which is design tool for HCM Processes and Forms under Forms and Scenarios standard forms are listed but we don't see standard process. We