Having difficulty creating MNU for packed library

Hello All,
I am using a packed library and I am attempting to create a .mnu for it.
I want to be able to drop my packed library into the user.lib or vi.lib folder so my coworkers and I can use common VI's.
Every time I create the .mnu and add it to my packed library, my links get broken.
I can create a .mnu using the Edit Palette Set.
I can add the .mnu to my packed library.
I can import the packed library .mnu using the Edit Pallete Set. But at this time, any VI's inside that menu are now just broken links.
I have tried multiple processes. What I have observed is I cannot import VI's from the library. I have to import them prior to being packed. So I copy all my VI's to my user.lib folder.
However, the path does not match the packed library.
How do I make a .mnu for a Packed Library with subdirectories and no broken links?
I need to be able to put it in any folder with the links of the packed library not being broken.
I would like to use subdirectories for easy navigation.
Do I need to put the VI's into a folder named the same file name as my packed library to preserve the relative paths?
I have searched the forums and the help and I am missing something. Perhaps I am doing things out of order.
Any advice would be helpful.
 

I sort of answered my own question. Here is what I did, for those who have similar issues.
1.) Opened my packed library project.
2.) Selected the top level project item.
3.) When to tools -> advanced -> edit palette set. (This is why I selected the top level item. for me, this option does nothing unless I select a VI or some sort of project in the file tree first. I can also do it inside a VI with no problems.)
4.) Under the user libraries, I created a new subpalette.
5.) Under new subpalette, I selected the fourth option (link directly to directory)
6.) I browse to the directory where I stored my VI's in the packed library. I DID Not move them to the user.lib folder.
7.) Once the import was completed, the VI's appeared in my control panel under user libraries. I also customized my Icons and directory names at this point.
8.) A dir.mnu file is created as part of the import inside the folder my VI's are contained in.
9.) I right click on the top level library in the project viewer, and select properties. I set the dir.mnu file as the default .mnu
10.) I build the library
11.) I copy my packed library into the user.lib folder.
12.) I once again go to edit palette set, I remove the palette created in step 5.
13.) I create a new palette, this time choosing option 5 (link to palette file in a project library). The packed library is now part of my control panel. My Icons and directories are preserved.
My project structure is to create a folder with the packed library project. I then have a subfolder called VI. Inside that volder I store all of my VI's that are part of the packed library project.
This seems to work. But I need to do more testing. I used basic structures. I have not done one yet with a more elaborate scheme such as sub palettes.

Similar Messages

  • I have ATT internet service at home and a 2Wire device.  I want to switch to an airport extreme 5th generation and I am having difficulty.  Looking for help.

    I have ATT internet sevice at home and a 2Wire device.  I want to switch to an 5th generation Airport Extreme and I am having difficulty.  Any suggestions?

    Yes, Bridge Mode is the correct setting for the AirPort Extreme when it is connected to another gateway, or modem/router.
    Connect an Ethernet cable from one of the LAN <-> ports on the 2Wire to the WAN port (circle of dots icon) on the AirPort Extreme.
    Open AirPort Utility and click Continue to follow the guided setup to "create a wireless network" on the AirPort Extreme. The application should suggest Bridge Mode as the connection option during the setup.
    Once you have the AirPort Extreme setup and providing a wireless network, if you don't really need the wireless network that the 2Wire is providing, it would be good idea to turn it off....since having two wireless networks in close proximity can introduce some interference issues.

  • How do create records for packing instructions

    Hello,
    Can anyone tell me where and how to create condition records for packing instructions.
    This is required for automatic packing
    Regards
    Tapan

    Use transaction POP1 to create PAcking insturction.
    Reward the points

  • Create folder for iTunes library on has

    I am setting up a synology nas to be used for my itunes library. The nas is a DS1513+. How do i creat a shared folder on the nas for the transfer of my itunes library from my external drive to the nas? I figure the folder would just be named Itunes. Also when i start my mac mini should the nas mount on the desktop? If so how do i make it do this?

    iTunes
    Apple Forum
    MacBook Pro
    Snow Leopard
    Mac 101: Dashboard
    MacBook Pro Apple Support

  • Creating backups for iPhoto library

    I am using an iMac with Mt. Lion as noted below along with iPhoto 11, v. 9.4.3.  I wish to backup the iPhoto Library which is currently 13.72 GB.  I know that whatever device I get to do it with will need to be reformatted to Mac OS Extended (Journaled) and I am clear on how to do that.  I am thinking about using a flash drive, such as something from the Sandisk Cruzer line, probably one of the 32 GB models.  I have read that it can be slow to copy.  Last night I sent a copy of the Library to a Mac Mini that lives in the same room using AirDrop - it took a bit over half an hour which was no problem.  I still want, however, to have a copy in a location away from the house, one that I would need to update from time to time of course, most efficiently by having two drives that get swapped out with each other periodically. 
    Is this a workable plan?  Are there better flash drives that should be considered?  If a flash drive is not a good idea, why not and what would be better?  I am trying to keep the cost down, but I also want it to work. 

    If you are looking to store your iPhoto library on Flash Drives (as well as saving to an external hard drive, the fastest read/write Flash drives for reasonable costs, look at Patriot Rage Flash Drives. You can get these in Red in USB 2.0 models as Rage XT USB 2.0 Flash Drives OR you can use Patriot Rage blue USB 3.0 flash drives, instead. According to some third party Flash Drive reviews USB 3.0 Flash drives will  read/write a little faster when using a USB 2.0 connection.
    You can find these on Amazon. I only have experience and knowledge on Patriot Rage style Flash drives as these are the most reasonably price flash drives that offer faster read/write speeds than other better known brands of USB flash drives.

  • Having difficulty creating pdf from XML data source

    I have a 'rpt' file built with a classic install of Crystal 10, using xml as a data source. I have tried using both ADO.NET(XML) connection and ODBC CR ODBCXML Driver 4.20.
    The rpt file was built on Windows2000 NT platform. The report runs, and displays data from the sample xml file in the preview tab.
    I am attempting to feed xml data into the rpt file with the intent to create pdf formatted output. I am using java with the Crystaldecisions packages. I am running this app out of an Apache server on an Ubuntu VM Hardy Heron release. This does not have any version of Crystal Reports installed on it.
    I have followed the examples and I am comfortable that I have the correct package imports, I am able to open the rpt file, and convert both the xml and xsd to byte arrays. When I issue the command
    reportClientDocument.getDatabaseController().setDataSource(xmlDataSet, '', '')
    I get the response
    Cannot find corresponding table information in the XML file
    Set data source failed: The table 'criminal_case' could not be found.
    Request failed and JRC Command failed to be undone
    JRCAgent1 detected an exception: The table 'criminal_case' could not be found.
    at com.crystaldecisions.reports.reportdefinition.datainterface.g.a(Unknown Source)
    The xsd does validate the xml which contains a noNamespaceSchemaLocation pointer to the xsd.
    The xml is the same data that was used to design the report on the NT box. This means that I see the same elements being byte streamed as were used to create the rpt file.
    Is this as simple as I am running my webserver on Linux? I do see the connection attribute properties reference a Database DLL that is clearly windows based. What can I do?

    So why develop a report if there is no data? I can only think that you have a bunch of static text, maybe an instruction page you want to publish? If so, you still need a data source, it can be a dummy source
    <?xml version="1.0"?>
    <ROOT/>
    ie no data per se. BIP needs a source even if there is not data to merge.
    Cheers
    Tim

  • Difficulty Creating Menu

    I am having difficulty creating an interactive menu within muse. I'm trying to achieve something like the www.cj.com menus. I've considered tooltips as well as tried to mess with the available menus in muse to do what im trying to do but cant seem to get what im looking for. Any help would be appreciated.

    Hello
    1. Insert a tooltip compositon.
    2. Go to Compositon option, select option as "Stacked" .
    3. Insert a Text-frame in triggers and then hyperlink those text to link another page on the site.
    Hope this helps!
    Cheers,
    Surjeet

  • I am having difficulty locating my library. This has just happened, after using iTunes for many years. What's up with that?

    I am having difficulty locating my library. This has just happened, after using iTunes for many years. What's up with that?

    Hi geojobowden,
    If you opened up iTunes and your library appeared empty, this article may help:
    iTunes creates an empty library file in Windows
    http://support.apple.com/kb/TS2715
    Take care,
    - Ari

  • I have a mac OS X 10.4.11 and have created a website in iweb08  ... in order to get it to my host site for it to go live I am having difficulty finding a ftp client to get me there. Can anyone suggest what I should do?

    I have a mac OS X 10.4.11 and have created a website in iweb08  ... in order to get it to my host site for it to go live I am having difficulty finding a ftp client to get me there. Can anyone suggest what I should do?

    Check if any of the below have an older version by contacting the author for your 10.4.11:
    http://www.rbrowser.com/
    http://rsug.itd.umich.edu/software/fugu
    http://cyberduck.io/
    http://panic.com/transmit/
    http://fetchsoftworks.com/
    Or use Applications -> Utilities -> Terminal to do command line FTP:
    http://www.dummies.com/how-to/content/how-to-use-ftp-from-terminal-to-transfer-m ac-files.navId-400509.html
    Upgrading to 10.6.8 should still give you mostly the same compatibility as 10.4.11. Upgrading to 10.7 and above won't.

  • I also am having problems creating cd cover. When I try to print onlt text comes out picture art is 1 big black square. cannot load library error shows up 126. Do anyone have a solution for this problem?

    Having problem creating cd cover.When I try to print one out only text print no picture. Error message appears "cannot load library"LXBBPRP,DLL Default error126. Anyone have a solution to this problem?

    One other note I do have parallels installed but not running on both machines.
    Make sure on both machines that even if Parallels is not running that the two VPNs it creates in System Preferences > Network are set to Off.
    Also make sure that in System Preferences > Sharing that Internet Sharing is nnot ON.
    Later you will have to adjust the Parallels setting to NOT Share the Mac IP.
    10:18 PM Sunday; June 1, 2008

  • Working at a newspaper, I'm having difficulty making a presentation made in Indesign and must be transformed in an application for Ipad / IOs.  That occurs in DPS consgigo generate the file .ipa put it nsao install on Device, getting the message "instal

    Working at a newspaper, I'm having difficulty making a presentation made in Indesign and must be transformed in an application for Ipad / IOs.
    That occurs in DPS consgigo generate the file .ipa put it nsao install on Device, getting the message "installing" all the time.
    If I get the zip file and the xml of the person who generated the folios, as indicating that the DPS?
    grateful

    In fact, it is listed in the devices profile file. The problem I see is the steps to production of an APP.
    Made as follows:
    My friend created the folios in InDesign (with your login) on another machine. Provided in a shared folder.
    I already have the contents of the application. From here, I believe he should publish through the Folio Producer and then I create the Application Builder IOs in DPS app in Title citing the Login ID he used to publish the content.
    Hence, I believe that would only make the Download Device and see install  APP.
    Is this the correct sequence?
    Please.

  • My iPhoto library has suddenly disappeared from my computer. When i click on iPhoto it tells me to choose my library or create a new one. However no library option appears. I have searched the computer for the library but it does not seem to exist

    My iPhoto library has suddenly disappeared from my computer.
    When i click on iPhoto it tells me to choose my library or create a new one. However no library option appears. I have searched the computer for the library but it does not seem to exist anymore. I did not have time machine set up, so there is no back up. Is there any way i can retrieve my library?
    Here is a picture of what appears when i click on iPhoto:

    In terms of searching i have searched for photos on my finder. However, none of the photos that appear are from my iPhoto Library.
    Search with FindAnyFile. You can download it here:   http://apps.tempel.org/FindAnyFile/index.php
    Search for any file with "ThumbJPGSegment" in the name. If you added at least one image to your library, the library should contain a file with this name, see OldToad's post: Re: Since I updated to iPhoto 9.5.1, my library is not listed or available. How can I find it? Can I use the time machine to restore it?

  • Hi im having difficulty with my iphone 4s its been on charge for a number of hours and continues to flash the apple logo but will not turn on i have tried to reset but it did not help

    hi i am having difficulty with my iphone 4s it has been on charge for a number of hours but is just flashing the apple logo continuously i have tried to reset but nothing seems to work can anyone help me please

    What is a hard reset?  There is nothing in any of Apple's documentation that refers to a hard reset.
    There's a reset, a restart, and a restore.
    Please explain EXACTLY what you did.

  • I created an extra iTunes library for my wife and now i can't find either of them

    I created an extra iTunes library for my wife by following the instructions on Apples website and everything was working perfect. So when I opened iTunes i could select whether i was using her phone or mine.
    Everything was perfect then today I have turned my Macbook on as I wanted to transfer a CD onto my phone. I plugged my phone in and selected iTunes then selected "choose iTunes library" I can not find either iTunes folders anywhere. I have been searching my Macbook for the last two hours and can't find anything anywhere.
    Can anybody help???

    Hi,
    Try this...
    Quit the Mac App Store if it's open. From the menu bar App Store/ Quit App Store. Or Command + Q on your keyboard.
    Launch iTunes. From the iTunes menu bar click iTunes / Preferences then select the Advanced tab.
    Click: *Reset warnings and Reset cache*. Now go back to the menu bar and click Store / Sign Out.
    Try the MAS. If you still have problems, follow the paths here. ~ (Tilde) represents your Home folder.
    ~/Library/Caches.com.apple.appsstore./Cache.db. Move the Cache.db file to the Trash.
    ~/Library/Preferences. Move the com.apple.appstore.plist and com.apple.storeagent.plist files to the Trash.
    ~/Library/Cookies. Move the com.apple.appstore.plist and the Cookies.plist files to the Trash.
    Restart your Mac. Relaunch the MAS. Try again.
    Carolyn

  • How to create an audio role for any library in FCPX

    Does anyone know if there is a way to create an audio role in one library and have it as a saved preference that you can use in any library?
    Or do you have to re-create the roles for every library?
    Any help is appreciated!
    Thanks!
    Adrian

    Looks like this has been resolved in the latest update of FCPX 10.2

Maybe you are looking for

  • Does EJBInit come with WL9.0?

    When I go to use EJBInit from the command-line after having run the setWLEnv.cmd for Weblogic 9.0, which I just installed...it throws a NoClass DefFoundException...I exploded weblogic.jar that came with the 9.0 installation and EJBInit is nowhere to

  • Best Practice for managing Groups and Users

    We want to create a Corporate Portal for the Department and it's Organizations. We want to have one Portal Public page as the main entry for all our users. When a user login, he will be re-direct to is Organization Portal page. I need to find a good

  • How to display Chinese characters in Oracle?

    I am using Oracle 8i with Language settings as AMERICA. I am displaying records which is contain Chinese characters. But it is not displayed properly in Oralce. How to change the settings to display Chinese characters? Thanks

  • P_wi_id in DynamicParameter fails, don´t open workitem, with wi_id works ok

    Hi experts, We have an ECC 6.0 EHP3 with a EP 7 (Netweaver 2004s SP18). We use the UWL. The issue is when we try to open a taks in the UWL that launch a transaction in the ECC, it can´t open, show this error: Work item 000000000000 cannot be read Thi

  • Restoring preference files in FCP 7.03

    I trashed my preference files in FCP (com.apple.finalcutpro.plist and under Final cut Pro User Data: FCP 7.0 prefs, FCP Pro Obj Cache and FCP Prof Cache) I emptied my trash. I then repaired permissions, restarted, and relaunched FCP. But.......com.ap