Installer for simple project

I am having a huge problem building an installer.  To demonstrate I have created a very simple project (see attached zip file).
It consists of a VI that does very little
a text file named text.txt which the VI reads and displays
a folder named tree db with three subfolders.  Each of the subfolders has a text file named leaf
My goal is to build the project, build an installer and run the installer on a target machine. The result should be that the target machine will have the exe, the text file and the folder tree (as well as the LV runtime, of course).  
I have managed to do this in the past but for some reason I am really floundering. First, if I put the folder in the build I get a name conflict even though I have checked "preserve disk heirarchy and then in the install spec I don't see how to include the tree db folder and the text file.
I have tried everything I can think of without success.  Can anyone help?
Regards,
David
Attachments:
build testbed.zip ‏10 KB

I'm sorry but I am not in a place where I can look at your code right now. To see a configuration that works, check out the post from my blog that you will find here. At the bottom of the post is the archived project in my SVN repository. In this project I am including a database file, but the process is the same for any non-LV file.
I first include the non-LV file. I then created a destination for it (in this case called _repos) and then in the source file setting told the builder to put the file in _repos. At this point the preview will show it in the right place.
Mike...
Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion
"... after all, He's not a tame lion..."
Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

Similar Messages

  • How do I create an installer for my project that allows for variable data entry like a server unc path?

    Hello All,
    I have a questions and a few hours of scouring the internet hasn't brought me much closer to an answer.
    Here's what I want to do. I have created a visual c# wpf application. I want to have an installer that during install time will have a text box or something where I can enter a server path as a string. Basically my application needs to know where to look
    for a server unc path \\server\somesharedfolder that it will be accessing primarily for its work. Secondly, how do I reference said information from within my code.
    I have come across application/user scoped settings, which appears to be what I'm looking for. However I can't find a way to have the installer prompt for a value "Server Path:" __________ that I could type into during installation. So far it appears
    the only way would be to edit the config.deploy file before running the installer, which isn't a big deal but you'd think there'd be an easy way to take in variables during install.
    EDIT: Apparently I can't edit the config.deploy file as I get an error message about the hash not matching.
    Thanks for your help!
    Lance

    Hello,
    The forums I found confusing, didn't know the best place to put this question so I put it here.
    I have found the answer over at stackoverflow and will detail here for anyone who may stumble across the same problem.
    The problem is ClickOnce seemingly doesn't support this feature. Installshield LE either doesn't or does but its incredibly too complicated if all you need is one variable passed to the registry during installation. And it seems the words used for googling
    this particular problem will never lead you to the solution.
    So here's how to do it (we will be first adding the Visual Studio Installer Add-on to restore original installer project functionality):
    1) Inside of visual studio 2013 go to Tools -> Extensions and Updates
    2) On the left-hand side click on Online -> Visual Studio Gallery
    3) In the upper-right search box search for "Visual Studio Installer"
    4) Download the extension labeled "Microsoft Visual Studio Installer Projects"
    5) Install, then open a new project under Templates -> Other Project Templates -> Visual Studio Installer -> Setup Project
    6) Now for the gold. In the solution explorer there are icons in a bar just below its title bar, highlight till you see "User Interface Setup" and open it.
    7) Now you can right click on Start, Progress, End etc any Category heading and hit Add Dialog.
    8) From here for my purposes, I used TextBoxes A
    9) Once you add it, click on it and observe its properties window. You will see Label, Property, and Value. Make a note of the property name as it will be used to store the data directly into the registry. *Note: there appears to be no way to perform data
    validation using the built in textbox dialogs, users can enter whatever they want and move on.
    10) Go to the registry editor on the same icon bar under solution explorer.
    11) Specify your registry folder, make a new value (I used string) and name it whatever you like. In the value section enter the property label formatted as such   [EDITA1]   depending on your value. 
    12) Now when you run the installer for your project, it will take data into that field and place it into the registry provided it has access to that key with the permissions you run the program under.

  • How can I create an installer for my project that can work on 32-bit Windows if I have 64-bit Windows Vista?

    Hi, 
    I made a LabVIEW project that works perfectly and made an installer for it. I tested the installer on my own computer and everything worked well. The goal for my installer was to put it on multiple computers. So I tried to do this on another computer that has Vista 32-bit and it told me that the installer can only run on 64-bit computers. I tried to choose to install run-time 32bit and it did not change anything, there was still a message to tell me that this installer only can be ran on 64-bit computers. How can I make an installer that works on 32-bit computers? 
    Thank you. 
    Solved!
    Go to Solution.

    Langelier wrote:
    Will my project work on 32-bit version even if created on 64-bit version?
    The code will have to recompile, but yes it should work.  I recommend making a backup before proceeding just in case.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Can we create installer for  Java projects ?

    when we create any desktop application using swing. Can we create installer for that application that will include all the files, which is required to run that application including data base. Data base is Mysql and in some case it might be MS Access.
    We can create the jar files for this and deploy. But other then this ...
    Is it possible to create ?? If anybody have idea then plz give me steps how to do this ??
    welcome in advance for reply...

    MukeshSinghRathaur wrote:
    when we create any desktop application using swing. Use [Java Web Start|http://www.java.com/en/download/faq/java_webstart.xml] *(<- link)*
    ..If anybody have idea then plz give me steps how to do this ??Please take the effort to type all 6 letter of the word 'please'. Also - one '?' indicates a question, whereas 2 or more often indicates a bozo.
    Do some research, ask a specific question. These forums are not designed as a 'help-desk' where people will hold your hand and tutor you as to how to do things.

  • Creating an installer oracle installer for my project

    I want to make an oracle db installer for my program. When it is executed it should be able to search the tnsnames.ora and list the services in combo box. Up to this it is finished
    Now, I want to:
    1. logging to the service with login id and password :
    2. after successful login all the users under the service should be listed. I can either choose the existing user or create a new user with sufficient rolls.
    3. after that I want to execute scripts for creating tables etc. These scripts are stored in separate folder.
    I am coding in VC++ 6. How will I write functions which perform the above tasks?

    You can use v$tables to Qry the active users.
    You should have enough previlage to create the users
    I think this is DBA related task.

  • Need an Xcelsius developer for simple project with revenue potential!

    Hi,
    Me and my partner own a small business (very small) with a few financial literacy offerings that use Xcelsius. My problem is that the person who was building our simple Xcelsius applications has left. We are looking for an Xcelsius developer to do some side-line development for us. It's primarily related to modifying the existing business objects.
    Our products are very innovative. You can see examples of our tools here:
    http://www.theriseenterprise.com/index.php?q=taxonomy/term/10/10
    Of course you are free to explore the entire website. We do not have a lot of money, but we are willing to give the right person a share of the revenues that we receive from the tools that they build/modify. Again, for an Xcelsius pro, this would be a snap. Pretty easy work I would think. All of the source spreadsheets are already built and documented.
    If you have an interest, please call 6174183036.
    Thank you.
    Garth Bernard

    Hello, this forum isn't for advertising work. I would look at the Microsoft Partners / Pinpoint for a local PPM partner to see if they can help you. http://office.microsoft.com/en-gb/project/microsoft-project-partner-resources-ms-project-FX103802119.aspx
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

  • How does scale down LogicX for simple projects?

    I currently use Cubase LE that came w/ my Firepod to do voice work and radio forecasts and export and convert 50-60 AIF's to MP3 in ITunes every single day. I've saved a simple 1 track template with preset I/O's, Levels and Project length.
    I can drag in MP3 beds onto it w/ease and use tons of keyboard functions like arrow keys, delete et al to move around Cubase w/ ease as well. Logic X won't even let me use the delete key to trash 2 seconds of audio bit.
    I do mass production of short 30-60 second files not Symphonic Compositions. I have some compression / EQ.
    Is there a way to make Logic X SIMPLE to use and move around in?

    I currently use Cubase LE that came w/ my Firepod to do voice work and radio forecasts and export and convert 50-60 AIF's to MP3 in ITunes every single day. I've saved a simple 1 track template with preset I/O's, Levels and Project length.
    I can drag in MP3 beds onto it w/ease and use tons of keyboard functions like arrow keys, delete et al to move around Cubase w/ ease as well. Logic X won't even let me use the delete key to trash 2 seconds of audio bit.
    I do mass production of short 30-60 second files not Symphonic Compositions. I have some compression / EQ.
    Is there a way to make Logic X SIMPLE to use and move around in?

  • Premiere Pro performance suddenly slowed down to be virtually unusable, even for simple projects

    I'm running latest Premiere Pro update on a late 2013, 27" iMac, with a 3.4 GHz Intel Core i5 processor with 8GB RAM, Mac osX version 10.9.5.  I know that's not a lot of RAM, but up until the past week or so I was able to edit an hour-long 4K project with that configuration, as long as I ran the Premiere session at 1/8 resolution.  It did drop some frames if I tried to play a long piece of it without stopping, but it was workable for editing purposes.  But in the past few days, the session has slowed down to the point where it starts serious frame dropping from the moment I push play, and is basically unusable.   It also drops audio, and I can hear the drives clattering frantically as soon as I hit play.   My media is on 2-TB G-drives connected via USB3.
    What I've tried so far...
    - Ran diagnostics on the drives, and it found no errors.
    - Tried linking the project to the identical files on the backup drive.  Same problem. 
    - I made sure my Mac's energy saver settings were set so that the drives never go to sleep.
    - I deleted all the media caches and Premiere preview files I could find.
    - I reset the Spotlight privacy settings so that they do not index any external drives, and only a few folders on the internal drive.
    - I made sure I'm set to devote the maximum amount of memory (6.5 GB) to Premiere.
    - Finally updated my Premiere software to the latest version.
    None of these things made any difference. 
    - Then I thought maybe the session had just gotten too big and bloated for my system to handle.   So I made a new project and imported a simplified version of just one sequence, which only references some of my color-corrected video files.  That way I only have to have one external drive connected, and the session is referencing much smaller files.  Still no improvement.
    - So I tried an experiment where I made a brand new Premiere project and sequence.  I imported just 5 video files into it.  The largest file was less than 3GB.  (I do Protools editing on that computer with files much bigger than that, on the same type of extermal drives, with no issues at all.)  With only a single 5-second video clip (and no audio) in the timeline, it still starts dropping frames after about 2 seconds.  If I put another 5-second clip in the timeline, the frame dropping gets twice as bad.  If I try to put a video crossfade on them, playback gets so jerky it's unwatchable.
    So basically, I started out being able to edit a 60-minute long 4K video project with video transitions and multiple tracks of audio and video.  (It wasn't perfect, but it was workable.)  And now suddenly, I can't play a brand new session that has 5 small video clips in it, and no audio.    So it's not just my project or sequences that are the problem.  Premiere just no longer seems to be able to access and play back my media with any kind of speed.
    What am I missing?  Can you give me some additional suggestions to try that I haven't already mentioned above?  (And yes, I know a lot of you guys probably consider my hardware setup completely insufficient for what I'm doing, and you're probably right.  But it was working well enough for me up to this point.  I'm so close to the end of my project, and I'm really just trying to get back to the functionality I had a week ago, so I can finish.)
    I'd appreciate any suggestions.  I feel like I'm running out of things to try.

    After a lot of troubleshooting, it appears the problem is related to the color corrected version of my video not being able to play back fast enough.  While my system had no issue with the raw 4K camera files, the increased color depth of color corrected Pro Res versions are just too much for my drives to play back in real time, even at low resolution.   Unless I want to do considerable system upgrades (which I don't), the solution is to keep my color corrected and non-color corrected video stacked on top of each other in the timeline, and to deactivate the video track containing the color corrected ones.  Of course, I can turn the color corrected track on when I need to check something with it, but for playback functionality while editing, I'm limited to the raw camera files. 
    Obviously this is an imperfect solution.  But because I'm basically done editing and just need to do some title work and a little trimming, I can finish the project working that way. 
    Incidentally, tech support suggested major upgrades to my memory and video cards.  But if I were going to attempt to troubleshoot this further, I would upgrade to a better RAID system before I would do additional upgrades to my mac.  It really feels more likely that's the primary issue here. 

  • Best Layout for Simple Project

    hey,
    Im doing a simple ticket application with 6 -7 panels. Im new to java and currently using flowlayout but it looks very messy. I tried Gridlayout but my controls turned out oversized.
    Can anybody recommend a simple layout that can be used to create a neat interface.
    thanks
    tom

    Can anybody recommend a simple layout that can be used to create a neat interface.We don't know what you consider "neat", so no we can't recommend a simple layout.
    The key point to remember is that you should be using a combination of different layout managers to get the "neat interface" that you desire.

  • Suggestions Request for Proposed Project

    I'm after suggestions for the best way to implement a project I'm planning. I download bank statement details as .CSV files which include date, amount and description details per transaction. I want to be able to produce time period (eg, year and month) reports on transaction amounts by category, where a category is identified by the description field of the TX. For example, if a TX description field includes the string "BP", "SHELL" or "CALTEX", the category would be "FUEL". The object of this exercise is to be able to report expendature by category. There will be thousands of TX's, but only a small number of categories, say, 20.
    From my research to date, it looks like Oracle OLAP (because of the flexibility of it's cube and dimension constructs) might be the tool to use for this project, but I can't find introductory examples on using OLAP for this purpose. I have Oracle 11g server and client installations on a couple of Linux Fedora 10 boxes, and a server database with the OLAP component installed. From my client, I can start Oracle 11g Analytic Workspace Manager and add my server database to the tree. SQL Developer is also configured to connect to my server database. I also have a bunch of python modules which I have written to load TX data from downloaded .CSV files into server database tables.
    Can anyone assist an Oracle developer newbie (with many years of Oracle DBA experience) with suggestions on the way forward, or pointers to doco that will assist me? Is OLAP/AWM the appropriate tool for this project, or is some other approach going to be simpler?
    TIA,
    Jon

    It sounds like your data is dimensional, has hierarchies and you have the need for aggregate level analysis and time series calculations. If so, the OLAP Option is probably a good choice. A few thoughts for you:
    - Data is loaded into a cube from tables or views (you will need to load data from the csv files into tables. It soulds like you will need at least two dimension tables (category and time) and a fact table. (If aren't familar with dimension and fact tables, Google 'dimension table', 'fact table' and 'star schema'. You will find plenty of information.)
    - If you are only analyzing data at the category level, don't bother to load TX detail into the cube. You can aggregate data in a view or you can map the cube to the source tables in such a way that the cube will aggregate while it's loading from the fact table.
    - Analytic Workspace Manager (AWM) is the correct tool for designing and managing cubes.
    - There are lots of examples and tutorials on the OLAP Option OTN page. http://www.oracle.com/technology/products/bi/olap/index.html . You might want to start with the overview and creating cubes videos.
    - You don't mention what you are going to use for a query tool. Excel 2007 with the Simba MDX provider is a good choice. (There is a video on the OTN page about using Excel with the cube. See http://www.simba.com/MDX-Provider-for-Oracle-OLAP.htm for information about the MDX provider.) If you happen to be using Oracle Business Intelligence Enterprise Edition, be sure to get the OBIEE Plug-in for AWM. It's on the OLAP OTN page.
    Good luck!

  • [svn] 3120: When you point Flex Builder at a local sandbox trunk build, it couldn' t generate the html-templates folder correctly for new projects so we moved all the html templates up one level and removed the html-templates directory and adjusted build

    Revision: 3120
    Author: [email protected]
    Date: 2008-09-05 10:44:10 -0700 (Fri, 05 Sep 2008)
    Log Message:
    When you point Flex Builder at a local sandbox trunk build, it couldn't generate the html-templates folder correctly for new projects so we moved all the html templates up one level and removed the html-templates directory and adjusted build.xml's to accommodate the directory change
    Modified Paths:
    flex/sdk/trunk/build.xml
    flex/sdk/trunk/webapps/webtier/build.xml
    Added Paths:
    flex/sdk/trunk/templates/client-side-detection/
    flex/sdk/trunk/templates/client-side-detection/AC_OETags.js
    flex/sdk/trunk/templates/client-side-detection/index.template.html
    flex/sdk/trunk/templates/client-side-detection-with-history/
    flex/sdk/trunk/templates/client-side-detection-with-history/AC_OETags.js
    flex/sdk/trunk/templates/client-side-detection-with-history/history/
    flex/sdk/trunk/templates/client-side-detection-with-history/history/history.css
    flex/sdk/trunk/templates/client-side-detection-with-history/history/history.js
    flex/sdk/trunk/templates/client-side-detection-with-history/history/historyFrame.html
    flex/sdk/trunk/templates/client-side-detection-with-history/index.template.html
    flex/sdk/trunk/templates/express-installation/
    flex/sdk/trunk/templates/express-installation/AC_OETags.js
    flex/sdk/trunk/templates/express-installation/index.template.html
    flex/sdk/trunk/templates/express-installation/playerProductInstall.swf
    flex/sdk/trunk/templates/express-installation-with-history/
    flex/sdk/trunk/templates/express-installation-with-history/AC_OETags.js
    flex/sdk/trunk/templates/express-installation-with-history/history/
    flex/sdk/trunk/templates/express-installation-with-history/history/history.css
    flex/sdk/trunk/templates/express-installation-with-history/history/history.js
    flex/sdk/trunk/templates/express-installation-with-history/history/historyFrame.html
    flex/sdk/trunk/templates/express-installation-with-history/index.template.html
    flex/sdk/trunk/templates/express-installation-with-history/playerProductInstall.swf
    flex/sdk/trunk/templates/metadata/
    flex/sdk/trunk/templates/metadata/AC_OETags.js
    flex/sdk/trunk/templates/metadata/readme.txt
    flex/sdk/trunk/templates/no-player-detection/
    flex/sdk/trunk/templates/no-player-detection/AC_OETags.js
    flex/sdk/trunk/templates/no-player-detection/index.template.html
    flex/sdk/trunk/templates/no-player-detection-with-history/
    flex/sdk/trunk/templates/no-player-detection-with-history/AC_OETags.js
    flex/sdk/trunk/templates/no-player-detection-with-history/history/
    flex/sdk/trunk/templates/no-player-detection-with-history/history/history.css
    flex/sdk/trunk/templates/no-player-detection-with-history/history/history.js
    flex/sdk/trunk/templates/no-player-detection-with-history/history/historyFrame.html
    flex/sdk/trunk/templates/no-player-detection-with-history/index.template.html
    Removed Paths:
    flex/sdk/trunk/templates/html-templates/

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • Sales order creation for a project

    Dear all,
    I would like to know how to create quotation ,sales order, delivery and Billing for a total project. Let me explain the situation.. Customer has 4 different product.. they have 4 Plants to produce those materials.. They will sell each products individually and combination of others also. Their sales process is Customer will place an order for the total project which involves supply erection and Training. The erection and training may take 3 months to 1 year. The requirement is customer wants to create quotation and sales order creation in SAP. Also they want to map the erection and Training in SAP. They would like to capture the expenses involved during the erection and Training period. In this case excise duty, Sales Tax and service Tax all are involved in the same project.
    Can any one suggest some idea
    Thanks in advance
    Sriram

    Hi,
    It is understood that your client has 4 plants for 4 different materials. Your client sells materials and service (1.Installation of equipment and 2.Training the users). Your client wants to know the cost of the sold items (Materials and services). The billings are subjected to all applicable taxes.
    As you know, these requirements can be mapped in SAP by SD and PS modules.
    SD Module: Whatever the customer places the order (either partially or as total), you can create quotations. The materials are finished goods (FERT) and service materials (DIEN). The pricing procedure should consider all applicable duties and taxes.
    The business flow: Quotation >> Sales order >> Delivery of goods >> Billing (VF01) >> Excise Invoice >> Account receivable.
    Note: To link the sales order with PS module you have to maintain respective u2018WBS Elementu2019 in the Account assignment tab of the sales order. This is used for planned revenue in PS.
    Since you are supplying goods from all plants, maintain all plants to Sales organization and distribution channel combination in Assignment of Enterprise structure.
    PS Module:
    If the customer orders for an entire project including supply of materials, installation and training the users, create a project definition for that project in the project system. Assign a main WBS element under the project definition. Assign lower level WBS element according to your need. Under the WBS element network is assigned. Under the network activities are assigned. Under the activity there are activity elements. There are different types of activities; internal, external etc.
    You can assign different WBS element for services. Under this the relevant activities are assigned.
    You can budget for the project; you can assign supplementary budget if it is required. 
    When you release the project the Purchase requisitions are generated. The MM persons will create PO and procure the materials for the project.
    All the materials required are initiated from PS. Here every activity is routed through PS including service.  So, all the expenses are captured.
    By settlement rule, the cost is arrived at different levels.
    The configuration is to be done accordingly.
    Hope this give you an idea on the subject.
    Regards,
    K Bharathi

  • I need to download an online quicktime video for a project.  Its is 3gb so takes a while to buffer but when it buffers to about half way it stops and I have to reload the page and try again?

    I need to download an online quicktime video for a project.  Its is 3gb so takes a while to buffer but when it buffers to about half way it stops and I have to reload the page and try again?

    Let's first try updating using an installer file downloaded from the Apple Website:
    http://www.apple.com/itunes/download/

  • Has anyone used more than one event for one project?

    Hi,
    I have an opinion about Final Cut Pro X that hasn't changed since my first few days with it.  I waited to see if I would get used to it.  But, after a fair amount of time, I still am not comfortable with 'Events' and 'Projects'.  The separation of the media and projects creates more problems than solutions with my workflow.
    The purpose of it was to add flexibility for both the professionals and consumers using it, but my first impressions are still the same.  The new Event and Project system adds complexity to organization and archiving.  I wouldn't write this if it wasn't enough of a hindrance for me, that I encounter constantly.  I think the new Final Cut Pro X is incredible, but this issue is definitely important to me.
    Has anyone out there used more than 1 Event for 1 Project?  Some of us create more than 1 Project for an Event, to make different version of a video, or for brainstorming, or to make a part 1 and part 2 of a video, but I've never had more than 1 Event for 1 Project.  I don't need to use the media from multiple Events for the same Project.  And I've never used it for a reason.  I don't think someone will want to use their Hawaii vacation footage for a Denver vacation project, and a Florida vacation project.  I think we should bring back the connection between Events and Projects in a meaningful way. 
    This is a throw back to the older days, but that's not always a bad thing.  Let us keep our projects, or timelines, in the Events folder.  Make an area above the JPG section, and PNG section, and MOV section, and call it the Projects section.  Then we can easily find our Projects and add a new Project every time we need it, and organize our files quickly - without having to keep track of more windows. Final Cut Pro X is all about being more simplified than other video programs, and I think this goes right along with that idea.
    Thanks,
    - David

    My original fear was that FCPX was just going to be iMovie Pro... It so is not!
    People use the interface in different ways. I think that's what most of us like about it, it's flexibiity to accommodate different types of workflows.  For me, I use the Events browser mostly like I'd be using the Finder. All the imported clips I use are referenced by the hard disks on which they reside. I know where to find them in the Event Browser and I know where to find them in the Finder.  I use a lot of stock footage and therefore *reuse* a lot of stock footage from project to project. I'm not going to re-import duplicates into different events because I don't find that the least bit convenient and I do find it a terrible waste of precious HD real estate.
    But that's me.
    Some people like to load up everything they're going to use in a single project in a single event... I get that. You can command click your way through a bunch of clips, type E and everything is automatically arranged on your storyline in the order you selected the clips. That is *awesome*!! Instant storyline (/timeline.) Furthermore, for those that need to share projects, it's easier to bundle up the events and projects if they're all together (albeit in two different folders) on one disk (— at least they are always at the top level of the drive and easy to find.)
    Keeping your Events media in a different location (satellite drives) and keeping your current project on your *fastest* drive is probably the fastest way to edit (particularly if your satellite drives are Firewire or Thunderbolt [peer-to-peer interfaces don't hog system resources].) There is little cross interference in disk accesses that way. So essentially, you can keep FCPX dealing with original clip data that doesn't need to be quite as fast, reading and writing to slower drives on your system, while letting it plow through the heavy work on your fastest access drive (usually your internal HD.)
    By no means is FCPX "more simplified". It has a huge amount of power. It has all the best parts of Color, Soundtrack Pro and Motion built in. It allows you to explore *ideas* in real time rather than having to plan for them a week in advance [layout, round-tripping plans to Color, STP and/or Motion for titling or effects.]  You can grab and move around elements anywhere on your "palette" with simple mouse moves and an occasional key press. The list goes on. Bottom line, it doesn't matter how you organize your events or your projects. It's all about the finished product. And for me, I can turn that around in about 1/5th the time (not claiming it's great — but I think better results in 20% of the time, on average, than it would have taken in Studio.) [Not a professional video editor -- I'm a graphic designer, and I develop Motion graphics for FCPX to make all "you guys" look better.]

  • Help with a simple project

    I am new to writing in Java. I've been slacking probably more than I should be, and I have a small project that is due on Thursday for my class. Currently, I know how to write in C++ and C++ only. If someone could help me in writing the simple code for my project, that would be great.
    The program is simple. It should allow a user to input a string of digits, and then output the sum of those digits.
    For example; the user inputs 3563
    the program would then output 17 (3+5+6+3)
    Thanks for any help.

    well, i think I figured out how to do this, except I am having a small error. Here is my code;
    public class digitsum {
        public static void main(String[] args)
            throws java.io.IOException {
            int number = 0;
            int sum = 0;
            System.out.println("Enter an integer number: ");
            number = (int) System.in.read();
            System.out.print(+number);
            do
                sum = sum+(number%10);
                number = number/10;
            }while(number>0);
            System.out.print(" The sum is " +sum);
    Now when I run the program, it is clear that it is correctly calculating the sum, but for some reason it converts the number which the user inputs into something else.
    For example, here is a test run of my program;
    Enter an integer number:
    56
    53 The sum is 8
    56 is the number I input, and 53 is the number the program reads. As you can see, it says the sum is 8 (which is correct for 53, but I entered 56).
    I am confused.

Maybe you are looking for

  • How to create ALV as a POPUP in abap web dynpro?

    I have a requirement to display an ALV report as a popup for ESS application in HR module. Data fetching and binding is done in component controller WDINIT method and it is displaying ALV in ESS. Now my requirement is to show this alv as a popup in E

  • Can't install Oracle 9i ... why?

    Hello, I am trying to install Oracle that I downloaded from the official website (learning purpose). The problem is that, when I click on 'setup.exe' from disk1, it loads the CD for some seconds, then nothing more happens. The Oracle version is 9i R2

  • How to I get rid of the black outlined box that tells me everything I am clicking on?

    My friend pressed random keys on my computer, and now there is a rectangular square that is black and outlined with a white line, and whatever i put my mouse on, the black box tells me what i have clicked on. And then when I do click on something, it

  • NAC guest server hangs and guest portal is not working

    Hi all , Our guest nac server NAC3315 is oftenly getting hung state . And our guest wireless network is not working . We are able to ping the NAC server but web page is not opening for the clients if they connected to guest network. Any clue on this

  • Preview before printing

    On my old Officejet 7000 I could review what was to be printed before actually printing it. I can't seem to find a way to do that on this new Officejet 7110. Please help, I REALLY liked that preview feature. Thanks!