Anybody can make this simple custom component a complied clip!!!?

Hi,
I have a custom component that has this line of code in the
first frame:
trace(this.Num1 + this.Num2);
where:
Num1:is a Number parameter created via component definition
window
Num2:is a Number parameter created via component definition
window
when I convert this component to a compiled clip it dose not
work because the parameters disappear from the parameter panel and
the component inspector parameters.
I have this trace"
NaN
anybody can make it work!!!!
thanks a lot.

hello, here is another thread with similar issue and the op seems to have it kinda working
http://forums.adobe.com/thread/1141054
post 14
re: the chipmunk audio, i think in the speed rate setting there is a check box to preserve audio pitch (i'm not sure exactly)
the time remapping feature might work because it does not affect the audio
here is a creative cow forum thread where the op says it works (perhaps you could post there and get him to give advice)
http://forums.creativecow.net/thread/3/935431
the more information you provide the more users can help you
here is another thread re: gopro3
http://forums.adobe.com/thread/1116162
here is a link to converting files if you have a mac
http://www.brorsoft.com/how-to/import-gopro-hero3-1080-60p-mp4-to-premiere-pro-cs6.html
here is one from the gopro forum
http://goprouser.freeforums.org/wvga-120-fps-adobe-premiere-settings-t8315.html

Similar Messages

  • I am new to oracle, plz..anybody can explain this query step by step....plz

    Select distinct(a.esal) from employee1 a where &N = (select count(distinct(b.esal)) from employee1 b where a.esal<=b.esal);
    this is the query to find Nth largest & Nth smallest value from the table employee1....but, i am unable to understand how this query works ....plz..anybody can explain this query step by step with example....plz

    Hi,
    Welcome to the forum!
    The first step in understanding any code is to format it so you can easily see what is a sub-query, what the major clauses of each sub-query are, and things like that.
    For example:
    Select distinct (a.esal)
    from   employee1      a
    where  &N     = (       select  count (distinct (b.esal))
                             from      employee1      b
                    where      a.esal           <= b.esal
                );The only thing I have added to the code you posted was whitespace: newlines, tabs and spaces.
    Now it's easy to see that you're doing a query with a scalar sub-query in the WHERE clause.
    It usually makes sense to read complicated queries from the inside out, that is, start with the deepest nested sub-query.
    In this example, that means:
    select  count (distinct (b.esal))
    from     employee1      b
    where     a.esal           <= b.esalWhat does this query do? Unfortunately, it references something (b.esal) from the super-query, so you can't run it by itself, to see what it does. Let's replace that reference with some hard-coded value, just for now, and run it:
    select  count (distinct (b.esal))
    from     employee1      b
    --where     a.esal           <= b.esal     -- This is the original WHERE clause
    where   a.esal           <= 1000     -- For testing only
    ;Experiment with this for a while, and compare it to the values in the employee1 table (or a small test table that resembles employee1). Try different numbers in place of 1000.
    You'll see that the query is counting how many different salaries are lower than, or equal to, a given salary (1000 in the example above).
    When you understand the sub-query, look at the original query again.
    It is testing to see if exactly &N different esals are lower than or equal to the esal on each row, and displaying that esal if it is. (&N is a substitution variable. If you haven't already defined a value for it, SQL*Plus will ask you for a value when you run the query.)
    In other words, it is finding the N-th lowest value of esal.

  • Can't instantiate JSF Custom Component

    I'm hoping some of you expert (or at least seasoned) JSF custom component developers might be able to lend some insight into the "Can't instantiate class" problem. I have a custom component which extends another component (which happens to be Oracle ADF's panelGroup), and I've verified that everything is in place:
    1. Component class uses correct component type referenced by faces-config.xml and tag class
    2. Renderer type referenced in faces-config.xml matches that of the renderer type in component class
    3. There is a default constructor (no args) for the component class, which also sets the renderer type
    4. TLD with tag is correct
    All classes are definitely in the classpath, as I have another custom component in the same packages which loads and is used just fine.
    Any ideas would be appreciated.
    Thanks,
    Shawn Bertrand
    Tyco Electronics

    So, is no one else having any problems when using the new JSF components from Java Studio Creator 2 in their existing projects? I can make simple projects in Creator and run them on PointBase and Tomcat and can deploy and run from Eclipse using MyEclipse but I cannot get my existing project working and I am wondering if their is some sort of conflict between the new JSF components and legacy Struts stuff in that project or if perhaps Spring is someone interferering. Kind of at a loss right now...

  • Can I import a custom component from Flash 8 into Flex?

    'm creating a custom Flash Video Playback component in Flash
    8 using AS2. I understand that I cannot import this to Flex as
    stated in Livedocs: "You can use SWC files created in Flash 8 only
    for skinning, not as components. Until the next version of Flash is
    released, you can only use SWC files created in Flex 2 as
    components."
    But now that Flash 8 supports AS3 with the new Adobe Labs
    add-on, if I create the custom component using AS3 in Flash 8, can
    I then import it and use it in Flex 2.0.1?
    Any help is appreciated,
    Thanks!

    I was going through my libraries trying to find the quick test I did when I was dabbling with the kit and I can't find it anywhere at all.
    If I recall this was the pdf that I read to get it to work properly with CS3 and Flex 3 I don't know if you have read it already or if it will help, but it is the only thing I know for sure helped with the process.
    http://download.macromedia.com/pub/labs/flex/3/flexbuilder3_componentkit_docs_121207.pdf

  • My $20 to the person who can write this simple script for Fission

    Here is what I need to automate. I don't care if it's an Apple Script, or an Automator work flow - whatever - just so it will work with my present setup. Once I test it and it works, I'll send $20 to the first person who can help me.
    Script needs to apply to each (and every) MP3 file in a selected folder:
    Open the first file with Fission v1.6.6 (from: www.rogueamoeba.com)
    Select all
    Normalize
    Save audio (in same folder)
    A warning dialog pops up: "File already exists..." -- answer with "Replace"
    Close file
    Repeat for next file in the folder, until every file has been Normalized
    End script when the last file in folder has been Normalized
    I don't mind finding the folder (which will be in my iTunes Library), and then starting the set of actions on the folder but I definitely don't want to be required to take any additional action on each and every file.
    I'm presently running Fission v1.6.6 under MacOS 10.4.11 on a PPC desktop, so it needs to work in that environment.
    Note that the latest version of Fission requires MacOS 10.5 - I can't use any script that requires that version. Rogue Amoeba's Legacy software page (http://www.rogueamoeba.com/legacy/) shows Fission v1.6.8 as working with 10.4, but that contradicts the Version History for Fission which shows 1.6.6 as the last one for 10.4 - still investigating.

    Pierre L.
    Thanks for the effort!
    First, I can clarify this: Rogue Amoeba confirms that I can use the version 1.6.8 of Fission located on their Legacy page with my OS version 10.4.11, so I've upgraded from 1.6.6 to 1.6.8. Seems to be working OK.
    Next, let me apologize for being mostly ignorant about all things AppleScript. I'm really in over my head, here, because I've not used the ScriptEditor for more than a few minutes before today.
    What I've done so far:
    I checked the box in the Universal Access preferences pane to enable access for assistive devices.
    I copied your script from this forum and pasted it into Script Editor.
    I've Compiled your script, then "Saved As" an "Application" on my Desktop.
    When I double click the icon for the saved script (which ends in xyz.app), a navigation window appears, which I used to select a test folder on my desktop.
    When I Choose the test folder, Fission launched, and selected the whole file, as expected. Then I get an error:
    "NSReceiverEvaluationScriptError: 4" - with buttons to "Edit" or "OK"
    Thinking it might be a timing error, I edited the delays:
    set theFolder to choose folder
    tell application "Fission" to activate
    tell application "Finder"
    set theApp to POSIX path of (get file of process "Fission")
    set theFiles to document files of theFolder
    repeat with thisFile in theFiles
    open thisFile using POSIX file theApp
    tell application "System Events" to tell process "Fission"
    delay 18 -- adjust if necessary
    keystroke "a" using command down -- Select All
    delay 2 -- adjust if necessary
    click menu item "Normalize Selection" of menu 1 of menu bar item 7 of menu bar 1
    delay 4 -- adjust if necessary
    keystroke "s" using {shift down, command down} -- Save Audio…
    delay 3 -- adjust if necessary
    keystroke return -- Save
    delay 2 -- adjust if necessary
    click button "Replace" of sheet 1 of window "Save Audio"
    end tell
    end repeat
    end tell
    tell application "Fission" to quit -- optional
    ... Compiled, and Saved again.
    Now, the script runs up to the point where it should answer the Save pop-up window: "File already exists..." with the keystroke to "Replace" - but the script stops there, with the same error: "NSReceiverEvaluationScriptError: 4"
    Bottom line: so far, I've been able to get the first mp3 file in my test folder Normalized, but not Saved. Any suggestions?

  • Can't get Simple button to Load Movie Clip

    Hi I've looked around for the answer to my question on this
    forum
    but havent found it so here it goes. I am working on this
    company's
    Flash site that was built by an outside studio. I am using
    CS3.
    The url to the site is
    http://www.bubbakeg.com.
    (this link will take you to the main page click the shadow
    graphic
    on the left under Bubba and this will take you to the site I
    am speaking
    of. The site is basically 5 different pages or movie clip.
    What I am
    trying to do is basically change the "Spring Break" middle
    graphic
    (which is a Movie Clip) on the HOME page and add a simple
    button
    that will direct the user to a new page. When I replaced the
    graphic
    with a new Movie clip there was no problem but I have added
    a
    button to load a new page (movie clip) and nothing happens.
    This
    button is in the movie clip of the new graphic which is
    called up
    when the page loads. If i take this button and just put it
    on the
    Main Stage in Scene 1 by itself it works and loads the page
    (movie clip). It does not however when it is embeded in the
    Movie
    Clip. The Flash site is basically 5 different Movie Clips
    loaded into
    an "Empty Clip". This empty clip has a timeline with each of
    the
    clips labeled and with their respective sized placeholders.
    And
    when you click on either the links on the Nav bar or the
    graphic
    for each page it loads that movie clip on the main page. It
    seems
    like the button only wants to work on the main timeline. I
    have
    even replaced the code for the "Contact" button with the code
    for the new button and it worked (opening new page). Here is
    the
    code for the new button that does not work:
    on (release) {
    _root.contentHolder.myHeight = 307;
    _root.contentHolder.newLoc = 9;
    heightAnimation();
    I know the location and height from the above code are
    referring to the placement and sizing of each movie clip
    in the "Empty Clip". As i said before this heightAnimation
    and the resizing of the new clip works fine when the
    button resides in Scene 1 on the Main Timeline but not
    within the new movie clip (graphic Ive created.)
    I will upload the main chunk of the code that resides
    in Scene 1 on the first frame of the "Actions" layer.
    If anyone has any ideas I would appreciate it very much!
    Please let me know if I can provide anymore info.
    Thanks!
    Greg

    change:
    function newLayerBT_CLICK(MouseEvent):void{
    to:
    function newLayerBT_CLICK(e:MouseEvent):void{

  • Simple motion animation - any way I can make this look better ?

    Hello All;
    I would like your thoughts and tips. I created a simple animation in AE CS3 that I am going to use in a video. I would like to know if there is anything you'd suggest I do to make it look better ? Would you suggest adding a horizontal blur during the motion portion and if so, what type of Blur in AE CS3 ? Thanks for any tips you can provide.
    Tim

    Commenting on just the motion, not the design I'd enable motion blur and maybe increase the shutter angle from the default of 180º to about 360º. I'd also put in an ease in and ease out. You could just select all the keyframes and press F9.
    On the design, I'd try a gradient for the background and work a little on the typography so that it's a little more readable.

  • 10 points to the first whiteknight who can fix this simple problem

    Hello team,
    I'm working with this excellent Flash grid gallery for my current project, however, I've reached a snag.
    Instead of using a hex as the image background (currently set to #FFFFFF in the .xml), i'd like to use a moving gif, to give the transition a little more life. Is this possible, and simpler than I'm finding it to be?
    Other items on my wishlist of mods would be to remove the 'loading x of x thumbnails bar in the corner' and not requiring a second click to view a photo's desciption once it's been selected from the grid.
    I would appreciate anyone's help in this matter greatly.
    Best

    You can import an animated gif, but it will not remain intact as one such that you can drop it onto the stage and have it play.  What you can do is create a new movieclip symbol and while it is open for editing import the animated gif to the stage. 
    The frames of the animated gif will be planted sequencially in the timeline, with some attempt at automatically getting the timing correct via extending frames occupied by each panel of the animated gif.  At this point you will have a movieclip representation of the animated gif that you can place in the background.

  • How to make a simple sound component

    Hi
    I'm creating component that takes this parameter:
    - Source: (the linkage name of the sound file imported into
    the library) Of Type String, and the variable name is V_Source.
    (the value is S1(Linkage name of the Sound)).
    - Button: (the button name that will play that sound) Of Type
    String, and the variable name is V_Button.
    (the value is B1(instance name of the Button)).
    and in the
    first frame of the component I put this code:
    var MySound = new S1();
    MovieClip(parent)["this.V_Button"].addEventListener(MouseEvent.CLICK,PlaySound);
    function PlaySound(event:MouseEvent) {
    MySound.play(0,0);
    1) I have this Bug:
    TypeError: Error #1010: A term is undefined and has no
    properties.
    at Untitled_fla::Symbol1_1/frame1()
    2) I want to remove the class S1() from the definistion and
    but the this.V_Source so that I can use it with any class name I
    put in the parameter of the component and not only for S1
    so the code
    will be something like this:
    var MySound = new this.V_Source
    MovieClip(parent)["this.V_Button"].addEventListener(MouseEvent.CLICK,PlaySound);
    function PlaySound(event:MouseEvent) {
    MySound.play(0,0);
    But I have this Bug:
    TypeError: Error #1007: Instantiation attempted on a
    non-constructor.
    at Untitled_fla::Symbol1_1/frame1()
    Note: I tried to change the Parameter Type in the component
    definition window for the (V_Source parameter) to Class but it
    keeps returning to String type I do not know why.
    can any body help me create this component.
    thanks.

    Use this:Toolkit.getDefaultToolkit().beep(); or this: System.out.print("\0007");
    System.out.flush();

  • How can make this effect?

    Hello, i'm using PS for making stars, but i need only the ''white dots'' without any kind of black background, for the future use of it as a texture....it is any kind of option here apart of the noise option in order to make white dots looks like stars? and maybe also to be able to change their distance and size?
    Thank you in advance, i'll be waiting for the response.

    Problem I am seeing using a noise is when you increase the resolution the dots will be much smaller.
    Do a search for creating snow, I think Cory Barker has an excellent one using a noise for an animated snow.
    The reason I mention snow is the dots are much bigger. As for the black background, that's simple just don't use black.
    Actually when using the noise filter or some of the other filters you use a gray color for the background.
    Gray, black and white all can be removed when using a blend mode or the blend if slider found in the styles dialog box.
    Screen removes black, multiply removes white and overlay pushes gray towards white and black.

  • Okay, better explained here. If anybody can solve this you would be amazing, please.

    gopro hero 3 black + premiere pro cs6...
    I shoot at 720p 120fps.
    Premiere doesn't want to read that as 120fps, it wants to read it at 60.
    Video is slow while the audio remains okay but cuts off far too early.
    I can go into modify the clip to make it read as 120fps but then my audio is super fast.
    Tried unlinking audio and video beforehand but it still applies when the clip is dropped to the timeline.
    I used cineform to convert my files but it ends up turning 300mb into 1.5gb...
    I think I may need to figure a h.264 codec within premiere because that is what gopro writes with I think?
    How can I fix this issue this is getting to be obnoxious...

    hello, here is another thread with similar issue and the op seems to have it kinda working
    http://forums.adobe.com/thread/1141054
    post 14
    re: the chipmunk audio, i think in the speed rate setting there is a check box to preserve audio pitch (i'm not sure exactly)
    the time remapping feature might work because it does not affect the audio
    here is a creative cow forum thread where the op says it works (perhaps you could post there and get him to give advice)
    http://forums.creativecow.net/thread/3/935431
    the more information you provide the more users can help you
    here is another thread re: gopro3
    http://forums.adobe.com/thread/1116162
    here is a link to converting files if you have a mac
    http://www.brorsoft.com/how-to/import-gopro-hero3-1080-60p-mp4-to-premiere-pro-cs6.html
    here is one from the gopro forum
    http://goprouser.freeforums.org/wvga-120-fps-adobe-premiere-settings-t8315.html

  • Strange: blank in string. Anybody can explain this?

    Hello!
    Look at this. Until now I thougt, I had understood ABAP...
    Output of the following programm:
    1) Strange
    2) Strange
    3) Strange
    4) Strange
    5) Strange
    6) Strange
    Very strange, isn't it?
    ABAPDOCU tells, that strings pay attention to blanks.
    Can anybody explain this?
    REPORT zstrange.
    DATA: stringwithspace TYPE string VALUE 'A B',
          teststring TYPE string,
          blankstring TYPE string VALUE ' ',
          l type i.
    START-OF-SELECTION.
      IF stringwithspace+1(1) = ' '.
        WRITE: / '1) My guess'.
      ELSE.
        WRITE: / '1) Strange'.
      ENDIF.
      IF stringwithspace+1(1) = blankstring.
        WRITE: / '2) guess'.
      ELSE.
        WRITE: / '2) Strange'.
      ENDIF.
      IF stringwithspace+1(1) = ''.
        WRITE: / '3) guess'.
      ELSE.
        WRITE: / '3) Strange'.
      ENDIF.
      teststring = stringwithspace+1(1).
      IF teststring = ' '.
        WRITE: / '4) Guess'.
      ELSE.
        WRITE: / '4) Strange'.
      ENDIF.
      IF teststring = blankstring.
        WRITE: / '5) Guess'.
      ELSE.
        WRITE: / '5) Strange'.
      ENDIF.
      IF teststring = ''.
        WRITE: / '6) guess'.
      ELSE.
        WRITE: / '6) Strange'.
      ENDIF.

    No, thats not strange.
    c variables have always a fixed length, it can not contain "nothing". If there are only spaces in, the c variable is treated as empty/initial.
    Strings can contain nothing, and they can contain spaces. A string containing blanks is not interpreted as empty/initial.
          blankstring TYPE string VALUE ' ',
    What you are doing here is assigning an empty string to the string var blankstring, it does NOT contain a blank.
    Constants encapsulated with apostrophes are treated as c variables. But: constants encapsulated within back quotes will be interpreted as string. Change your code to
          blankstring TYPE string VALUE ` `,
    Take care of that i used back quotes now, not apostrophes, Now the var blankstring contains a blank and the result in that case will change to MY guess.
    Similar the camparison
      IF stringwithspace+1(1) = ' '.
    This is comparing a blank with an empty char and thats why you are getting strange.
    Change this to
      IF stringwithspace+1(1) = ` `.
    and you will get My guess cause now you are comparing a blank with a blank and not a blank with an empty string.
    Hope its now clear.

  • Can anybody can correct this error

    I am learning to devlop a web service using axis and tomcat4.0 . I had done all the settings. I compiled the client application then when tried to run then i get the following error.
    faultcode: {http://xml.apache.org/axis/}server.user exception
    fault string:java.net.socket exception:connection aborted by peers:JCM_recv in socket input stream read
    i cannot write the faultdetails as they are too long. can anybody tell me why i am getting yhis error and how can i correct this error.

    This forum answers questions related to web services developed using Sun's Java Web Services Developer Pack, JWSDP, (http://java.sun.com/webservices). Please post Axis related questions to Axis related forum.
    You can certainly download JWSDP free instead and learn developing a web service using that. It also goes along with a wonderful tutorial which explains the various steps to get you started. I should be able to answer your question then :-)
    Thanks,
    -Arun

  • If anybody can solve this, they win.

    I have a 15gb third generation (3g) ipod. Bought in April 2003, fully functional until about april 2006, at which point it stopped turning on all together.
    My thought? I made a homemade battery-pack out of an altoids tin, some batteries, and some soldering. It worked really well, providing the right amount of electricity and supplying juice for a good 8 hours---but I thought it may have fried the battery.
    So one day, my ipod stopped working. It wouldn't turn on, nothing. I gave up trying to revive it, and stuffed it away for a few months.
    But then, last week, I plugged it into my computer and it magically worked--not correctly, but it worked. I managed to download the updater and update the firmware--but then the ipod would only display the apple icon followed by the "connect to charge" icon before turning off.
    At the time, I had no idea what was wrong. So I plugged it into the computer, I reset it a thousand times, I went into diagnostic mode, I even opened it up and unplugged and replugged the battery. No dice.
    Later I found out here that a firmware update on a 3g must be completed by plugging the ipod into the AC charger. So I got mine back from my friend and did that, still no dice. Even left it charging for a good day and still nothing. Even bought a replacement battery (mine is getting old and unreliable anyway) and still no dice.
    Here's what I think happened: somewhere between unplugging the battery and resetting a million times, I disrupted the ipod's ability to finish the firmware update. So I'm unable to access anything--including diskmode--because the ipod simply won't run any firmware at all.
    So I'm stuck. Diagnostic mode tells me that everything is a go, but nothing is going anywhere. I'm unable even to get the ipod recognized by a computer in order to format it through windows---at best I can get a bubble to pop up on the computer saying "Device failure"
    If you could offer any help it would be greatly appreciated. Thanks for taking the time
    --David.
    Windows XP Pro
      Windows XP Pro  

    Hi
    First, try this
    For Window computer
    Go to folder “My Computer”
    Hope you can see your iPod there and right click on the iPod
    Choose “Format”. Ensure the settings are at “Default” and that “Quick Format” is not checked
    Now select “Format”
    Eject your iPod and do a Reset
    Open the iPod Updater and click “Restore”
    In case you do not manage to do a “Format” on a window computer, try to use some 3rd party disk utility software, e.g.“HP USB Disk Storage Format Tool”.
    http://discussions.apple.com/thread.jspa?threadID=501330&tstart=0
    If does not work
    Windows users having trouble with their iPods should locate a Mac user. In many cases when an iPod won't show up on a PC that it will show up on the Mac. Then it can be restored. When the PC user returns to his computer the iPod will be recognized by the PC, reformatted for the PC, and usable again. By the way, it works in reverse too. A Mac user often can get his iPod back by connecting it to a PC and restoring it.
    Tips
    a. It does not matter whether the format is completed or not, the key is to erase (or partly) the corrupted firmware files on the Hard Drive of the iPod. After that, when the iPod re-connected with a computer, it will be recognized as an fresh external hard drive, it will show up on the iPod updater.
    b. It is not a difficult issue for a Mac user to find a window base computer, for a PC user, if they can’t find any Mac user, they can go to a nearest Apple Shop for a favor.
    c. You may need to switch around the PC and Mac, try to do several attempts between “Format” and “Restore”
    http://discussions.apple.com/thread.jspa?messageID=2364921&#2364921

  • Any Ideas How I can Make this Formating Program Run Faster?

    I'm using LabView 8.0.1 to extract columns and rows from MS Excel to format to a specific format which can be read into a software program we use in-house.
    The software program requires a specific header which declares variables, etc and also fomats the extracted data in an arcane way.
    Due to an error in the software program we use, the file format that has to be read in is not uniform and has the first line containing  two point sets (see attached file for an idea of what I am talking about). Any other format will not be read by the program.
    This introduced some problems, and finally, I ended up with an highly inefficient program. It runs, but is relatively slow.
    The programs, the input excel file and output file are given for example. 
    A couple of notes on the files:
    1) The file type used as input is just an excel file which has been saved in space-delimited format.
    2)  To speed up the process,I  permitted the formating of only 2 variable types (x, y, z, variable 1, variable 2). I haven't gotten to adding more variables. Ideally, I would like to count the number of columns on the excel file, read the headers and then write the output file automatically with all the variable names.
    3) I used sequenced loops in the vi, which is probably not the best way to do this. I am guessing that I can interweave all the numbers into one large array before writing --- but have no idea how I can accomplish that.
    The output file extension is actually .fvp. I've renamed it in order to upload the file.
    Any help/suggests would be greatly appreciated!!
    ~Janak
    Files are attached.
    Attachments:
    ParticlePathExport-SlowVi.vi ‏65 KB
    Input_File_Example.txt ‏1 KB
    Output_File_Example.txt ‏1 KB

    Use the Format Into String Function instead of the large concatenation.  Most of your inputs are constants, so they could be put into the Format string of that function.  It looks like you have only 2 truly variable string inputs, so they would show up as %s in the format string.
    So your format string would be something like this (\codes turned on)  (VI is LV 8.5)
    Message Edited by Ravens Fan on 09-28-2007 05:05 PM
    Attachments:
    Example_BD.png ‏20 KB
    Untitled 2.vi ‏16 KB

Maybe you are looking for

  • Tecra S2: BIOS 1.3 is not compatible with Windows Vista

    i just bought Windows Vist Ultimate and i tried to install it on my tecra S3 notebook and it said that i had to upgrade my bios. so i did upgrade to latest version found on the toshiba website (v1.3) but i got the same message please provide a bios u

  • There is an red screen in my iphone 6 and i cant use it

    there is an red screen or only apple logo, and i cant use my iphone 6

  • How do I extend the length of a photo in iMovie

    I am trying to create a movie using only photos from iPhoto. How do I extend the viewing length of each photo? I have about 90 photos and I'm trying to do a 15-20 min. movie presentation. Right now, each photo only shows up for about 3 seconds. I wan

  • Exporting quality

    I used Final Cut Pro 3 for many years and just upgraded to 5. In 3 exporting as an FCP movie seemed to be the highest quality export, but with 5 they've changed the settings. My question is what is the highest quality export? Is it just as a Quicktim

  • ELearning Suite 2.5 or Camtasia

    Hello- Previously on my technical site I used camtasia 6.1 software.  ITs ok to do what I do, record my computerscreen as I talk over.  Later I go back and add 10 seconds of music at the beginning and end with a powerpoint slide. Then I produce it in