follow-up of the project

looking for an osx widget that will track the time spent on projects. something that I can start and stop, and it will continue to add the total amount of time that the project continues. anything free?

check the version tracker... some nice freeware options.

Tags: Dreamweaver

Similar Questions

  • "The project seems damaged, it cannot be opened.

    I created a project in Premiere Pro CS6 creative cloud but when I try and open it in a single-app subscription version and also the copy we have as part of the creative suite, I get the following error:

    "The project seems damaged, it cannot be opened.

    This is due to the differences in the versions or is damaged in fact file?

    It opens correctly on the computer that is running the license creative cloud without error so I don't think the file is actually damaged but we cannot access it from other machines.

    Well, any help would be apporeciated.

    Thank you

    Welcome to the forums.

    The error massaage indicates this project file is either damage or damaged.

    If the project file is very good project file can run on simple subscription App and subscription Volume License.

    Just make sure that you open project created in first pro CS6 not project created in CC pro first.

    Project created first CC pro will not open ion first pro CS6 while vice versa is possible.

    Concerning

    Dominique singh

  • I use IMOVIE. I had to project with mini videos. I can't burn a DVD. I have DVD creator, I can't find the project. How can I do?

    I use IMOVIE. I had to project with mini videos. I can't burn a DVD. I have DVD creator during its use, I can't find the project. How can I do? I made in IMOVIE I force see where and how I can save the project

    I have an IMAC

    Hey fradel,.

    Looks like you need to export your movie, so you can burn it to a DVD using the DVD Creator Application.  Back on how to do it.

    Now I'm not sure what version of iMovie you use, but take a look at the links below for the steps to export the videos to your computer. Then you should be able to see those newly created files on your DVD Creator application.

    This first link is for the latest version of iMovie and the following link is for the previous. If you have a different version of let me know.

    iMovie (2013): export a QuickTime file
    https://support.Apple.com/kb/PH14734

    iMovie 11: export your videos in a folder from the Finder
    https://support.Apple.com/kb/PH2285

    Take care

  • transfer netlist to the project with 2 models

    I have a project ultiboard with two drawings of Board residing in it. I transferred a Multisim schematic/netlist to the first of the designs successfully, but when I tried to transfer a different/netlist diagram to the 2nd design in the project, he wants to throw the netlist 2nd in the first design exclusively. I tried several times without success.

    I'm trying to do something against the rules here, or should it be transfer to the 2nd design?  Thank you.

    Thank you to attach files. Helped me to understand what is happening. Files in Multisim and Ultiboard design have an identifier that must be unique, and annotation uses this identifier to know which file to annotate to. The problem is that the two files Multisim created from the same original file, then the identifier is the same. However, in Ultiboard only the first design has the identifier, so annotation always selects the first drawing.

    There are several ways you can work around this problem, but the following will work best:

    1. In Multisim, create a new file.
    2. Copy the contents of 2210_Gb to the new file.
    3. In the new file, click on transfer > Export access to card. Save the annotation file.
    4. Ultiboard, ensure that the 2210_Gb design is selected.
    5. Click on file > import > Netlist UB. Select the annotation file, then complete the import.

    Both designs must now have different identifiers, and everything should work as expected.

    In this case, the version 11.0 works in the same way, but annotation has been completely rewritten to 11.0, so, in general, the version is important when talking about problems of annotation. Version 11.0 also handles the case where the identifier is duplicated better, but in this particular case, it would have been unable to make a difference.

    In a concern for the interest, I have the figure of Saint happening by watching the exported files (ewnet) annotation of Multisim. The important line that showed what was happening was (crossprobe {1A3B1023-68AC-4093-8329-885357CD0F2F}, which is the identifier and is the same for the two files of Multisim.

  • VI to determine the name of the project

    For a real-time application, I wanted to determine, at runtime, the name of the project in which the VI has been "content".  I wanted to get the name of the project (even) under four different conditions:

    • on the host, in development mode
    • on the host, in Run-Time mode (i.e. after being built as an executable)
    • on the goal of RT, development mode
    • on the aim of RT, in run mode.

    It is not so easy.  I figured out how to make the first two (use the name property of the active project development and use the next last folder directory of the Application in Run-Time mode mode), but I'm having trouble to get this information to get the target RT code.  Has anyone tried this before?  Did you?  Advice (or even downright Solutions)?

    Bob Schor

    Well, I figured out, but it's not pretty.  In the previous post, I explained why I wanted to do - here I will explain how I did this.

    There are three main modes, under which Applications can run: development mode (when you are programming in LabVIEW and press the button "Run"), Run Time System (an executable on a PC) and Embedded (code that runs on a target in real time, in the form of executable file or development).  Of these, only one mode of development gives you access live (via the Application, the active project property) in the name of the project file.  My goal is to have the user interface and the RT 'chunks' of the project in real time have access on behalf of the project, the system I'll create will use same code on two subsystems, meaning that it will run on the PC at least once in the mode of development .

    The key step is to create a 'constant VI', I'll call CONST name of the project, which consists of a single indicator of string, name of the project, which "held" the name of the project.  I initially thought to use a Global Variable, but there is a technical problem with that I will mention later.  I didn't use CONST name of the project directly, but, instead, use a 'Get the project name' VI that has, for its single release, the name of the project.

    This VI, when it runs, determines the type of request under which it is running.  If it is something other than the Mode of development, he calls CONST project name and returns its value.  If this is the Mode of development, it gets the name of the project, he returned, but just before leaving, he arranges to be updated programmatically CONST project name when it is called in the future, it will return the name of the project (update).  [Then why not simply initialize CONST project name?  I'm looking for a "generic" solution that will always return the correct value, even if I move to another project and don't remember about the change and change - all I have to do to make it work is to run once in the mode of development.  Who has ever developing code without testing before making the executable?].

    I wrote a VI gave the name of project Save, which does the following: he calls set the timer on CONST project name to define the name of the new project (this works even if we put an indicator), calls to use current default to make the new value "stick" and called "Instrument to save" to save the changes.  The problem is that CONST project name cannot be "running" in the State to use current default work without raising an error.  If the name of the Save project is simply called as a Subvi to get a project name, it will be in the State of operation as it is used in the case of non-development mode to get a project name.  The solution to this witch hunt is to use the asynchronous call with-and-Forget 'spawn' name of the Save project.  Finally, we modify register project name so that it starts with a loop "wait", examinging the State of execution of CONST name project and waiting for it to exit the executing State, indicating that it is prudent to make the change.

    Phew!  But it works!  Oddly enough, when I tried this using a Global Variable instead of my Constant VI, I kept getting errors during execution are currently lacking, but despite the mistakes, the code seemed to run correctly.  I found an article (written for LabVIEW 5!) explaining that it was expected as Globals behavior were always in the State of operation.  Actually, I just realized that I had not tried with the call-and-Forget asynchronous schema, then perhaps a decade later, LabVIEW will allow me to do this using a Global without raising an error...

    BS

  • Integration of Code FPGA on the rest of the project.

    Hello, thank you for helping me.

    I recently started on the MyRIO, NOR I have the following code to handle a ultrasonic rangefinder:

    However, when I try to compile I get the message:

    Apparently many of the most common features of Labview can not be used on a FPGA target. However, the code for the Rangefinder is a small part of a larger project in which I have to use such functions, so my main concern is the weather, I'll be able to integrate this code with 'normal' labview FPGA code on the myRIO, if possible, how?

    I would create as for example a 'top' VI which has its own code (showing the waveform graph after the realization of certain mathematical operations on the will appear given by the VI as well as some other stuff).

    Thanks again for helping me.

    Here's the thing with FPGA: you configure real equipment.  Everything must be fixed to the size.  So if you don't have to use an array, you must configure it to be a fixed size (right click in the control to set the size, use the table to initialize or LOOPS containing a fixed number of cycles, and autoindexing).

    As GerdW said, FPGA is not a GUI.  So, you will want to use a DMA FIFO to send your data to waveform until the RT.  You create in the project.

    For some really good information, I recommend that you see the cRIO Developer's Guide.  The myRIO is the exact same platform as a cRIO except that you cannot use the C Series modules.

  • problems with the project of example LabVIEW FPGA

    I'm trying to adapt the example project record on CompactRIO and LabVIEW FPGA Waveform Acquisition for my hardware, but can't seem to do things. I'm just following the instructions in the tutorial, but can not make sense out of section adapt this example to your hardware project, in particular, the instruction to "Drag FPGA Main.vi in the Project Explorer in the Open FPGA VI service window reference VI." Can someone explain on what is supposed to happen here? BTW, the target hardware that I'm doing this work on is a cRIO-9068 with some C series i/o modules.

    Finally, I came across the answer. For anyone else who may encounter this problem, the attached screenshot is worth a thousand words.

  • By mistake I deleted an email that I had saved in the project file. Can I recover it or find it?

    Original title: recovery by mistake deleted messages project

    By mistake I deleted an email that I had saved in the project file. Can I recover it or find it?

    Hi Robert,

    The description of the problem seems a little unclear and I wish I had a better understanding before you start working on it. I would really appreciate if you could answer the following questions:

    1. what operating system is installed on your computer?

    Operating system Windows am I running?

    http://Windows.Microsoft.com/en-us/Windows7/help/which-version-of-the-Windows-operating-system-am-i-running

    2. which web e-mail or mail client you are referring to? What is Microsoft Outlook or Hotmail?

    3. who is the provider of mail service?

    Please provide us with more information on the specific question to help you to fix as soon as possible.

    If you are referring to Outlook, then you can email deleted restore deleted folder by following the steps in the link below:

    He must restore e-mails deleted in Outlook.com.

    http://Windows.Microsoft.com/en-us/Windows/Outlook/recover-deleted-messages

    Your response is very important for us to ensure a proper resolution. Please get back to us with the information above to help you accordingly.

  • can not see Add targets and devices in the Project Explorer

    Hello!

    I think I have a strange question. I have the evaluation version of Labview 2010. I am trying to add my cRIO 9004 to a project. I'm just trying to follow the instructions in the getting started with manual cRIO. It is said, add crio to the project by project root right clicking and selecting NEW > ADD TARGETS AND DEVICES. The problem is I can't see the link to the NEW, but once I click that I see not a link under "add new target or device" appear, instead, I see the dialog box to open a NEW FILE LABVIEW appear. everywhere in distress forum/basic knowledge/support of shooting and get started articles have mentioned project root right click > select NEW > select Add a target or peripheral >, as if she IS supposed TO APPEAR STANDARD in all new projects! But I'm not! I do not understand what Miss me. The version of software that I have are below:

    the cRio:

    OR VISA 5.0

    NEITHER RIO 3.0
    RT LV 8.6

    and he allied himself with what I installed on my host.

    I can communicate with the device of cRIO times using MAX as well as ping at the windows command prompt command.

    Any help would be great!

    Thank you!

    Rajesh

    After you have installed the evaluation version of LV 2010, you reinstall all of the other drivers, as for the cRIO?

  • Deploy and run the part of the project in real time RT

    I am developing a project, LabVIEW-RT, with a User Interface on the PC and evanescent code that runs on a PXI system.  I read a few posts discussing the possibility (or lack thereof) to start the RT of the project by program part.  Here's what I mean: my project has a first level VI on the host PC, call 'Host UI.vi', and a first level VI on the RT target, call it "target RT.vi".  There is the usual assortment of other features of the RT, such as flow, LAN and network Variables shared, etc.

    During development, I open the project, find the code RT target, select the target RT.vi and click Run.  I can do the same with the host UI.vi.  My code works (or not, depending on whether I have introduced new bugs).

    What I would like do is to run the host user interface and run the code to mimic an RT target selection in my project and perform a right-click.  I partly managed, but a small step escapes me.

    Can I programmatically deploy my RT code and make it pop a window front so I can click on the Start button.  I even managed to start running programmatically using VI server.  However, when I start it programmatically (rather than clicking Run), my shared network Variables are not available.

    I studied it a bit by using Distributed System Manager.  With her, I can 'see' my shared Variables of network on the target of the RT, but its status is offline.  I put online by clicking on the button 'Start process' in DSM, however, when I then try programmatically start my vi target RT using VI Server, Shared Ntwork variables goes Offline (accordint DSM).

    Question - is there a way to do a program equivalent to locate my network shared Variable in DSM and clicking on start processes?

    [I had a great idea while writing this post.]  I have noticed that if I deployed my VI and also expanded my network shared Variable, DSM has shown to be online, but the target RT start VI VI Server, the NSV went offline.  What happens if I have deployed it after from the remote?  Good idea, too bad that it didn't work...].

    All the best ideas?

    BS

    Well, I just did!  I wrote a demo project RT with the following characteristics: RT side consists of a single VI that affect False in a Boolean Variable (NSV) shared network, goes in a while loop until there is true, goes into an another wait loop to make it False, then ends.  The NSV is hosted in a library on the remote target.

    The host does the following:

    1. Determine the IP address of the target of the project.
    2. The first name of the VI RT to run, to return a reference to it.
    3. Use the reference to deploy the RT VI on the remote target.
    4. Use the IP address and the name of the RT VI for a VI Server reference.
    5. Use the reference to start the code that runs on the target of RT.
    6. Go in a loop looking at the NSV and wait for the status of the error not be 8BBB0006 (uninitialized NSV).
    7. With the value returned by the NSV (must be set to False, defined by the code of RT), deny it, set it and wait that it will change.
    8. Do this one more time to return the NSV to its original value (as defined by the code of RT).

    Before running the code, right-click on the target of RT in the project and turn on "disable AutoDeploy Variables.  J of Zach, an Applications Engineer of NOR, suggested that this step, which can be the key step in the resolution of this dilemma.

    To test this, I restarted my PC and the aim of RT.  Once both had restarted, I opened the project on the PC, and without interaction with the section the project somehow RT (including not not clicking 'Connect'), I ran the host code.  He started the remote code and was told that the round trip time for set and reset my NSV was about 29 msec.

    I intend to make a full text of this and submit the entire project, with documentation and all the screws under utility, I used, to community page OR.  I'll try to get this done this weekend...

    Bob Schor

  • How to publish the project web site on the internet?

    I already have the service of the host, the registered URL, and I did not quite sure about to publish the project in VS 2010 on the internet. Thank you

    Hello

    Your question of Windows is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT audience Pro on MSDN. Please post your question in the Forum. You can follow the link to your question:

    http://social.msdn.Microsoft.com/forums/en/

  • I have nero10 and hp dvd1170. I can set up the project, but my computer does not seem to see the hp1170 of the dvd.

    I can implement the project in nero10. But when I go to set the parameters for where I want the DVD to burn it does not list the hp1170.

    Hello

    · The DVD drive is recognized in Windows Explorer?

    You can follow the steps from the link: your CD-ROM drive or DVD drive is missing or is not recognized by Windows or other programs: http://support.microsoft.com/kb/982116

  • Movie maker project times shows more than the actual duration of the project.

    Original title: I have a project which lasts 23 minutes, but Director tells me that it is more than 24 hours long and I cannot add audio

    I had to stop my draft edition for 2 weeks and when I opened it I get this message (no error code)

    Hello

    1. What is the format of the project you are trying to open using Movie Maker (Power Point presentation, video)?

    2. it happens only with specific projects?

    3. have you made no changes of software/hardware on your computer before the show?

    These questions usually surfaces due to minor errors in editing the project. Try to load the source file once again and create a new project and check with the question.

    Work with projects in Windows Movie Maker

    http://Windows.Microsoft.com/en-us/Windows-Vista/work-with-projects-in-Windows-Movie-Maker

    For reference:

    For more information on how to create projects follow the article mentioned below:

    http://Windows.Microsoft.com/en-us/Windows-Live/Movie-Maker-get-started

    It could be useful!

  • Import previously created the project file as. MSWMM files will now open in WMM.

    After you import a video file multimedia. While displaying the file in WMM I was bursting of the file in the headings concerned by creating several files in my imported originl file. I had more before edit I would do later, he not published at this time. I saved the file as a project using the default value. MSWMM format. When I try to recover the project I get the following message:
    Split F:\Video\Editing videos\tape2 file. MSWMM cannot be imported because the codec required to play the file is not installed on your computer. If you have already tried to download and install the codec, close and restart Windows Movie Maker, and then try to re-import the file.

    Double click on the file to open WMM but does not load the file.

    Windows Vista
    Windows Movie Maker V6 Bld 6002 SP 2

    Can you help me please?

    Hi John, sorry I couldn't you respond without creating another user ID.
    There are no files listed in WMM when I double click the. MSWMM project file I want to edit further. There is a brief display in the video box 'Preview size 434 x 326'.
    There is nothing on the screen at all, if I then try to open the same file again, I get a response that the file is in use to choose file anther
    I use the same computer to download and edit my videos, not switching files either, other than my project and video files. MSWMM files are stored on an external hard drive.

    Thank you for your interest

    ===============================================
    I'm really grabbing at straws here because I have no idea what happened
    but there is always the original source files in the same exact place as
    they were when you created the project?

    I wonder if it may be interesting to try to copy your source files of your
    system drive (C :)... then again the project and save it (C :).)

    Sorry I don't have a more positive response.
    John Inzer - MS - MVP - Digital Media Experience - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

  • Eclipse fails to package the project every other time I try to run BlackBerry Simulator

    I have a simple project that I've set up using the SDK 7.1 BlackBerry, it has no external dependencies.

    Almost without fail, every other time I hit him "run on BlackBerry Simulator' I get an error similar to the following:

    Packaging project BlackBerryApplication
    C:\Eclipse\plugins\net.rim.ejde.componentpack7.1.0_7.1.0.10\components\bin\rapc.exe -convertpng -quiet codename=deliverables\Standard\7.1.0\BlackBerryApplication -sourceroot=D:\Git\BlackBerry Application\BlackBerryApplication\src;D:\Git\BlackBerry Application\BlackBerryApplication\res;D:\Git\BlackBerry Application\BlackBerryApplication -import=C:\Eclipse\plugins\net.rim.ejde.componentpack7.1.0_7.1.0.10\components\lib\net_rim_api.jar deliverables\Standard\7.1.0\BlackBerryApplication.rapc D:\Git\BlackBerry Application\BlackBerryApplication\bin
    JAR file creation failed with error -1
    The preverified classes if any are in tmp28761. See jar log of errors in C:\Users\t_gibson\AppData\Local\Temp\rapc_71af6d24.dir\jarlog.txt
    Error!: Error: preverifier failed: C:\Eclipse\plugins\net.rim.ejde.componentpack7.1.0_7.1.0.10\components\bin\preverify.exe -d C:\Users\ ...
    Packaging project BlackBerryApplication failed (took 0.584 seconds)
    

    No matter if I clean up project or own Simulator I still get the same error another each compilation. Does anyone have an idea what could cause this? If I type "run on a BlackBerry Simulator" right after the error, it works fine.

    I use the 9900 with Eclipse 3.7.2 and BlackBerry 7.1.0.10 SDK Simulator. The plug-in version is 2.0.0.201207181003.

    Thank you!

    EDIT: I should clarify that when I say that the cleanup project makes no difference, what I mean is that cleaning of the project once the means it compiles OK next time, but unless he is cleaned after the first compilation, again a second time the compilation will fail. If although the project before each compilation of cleaning could cause it to compile every time, this does not solve the problem that it is there always something left in an inconsistent state after a successful compilation.

    I have determined that the source of the problem was a bad setting in the project configuration that I did when I created the project, I added wrong file the project root to the source compilation path option on folders. The error in the line of rapc.exe is highlighted below

    Packaging project BlackBerryApplication
    C:\Eclipse\plugins\net.rim.ejde.componentpack7.1.0_7.1.0.10\components\bin\rapc.exe -convertpng -quiet codename=deliverables\Standard\7.1.0\BlackBerryApplication -sourceroot=D:\Git\BlackBerry Application\BlackBerryApplication\src;D:\Git\BlackBerry Application\BlackBerryApplication\res;D:\Git\BlackBerry Application\BlackBerryApplication -import=C:\Eclipse\plugins\net.rim.ejde.componentpack7.1.0_7.1.0.10\components\lib\net_rim_api.jar deliverables\Standard\7.1.0\BlackBerryApplication.rapc D:\Git\BlackBerry Application\BlackBerryApplication\bin
    JAR file creation failed with error -1
    The preverified classes if any are in tmp28761. See jar log of errors in C:\Users\t_gibson\AppData\Local\Temp\rapc_71af6d24.dir\jarlog.txt
    Error!: Error: preverifier failed: C:\Eclipse\plugins\net.rim.ejde.componentpack7.1.0_7.1.0.10\components\bin\preverify.exe -d C:\Users\ ...
    Packaging project BlackBerryApplication failed (took 0.584 seconds)
    

Maybe you are looking for

  • macOS Sierra - Mail subject line empty on the answer

    In the latest iteration of the mail under macOS Sierra, on you reply to a message in the subject line is empty. This happens only with Microsoft Exchange accounts and does not happen with my gmail account.

  • Checker says IMEI phone is blocked, but still works fine.

    Hi guys,. I recently bought an iPhone 6s over 64 GB on craigslist and unfortunately, I didn't check the imei carefully before buy you. So about 3 days ago I check with Tmobile imei check and it said that the phone has a balance and could not be used

  • Satellite A500 - 14 k - HARD Drive LED indicator always flashes

    Hello First sorry for my bad English I'm french and I recently bought a Toshiba Satellite A500 - 14 k (http://fr.computers.toshiba-europe.com/innovation/product/Satellite-A500-14K/1072806) I have a little problem with this laptop and I don't know if

  • Lenovo y510p

    Hey everybody. I'm going to buy a lenovo y510p very soon, but I want to assure you that the model I bought has a SLI. Which models have by SLI? I'm looking everywhere and it is said that "up to two Nvidia 755 graphics cards. But where can I get these

  • Click on Lenovo u300 hinge

    Hello So, I recently purchased the lenovo at amazon u300s and received today. When I opened the laptop, there is a noticeable click on the hinge of the right hand (on the same side as the power adapter on). Click maybe isn't the best word, its not ha