ActiveX container disappears after vi saved and recalled

I can create a container and insert an active x object.
The vi will run but if saved and recalled the control
disappears! No other indication of a problem.

This problem was related to the MS Forms 2.0 scrollbar. After talking to NI they recognized it as a known problem but it was not posted. The solution was to use the Microsoft Flat Scrollbar Control, version 6.0. This is fine except for the time spent looking around. It would have helped if it had been posted originally.

Similar Messages

  • All my Photos disappeared after I saved a photo from an email from my wife. I am running Mountain lion on Mac book pro 2012, help. What did I do wrong?

    All my Photos disappeared after I saved a photo to Iphoto from an email from my wife. I am running Mountain lion on Mac book pro 2012, help. What did I do wrong?

    Apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Since only one option can be run at a time start with Option #3, followed by #4 and then #1 as needed.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager and launch.
    2 - click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option.
    4 - In the next  window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments.  However, books, calendars, cards and slideshows will be lost. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • Pictures disappeared after installing Yosemite and new Iphoto. Why

    Pictures disappeared after installing Yosemite and new Iphoto. Why ?

    I also started having problems with iPhoto after installing Yosemite.  Some of the Event collections lost the picture and just has a grey square in its place.  When I click on the Event, it shows a white dotted lined square for each picture and if I click on the picture, it shows an exclamation mark.
    Check, if you also are having a folder "Old Masters" inside the iPhoto Library package, as described by  Muhamad Abdulkadir.
    Ctrl-click (or right-click) your iPhoto Library in the Pictures folder , then select "Show Package Contents".  If you are seeing a folder "Old Masters", copy this folder out of the library. Look inside - are the original image files of the problematic photos inside?
    Are any photos in your "Masters"folder?

  • How can I make my Introduction_mc automatically disappear after 10 Seconds and load Home_mc?

    Hi,
    How can I make my Introduction_mc automatically disappear after 10 Seconds and load Home_mc (automatically)? I don't want user to change by himself this Introduction page. It should be done automatically.
    What is the procedure and code to achieve it, please?
    Thanks.

    Hi,
    I gues you are using AS2.0, then use setInterval, in AS3.0 user Timer Class.
    AS2.0
    var interval:Number = setInterval(doThis,10000);//in milliseconds
    function doThis():Void{
    //do something;
    AS3.0
    var timer:Timer = new Timer(10000, 1);
    timer.addEventListener(TimerEvent.TIMER_COMPLETE, onTimerCompleteHandler, false, 0, true )
    function onTimerCompleteHandler(event:TimerEvent):void{
    //do something;
    For details: http://blogs.adobe.com/pdehaan/2006/07/using_the_timer_class_in_actio.html
    Warm Regards
    Deepanjan Das
    http://deepanjandas.wordpress.com

  • Best practice for saving and recalling objects from disk?

    I've been using the OOP features of LabVIEW for various projects lately and one thing that I struggle with is a clean method to save and recall objects.
    Most of my design schemes have consisted of a commanding objects which holds a collection of worker objects.  Its a pretty simple model, but seems to work for some design problems.  The commander and my interface talk to each other and the commander sends orders to his minions in order to get things done.  For example, one parrent class might be called "Data Device Collection" and it has a property that is an array of "Data Device" objects.
    The Data Device object is a parent class and its children consist of various data devices such as "DAQmx Device", "O-Scope Device", "RS-232 Device", etc.
    When it comes to saving and loading data, the commanding class's "Save" or "Load" routine is called and at that time all of the minions' settings are saved or recalled from disk.
    My save routine is more-or-less straight forward, although it still requires an overwriting "Save" and "Load" vi.  Here is an example:
    It isn't too bad in that it is pretty straight forward and simple and there also would be no changes to this if the data structure of the class changed at all.  It also can save more generalized settings from it's parrent's class which is also a good feature.  What I don't like is that it looks essentially the same for each child class, but I'm at a loss on an effective way to move the handling of the save routing into the parent class.
    The load routine is more problematic for me.  Here is an example:
    Again, the desirability of moving this into the parent class would be awesome.  But the biggest complaint here is that I can't maintain my dynamic dispatch input-output requirements because the object that I load is strictly typed.  Instead I have to rely on reading the information from the loaded object and then writing that information to the object that exists on the dynamic dispatch wire.  I also dislike that unlike my Save Routine, I will need to modify this VI if my data structure of my object changes.
    Anyway, any input and insight would be great.  I'm really tired of writing these same VIs over-and-over-and-over again, and am after a better way to take care of this in the parent class by keeping the code generalized but still maintain the ability to bring back the saved parameters of each of the children classes.
    Thanks for your time.

    I'm with Ben. Don't rely on the current ability to serialize an object. Create a save method and implement some form of data persistence there. If you modify your class you might be disappointed when you cannot load objects you previously saved. It mostly works but as soon as you reset the version information in the class, you can no longer load the old objects. This is fine if you know how to avoid resetting the history. One thing that will do this is if you move the class into or out of a library. It becomes a new class with version 1.0.0 and it no longer recognizes the old objects.
    [Edit:  I see that you are just writing to a binary file. I'm not sure you can load older objects anyway using that method but I have never tried it.]
    This will not help you right now but there are plans for a nice robust API for saving objects.
    =====================
    LabVIEW 2012

  • ASM disk disappeared after the db and system bounce

    Hi
    I have a grid control 11g setup. after a db and system bounce, the asm disks disappreared from the /dev/oracleasm/disks.
    The querydisks shows nothing
    but the OS disks are existing and labelled as ASM disks.
    # asmtool -I -l "/dev/oracleasm" -n /dev/mapper/VolGroup00-LogVol07 -a label
    asmtool: Disk "/dev/mapper/VolGroup00-LogVol07" is marked an ASM disk with the label "REDO"
    # asmtool -I -l "/dev/oracleasm" -n /dev/mapper/VolGroup00-LogVol08 -a label
    asmtool: Disk "/dev/mapper/VolGroup00-LogVol08" is marked an ASM disk with the label "DATA"
    dd if=/dev/mapper/VolGroup00-LogVol07 of=/tmp/vol7.dd bs=1M count=100
    100+0 records in
    100+0 records out
    104857600 bytes (105 MB) copied, 0.467996 seconds, 224 MB/s
    can anybody help how to retrieve that without hurting the configuration please?

    Thanks for the reply
    That was not the problem. I got solution. The problem was the way RHEL5 search the disks. I had to comment the content of 90-dm.rules and a system bounce.
    thanks
    krishna kumar pc
    Edited by: user12244962 on Oct 18, 2011 9:27 AM

  • Consistently getting error on attempting to open a cc 2014 file even after just saving and closing

    I keep getting the above problem. The file is not corrupted as It will eventually open after many attempts to clear cache, or registering into the CC. It can be as many as 10 times trying different combinations before it will open the project file. I keep saving as in order to produce another project file and again the same problem. Is anyone else experiencing this? Any answers to a very off putting and critical experience?
    In the end to open the project I had to open a first version of the edit that opening in Premier CC which asked me to update the project file to a newer version of CC2014 which I did. Then open the most recent version of the edit at that stage instead!!!
    I am very unhappy with this approach and dont know how to get this problem saved out of this edit project - amy ideas will be very gratefully recieved! I previuosly have tried saving as now in the newer verion of the software and would expect the problems to be resolved and be able to open the new version without trouble.
    I am working at this time on a PC.
    Should i be uninstalling the earlier premier pro cc? Just concerned this may leave me with no way of teasing open this project!!
    Thanks

    dannyroger
    What version of Premiere Elements are you using and on what computer operating system is it running?
    Premiere Elements is not part of the Creative Cloud applications.
    If your program is Premiere Pro, you have posted in the wrong forum. If that is the case, please repost your thread in
    the Adobe Premiere Pro Forum or wait for a moderator here to see your thread here and move it from here to there.
    Premiere Pro
    Looking forward to your clarification with further details.
    Thanks.
    ATR

  • IPhoto Library 'disappeared' after Yosemite crash and iPhoto upgrade

    I have upgraded my iMac to Yosemite and have been using iPhoto fine since then (although it is a bit slow),  yesterday iPhoto crashed the computer, after several restarts the computer was ok, but iPhoto wouldn't load and then said it needed to be upgraded - So I did this and when I opened this again it crashed then said that it needed to upgrade the library and then it crashed (iPhoto) when I restarted it started with no library and would appear to have overwritten the iPhoto (default) library, I have checked this and although there are other libraries, I am aware of these and these are not my missing library.  I found some information on http://www.scanyourentirelife.com/all-my-pictures-in-iphoto-disappeared-how-to-s afely-get-them-back/ and this talks about looking in the 'Masters' file but to be very careful as altering this will cause problems with edits etc.  Anyway I found that in my directory a file called 'Old Masters' as well as 'Masters' and it would appear that all of my pictures are now in 'Old Masters'.
    So I am opening the right file but how do I make the 'Old Masters' the 'Masters' - is it as easy as shifting the files or changing the name on the file?
    Tech Stuff - My iMac is running 10.10 Yosemite and is about 1 year old 27" version and I keep everything up to date (for my sins) - My library 700+ events and is about 176gb in size
    Your help would be appreciated

    Armelle,
    there is unfortunately not yet any known way to repair an iPhoto Library, that got corrupted during the upgrade by a crash.
    You can either restore your iPhoto library from the last backup you made before you tried to upgrade the library, and then try to upgrade again.
    Or if your last backup cannot be restored or is too old, copy all photos you can find in the iPhoto Library package and import them into a new iPhoto Library.
    but I can see my picture in "old Thumbnails".
    The "Old Thumbnails" are only smaller sized versions of your photos. Don't you at least have "Old Originals" or "Old Modified"?
    Léonie

  • 4GLTE HomeFusion Service Disappears after 2 months and no support from Verizon

    I am hoping this may gain some attention, or anyone else can share if this has happened to them
    On July 5th, after 2 SOLID months of very good speeds and HomeFusion service with 3+ bars on the router, the service disappeared.
    YES: The 4G Signal is GONE, only Verizon 3G. I am in the "4G Extended Area" (HomeFusion does not roll back to 3G)
    Also notable, I have a Verizon 4G LTE Ipad and it too used to work on 4G and now only 3G
    Now, I have been calling Verizon daily since July 5th, and get no answer, is this service GONE? Is it Broken, When will they fix it , will they fix it.
    It has gone from "We will have our network people looking at the tower to, well, it's 4G extended service area and it could just go away, sorry"
    Am I crazy, or is this a very poor way to service customers and run a business? If I had a service that they installed and approved on their network, shouldn't they maintain the service, or give notice that the service is going away?  They are still billing me in advance for next month, 7 days of which I have been ale to use 0 GB of bandwidth.
    I call tech support, ask to esculate, they tell me it is esculated, there is no one else to talk to. There is no answer or hope of knowing if the service is coming back or if/when they will do anything and decide to do anything except take my money. Oh, I expect a hassle when I tell them I am not paying for something I don't have.
    So question: What should I do next, any suggestions on escalation? Seems Verizon could care less about it's 4G LTE network and customers that they put up on a service, they just don't seem to care.
    Thanks!
    Dave W

    Lol that sux. Some people are so filthy rich or don't know any better and they just pay the bill

  • Saving and recalling users actions

    I basically need to know if the following scenario can be
    accomplished using flash and or additional technologies (e.g. XML).
    I'm creating a product demo for a client. The client wants the user
    to set a number of setting on this product and then save these
    setting to be recalled. Think of it as presets on you radio. Turn
    the dial (action 1 to be saved), set the volume (action 2 to be
    saved), then set the bass (action 3 to be saved), then press and
    hold the preset button. Now your settings are saved on preset
    number 1. The user can now press preset number 1 and experience all
    the effects (station, volume, and bass).
    Can this be accomplished using flash? how would the settings
    be saved? Would they be written to another file XML? Finally, and
    this is the kicker, can this all happen if the demo is run off of a
    burned CD or thumb drive (both methods might be used for
    distribution)?
    THANKS!

    I believe you could get all this done with a SharedObject.
    This type of object will create and store data on that persons
    local drive. So the preferences could be copied to a string and
    then saved to a shared object property when the preset button is
    clicked. Including a counter function will enable the user to
    access those values as the new defaults then next time they use it.
    I have used this to set preferences like user name and background
    color and it works quite well.
    Type "SharedObject" in an AS frame and press help for
    examples and process.

  • Saving and Recalling a LIST on an Agilent N3300A DC Load Bank

    I need to generate a LIST (on a PC) that changes resistance values of the different channels (3 channels total) simutaneously
    or one right after the other.
    Then I need to use LV to send the LIST to the N3300A and *SAV the LIST.
    Then ofcourse recall the LIST and get it to run.
    Anyone know how to do this?
    I looked at the NI N3300A driver set but I am a little confused by the %,%g used in the create LIST vi.   Plus it looks like it
    only sets up one command.
    I am trying to get the LIST functionality working as the units we have do not alway respond as expected when the
    commands are sent through LV, via the CRIO 9012 com port to a ni RS232-GPIB converter.  For example when I query
    the units ID,  sometimes it responds and other times nothing.  Hmmmm  not sure why that is.  The serial com functions
    were based on the CRIO RS232 - GPIB Converter example.   CRIO Com settings are 9600, 8,n,1,  same as the settings for
    ni RS232-GPIB converter  (was setup via GPIB Wizard).
    Thanks
    Tim C.
    1:30 Seconds ARRRGHHH!!!! I want my popcorn NOW! Isn't there anything faster than a microwave!

    Hey Tim,
    When I tried out the Configure List VI (I think the one that you were referring to), I noticed that all of the inputs accepted array functions which would allow you to configure more than just one function at a time.    (actually on second look, the configure resistance list is what you were probably talking about, but same comment applies)  Once you configure the list, you just initiate the list.  Is this what you are doing?
    The %.; is a period decimal separator (meaning that "one and one tenth" shows up as "1.1" not "1,1" as is the standard in other parts of the world) and the %g tells the string to be formatted as either an exponent or floating point number based on if there's an exponent.
    If you're getting weird behavior with all of these components in the system, take out a few pieces of the puzzle and work it back up from there.  Do you see the same behavior when connected directly to your device with a PC?  Have you sent commands back to your PC from the cRIO to make sure that it is sending out proper commands (probably more feesible if you don't have a GPIB card in your computer).   Hope this helps! 
    Message Edited by ColeTrain on 01-07-2010 03:13 PM
    ColeR
    Field Engineer

  • Contacts Disappearing after 3.0 and 3.01 update

    After i updated to 3.0 my contacts were fine but after a couple of days i noticed a few contacts missing. Then the next day about 95% of them were gone from my contact list. They weren't completely erased because i can still see them in my "recents" file. I can also look up the same contacts through the new "spotlight" feature but they're simply not showing up in my contacts list. It seems okay until i need to compose an email or text and i cant because there are only about 6 names i can choose from in my contact list. I thought it may just come back after a hard reset but it didn't. I then decided to restore it. Luckily i was able to look up each contact through spotlight still so i painstakingly searched through each letter and transferred the ones that weren't in my address book on my macbook. I then restored it and everything seemed fine up until today. Now i noticed the same thing is starting over again. A few contacts are missing and i can look them up through spotlight but they are no in my contact list. Is anyone having this specific problem or have any advice how to correct it? Or did you just call Apple Support? This is just lame. This is probably the most basic of functions for a PHONE period if it can't keeps my contacts in line really what good is it?

    i used to have a MobileMe acct a long time ago. I cancelled it beginning of last year. The last time i restored my phone i then synced it with my contacts on my address book on my Mac. As far as i know they are all available to sync. The thing i even try save a new contact after a friend called me but it still is doing the same thing it will not show up in the contact list but it will in spotlight. hmmm...

  • In Designer, old application system disappears after New version and ORA-01562

    In Designer 2.1.2, after starting (RON 2.0.24.1.1) Application / New version,
    error ORA-01562 occurred (because I have a smaller rollback segment on line).
    Now I can't find in repository
    old version (1) of my application system,
    but new version (2) exists in repository.
    Unchecking the 'Show Current Versions Only' check box doesn't help.
    Even Designer API statement:
    'SELECT id, name, version
    FROM ci_application_systems'
    displays only new version (2).
    Means this that Designer:
    - first changes old version number to new version number and commits
    - and then copies new version to old?
    How to return old version number (without Designer API)?
    Thanks and regards
    null

    Answer from Oracle
    (MetaLink Technical Forums):
    'When Designer versions it takes a snapshot of the first version
    and then changes the originals version number to 2.
    If designer run out of rollback segments while creating a new version
    it will not show the old version again.
    This is a bug (818860). It is in the resolution stage.'
    null

  • Help Saving and recalling a TDS Waveform from a file.

    I have tried everything I can find in the examples with no luck.
    I have a Waveform that I have acquired on my TDS 360. I have it ouput to a graph on the VI front panel.
    That works great.
    The Graphed waveform is exactly what I need.
    Now all I want to do is save this to a file and be able to recall it later on another graph.
    I have to do 10 acquistions in a row and store each one as a serperate file.
    I want to be able to recall them one by one to a graph for analysis.
    Please does anyone have an VI I can copy.

    Try this. The Tek Read Waveform returns a cluster that the waveform graph can accept but the Write Measurement File expects either a signal data type or a waveform data type. The code below will convert the cluster to a waveform data type.
    Message Edited by Dennis Knutson on 02-27-2007 10:59 AM
    Attachments:
    Save Tek as Waveform.PNG ‏7 KB

  • Incontext editing disappears after cntrl E and putting login in

    unable to edit through incontext editing on a submitted website.  It was accessible for about a week and now this week it doesn't.  It asks for the adobe logon and the header and footer of the adobe incontext editing screen shows up and then it disappears and then switches back to original site, being unable to edit. 
    I am in desperate need for help.  I have requested help 2 days ago through the help portion of incontext editing but have not heard anything back.  Any ideas, any help at all?  Thank you.

    Hello ohwhyme,
    Please post the URL for the site you're having problems with.
    Also, what browser, version and OS are you using? Does editing work in a different browser?
    Best regards,
    Corey

Maybe you are looking for