Delete array icon won't expand

Hi,
Does anyone have problem with "delete array" icon that won't expand to accept more indexes?  From the Context help, it shows the delete array icon as expandable, but it won't work.
thanks,
atd
Solved!
Go to Solution.

No, the node is not expandable. I guess the image in the context help indicates how the node adapts to higher dimension input arrays.
Having the node expandable would be very dangerous because the indices assigned to elements of course change with every deletion. If you need to delete many sections, htere are much better ways to do this. "Delete from array" should typically not be used repetitively (e.g. in a tight loop).
For some better ideas, have a look at this post. As you can see here, doing it efficiently can be orders of magnitude faster. Is your array 1D, 2D or higher?
LabVIEW Champion . Do more with less code and in less time .

Similar Messages

  • Delete Array

    Hello.
    I have a array and from which at some specific index i need to delete small portion of array like:
    0 pass
    1 pass
    2 fail
    3 fail
    4 pass
    5 fail
    6 fail
    no i have to delete  from above array, 1st three elements then two elemets and last remaing two elements which i am not able to do using delete array icon.
    So if anyone can help me.
    Thanks
    Solved!
    Go to Solution.

    Well, if you run your VI in highlight execution mode, you will probably see that it is not doing what you want from the get go.  Why are you wiring the start index and the length to the same value?  Have you looked at the help file dor the function and understand how it works?
    In your example, your first pass will delete 4 elements from the array starting at index 4, so indices 4, 5, 6, and 7.  Your start indices and lengths probably need to be different values.  Next, the way you are doing it, realize that your starting indices will continue to change.  You will probably want to do it backwards, so the end of the array is changing, not the beginning.  Then, you won't need to dynamically modify the indeices.

  • Icons won't stay in dock

    Some icons won't stay in my dock when I drag them from the applications folder, but others will.
    I have tried the following without success:
    -gone to library/preferences and deleted com.apple.dock.plist then done a restart
    -gone to library/preferences and deleted com.apple.dock.db then done a restart
    -gone to library/preferences and deleted com.apple.DiskUtility.plist then done a restart
    -used disc utility to repair permissions
    -opened an application from the applications folder then whilst the icon is in the dock used right click.options/keep in dock
    -deselected dock synchronisation from mobile me sync
    None of these measures work though iPhoto & iTunes are not affected by the problem.
    The only workaround I have found is to create an alias of an application and drag this to the dock where it does stay put.
    Can anyone suggest anything else?
    jbs12345
    mac os 10.6.7,
    Macmini2,1
    Dock
      Version:          1.7
      Last Modified:          25/03/2011 19:52
      Kind:          Intel
      64-Bit (Intel):          Yes
      Get Info String:          Dock 1.7
      Location:          /System/Library/CoreServices/Dock.app

    -deselected dock synchronisation from mobile me sync
    I would pursue this avenue further.
    See this thread:
    How to stop application folder form disappearing from the dock
    and this article:
    How to Solve All Your MobileMe Sync Problems

  • Tumblr's images won't expand -- known to be only a Firefox issue

    In the last three-ish days, I've been noticing that my Tumblr dashboard:
    a] won't load past a few pages (I use infinite scrolling)
    b] won't expand any images when I click on them
    c] won't let me edit posts, period
    All of these are not an issue in Chrome. Anyone know any fixes?

    Looks normal to me (I didn't try to post, though).
    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    1. Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server. Any difference? If not...
    2. Clear Firefox's Cache Completely
    orange Firefox button ''or'' Tools menu > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    3. If needed, remove the site's cookies in this dialog
    While viewing a page on the site, right-click and choose View Page Info > Security > "View Cookies"
    Then try reloading the page. Does that help?
    Speaking of cookies, how do you manage cookies? In particular, do you have Keep until "they expire", "I close Firefox" or "ask me every time" under:
    orange Firefox button ''or'' classic Tools menu > Options > Privacy

  • UITableView not displaying delete/move icons??

    I have a viewcontroller that implements the UITableViewDelegate
    @interface SettingsViewController : UIViewController <UITableViewDelegate> {
    IBOutlet UITableView *settingsTableView;
    I implement the methods that should show the delete/move icon buttons in the table but they won't show up. Can't figure out why??
    - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil {
    if (self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil]) {
    self.title = @"Settings";
    self.tabBarItem.image = [UIImage imageNamed:@"Gears.png"];
    UINavigationItem *navigationItem = self.navigationItem;
    navigationItem.title = @"Name Settings";
    self.navigationItem.leftBarButtonItem = self.editButtonItem;
    return self;
    - (void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:(NSIndexPath *)indexPath {
    if (editingStyle == UITableViewCellEditingStyleDelete) {
    [tableView deleteRowsAtIndexPaths:[NSArray arrayWithObject:indexPath] withRowAnimation:UITableViewRowAnimationLeft];
    - (BOOL)tableView:(UITableView *)tableView canMoveRowAtIndexPath:(NSIndexPath *)indexPath {
    return YES;
    - (void)tableView:(UITableView *)tableView moveRowAtIndexPath:(NSIndexPath *)fromIndexPath toIndexPath:(NSIndexPath *)toIndexPath {
    NSDictionary *currentName =[[[boyNameChoices objectAtIndex:fromIndexPath.row] retain] autorelease];
    [boyNameChoices removeObjectAtIndex:fromIndexPath.row];
    [boyNameChoices insertObject:currentName atIndex:toIndexPath.row];
    I can swipe left to right and get the red delete button on the right but not the circle and most importantly not the move icon on the right of the cell.

    Oops - I overlooked that. I just remembered the other half of what is needed. Since your view controller is a UIViewController and not a UITableViewController you need more plumbing to make the Edit/Done button work. The Edit/Done button is going to call your view controller's setEditing method, not the table's.
    You need to override the 'setEditing:(BOOL)editing' method in your view controller like this:
    - (void)setEditing:(BOOL)editing {
    [self setEditing:editing];
    [settingsTableView setEditing:editing];
    I also prefer to make configuration changes like adding the Edit button in the view controller's 'viewDidLoad' method instead of the 'init' method. It's safer because you know the nib is fully loaded and all your outlet's are setup.
    Of course the other option is to extend UITableViewController and let it do 90% of the work for you.

  • Disk icon won't drag when trying to restore in disk utility

    Hello
    Not sure what I'm doing wrong but when trying to back up my (original) Macbook Pro onto an external hard drive (to create a bootable backup) the MBP disk icon won't drag into the Source of Disk Utility Restore....
    Have booted from the MBP disk etc. Am running Tiger w/latest software update. Tried using a mouse rather than the touchpad, but no luck either...
    Any suggestions?
    Many thanks.

    Disk Utility is not very prolix when it comes to error handling. Try this:
    Start "Utilities -> Terminal App"
    in terminal start:
    "/Applications/Utilities/Disk Utility.app/Contents/MacOS/Disk Utility"
    the normal disk utility comes up. Try what you want to do - and check for error messages on the command line. maybe you can correct the problem.
    -------------- IF THAT FAILS AND YOU WANT TO RESTORE IT BY HAND:
    use the disk utility to
    1. mount your target drive
    - double click on the target drive - make sure it's mounted
    2. get information about target drive
    - click the PARTITION (not disk) you want to restore
    - click INFO. Note the Disk Identifier e.g. disk0s2
    3. mount your source image
    - go to 'restore' of some drive. select image
    - search for the image to restore
    - image comes up in list on the left. double click it
    close the disk utility.
    open Terminal.
    check with 'ls /Volumes/' which Volumes are mounted. Check which Volume is your SOURCE.
    you can use 'asr' to restore your drive e.G.:
    asr restore --source "/Volumes/Mac HD" --target /dev/disk0s2 --erase
    PLEASE MAKE SURE THAT YOU GIVE THE CORRECT SOURCE AND ESPECIALLY TARGET!
    asr is the restore tool used by disk utility. Be sure to have a second backup of all your data. If you use it in the wrong way, you can delete all data (including the backup attached via USB).

  • Deleted Desktop Icon - Alias icon no longer works!

    Hello everybody I am a recent switcher and I can't express how much I love the switch. The widgets, Expose, ease of iPhoto, Garageband, iTunes, et cetera.
    But until recently, just this morning, I deleted an Icon on my desktop (the World of Warcraft) and I the alias Icon, shortcut, in my dock no longer runs.
    So after traveling the Macintosh HD/Users/Shared/Blizzard - I cannot find anything that resembles a .exe or boot up file!
    I am new to the Mac and I know it isnt that unfamiliar to a PC, Windows. But I have got to ask ... What on earth do I DO?! Where do I go!?
    Do I have to reinstall the game? There has got to be an easier way to fix this.
    Thanks!
    Mitzki

    Mitzki,
    Congratulations upon making the switch!
    If your dock icon no longer works, it most likely means that you deleted the application itself, not just an icon. [In that case you will need to dispose of the dock icon by simply pulling it out of the dock. Insert a new icon after reinstalling the application.] This means that you originally installed the WOW application to your desktop rather than to your Applications folder. In the Applications folder it would be less likely to be accidentally deleted (as you may have apparently done). It is ok, in the future, to install applications to your desktop - you can then simply move them into the Applications folder, just that simple.
    However, you can further safeguard from repeating this mistake - after you now install WOW into your Applications folder (or move it after installing to your desktop), select (highlight) the new WOW application icon in that Applications folder, open the "File" pull-down to "Get Info," expand the "General" section so that you can see the "Locked" box, and check off that "Locked" box, which will prevent any further movement of the WOW application without the system's first requesting your password. As a general principle, any time your system's password is requested, you should be able to understand why before you enter it. Your system password is not a nuisance, but your system's lifeguard.
    Enjoy!
    [Oh, gosh, I'm sooo slow! I'll let it stand in case there's something that might be useful to someone]
    Message was edited by: myhighway

  • My mail icon won't open

    my mail icon won't open but the bar goes across and i can't open my mail from there either.  Also when it goes to the top of the screen it won't let exit it and i have to do a hard shutdown.  can someone help.

    With Mail quit....
    Go to the User's Library folder. This folder is hidden by default. To unhide: Select the Finder in the Dock. Under Go in the Menu bar > hold down the Option key and you’ll see the Library.
      • Go to Containers.  Drag the com.apple.mail folder to the Desktop
      • Go to Mail folder.
                Select the V2 > MailData folder.
                Delete any files in MailData with envelope in the name. (should be 3)
      • Go to Preferences. If you find any com.apple.mail.plist files, delete these.
    Log out under the Apple in the Menu bar
    Log in
    Open Mail. Mail will reindex your files.
    Let me know if this helps.

  • HI, I just got a Macbook Pro.  It's great but my mail doesn't work at all.  It will come up correctly, but take forever to download messages,  then won't delete them,  then won't save them to folders.  Then when I go to quit mail it's like it gets stuck.

    HI, I just got a Macbook Pro.  It's great but my mail doesn't work at all.  It will come up correctly, but take forever to download messages,  then won't delete them,  then won't save them to folders.  Then when I go to quit mail it's like it gets stuck between quitting and not.  I have to force quit, then restart my computer if I want to pull up my mail again.  How can I fix this?

    If you just got your new MBP you have phone support from Apple (which is quite good) call them.  800-692-7753 tell the automated answerer "mail technical support" you'll have human quite quickly.  Hope this helps.

  • Hard Drive icon won't open and menu bar flashes off and on

    All of a sudden, in the middle of the day, my eMac went haywire. I can launch apps and docs are one the desktop. But I cannot open the Hard Drive icon. If I double-click on it (or used Command-O from keyboard), the icon won't open. And when I attempt to open it, the Finder Menu Bar begins flashing off and on (vanishing, reappearing, vanishing) across the top of the screen. I haver rebooted, run disk utility to repair permissions, even booted from TechTools to run its diagnostics. But still no access to the Hard Drive icon. I logged out and logged in as a TEST user, and same thing happens even when logged in that way. Literally, this happened in an instant. One minute the eMac was fine, then this started. Anyone else seen this? -- david

    If the problem exists in both your regular account and your Test account odds are that it is at the system level. You can try a Safe boot (hold down the shift key at startup) to see if there is a third party startup item or one of the optional Apple functions that is causing the problem. You could also boot from the installer disk and use the Disk Utility->Repair Disk function. If you have a utility such as Tiger Cache Cleaner which will do a deep cache clean you can also try that.
    Francine
    Schwieder

  • Desktop Problem-Icons Won't Work or Won't Adjust

    Yesterday my desktop icons decided to not work. I could not open from the desktop, move folders, etc. It is as if they were all locked. I COULD open Finder, go to Desktop, and open files and start apps from there. Then I went to View Options, clicked Snap To Grid, and all icons moved. I then turned it off (None). But the icons won't respond. They are stuck in "Snap to Grid." I still can't open a folder on the desktop, but applications will now start.
    This is a bizarre one. Any help would be appreciated.

    I've been having this problem as well, restarting only corrects it for about an hour or so. Was not able to find the library com.apple.finder.plist file in my library and then did a universal search using that string and no results. Not sure why other people have that preference file and I don't. This is a frustrating problem that will influence my decision to purchase new Macs in the future. It's a real time waster. In addition, often when I click on a folder, it comes up empty, even though there may be hundreds of files in the folder. It seems it's part of the same problem, inasmuch as the finder can't process data nodes correctly. The only solution is to open the folder, close it, and open it again and then the files inside it appear, albeit slowly.

  • I was on facebook and deleted an icon by using the right-click menu but then all my pictures and all profile pictures, could no longer be seen. I was able to view them in Explorer so this is something I did in Firefox. How can I unblock a site?'

    '''I was on facebook and deleted an icon by using the right-click menu but then all my pictures and all profile pictures, could no longer be seen. I was able to view them in Explorer so this is something I did in Firefox. How can I unblock a site?'''

    If you select that right-click context menu entry then you block all images from that domain and not one specific image, so do not use that.
    * Check the exceptions in Tools > Options > Content: Load Images > Exceptions (e.g. sphotos.ak.fbcdn.net)
    You can use these steps to check if images are blocked:
    * Open the web page that has the images missing in a browser tab.
    * Click the website favicon ([[Site Identity Button]]) on the left end of the location bar.
    * Click the "More Information" button to open the "Page Info" window with the Security tab selected (also accessible via "Tools > Page Info").
    * Go to the <i>Media</i> tab of the "Tools > Page Info" window.
    * Select the first image link and scroll down through the list with the Down arrow key.
    * If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.

  • HT1600 My apple tv stopped working during a movie. I tried to reload software .it deleted it, but won 't reload it.

    My apple tv stopped working during a movie. I tried to reload software .it deleted it, but won 't reload it.

    Welcome to the Apple Community Turbomedic.
    If your problem persists get yourself a micro USB cable (sold separately), you can restore your Apple TV from iTunes:
        1.    Remove ALL cables from Apple TV. (if you don't you will not see Apple TV in the iTunes Source list)
        2.    Connect the micro USB cable to the Apple TV and to your computer.
        3.    Reconnect the power cable (only for Apple TV 3)
        4.    Open iTunes.
        5.    Select your Apple TV in the Devices list, and then click Restore.
    (You may already have a micro USB cable if you have a camera or other digital device)

  • I have just upgraded to ios7 but cant seem to close any apps to save battery, on the old system it was just a double click and deleting the icons along the bottom of the screen, how do i do it now?? any help?

    i have just upgraded to ios 7 but cant seem to close any apps to save battery life, on th eold system it was just a double click and  deleting the icons along the bottom of the screen, any ideas how to now?
    Help?

    Close inactive apps
    1. Double tap the home button to bring up the multi-tasking view
    2. Swipe up on the screenshot of the app you want to exit.
    3. The app will fly off the screen

  • Speed has slowed to nil  how do i delete all icons running in background?

    speed has slowed to nil. How do I delete all icons running in background?

    To close an app, drag the app up from the multitasking display.
    Double tap the home button and you will see apps lined up going left to right across the screen. Swipe to get to the app that you want to close and then swipe "up" on the app thumbnail to close it.
    this might help as well.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

Maybe you are looking for

  • ForEach iterator in parent child relation

    Hi, How can i use forEach to iterate parent child view object. Issue it is only able to fetch value of parent vo not child view object values, if I use af:iterator instead of af:forEach it works perfectly. So there is no issue with data. But I am not

  • Video streaming - is Qos the answer?

    We're having problem with a video stream we are distrubuting to a few users. Lately we got a lot of complaits regarding glitches/freezing in the video. Hardware in 7600's: WS-X6704-10GE Topology: Incomming stream<<--port channel 2G Fiber-->>7600(SUP7

  • LS24 : Quants with ZERO value

    Hello All, I have two TO`s or quants in LS24 which shows zero value in available stock and in put/removal.....alreday stock is issued to another bin....could some one ple let me know how can i clear the entry with zero in LS24?

  • LCRs in queue in source Database are not removed after propagation

    Hello, I am using Oracle 10g Enterprise Edition 10.2.0.3 databases with Linux in VMware virtual machines. Replication (master-slave) with Streams does it's job quite well, but LCRs in the source queue are not removed after propagation. I think this i

  • HT4157 How to end a AT&T cellular data service on my Ipad

    How to end a at&t cellular data service on my Ipad