Captivate 4 advanced interaction help needed

I have a captivate 4 project that's due tomorrow for my new job and I can't figure out why it is not working correctly. I have spent the last 40 hours trouble shooting and have not been able to figure it out. Please help me out if you can. I have a 47 slide scenario that works right if you answer all the questions correctly. However, when you don't answer a question correctly the redirection is messed up even though it looks right in captivate 4. the back and forward buttons are not going where they should and at times you are advanced to another question without having answered the previous question. Here's the flash and captivate 4 files. I don't know what else to do and would greatly appreciate suggestions.
http://people.tamu.edu/~emmanuel.okafor/Quickr-final2.swf
http://people.tamu.edu/~emmanuel.okafor/Quickr-final2.cp

Hello,
Just had a quick look at your CP-file but opened it in CP5 so not totally sure: in the Quiz settings, you have only allowed 1 attempt for the Quiz (Quiz preferences, Pass or Fail) is that correct? You allow multiple attempts (2 or 3) in the individual questions, but this is normally meant to retake the question immediately. I had such an example on slide 18. Not sure, but please try to allow more than 1 attempt for the quiz itself.
Lilybiri

Similar Messages

  • Trade show magic interactive help needed with adobe connect 8

    Please see my website http://www.magicduncan.co.uk - I am a trade show magician as per my website and was wondering if this can be incorporated into my site to create a webinar presentation? Can I do screen sharing using adobe connect 8 as this is one of the things I am exploring for a live trade show magic show based around technology.
    Can anyone recommend any indepth tutorials regarding how to tame this mammoth but amazing new tool from adobe?!
    Many thanks for your help in advance.

    Moved to InDesign forum.
    When you export you will note that you export an Adobe PDF. There's a reason for that.
    Mac Preview is fine for a plain vanilla PDF but it ends there.
    Bob

  • CP5 Advanced Action help needed for conditions....

    Hi,
    I have created my own MultipleChoice (MC) question with 4 answer possabilities whereof 3 are right and 1 is wrong.
    As soon as a right/wrong answer is checked an advanced action is performed - checkmark in box shown and "feedback" to answer.
    In case of a right answer - the feedback of any previous answer is hidden but the check mark of correct answers stay whereas the wrong answer checkmark is hidden.
    An example of the advanced action for one of the three right answers:
    This is what the question looks like before the answer of my question needs to be implemented:
    Now to my question:
    At the end of the answers I would like the user to get a message: CONGRATULATIONS.....
    This should be displayed when all 3 right answers have been selected.
    After that CONGRAT... message they can then click the Continue button to continue the training.
    I am curious to any suggestion on how to realise this
    Thanks in advance for the reply.
    best regards
    Stephanie

    OPTION A:
    Steps to achieve congratulations message on the same slide (which is the question) 1. Actions like B_Selected,C_Selected etc. have to be conditional actions instead of standard actions which they are right now.
    2. Four variables are to be created from Project->Variables ->Add new. These can be named as a,b,c,d and set to 0(zero) which means the option is not selected 3. In the conditional action B_selected, first condition has to be something like
          If (1 equals 1)
                Show TC_Correct_B
                Show Image_230
                Hide Image_233
                Hide TC_Wrong_A
                Hide TC_Correct_C
                Hide TC_Correct_D
                Assign b = 1
    4. In second condition of same action i.e. B_selected, do the following
          If (a equals 0 && b equals 1 && c equals 1 && d equals 1)
                Show TC_Congratulations
    All the actions should have these two conditions and if there are actions like B_unselect, then 'Assign b = 0' in such actions.
    OPTION B
    On the other hand if it's fine to show the congratulations message on next slide, it will be simpler like this 1. Create the four variables a,b,c,d = 0 2. In actions like B_Selected (no need to change them to conditional action), add a statement 'Assign b = 1'
    3. In actions like B_unselected, add a statement 'Assign b = 0'
    4. On slide exit execute an advanced action which will be a conditional action as follows:
          If (a equals 0 && b equals 1 && c equals 1 && d equals 1)
                Go To Next Slide
          Else
                Jump to Slide __
    5. On next slide write congratulations message.
    Regards,
    Vandana    

  • E1700 Advanced Routing - help needed

    I am having trouble creating static routes through my Linksys E1700 (Rev v1, f/w 1.0.02. I keep getting errors on all routes I try to enter. Either I get a complain that a part of an IP adress is not in range 1-233  or I get the error message "Invalid route" when trying to save the route. Can anyone post what restrictions are enforced on the entered static routes? What I want to achieve is access to a separate ADSL modem that the router is attached to. That means that I have assigned the modem an IP adress that is not on the local network and need the router to pass this adress through the WAN port, but not to the ISP gateway. Something along the lines of: Local address of router and IP range used by DHCP in the router:  192.168.0.0/24Local address of ADSL modem: 192.168.1.1/24 I want to route:  192.168.1.1/32 through WLAN interface with gateway 0.0.0.0 Any ideas why the router does not allow me to do this? Also, if I could get any type of route through the E1700 WLAN interface I could assign my modem to match that (as long as it is not an IP address I need to use :-)  )  But I have not been able to set up any route to the WLAN interface with gateway 0.0.0.0. /Nils

    I am having trouble creating static routes through my Linksys E1700 (Rev v1, f/w 1.0.02. I keep getting errors on all routes I try to enter. Either I get a complain that a part of an IP adress is not in range 1-233  or I get the error message "Invalid route" when trying to save the route. Can anyone post what restrictions are enforced on the entered static routes? What I want to achieve is access to a separate ADSL modem that the router is attached to. That means that I have assigned the modem an IP adress that is not on the local network and need the router to pass this adress through the WAN port, but not to the ISP gateway. Something along the lines of: Local address of router and IP range used by DHCP in the router:  192.168.0.0/24Local address of ADSL modem: 192.168.1.1/24 I want to route:  192.168.1.1/32 through WLAN interface with gateway 0.0.0.0 Any ideas why the router does not allow me to do this? Also, if I could get any type of route through the E1700 WLAN interface I could assign my modem to match that (as long as it is not an IP address I need to use :-)  )  But I have not been able to set up any route to the WLAN interface with gateway 0.0.0.0. /Nils

  • Cron won't run ioreg, even though I can by hand - ADVANCED UNIX HELP NEEDED

    This is driving me crazy. Cron will not run the ioreg command.
    I have a script that does the following:
    #! /bin/tcsh
    set THEDATE = `date`
    set ME = `whoami`
    echo -n "$ME; $1; $THEDATE; " >> ~/Documents/BatteryStat/battery.log
    ioreg -f -n AppleSmartBattery -r | grep -e 'ExternalConnected\|CurrentCapacity\|FullyCharged\|Amperage\|LegacyBatteryInfo\ |AvgTimeToFull\|AvgTimeToEmpty\|DesignCapacity\|Temperature\|CellVoltage\|Instan tAmperage\|CycleCount\|Voltage\|IsCharging\|InstantTimeToEmpty\|TimeRemaining\|M axCapacity' | tr '\n' ';' >> ~/Documents/BatteryStat/battery.log
    echo >> ~/Documents/BatteryStat/battery.log
    If I run it from the command line I get what I expect: a bunch of data dumped to this log file. If I stick it into cron, however, I only get my login, the first argument to the script and the date. No output from the ioreg command.
    I know that cron is really just a wrapper for launchd or something like that and that the issues I am having have to do with the fact that the "user" under which the cron job is running is not the console user. Or something like that. It is all just a bit over my head. But it is certainly driving me completely insane!
    Does anyone have any ideas how to make cron actually do something useful? (this is the second time that I have tried to use cron for a script and the second time it refuses to run for what I am guessing are similar reasons).
    Any help is (or even just clues are) greatly appreciated.
    ben

    Absolute paths. Of course. Seems so obvious now but it really had me stumped. Absolute paths solved it. Mark, thank you SO much.
    My machine has been acting really really flaky with the battery and this script will hopefully help me either get a new one or find out if the PMU is the problem.
    Ray, I tried looking for the UNIX forum, but I can't find it (which is rather embarrassing... being so lost that you cannot even find the the forum where you would ask for directions). Where is it?
    Thanks again for your help.
    Ben

  • Help required to customize Simple/Advanced Search. Need to add new fields

    Hello,
    Module: Oracle Sales Online
    EBS version: 12.1.3
    Jdev version: 10.1.3.3
    Scenario:
    - We are dealing with standard oracle pages.
    - We have TWO "SIMPLE/ADVANCED SEARCH"s available. Each "Simple/Advanced Search" can be found by navigating through paths "A --> B" and "A --> B --> C --> D" . Here it means one "SIMPLE/ADVANCED SEARCH" page is available at page "B" and another "SIMPLE/ADVANCED SEARCH" is available at page "D".
    - In the first search page which is at page "B", both Simple as well as Advanced search has a filter field "Win Probability %", of type VARCHAR2/DROPDOWN with values (10, >=10, <=30, 30, >=30, <=50, 50, >=50, <=70, 70, >=70, <=90, 90, 100)
    - In second search page, referring to page "D", the Simple search DOESN'T have the "Win Probability %". And the Advanced Search page has the "Win Probability %" but it is of type - NUMBER/MessageTextInput type.
    Issue/Requirement:
    - The 2nd Simple/Advanced search pages need to have "WIN PROBABILITY %" field and it should be of VARCHAR2/DROPDOWN with values (10, >=10, <=30, 30, >=30, <=50, 50, >=50, <=70, 70, >=70, <=90, 90, 100) just like the way we had in 1st Simple/Advanced search.
    Note:
    - Again speaking we are dealing with standard oracle pages
    - If you go to the "About this Page", interestingly I found:
    i. The "message component layout" for both of them is from the same region , i.e., ASNOpptympSrchRN
    ii. Rest of the search filters for both the searchs are from common View Object , i.e., OpptySearchVO1 (for Simple search), OpportunityDetailsVO1 (for advanced search)
    iii. The "Stack layout" for both the search pages are same, i.e. XXMASOpptyQryCO
    iv. None of the fields are rendered to false (everything is set to be rendered TRUE)
    Any response is highly appreciated.
    Thanks,
    Anand
    Edited by: 933590 on Jul 19, 2012 8:18 AM

    "XXMASOpptyQryCO is the name of stacklayout or CO?
    What is the CO?
    Does both pages share same CO?
    have you already extended the CO "XXMASOpptyQryCO"?
    what is the original CO then? I think in that CO it must be written somewhere, simple search "search allowed = false""
    -Here CO what you are referring is a controller.
    -FYI pages share same controller.
    -And the original controller for both the pages are OpptyUwqCO. Right now its extended controller is XXMASOpptyQryCO
    Fact is I didn't create this search page. It was built by some third party members. Also that I do not have the original source nor the documentation pertaining to it. So could you inform as in how should I navigate to the point "Search Allowed = True"
    I should have informed that at "B" page, it has a region      /oracle/apps/asn/opportunity/webui/ASNMgrOpptyQryRN and at page "D", the region is      /oracle/apps/asn/opportunity/webui/ASNOpptyQryRN
    Edited by: 933590 on Jul 19, 2012 1:37 PM

  • Introducing BlackBerry 10.3.1 Advanced Interactions

    Introducing BlackBerry 10.3.1 Advanced Interactions 
    Did you recently update to BlackBerry 10 OS version 10.3.1? If so, make sure you try out the new Advanced Interactions that can help you increase your productivity.
    Whether it’s waking your device automatically when you pick it up, or silencing an incoming call with a flip of your device, I’m confident you’ll love these new options so make sure you try them out.
    To help you get started here’s a quick overview of each option
    Note: If you are using Battery Saving Mode double-check your settings by going to Settings > Battery Saving Mode as this feature can turn off Advanced Interaction.
    Lift to wake
    If enabled, this setting will cause your device to automatically wake up whenever you pick it up from a flat surface. This means you no longer need to use the Power/Lock key, or swipe up from the bottom of the display to wake your device.
    To turn this option on or off, go to Settings > Advanced Interactions followed by setting the Life to Wake switch to your desired setting.
    Flip to mute
    If Flip to mute is enabled on your device, the next time you receive a call and you are unable to answer it right then and there, just flip your device facedown to silence the ring tone or vibration.
    To turn this option on or off, go to Settings > Advanced Interactions followed by setting the Flip to mute switch to your desired setting.
    Flip to save power
    Are you looking for an easy way to save power and maximize your device’s battery life? All it takes, thanks to the Flip to save power option, is placing your device face down on flat surface to place your device into standby mode.
    When in standby mode your device will still receive notifications for incoming calls, messages, alarms and more, while saving battery life in the process.
    To turn this option on or off, go to Settings > Advanced Interactions followed by setting the Flip to save power switch to your desired setting.
    Hold to stay awake
    If you find your device display turns off while you are still reading a lengthy document, consider turning on the Hold to stay awake option.
    When enabled, this setting will override the Screen Timeout value and cause your device display to remain on so you can finish reading without interruption.
    To turn this option on or off,go to Settings > Advanced InteractionsLife  followed by setting the Hold to stay awake switch to your desired setting.
    Got a question? Leave a comment and let me know!
    Via |  @TyW
    Posted originally on the Inside BlackBerry Help Blog
    BBM Channels  PIN: C0007093A
    Do not forget to give LIKE    Those people who help you and advise you about your doubts.  if the review has been SOLVED** # 4LL  #ÉliteRoad  Make a backup of your BlackBerry
    BlackBerry Protect and  BlackBerry Link constantly.  #ichooseBlackBerry10 Gutijose14 Forums Veteran I

    hi coyote55
    10.3.1 is not released in public at the moment. first wait for the BlackBerry Classic that cames with 10.3.1 - then you can ask for 10.3.1 for the other devices
    zeki
    zeki

  • Editing on the Advanced Interaction display?

    Has anyone been able to edit the Interaction IDs or Objective IDs on the Advanced Interaction display?(Press F9 to see it)
    In Captivate 4 you can. But I have not been able to edit them in Captivate 5. FRUSTRATING!
    If anyone has any idea how to actually make a change on this page, please point me in the right direction. Otherwise I have to believe that this is broken.
    Thank you for your help!
    Greg

    Thanks for the idea LilyBiri!
    I'll have to give that a go, sinc it appears to be the only possible solution at this time.
    I managed to find a Captivate 5 article that seems to indicate by it's title that you CAN edit in the Advanced Interaction screen:
    http://help.adobe.com/en_US/captivate/cp/using/WS5b3ccc516d4fbf351e63e3d119e95822ef-7fdc.h tml
    I have left some feedback for Adobe on the article.
    I'm kind of disappointed about this, as it was an easy way to get the reporting back.
    Thanks,
    Greg

  • *Help Needed* Adding multiple emails/mailing list in the email subscription

    Help Needed
    Hi,
    Can someone help me in adding multiple email address/mailing list in the email subscription for interactive reports in Apex 4.
    pls mail me at [email protected]
    Regards,
    Sunny

    The doc does not mention a separator for the email addresses because we only support one email address per subscription. I have logged a task for our next release to look at expanding it and allowing multiple.
    -- Sharon

  • Help needed with itunes

    help needed with itunes please tryed to move my itunes libary to my external hard drive itunes move ok and runs fin but i have none of my music or apps or anything all my stuff is in the itunes folder on my external hard drive but there is nothing on ituns how do i get it back help,please

    (Make sure the Music (top left) library is selected before beginning this.)
    If you have bad song links in your library, hilite them and hit the delete button. Then locate the folder(s) where your music is located and drag and drop into the large library window in iTunes ( where your tracks show up). This will force the tunes into iTunes. Before you start, check your preferences in iTunes specifically under the"Advanced" tab, general settings. I prefer that the 1st 2 boxes are unchecked. (Keep iTunes Music folder organized & Copy files to iTunes Music folder when adding to library). They are designed to let iTunes manage your library. I prefer to manage it myself. Suit yourself. If there is a way for iTunes to restore broken links other than locating one song at a time I haven't found it yet. (I wish Apple would fix this, as I have used that feature in other apps.) This is the way I do it and I have approx. 25,000 songs and podcasts and videos at present. Hope this helps.

  • Urgent help needed on deployment facts

    Hi
    I had completed a Java Web based application using JApplet, which in turn uses Java Media Framework and Java Communications APIs. So when i deploy this application and let the clients use this application. I need to dump some jar files and properties files into the clients JRE so that all the APIs will work properly. Without any installations. I tried doing this manually by copying these files into client machines So is there a direct method for performing the task. Or i need to add some additional code to my applet so as to find the clients current JRE version and place the required files under using FTP? Can i write a setup routine or something which does all these operations once the client access the applet?
    Help needed in the above issues
    Thanks in advance
    Swaraj

    What you will want to do is look into JNLP and Java WebStart. They allow you to write a setup for your product that makes installation as easy as InstallShield&trade; does for the Windows&trade; platform (ie: it allows customers who cannot tell Java from Perl to install your product).

  • URGENT HELP NEEDED - iPhone 3Gs no longer detected or charged by MacBook

    My iPhone 3Gs (3.1) has been running fine, until several hours ago today, when I plugged it to my MacBook, the iPhone is no longer detected - it doesn't show up in iTunes, nor it is charged. I tried opening iPhoto, and it wasn't there too. Not with Image Capture too. I tried charging it using the out-of-box wall charger using the same out-of-box USB cable I use for MacBook, and it can be charged without any problem. Then I put it into Recovery mode, and there iTunes can see it. I don't want to restore it before I figure out exactly what went wrong, as I don't want the restore process somehow gets stuck in the middle that the connection is lost again.
    I've tried reinstalled iTunes, including completely removal of Apple Mobile Device Support, as instructed by Apple. But still no luck.
    I've tried switching to another USB port of my MacBook. No luck.
    My iTunes is the latest 9.0.1, and my Mac OSX is 10.6.1. My iPhone is on 3.1, upgraded from 3.0.
    I've read from web that it seems I'm not the only one out there having this problem. But none of them seem having any real working solution.
    Urgent help needed & appreciated. Millions of thanks in advance.
    Gary

    1. I used both cables - theirs & mine ... and on several macs
    2. yes, same cable for wall & mac
    3. as said, i did completely remove & install itunes (incl. apple mobile device support), as instructed on the apple webpage
    anyway, did a restore just now. it seems okay now. but the problem is i have no idea what cause this, and i can't replicate the problem. so i don't know when it will happen again ... maybe a bug with os 3.1 ... others on web said os 3.1 is quite buggy ...

  • Help needed in setting up Japanese Database

    Hi there,
    Help needed in setting up Japanese Database.
    I created database with UTF8 character set on Sun Solaris O/S.
    Oracle version 8.1.7.
    I am accessing the DB through SQL*Plus (Windows client).
    I downloaded the Japanese font on client side and also set the NLS_LANG environment variable to Japanese_Japan.UTF8. Still, I am not able to view Japanese characters. O/S on client side is Windows 2000 professional (English). Is O/S (client) need to be Japanese O/S? When I try to retrieve sysdate, its displaying in Japanese but not all characters in Japanese. Can anyone help me out how to set up the client and is there any parameters to be setup at server side? I also tried to insert japanese characters into table through client, but it displaying as "?????" characters. Any help in this regard is appreciated.
    Thanks in advance,
    -Shankar

    lol
    your program is working just fine.
    do you know what accept does? if not read below.
    serversocket.accept() is where java stops and waits for a (client)socket to connect to it.
    only after a socket has connected wil the program continue.
    try putting the accept() in its own little thread and let it wait there while your program continues in another thread

  • Help needed with DisplayConfigX for Philips 32PW9551/12 CRT TV

    Hi everyone,
    I've been following this part of Apple Discussions closely for some time now, and I realise that I'm not the only one having trouble connecting my Mac Mini (Core Duo) to my TV. I'm hoping that BSteely or somebody else here could take a look at my specific problem. I'll try to provide as much relevant info as I can, if more input is needed, please specify.
    Here goes :
    TV model : Philips 32PW9551/12 That's a CRT, but with HDMI input. The manual says that it should accept 480p, 576p, 720p and 1080i.
    Cable : DVI-HDMI
    Using VNC over Airport when things go wrong, resetting back to the original resolutions.
    Problem : can't get 720p resolution to work, only 640x480 fills screen. 640x480 is too low, since Remote Buddy's menu does not even fit on it.
    When I select 1280x720 the image is on the left of the TV, leaving a wide black bar on the right and dropping a lot on the right. Other resolutions either don't work at all, are seriously overscanned (no dock, no menu) or are horrible to look at.
    I've been fiddling with DisplayConfigX and SwitchResX, but I feel it's out of my league, so I'm not getting anywhere. I did export settings via SwitchResX, I hope that provides some insights.
    Thank you very much in advance for helping me get my setup to work by creating a tailormade timing !
    Kind regards,
    Also Starring
    Belgium
    DDC block report generated by SwitchResX for display
    PhilipsTV
    0 1 2 3 4 5 6 7 8 9 A B C D E F
    0 | 00 FF FF FF FF FF FF 00 41 0C 51 95 01 01 01 01
    1 | 06 10 01 03 80 42 25 78 0A 0D C9 A0 57 47 98 27
    2 | 12 48 4C 20 00 00 01 01 01 01 01 01 01 01 01 01
    3 | 01 01 01 01 01 01 01 1D 80 D0 72 1C 16 20 10 2C
    4 | 25 80 94 72 21 00 00 9E 01 1D 00 72 51 D0 1E 20
    5 | 6E 28 55 00 94 72 21 00 00 1E 00 00 00 FD 00 31
    6 | 3D 1C 2E 08 00 0A 20 20 20 20 20 20 00 00 00 FC
    7 | 00 4C 30 36 48 44 20 76 31 20 31 36 3A 39 01 29
    Valid DDC block: checksum passed
    EDID Version........1.3
    Manufacturer........PHL
    Product Code........20885 (5195) (9551)
    Serial Number.......16843009
    Manufactured........Week 6 of year 2006
    Max H Size..........66 cm
    Max V Size..........37 cm
    Gamma...............2.20
    DPMS Supported Features:
    Display type:
    RGB color display
    Input signal & sync:
    Digital
    Color info:
    Red x = 0.625 Green x = 0.280 Blue x = 0.155 White x = 0.283
    Red y = 0.340 Green y = 0.595 Blue y = 0.070 White y = 0.298
    Established Timings:
    640 x 480 @ 60Hz
    Manufacturer Reserved Timings:
    Standard Timing Identification:
    Monitor Description blocks:
    Descriptor #0 is Timing definition:
    Mode = 1920 x 540 @ 50Hz
    H. Active...............1920 pixels
    H. Blanking.............720 pixels
    V. Active...............540 lines
    V. Blanking.............22 lines
    HSync Offset............528 pixels
    HSync Pulse Width.......44 pixels
    VSync Offset............2 lines
    VSync Pulse Width.......5 lines
    Pixel Clock.............74.25MHz
    Horizontal freq.........28.12kHz
    Vertical freq...........50.04Hz
    H Image Size............660mm
    V Image Size............370mm
    H Border................0 pixels
    V Border................0 lines
    Interlaced
    Sync: Digital separate with
    * Positive vertical polarity
    * Positive horizontal polarity
    Descriptor #1 is Timing definition:
    Mode = 1280 x 720 @ 60Hz
    H. Active...............1280 pixels
    H. Blanking.............370 pixels
    V. Active...............720 lines
    V. Blanking.............30 lines
    HSync Offset............110 pixels
    HSync Pulse Width.......40 pixels
    VSync Offset............5 lines
    VSync Pulse Width.......5 lines
    Pixel Clock.............74.25MHz
    Horizontal freq.........45.00kHz
    Vertical freq...........60.00Hz
    H Image Size............660mm
    V Image Size............370mm
    H Border................0 pixels
    V Border................0 lines
    Non-Interlaced
    Sync: Digital separate with
    * Positive vertical polarity
    * Positive horizontal polarity
    Descriptor #2 is Monitor limits:
    Horizontal frequency range.......28-46 kHz
    Vertical frequency range.........49-61 Hz
    Maximum bandwidth unspecified
    Descriptor #3 is Monitor name:
    L06HD v1 16:9
    Mini Intel Core Duo   Mac OS X (10.4.8)  

    (1280x594 60Hz NTSC) gives fairly stable
    image, big black border on
    top, fallen off image on the left but right and
    bottom seem ok.
    You might want to run with that and see if you can dial it in better. SwitchRes X has arrows you can use in the right-hand side of the custom pane where you can try and center and size the image better.
    Another thing. I don't seem to be able to enter the
    pixel clock number exactly as you specify. It keeps
    changing it slightly. Eg, after rebooting, it says
    68,4 in SRX, even though I entered 69,75 before...
    This is explained in the SRX documentation. When you make a request of the hardware that it somehow can't satisfy, it just tries to do the next closest thing. But you don't get and feedback of what the hardware can and cannot do. You only get unexpected results as you have mentioned.
    And also, should the vertical scan rate not be
    exactly 60 Hz ? Other numbers don't seem to be
    accepted by the TV, but when making custom timings,
    these scan rate numbers seem to be changing all the
    time.
    If you look at the EDID data you posted at the begining of this thread, towards the bottom it states that your TV will work from with any vertical frequency in the range of 49Hz to 61Hz. You don't need to use 60Hz but that is a standard. There is very little downside to deviating from that with and LCD display.

  • Color management help needed for adobe CS5 and Epson printer 1400-Prints coming out too dark with re

    Color management help needed for adobe CS5 and Epson printer 1400-Prints coming out too dark with reddish cast and loss of detail
    System: Windows 7
    Adobe CS5
    Printer: Epson Stylus Photo 1400
    Paper: Inkjet matte presentation paper with slight luster
    Installed latest patch for Adobe CS5
    Epson driver up to date
    After reading solutions online and trying them for my settings for 2 days I am still unable to print what I am seeing on my screen in Adobe CS5. I calibrated my monitor, but am not sure once calibration is saved if I somehow use this setting in Photoshop’s color management.
    The files I am printing are photographs of dogs with lots of detail  I digitally painted with my Wacom tablet in Photoshop CS5 and then printed with Epson Stylus 1400 on inkjet paper 20lb with slight luster.
    My Printed images lose a lot of the detail & come out way to dark with a reddish cast and loss of detail when I used these settings in the printing window:
    Color Handling: Photoshop manages color, Color management -ICM, OFF no color adjustment.
    When I change to these settings in printer window: Color Handling:  Printer manages color.  Color management- Color Controls, 1.8 Gamma and choose Epson Standard it prints lighter, but with reddish cast and very little detail and this is the best setting I have used so far.
    Based on what I have read on line, I think the issue is mainly to do with what controls are set in the Photoshop Color Settings window and the Epson Printer preferences. I have screen images attached of these windows and would appreciate knowing what you recommend I enter for each choice.
    Also I am confused as to what ICM color management system to use with this printer and CS5:
    What is the best ICM to use with PS CS5 & the Epson 1400 printer? Should I use the same ICM for both?
    Do I embed the ICM I choose into the new files I create? 
    Do I view all files in the CS5 workspace in this default ICM?
    Do I set my monitor setting to the same ICM?
    If new file opens in CS5 workspace and it has a different embedded profile than my workspace, do I convert it?
    Do I set my printer, Monitor and PS CS5 color settings to the same ICM?
    Is using the same ICM for all devices what is called a consistent workflow?
    I appreciate any and all advice that can be sent my way on this complicated issue. Thank you in advance for your time and kind help.

    It may be possible to figure out by watching a Dr.Brown video on the subject of color printing. Adobe tv
    I hope this may help...............

Maybe you are looking for

  • How to view stocks in third party subcontracting process

    Hello, We have created a 3rd party subcon Sch.agr(LPP). We need to track the movement for the materials in the system. Do we have any tcodes for the same. Manoj.

  • Sales Order Copy

    Hi All, Is there anyway you can copy a sales order and not carry over reference to the customer purchase order number? I want to copy an order from an existing order but create/enter a new PO number in the new order that is created. Thanks A/A

  • Help with Java.Sql package download

    I am compiling some java files with the following : import java.sql.* and getting errors. I realize I need the java.sql package. Can anyone help me by pointing out where I can download the package? Thanks. Murthy Gandikota

  • Help Installing Photoshop 3.0

    Thanks for reading this...my (shortened) saga... I purchased Adobe Photoshop Elements 3.0 and Adobe Premiere Elements as a combined package back in 2005. (Yes, I know I should get newer software, but I am poor like most of the world is at the moment.

  • 'Import All' is disable at Image Capture

    Hi!! I just upgrade to Yosemite, and when I insert an SD (only photos) to my MacBook Pro, the Image Capture program shows up. But when I want to import all media, the button 'Import All' is disable. Does any one knows why is happening this? This is t