Need advice on the multiple view batteries

In my current application, I have my battery from main view displays 2 components - and intro and a step 1.

In step 1, the user will decide on 1 of the 2 different projects, and then I want the battery to "freshen up" with only the steps of the selected project.

By example, if 'make a birdhouse' and 'do a table' was the choice, if the user chooses the cabin the app appears now only steps from the birdhouse tutorial.

I'm singing 3 XML files with the data of the intro and one each for each of the tutorials. I load the first and according to the choice to load the other appropriate.

Would be better dealt with States, or should I assign different values to the stack view, or what?

Thank you.

Sure.

Let's say you have your 2 initial ViewStack children:




Step 2 you have a custom event, tutorial. When this event is raised, it has the information which the steps must be created then.

private function changeTutorial (event: TutorialEvent): void
{
First remove the two original steps
stack.removeChild (step1);
stack.removeChild (step2);

now, you determine which steps to add, and then add them:

var: step = new Step();
stack.addChild (step);
}

In other words, use stack.removeChild (component) and stack.addChild (component);

Tags: Flex

Similar Questions

  • Guard application launch at the start of the appliance, also need advice for the implementation of network methods

    Hi all

    I'm new to the development of Blackberry and I'm writing a relatively simple application to run on 7.1.

    So far the development was interesting, I managed to create my user interface using resources online (mainly this forum), but today I tried to implement some of the network classes that I need and now I just met constant problems.

    I use Eclipse SDK 3.7.2 (the one that comes with the plugin RIM)

    First question:

    I'm not sure what I changed, but today I noticed that whenever I start the Simulator (by sim 9360) my application is started during the initial startup process. I don't think he did this before, but to be honest, I wasn't paying much attention. I think it starts at the start of the device is because I put a breakpoint in the constructor for my class from the main screen, which is hit before the Simulator happens even to the point where it is ready for user interaction. In addition, once it is ready, if I press the BB button, I see my registered application.

    I don't have it set to automatic start in .xml descriptior enforcement.

    I started this application on the HelloBlackBerry sample, here is my main method for the entry of the application:

    public static void main( String[] args ) {
            appSettings = AppSettings.fetch();
            // Create a new instance of the application and make the currently
            // running thread the application's event dispatch thread.
            HelloBlackBerry theApp = new HelloBlackBerry();
            theApp.enterEventDispatcher();
            //openConnection();
    
        }
    
    
    

    As far as I know, this is the only entry point for the application.

    More code

        public HelloBlackBerry() {
            // Push a screen onto the UI stack for rendering.
            mainScreen = new ScreenHelloBlackBerry();
            pushScreen( mainScreen );
        }
    

    Here is the method of. my class AppSettings fetch()

        // Retrieves a copy of the effective properties set from storage.
        public static AppSettings fetch()
        {
            AppSettings savedSettings = (AppSettings) _store.getContents();
            return new AppSettings(savedSettings);
        }
    

    Some of this code that I wrote myself, the persistence store cause the launch of my car?

    I tried to reset the Simulator to the factory settings, no change.

    All applications initialized during the startup of the device and then closed shortly after?

    Part 2: Need advice for the implementation of functions of network in the application

    I need to implement some methods that will retrieve data from a web service, and I also need to send data to this service. What I've read, the ConnectionFactory is the way to go. I want my application to make a request when the application is open and can check on a set interval. I didn't know exactly how to go about adding another thread for networking, I understand that network connections should not be created on the thread main event, so I tried to do this:

    The constructor of my class that implements screen (ScreenHelloBlackBerry), I use the following to create a modal dialog box to prompt the user for a username, I also try networking wire in the same segment of spawning:

            public ScreenHelloBlackBerry(){...initialize fields and managers, add it all together...then near the end
    
    //This will open the confirm dialog when the application is launched
            UiApplication.getUiApplication().invokeLater(new Runnable() {
                  public void run() {
                      openConfirmDialog();
                    //start connection - Possibly broken
                      ConnectionThread ct = new ConnectionThread();
                      ct.start();
                  }
            });
    

    I don't know if it's somehow OK to do, but it seems to work for what I need. I want a user who launches the application at the prompt, and if a user switch applications, when they come back they wondered again (unless they close the app and reopen it).

    Here is my ConnectionThread:

    public class ConnectionThread extends Thread
    {
    
        public void run()
        {
    
              ConnectionFactory connFact = new ConnectionFactory();
              ConnectionDescriptor connDesc;
              connDesc = connFact.getConnection("http://www.google.com");
              if (connDesc != null)
              {
                  HttpConnection httpConn;
                  httpConn = (HttpConnection)connDesc.getConnection();
                  try
                  {
                      final int iResponseCode = httpConn.getResponseCode();
                      UiApplication.getUiApplication().invokeLater(new Runnable()
                      {
                          public void run()
                          {
                              Dialog.alert("Response code: " +
                                            Integer.toString(iResponseCode));
    
                          }
                       });
                      httpConn.close();
    
                   }
                   catch (IOException e)
                   {
                     System.err.println("Caught IOException: "
                          + e.getMessage());
                   }
              }
        }
    }
    

    At the moment it has basically unmodified code from a sample that I found, I'll be retooling to meet my needs whenever I can make it work. I HAD this work to the point where, after the closed user confirm this dialog, a few moments later a an alert dialog appears with the 302 response code. I don't know what changed, but now it doesn't work at all, and if I try to scroll with the debugger, I can't past the httpCon.getResponseCode (). I've seen some mistakes earlier on "no record of service was set up", and I also had once a timeout exception.

    I'm sure I'm doing this wrong, but at the same time as I said WAS working, and now it is not. If someone has done this far, thank you very much for your time and advice are much appreciated.

    Also, should I try to start the thread of the network of the UIApplication class instead of the screen? There is currently very little happening in the class that extends UIApplication, do I spend most of my business logic out of the class of the screen and in the UIApplication class?

    Thanks in advance!

    Hi all

    Just to conclude this topic for those who are interested, I found an excellent guide to the implementation of networks in applications of BB, click here for a link.

    About my application being started at the start of the simulator of the device, I found that on a device real this behavior is not complied with, and in addition, the behaviour seems to have stopped after uninstallation and reinstallation of my Simulator.

    See you soon,.

  • Best network design... Need advice on the best use of NIC

    I'm new to the concept of Distributed Switch so I need advice.

    Our current environment is the result of a vCenter 4.1 and ESXi 4.1 Enterprise Plus, but we are just using the standard vSwitch (1 for vMotion/Console and 1 for virtual machines).  When the distributed switch came out, we were warned that a vDSwitch could cause us problems if the server vCenter or database is down.  We could not connect directly to the host and make network changes because the vDSwitch is set in the database.  That's why we stayed with the Standard vSwitch only.

    Our farm is quite small, only 5 hosts but we run around 100 mV in this regard.

    We use currently servers HP DL385 G7, which have 4 cards integrated network, and we have a map of installed NETWORK 4 port card.

    I use the NETWORK 4 EtherChannel ports and trunk card to our virtual machines.

    I am currently using only 1 network card integrated for vMotion and 1 for the Service Console and they all have two of the other defined as secondary.

    This configuration has worked very well for us, but I realize that the latest version of ESXi has some new features that we could use.

    NEW CONFIGURATION

    I'll put up a new vCenter 5 and ESXi 5 environment and I am considering using the switch distributed instead of the usual vSwitch we use.  I'm also eager to take advantage of the multiple NIC vMotion.  All our cards are 10/100/1000 MB capable... No. 10 GigE.

    I think... use that map 4 NETWORK ports for my EtherChannel/trunk for just as our virtual machine before, but this would be set to vDSwitch1

    The mixture of my 4 other integrated ports, it's causing me grief.  Should they be on a standard vSwitch or vDSwitch?  Use 2 ports for vMotion and 2 for the Console?  I really thought to use 3 ports for vMotion and 1 Console port.  I could put the Console port to use one of the vMotion ports such as adapter of standby is... I'm so confused freaking!

    Any recommendations on how I should put up?

    Hello

    Given that you can't split your vmnic for each vSwitch I would recommend either keep configuration simular with the knoweldge if a whole nic fails, you will take a failure or as autumn has already been mentioned on 'Origin Port ID'. Lets do this out and give a little better example

    Current configuration

    vSwitch0

    VMNIC0 - NETWORK interface integrated - Service Console

    VMNIC1-Onboard NIC - VMotion (different IP or VLAN?)

    VMNIC2-Onboard NIC - VMotion (different IP or VLAN?)

    VMNIC3 - NETWORK interface integrated - VMotion (eve of Console of Service) (different IP or VLAN?)

    vSwitch1

    VMNIC4 - extension PCI NIC - Etherchannel trunk - PortGroup - VMNET

    Extension VMNIC5 - PCI NIC Etherchannel trunk-PortGroup - VMNET

    Extension VMNIC6 - PCI NIC Etherchannel trunk-PortGroup - VMNET

    Extension VMNIC7 - PCI NIC Etherchannel trunk-PortGroup - VMNET

    Now, to captured to eliminate any single point of failure that you could do is break your Etherchannel trunk and back this vSwitch from Port ID and Setup VMNIC2, VMNIC3, VMNIC4, VMNIC5 as vSwitch1 for your VMNET. Then the cable to multiple switches eliminate any single point of faiulre. If your standard configuration would look like this

    vSwitch0

    VMNIC0 - on - Board Service Console

    VMNIC1 - Board - Vmotion

    VMNIC6 - extension PCI NIC - Vmotion

    VMNIC7 - extension PCI NIC - Vmotion (standby Service Console)

    vSwitch1

    VMNIC2 - VMNET

    VMNIC3 - VMNET

    VMNIC4 - VMNET

    VMNIC5 - VMNET

    So to finish any request for psyhical nics on this particular configuration the Port ID of origin essentially around robins. If during your first VM is online it will be use VMNIC2 and nic forever, until a failure, in which case he will grab the next nic online. When your second VM is online it will use VMNIC3 forever, until a failure and so on. This still will give you around the same way through to as far as networking is concerned. However if you are attached to the trunk, etherchannel 4 GB and can obsorb a failure in case of failure, the network card 4 ports can stay.

    Distributed switching Setup

    Allows you to see how you can switch to distributed switching

    Let's start first of all, you can have EVERYTHING in switches distributed even the service console port if you wish. The resason why some people do not like to do this with the service console port is because IF your database is broken you cannot make any changes to the distributed switch. However it will not prevent a feature to your distributed it switches simply means, you can change them. Also if just getting worse and your DB has been declining for some time and you REALLY need to make a change to the service console port you can go into the console and change back to a standard vSwitch if need be. This allows the said look at some standard configs, you can work

    vSwitch0 (Standard)

    VMNIC0 - Service Console Port (Port Original ID or standby)

    VMNIC4 - Service Console Port (Port Original ID or standby)

    vSwitch1 (Standard)

    VMNIC1 - Vmotion

    VMNIC5 - Vmotion

    Distributed switch

    VMNIC2 - VMNET

    VMNIC3 - VMNET

    VMNIC6 - VMNET

    VMNIC7 - VMNET

    Now this config using originating port ID and breaks your etherchannel if you want to keep your configuration with the etherchannel it can look like this

    vSwitch0

    VMNIC0 - NETWORK interface integrated - Service Console

    VMNIC1-Onboard NIC - VMotion (different IP or VLAN?)

    VMNIC2-Onboard NIC - VMotion (different IP or VLAN?)

    VMNIC3 - NETWORK interface integrated - VMotion (eve of Console of Service) (different IP or VLAN?)

    Distributed switch

    VMNIC4 - VMNET

    VMNIC5 - VMNET

    VMNIC6 - VMNET

    VMNIC7 - VMNET

    Other changes to the configuration may also put the vmotion in distributed witch the VMNET but you would to VLAN, or you could create a second Distributed switch and put it as long as there are 2 network cards. It can go either way. The main advantage of a distributed switch is that it brings all of your settings with you in any host. So trade ect all your VIRTUAL networks is really easy to reproduce if a new host is brought online, all you have to do is to add the new host network cards in the distributed switch and your config is done. With that in mind lets look at the service console. This console is always configured on EACH Setup program that out you of the box if not that you really need to have these parameters transported on several hosts that is another reason why most people just don't. VMotion is up to you, I have seen and configured two ways, it all depends on how simple you want to keep it or think of switching / vlaning / port of groups.

    If you have any questions please let me know, I hope this has helped

  • I need advice on the most suitable package to buy

    I need advice on which is the best package to buy

    Hi Lorna,

    If you want to edit and create a PDF file you need Adobe Acrobat.

    Adobe Reader is to view the PDF files on your computer.

    Thank you

    Kapil Malik

  • Need advice on the rendering of a file for authouring PAL DVD, format, codec, compression

    Hello.

    Im working on an experimental audiovisual project that needs to be exported to a file that will be used for the DVD to a compilation of creative works. IM pretty much against it time, the deadline is close and im spending many hours trying different settings - output but still im do not reach the level of quality in the final file I expect to see.

    Ive been given technical specifications are:

    -Maximum duration: 6 min.
    -PAL
    -16 x 9 if possible
    -mov file if possible

    My compostion is in black and white and shades of gray. It was out of a video Toolbox in real-time, but I infact used Fraps to capture uncompressed video, as her reacts software at in realitme sound. No problem here, the images I got is fine and works perfectly, at 30 frames per second (here is perhaps one of my problems that maybe I should have output/captured video at 25 frames per second since I understand what the rate for PAL)

    Anyway Ive done my compostion by superimposing several segments of the video captured in sync with the sound.

    (1) first of all, whenever I out in any format, everything becomes a little grey - IE the bottom black deep perfect dark gray go. How can I avoid this?

    (2) what is the best type of file to the format/path/from out for the conversion of best quality of 30 frames per second at 25 frames per second. I noticed that the video becomes slightly jerky when I got out with a PAL output configuration preset.

    I would appreciate if someone could guide me on the best possible formats/file types and the bitrates to deal with this specific set of cladding im problems. Unfortunately, I need to make the due date in the coming days.

    Thank you very much

    p

    If you create a DVD, there is really no choice of codecs, since the DVD-video is a very specific and closely forced to MPEG-2 video form. MPEG-2 video is highly compressed and is not a format high definition, so it is absolutely inevitable that export to DVD video will cause a loss of quality. This is true for the same professionally created DVD. There is a DVD MPEG-2 export preset in After Effects that you can choose in the Format menu in the settings of output Module dialog box.

    If, however, you are given your video as input for a larger work, and you must create an intermediate file that keeps all the details for as long as possible in the post-production pipeline, you should view and export using lossless coding. My preference for the creation of intermediate files compressed without loss of sources of 8 bits-per-channel is the PNG video codec in QuickTime (MOV) container.

    For information on the compression and the choice of the parameters for specific purposes, see this FAQ entry (and the pages it links to the):

    http://forums.Adobe.com/thread/729526

    You said 'jerky' output. See this FAQ entry for more information on the movies encoded without loss and how they are not suitable for reading:

    http://forums.Adobe.com/thread/684381

    Or maybe saccades comes from the inadequacy of the frequency of frames between your source 30 frames per second and 25 frames per second composition. If so, then interpolation can help.

  • Need advice on the recovery CD and Vista upgrade on Satellite M100-222

    I want to share my problem to get some tips. I got a laptop Satellite M100-222 Windows XP and Vista capable, then I got an upgrade to Vista and it works with few problems that do not recognize some programs.

    That's why I have some needs and need your help and support and they are as follows:
    1 - is possible to reformat using the upgrade of Vista, or need to reformat with XP first and then update with Vista.
    2 - I tried several times to start the CD, DVD (product recovery) to reformat the laptop. However it is said (operating system not found).

    Kindly enlighten me.
    Concerning

    With regard to the point;

    (* 1) * If you ONLY upgrade Vista CD, then it s necessary to start the first restore XP CD, and then upgrade to Vista.

    (* 2) * usually start from the CD/DVD recovery must format the HARD drive and need to install the new image of Toshiba. Please check if you have started since the right recovery CD! Don't mix it with the Express Media Player recovery CD!

  • Need advice with the hard drive upgrade

    Greetings Applelonians:

    I bought a new HD 480 GB SSD for my 15 MBP (to 2011) to try to help improve the performance and install it myself. I'm hoping to get some tips on the sequences necessary for install and then restore my files Office 2011. (I've known slowness notable speed as well as issues of program Outlook-so think I should try to start more as fresh as possible).

    I'm clear on the mechanical steps to install the drive, but there seems to be a few options on the side of software I found. I have a copy of Snow Leopard, which came with my MBP, so in theory I think I should be able to install an operating system from scratch, and then do the upgrades, right?

    I also have a SATA cable / USB, I see that some have used to clone the existing HD. As mentioned above, I think I should start with a new installation of the operating system (which simply Mac store recommended for $80 there), so I don't think that cloning is the best option.

    Here are my questions:

    (1) if I install the new HD, because it is out of the box, and then insert my Snow Leopard, which will load the necessary drivers required? or do I need to format the drive (on the outside?) before you install it?

    (2) I have a Time Machine recent backup contains all my critical data that I need to restore (for most all files MS Office 2011). I was intending to do a new installation of Office 2011 after the installation of the HD and then restore my Office files from the external backup of TM. I wonder if the TM backup contains only files, or if it also contains the actual programs (e.g. office). If the latter, is there another method I use to transfer other files that a full restore?

    (3) also in this sense, once I get El Capitan, installed on the new disk, my TM of Yosemite Backup is in conflict with that?

    Thanks in advance for any comments and help!

    The f

    I recommend to format the new external SSD for Mac OS extended (journaled) and either use Time Machine or Carbon Copy Cloner to load the data on the new SSD.  Installation of Snow Leopard is not necessary.

    Ciao.

  • Need advice replaces the screen HP Mini 2102

    Hey all,.

    I'm fixing a netbook HP Mini 2102 which was abandoned on the ground. The netbook works fine, except that now the screen is a little blurry and washed on the right side. Generally, when a computer screen is upward, trying to replace the converter display card, as was the case with a machine to HP Pavilion dv9000 I fixed recently.

    However, after dismatling the computer, I found no such ups on the screen, and after consultation with an HP support assistant very useful during a session of live chat who informed me that it is not a separate inverter Board available for purchase, I have come to believe that I need to replace the entire screen.

    If I'm not mistaken, the LCD part number is 589649-001 for this particular model that I am repairing. I created this post to confirm that the ups on this Mini Board can be replaced, and I need to replace the entire LCD screen - less camera, bezel and hinge, which all work fine - in order to solve the display problem.

    If you have any other suggestions as to what part I need, or if I have to take a completely different approach to the repair, please let me know before ordering the part of LCD screen.

    "Violence is the last refuge of the incompetent." -Issac Asimov, from its roman Foundation.

    Hello

    You are right, you can save money simply select the good parts. I think not much.

    Good luck.

  • Need advice for the graphic shape on the image display

    I would like to help plot a circle above an image that is displayed in the get in JLabel, the purpose is, when you click on the image, the image with a small circle apperas instead, we clicked. I used JLabel to display image in get by using imageLabel.setIcon (new ImageIcon("default.jpg"));

    I need to draw the circle/rectangle when I click on the image that I need to select the different points of the image by drawing rectangles circles above the image.
    If you understand my problem, please guide me for the same thing.

    Thank you

    Create your own class that extends JPanel, substitute the paintComponent() method to draw the background image, then go through a list of points where the user has clicked (you'll need to track clicks too) and draw circles it.
    Stick this Panel in your get the label place.

    That's how I'd do it (then again once, I'm not big on Swing these days).

  • Need advice with the small program... Beginner Java programming

    Hey guys im new to Java... IM currently a high school student and we learned to java for awhile now.


    I am currently a senior assignment feel im making for my own benefit because the programming is my future job and passion and love, the haha.

    I recently bought the Java primarily 2nd edition and need to do the following program:

    Expected results:
    % java EchoTestDrive

    Helloooo...
    Helloooo...
    Helloooo...
    Helloooo...
    10



    My code:

    public class Echo
    {
    int count = 0;

    {} void hello()
    System.out.println ("helloooo... ");
    }
    }




    public class EchoTestDrive
    {
    Public Shared Sub main (String [] args) {}
    Echo e1 = new Echo();
    Echo e2 = new Echo();


    int x = 0;

    While (x < 4) {}
    / * We want it to be 4 so he toured 4times get (Hello...) x 4? -in the out put? */

    E1. Hello();
    E1 = e2;


    If (x == 4) {}
    E2. Count = e2.count + e1.count;
    }
    x = x + 1;
    }
    System.out.println (E2. (Count);
    }
    }


    My output:

    Helloooo...
    Helloooo...
    Helloooo...
    Helloooo...
    0 <-I'm not sure what I am doing wrong because I can't seem to get this number to change at all...




    Their model (it was a fill in the blank):

    public class EchoTestDrive
    {
    Public Shared Sub main (String [] args) {}
    Echo e1 = new Echo();
    ________________________


    int x = 0;

    {while (_)}
    E1. Hello();


    if(___________){
    E2. Count = e2.count + e1.count;
    }

    x = x + 1;

    }
    System.out.println (E2. (Count);
    }
    }



    class _ {}
    int___ = 0;
    _ Sub {}
    System.out.println ("helloooo... ");
    }
    }




    Thank you programmers and thank you colleagues for help. A bright future! :)

    P.S. y at - it a trick to figure out how to read the next exit or you will get without using the computer? It will be very helpful if you can describe what each part.
    while( x < 4 ){
        ....
        if( x==4){
    

    Think very carefully, what will be your if statement be true?

  • Need advice on the page using framework Bootstrap makeover

    I'm idling try hover over a Web site to a site more reagent which can be seen on multiple devices. The original site has been designed to 780px wide. On a single page are 32 members that are configured as actions of reversal with name (normal state) and 'contact me' (hover state) which will open a document by email to this member. It's a little dated and also not very good for small devices because of all the images (34, including contributions and header image button, total 113 kb). I looked on all the components on the website "bootstrap" and do not know which would be best suited. Any advice on how go about it that will not only work for small devices, but also for more great devices would be greatly appreciated. I don't do this every day, so I'm counting on you, the people who do this day and day for your thoughts. I am including a screenshot of the original page with what looks like the stationary state. Thank you, John

    Screen Shot 2016-01-19 at 9.34.42 PM.png

    Screen Shot 2016-01-20 at 8.48.47 AM.png


    Don't know what you need help, but a mailto:link only works if the end user is an email such as Outlook client installed on their device.   A real contact form is absolutely essential today.

    To save space, you could put members of the team inside a Select (drop down list) form.

    HTML form elements

    Nancy O.

  • Need advice on the Satellite Pro M40

    I wonder if someone could advise me. We just bought 8 smart tips for our school with these I ordered 8 portable computers SatProM40. When I ordered them I checked the spec as follows

    Toshiba SatProM40 - Celeron M360 1.4 GHz - RAM 256 MB - HD 40 GB-CD RW/DVD-ROM combo - Mdm - Lan EN - FAST EN - Win XP Pro - 15.4 "TFT.

    I checked before I ordered that the RAM was 256 because I had heard that it is the minimum recommended to switch to XP.

    Laptops take almost 5 minutes to turn on and everything takes an age to work it's really frustrating and they are totally useless for our school because the entire lesson is included with get the computers to run anything.

    I checked the system information and found laptops were running of 192 MB RAM and rang the provider. I was told that they used 64 MB for the graphics card and that's why they had provided a RAM of 256 MB computer.

    My question to someone who can help:-c' is a normal practice. If I had known this I would have ordered a laptop computer with more RAM to compensate.

    He would welcome any advice that would help us get our children working on their new computers. Thank you.

    Hi Lisa

    In my view, Satellite Pro M40 is nice unit for school work, but I agree with you really is 256 MB minimum RAM and I recommend you buy more 256 MB or 512 MB, depending on your budget.

    The compatible RAM modules are:
    PC2700 256 MB (PA3311U - 2M 25)
    PC2700 512 MB (PA3312U - 2M 51)

    Problem is that this device uses shared memory and that means that RAM will be used also for graphic designers. If there is someone who has a good knowledge of PC that they check all running processes. Many of them are unnecessary and can be disabled. I also noticed that preinstalled Antivir asks (Norton) slow OS quickly. If all units are not connected to the internet I recommend you to remove it.
    By the way: there are many applications of good antivir which works well and don't slow down the operating system currently running.

    Good luck!

  • Looking to intensify my t2i and need advice on the new camera

    I've been using my t2i and need help to decide what new device purchase.  I use a canon 100-400 F4. 5 lenses that I love.  I mainly shoot birds in flight and the nature.  Now, my camera did a great job, but I'd like something that looks better with a high ISO setting.  I only use the manual settings and love my back focus feature, so a new camera would also have this. My price range is less than $2,000.  All advice is appreciated.

    Go full frame will give a lot of artificial scope. Regarding the high ISO of 7 2, I saw some very impressive samples drawn by 12 800.

    http://www.FredMiranda.com/forum/topic/1356768

    http://www.FredMiranda.com/forum/topic/1355985

    You can work your way back through this thread for a lot of high ISO shots of different cameras too.

    http://photography-on-the.NET/forum/showthread.php?t=1308983&page=90

  • Need advice on the headset and splitter for HP EliteBook

    Hello

    I would like some advice on this helmet and dispatcher of headphones that I use for a HP EliteBook. I am going on a trip on a plane with my children, and I intend to bring the two Leapfrog headphones. However, I need a headphone splitter so that they can watch a movie on the same computer.

    Does anyone have suggestions for a separator for a HP EliteBook? I tried Amazon, but cannot find anything.

    Thank you

    Hello

    The following is for more than 2:

    http://www.OfficeWorks.com.au/shop/OfficeWorks/Belkin-Rockstar-headphone-splitter-bef8z274

    and the next one is on Amazon:

    http://www.Amazon.com/Belkin-speaker-and-headphone-splitter/DP/B00009WQSR

    Kind regards.

  • Need advice on the creation of a movie and a slide show to display with a projector

    I'll set up video and a slide show of photos for a meeting. I'll use the pictures of different sizes and quality. The projector is rented, so I can't practice with her, but I got the info about: 3 LCD, 1100 lumens, native resolution of 1024 x 768, 4:3 picture format, throw distance 5' 50 '. The audience will be about 100 people.

    I have created several movies with slideshows which have been engraved on DVD for viewing on a TV, but I never did anything for projection on a screen using my laptop. It is my understanding that reduce the photos to a reduced video resolution quality because no matter what the resolution of digital photography, the video output will be 720 x 480. Given that the quality of the photos old movie 126 and 110 are very cheap to start, I was wondering if they would be better if I could show using Adobe Photoshop Elements' slideshow featured on my laptop and then switch to showing a Premiere of the movie file?

    I learned from my mistakes of slide show of film when the TV cut heads (outside the margin of safety). I'm sure there are a few pitfalls when using a projector, but I don't know what they are. Those with experience of projector could give me some advice? Thank you very much.

    With the source VHS film, SD (720 x 480 NTSC) will be as good as you can get. With this video, I'd do a DV project.

    This ARTICLE will give you some tips on analog to digital, but sounds like you have covered, with your camera miniDV on pass through.

    Now, one possibility could be high-rez this SD material and use it in an HD project, to the specifications. of the projector. However, some heavy research. Not sure about several things: PrE will work with this program. It will allow to match this 720 p projector, etc. ? A red giant a program/plugin, Magic Bullet InstantHD. I don't know these answers.

    For me, I was watching just to make a scale of my stills and DV project to that. Obviously, the resolution will be less than max for the projector.

    Good luck

    Hunt

Maybe you are looking for

  • PSC 1315, not paper feeding

    recently reinstalled my psc 1315 and installed new ink cartridges.  It is "sounds of printing", but the paper does not feed.

  • Implement and control 'meter' in S7 - 300 by the OPC and LabVIEW

    Hello world I use a S7-300 PLC and OPC Server for my projects. I have a problem: S7 - 300 has a meter module which digital signal of County. I only can implemented using SIMATIC STEP 7. Can I set up the meter module using only the server OPC and LabV

  • Fresh paint supports the tablets and stylus pressure sensitivity?

    I'm going to buy a new computer running Windows 8.1 and I can't wait to try the fresh paint. I have a tablet that can double as a graphics tablet 1024 levels of pressure. I find that not all apps/programs support the Wacom pens or tech screen and I w

  • reboot my system after a crash__

    My system will not load past the screen of Microsoft, I tried to do a startup repair, but it did not work, so then I tried to do a system restore and that said, he wasn't a restore point that he could recognize and it does not load in safe mode or IT

  • Why is my Internet connection disonnecting?

    There are two sites users on my Windows 7, 64-bit base. I connect to Internet, either, don't then my partner passes next to her and uses the Internet, just like her. When it is finished, I will return to my side and the server is disconnected. This h