Beginner problems

What causes these lines on 75% of my photos? doesn'thappen in all? Dial-up cards? always get lines? / Thank you

Body sent to Canon

Tags: Canon Camera

Similar Questions

  • Beginner problems: the Images not appearing and slide show does not

    I'll eventually add iframes so that I can have images displayed during audio playback. In the meantime, I have a problem just get the images to show (it works fine in Safari, but nothing else). Even if when I validated the page and am told there is no problem, even the image as part of the screen is broken. This is problem no. 1. The other problem has to do with the show, which does not work, but instead displays all images one after the other.

    Any help will be greatly appreciated; I am a beginner and I have the impression that the answer to these problems - especially No. 1 - are incredibly simple. Here is a link to an example page that shows these problems.

    Thanks in advance for any help you can provide!

    None of your include files are present on your server:

    Spry-UI-1.7/css/SpryImageSlideShow.css"rel ="stylesheet"type ="text/css"/ >

    Check the filelinks and also the files / folders are case sensitive on most of the servers.

  • PHP form field not displayed [was: Beginner problem.]

    Hello good people.

    I have a very simple question.

    Here's my index.html

    < ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""
    " < html xmlns =" http://www.w3.org/1999/xhtml ">
    < head >
    < meta http-equiv = "Content-Type" content = text/html"; Charset = UTF-8 "/ >"
    < title > Test PHP < /title >
    < style >
    {body
    margin: 50px; background-color: #232323; do-family: without serif. color: #B7B7B7; font-size: 13px;
    }
    Input, textarea {}
    border: 1px solid #464646; background-color: #1C1C1C; do-family: without serif. color: #CECECE; do-size: 10px; margin-top: 15px; margin-bottom: 15px;
    }
    {#submit}
    font-size: 13px;
    }
    < / style >
    < / head >

    < body >
    < do action = "index.php" method = "post" > "
    What's your name? < br / >
    < input type = "text" name = "name" / > < br / >
    What is your age? < br / >
    < input type = "text" name = "age" / > < br / >
    < textarea type = "text" name = "tekstas" rows = "5" cols = "40" > your message. < / textarea > < br / > < br / >
    < input type = "submit" value = "Go!" id = "submit" / >
    < / make >
    < / body >
    < / html >

    And index.php

    <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""
    " < html xmlns =" http://www.w3.org/1999/xhtml ">
    < head >
    < style >
    {body
    margin: 50px; background-color: #232323; do-family: without serif. color: #B7B7B7; font-size: 13px;
    }
    < / style >
    < meta http-equiv = "Content-Type" content = text/html"; Charset = UTF-8 "/ >"
    < title > PHP < /title > result
    < / head >

    < body >
    <? PHP
    SetType ($_POST ["age"], "integer");
    echo 'your name is. " $_POST ['name']. "< br / > ';
    If ($_POST ["age"]! = 0) echo "your age is." $_POST ['age']. "< br / > < br / > ';
    "If ($_POST ["age"] = 0) echo"Please indicate your age."." < br / > < br / > ';

    echo "< b > Message: < /b > < br / >". "." $_POST ['tekstas"];
    ? >
    < / body >
    < / html >

    The question is:

    Why the part of the age of php does not work properly? If I leave it black or type zero in the age < input >, PHP simply ignores the part 'Please specify your age' code.

    You're relatively new to this forum. Welcome.

    Please take a moment to read How to get help quickly. Using a subject like "Newbie problem" line makes no sense and is likely to be ignored at busy periods. Always try to use a descriptive subject line.

    The answer to your problem is very simple. This is the error of the beginner town that attracts even more experienced people from time to time. It is in this line:

    if ($_POST["age"]=0 ) echo "Please specify your age."."

    ";

    You used only one sign "equal", which assigns the value to a variable, then it always equals TRUE.

    To compare two values, you must use two equal signs like this:

    if ($_POST["age"] == 0 ) echo "Please specify your age."."

    ";

    There are other things that could be done to improve your code, but which solves the underlying problem.

  • Beginner problem Qt - signal clicked() button does not

    Hi guys,.

    I'm sorry to waste time of people with this problem, but it was my * beep * for a while and I really cannot proceed without assistance.

    Basically, I just try to hang a signal clicked() by a button. I've got the button instance, but the connect call returns false and the slot is not called when I click on the button.

    Here is the code:

    Class ApplicationUI: public QObject
    {
    Q_OBJECT
    public:
    ApplicationUI (bb::cascades:Application * app);
    Virtual ~ ApplicationUI() {}

    void GetButtonClickHandler();

    BB::Cascades:button * _getButton;
    };

    ==========

    ApplicationUI::ApplicationUI (bb::cascades:Application * app)
    : QObject (app)
    {
    QmlDocument * qml = QmlDocument::create("asset:///main.qml").parent(this);
    AbstractPane * root = qml->() createRootObject;
    App-> setScene (root);

    _getButton = root->findChild ("getButton");
    Boolean result = QObject::connect (_getButton, SIGNAL (clicked ()), this, SLOT (GetButtonClickHandler ()));

    _getButton-> setProperty ("text", "Yes");
    }

    Sub ApplicationUI::GetButtonClickHandler()
    {
    _getButton-> setProperty ("text", "clicked");
    }

    ==========

    Default empty project template
    import bb.cascades 1.0

    {Page}
    {Of container

    Button {}
    objectName: "getButton.
    text: 'Get '.
    horizontalAlignment: P
    }
    }
    }

    Thank you very much!
    Paul

    Try adding:

    public slots:

    above this line:
    void GetButtonClickHandler();

    In addition, you can use the methods of the button directly, as
    _getButton-> SetText ("clicked")

    BTW, member variable is not really necessary. Slot sender() method can be used to access the button:

    void ApplicationUI::GetButtonClickHandler(){  Button *button = qobject_cast
  • Impossible to implement a beginner problem

    I just started researching on Flex last Friday and I'm trying to get into this project implemented, but I can't even square. I made a change to an mxml file: I put ' Alert.show ("hey man"); "on the first line of a function. I have built, then went into the "bin-debug" directory where to find a newly created file "main.swf". When I compare this file to the old file, they have exactly the same content. Needless to say, when I download this file on the server, disable my browser cache and try to run it, my change does not appear. Other than this forum, I do not know where to start.

    This waste of space which is the only one in the office who knows Flex says I do exactly the same thing that it is, then he washing his hands of the problem. I also tried the cleanup project. That didn't get me anywhere.

    I'm running Flash Builder 4.0.1 and we seem to be using the 3.5 SDK.

    Post edited by: JackHombre because he had a few things to add

    In the end, it seems, there's a bunch of files that should not have been versioned in the first place that have been verified on the SVN repository. Even if the output file I was looking for has been redone, the sum of these records were originally all this trouble. Delete these Builder files fixed. For some weird reason, to delete in the Explorer did not work. Weird.

  • Beginner problem: describing an object

    I'm starting with illustrator and I drew a shaded image of base without lines cell. Now I want to briefly explain the subject. If I was using flash then I convert it to a clip and add a strong outer glow for a couple of pixels. I know there is an edge effect in Illustrator, but it describes all the internal parts of my drawing too, not only the outside edges. Basically I want the kind of effect I did in flash in the image below:

    xx1.png

    I've been scouring Illustrator for a tool that will allow me to do and as of yet I him have not found, I realize that is somewhat a problem to recruit, but any help would be greatly appreciated!

    Is the white of white or a hole?

    If it is white, simply group the elements, then add a line in the appearance Panel, and then drag the line below the content item in the appearance Panel.

    If the white area is a hole. Use the direct Selection (white arrow) tool to click on the Green option. Copy. Edition > paste in front of... to determine the race, remove the fill, then use the direct Selection tool to select the inner circle and delete it.

  • Beginner problem - monitor Source plays audio but no video

    Hope someone can help me with this. I use CS4 for a little over a year with few problems.  The last time that I used something messed up because now any video can I import into body, when I play the video in audio playback Souurce monitor but the screen stays black and when I play the video in the monitor of the program, it's like looking through a colorful film.  I have another computer next to me with the agency that plays the same files very well.  I checked all the settings I can think to pair with the functional computer and can not see any differences.

    Any suggestion would be appreciated.

    Here is the problem machine.

    Problem Machine_1.jpg

    This is what looks like the right machine - then there is nothing wrong with the video file:

    Good Machine_1.jpg

    Welcome to the forum.

    That-screenshots looks like a video driver issue. It probably wasn't something you did, at least not directly. A lot of things that can make an outdated video driver are in the background, like a simple OS, or hot - fix update. It allows to these, and usually good as they should. However, PrPro if interface with the video driver, more than most of the programs, and if everything is not 100%, problems can occur. Other programs do not have this close an interface and never have any problems or complain.

    Take a look at this THREAD, because there are a lot of similar questions in the different links.

    I would go first to the mfgr of the video card. Web site and download and install the latest driver. Be sure to read the installation instructions, such as those that can change from pilot to pilot. Usually, it is just a simple executable file, but in some cases, the user must do some things first - just check this version.

    Good luck

    Hunt

  • [Beginner] problem with CharacterFormat

    Hello world

    I work with TLF for a few days and I do not understand something...
    I created a textflow, and I want to apply a style (color, fontFamily...) on selected characters

    But when I use CharacterFormat, the style is applied to all the text.


    My first try (just change the colortext):
    Here I create my textflow:

    private var _textFlow:TextFlow = null;
                   
    private var _container:Sprite = null;
                   
    public var manager:EditManager;

    private function initNote():void
                   
    {
                           
    var controller:IContainerController;
                   
                            _container
    = new Sprite();
                            textArea
    .rawChildren.addChild(_container);
                            _textFlow
    = new TextFlow ();
                           
                            controller
    = new DisplayObjectContainerController(_container,textArea.width,textArea.height);
                            _textFlow
    .flowComposer.addController(controller);

                            _textFlow
    .addEventListener(StatusChangeEvent.INLINE_GRAPHIC_STATUS_CHANGED, graphicStatusChangeEvent);
                           
                            manager
    = new EditManager(new UndoManager());
                            _textFlow
    .interactionManager = manager;
                           
                            _textFlow
    .interactionManager.setSelection(0,0);
                           
                            _textFlow
    .flowComposer.updateAllContainers();
                            _textFlow
    .interactionManager.setFocus();
                   
    }
                   



    Here, I want to apply the selected color

    private function changeCharacterColor(event:ColorPickerEvent):void
    {
                           
    var cf:CharacterFormat = new CharacterFormat(currentNote.myTextFlow.characterFormat);
                           
                            cf
    .color = colorChar.value;
                            currentNote
    .myTextFlow.characterFormat = cf;
                            currentNote
    .myTextFlow.flowComposer.updateAllContainers();
                   
    }

    I checked the selection in order to be sure that it is good (thanks TextScrap options). But no problem on that side.

    I try today with myTextFlow.interactionManager.selectionState.pointFormat = cf to apply the new color. But it does not work too.

    I think I missed something. Can someone help me?

    Thank you very much.

    NB: Sorry for my bad English :/ (poor french, I'm )

    Please, download a newer version.  It works perfectly with Flex SDK 3.2.

    I think you should look at the sample code to see how the formatting is applied to a range.  There is an included Editor.

    Here are examples:

    http://opensource.Adobe.com/wiki/display/tlf/text+layout+framework

    The latest TLF is available from the "Download Flex SDK kit" link on this page.

    Kind regards

    Richard

  • DWCS3: XMLDataSet SPRY - beginner problems

    Hi NG,.

    I hope you can help me...

    I started with spry and I have a few problems.

    1. I use XMLDataSet to get XML values.

    The first thing I used nested XMLDataSets, for the nested data.

    It works, but I have problem with sorting.

    When to use spry: sort and the nested game to adapt the values nested (such as the color and size under the main set.

    My goal is that when the user sort by nested value, the entire table is sort by the nested type.

    How can I do this?

    2. I have function to set the output of 10000 to 10,000 price

    It works, but now I find, to sort by price work only if I set the column number. But what my function no longer works, because I need string. Y at - he whole idea of double the value of the prize and set a number and a string? can I use one for sorting and one for the output of price?

    Here is the code:

    < script type = "text/javascript" >
    Training (region, lookupFunc) {} function
    var i;
    var j = 0;
    var result ="";
    var zahl_number = "{price}";
    var zahl_string = zahl_number + ";
    Zahl = (lookupFunc (zahl_string));
    i = Zahl.Length;
    While (i > = 0) {}
    Result = Zahl.substr (i, 1) + result;
    j ++ ;
    If (j == 4) {}
    Result =". "+ result;
    j = 0;
    }
    i-- ;
    }
    return result;
    }
    < /script >

    3. How can I make a preloader? I need a lot of time to get the XML values, so it doesn't look good. Is there a link for example?

    Thank you!!!

    You're more likely to get help with this issue by posting in the Forum Spry.

  • Beginner problem: using the model and cannot see in design or split

    I put in place a model, he opened and saved as a html file. I don't see anything except in code view. Split and design view just shows a grey area with yellow outline and yellow tab with the words, "template: newbasic1". "newbasic" is the name of the template that I created.

    I was able to do all my work in code view and it checks all the as valid and works. But I would like to be able to work in split view. I have no idea what I did to create this problem.

    You can see the problem pages (all pages in the site have this problem) to:

    http://mrc3.com

    Any suggestions much appreciated.

    
    
    
    

    It is completely invalid code and is the reason why you don't see what in DW Design view - simply may not know what to do with your markup.

    1. you can't have an editable region in thetag.  That's why DW will not allow you to do this via the user interface.

    2. you do not close the tag body the way you have.  It is closed here-



  • With beginner problems

    I can't insert a line in my SQL database using a flash based coldfusion form. My (very simple) code is:

    ------------------------------------------------------------------------------------------ -------------
    < cfif not isDefined ("form.preview") >
    < br > < br >
    < cfform format = "Flash" width = "400" height = "200" timeout = "1800" >
    < cfformgroup type = "tabnavigator" >
    < cfformgroup type = "page" label = "General information" >
    < cfinput type = "Text" name = "gradeLevel" value = "" style = "width: 150px" label 'Level' = > "
    < cfinput type = "Text" name = "Subject" value = "" style = "width: 150px" label = "Subject" > "
    < / cfformgroup >
    < cfformgroup type = "page" label = "Number of unit" >
    < cfinput type = "Text" name = "unitNo" value = "" style = "width: 150px" label = "Unit number" > "
    < cfformgroup type = "horizontal" >
    < cfinput type = "submit" name = "Preview" value = "Preview" label = "Preview" >
    < cfinput type = "reset" name = 'reset' value = 'reset form' label = "Reset" >
    < / cfformgroup >
    < / cfformgroup >
    < / cfformgroup >
    < / cfform >

    < cfelse >
    < br > < br >
    Information of the form:
    < br > < br >
    < cfoutput >
    Name: #form.gradeLevel # #form. Topic # < br >
    Unit number: #form.unitNo #.
    < / cfoutput >
    < br > < br >

    < cfform format = "xml" >
    < cfformgroup type = "buttonbar" >
    < cfinput type = "Submit" name = "btn" value = 'Insert a newline' >
    < / cfformgroup >
    < / cfform >
    < / cfif >

    < isDefined ("form.btn") cfif >
    < cfinsert datasource = formfields "LessonPlans" = "gradeLevel, subject, unitNo" tablename = "InputLessons" > ""
    < cfoutput > your information have been added to the table. < / cfoutput >
    < / cfif >
    ------------------------------------------------------------------------------------------ -------------

    When I submit after preview, it inserts a record into my sql table, but registration is < null > < null > < null >

    When I try to exactly the same thing using XML

    ------------------------------------------------------------------------------------------ -------------
    < cfform format = "xml" >
    < cfformgroup type = "HORIZONTAL" label = "Rank/subj" >
    < cfinput type = "Text" name = "gradeLevel" value = "" style = "width: 150px" > "
    < cfinput type = "Text" name = "Subject" value = "" style = "width: 150px" > "
    < / cfformgroup >

    < cfinput type = "Text" name = "unitNo" value = "" label = "unitNo" style = "width: 300px" > "

    < cfformgroup type = "buttonbar" >
    < cfinput type = "Submit" name = "btn" value = 'Insert a newline' >
    < / cfformgroup >
    < / cfform >

    < isDefined ("form.btn") cfif >
    < cfinsert datasource = formfields "LessonPlans" = "gradeLevel, subject, unitNo" tablename = "InputLessons" > ""
    < / cfif >
    ------------------------------------------------------------------------------------------ -------------

    It works quite well and inserts the line correctly.

    I do not understand :(
    Sorry, I'm VERY new to this. Any help would be greatly appreciated.

    The problem you are having is that there is no data form to send in your request is running. Here's why:

    When the page is first loaded, the user sees the form of Flash. They fill three fields (level number, subject / grade unit).

    Then, they support the form to get an overview. The CFM model then displays the values of the form sent by their output on the page. After that, a XML form is created with only one button submit (name = "btn"). There is no other data of this form.

    When btn is in a hurry and submitted the form XML, there is no data, other than the name and value the button submit, btn, are transferred to the page.

    Change your XML form this and it should work:





    Now, when this XML form is submitted, your data will be available to the section of code that executes the query UpdateRecord.

    I also recommend (and you can have this on your actual page and simply not in this post) to always say what method to use (i.e., method = 'post') form. While it is not necessary, I think personally, it is a good practice. Just a thought.

    See you soon,.
    Craig

  • DW &amp; gt; cPanel upload - beginner problem

    (My apologies if this message 2 x)

    Hello everyone I am at the end of my rope, trying to figure out where a basic problem. I usually work in the press, but I have a very simple site that I need to set up a point of contact for copyright issues. The local site works perfectly in the browser preview of DW MX 2004 and has a file LowdownInk2008 containing:

    index.html
    folder of images with 3 images
    popups with 2 windows pop up folder

    OK everything is good so I downloaded it in CPanel using 'file manager' so now the Public_html folder contains:
    index.html
    Root folder named LowdownInk2008 that contains 1 file images (with 3 images) and 1 case of pop-ups (with 2 pop ups) called root LowdownInk2008 folder is set up exactly as it is on my Local site. Letter case etc. are accurate.

    Only problem is when I go to www.lowdownink.com none of the pictures appear and popups don't work. Frustrating is that I just deleted my previous web a page that worked. Here's images etc. presented themselves.

    Can you see what I did wrong? There has got to be something basic. I was just at State records in the same way? Obviously the index file is separate, but it's the only DIF. Is this something I need to do in DW before I download?

    So far I spent hours trying to understand that nothing is done. If anyone can help I would be very grateful.

    Sincerely, Lauren

    Thank you for that. Yes, I know what you're saying, but normally, I work in Illustrator and need something quick without spending mega money. I could take your advice but and send it to someone just make the code and keep the track.

    Thanks for the tips,

    Lauren

  • BEGINNER PROBLEM

    SKY (4).jpg

    The large building in the Middle, I would like to reduce it in size so that it is level with other buildings and marry the bottom ensure that the sky is still. Been trying all morning, how the hell can I do?

    Thank you

    (1) select the part of the building to remove.

    Hit 2) the BACKSPACE or DELETE.

    (3) you should get a dialog box named fill.

    (4) make sure that content is set at: Content-aware Mode is: Normal and opacity is set to 100%.

    5) click OK and watch Photoshop work its magic

  • Beginner problems = how to replace his poor &amp; save to download vimeo

    I use Windows 8.1 and 12 EP.

    1.

    As part of a feature film, I use the same short .wav file several times. But now, I realized that the sound in the .wav file is too poor. The simplest solution would be to improve the sound quality, create a file with the same name and the same length .wav.

    12 PE will agree that I replace one file with another? Or do I have to change everything that he once again?

    It would take hours to find any when I use this .wav file, so it save me a lot of time if I don't have to change everything once more.

    2.

    Before I download on Vimeo, I need to save a file, because I download from another computer. I film in PAL, but the only alternative for vimeo HD recording is in NTSC. As far as I see it, I simply replace the pace and choose PAL instead of NTSC. But should I choose 'Save the filter setting' or 'save the FTP configuration?

    ghijohansson

    Just a quick note...

    Your question about these options in the Save dialog box to export settings profile was very interesting.

    As I wrote, my current opinion on who is to leave both options

    Save Filter settings

    Save the FTP settings

    Unchecked.

    But I do not really pay much attention to them before. So, I started a few looking in their history.

    So far, it seems that they first appear in the first of 12 elements. I do not see the versions to be 12 in option in the name dialog box

    for the custom preset, or elsewhere. It purpose is not obvious to me, especially where they are in 12.

    Do some homework on this.

    RTA

  • Beginner problem - too cache media files

    I started to edit files .m2ts with 12 EP on a 8.1 Windows laptop with a hard drive into 2 partitions.

    I make a film with an expected 110 minutes and right now almost half length is. I divided it into 11 smaller projects, with an average length of 10 minutes. I mean, I intend to create 11 files which I can join in a separate project, because the laptop is not powerful enough to handle everything in a single project.

    When it comes to these files created by 12 EP, I use the default preferences. I mean, media caching of files in a folder on the C: partition and the rest in the same folder as the project on the D: partition and .m2ts files

    Today, the computer warned me that I was running out of space on the C: partition. I decided to check what would happen if I said EP to delete media file cache. 17 GB of files have disappeared.

    So, I realized that I am in an awkward position. To change, I must have the media cache files, but there is not enough room for them on the C: partition.

    What should I do? Should I go in all my 11 projects, change preferences for media cache files are on D: partition instead of the partition C:? I just wrote, I'm in the middle of this project, so I don't know if it's realistic to change the location of the media cache files.

    ghijohansson

    Thanks for the reply with additional background on your situation.

    Just a reminder that the video in line are the .mcdb files which are cleaned with the Clean button by way

    Edit Menu/preferences/media and its media database Cache area. Audio conform files cfa and pek

    typically in the range of items of Library/Documents/Adobe/first/12.0 and in the media Cache folder here.

    What are the files you're targeting - consistent audio, video or both? No matter what you do, him in accordance with

    the video will be always regenerated and placed in his file (named Cache of media) as files .mcdb in C:\Users\AppData\Roaming\Adobe\Common\.

    Therefore, please confirm whence these Go from 11 to 17 of "media cache files"... in accordance with compliant audio, video, or both?

    If you are determined not to integrate an external hard drive to your current workflow, you may move forward when it is suggested, try (copies of)

    originals),

    Project 1 (part 1 of 2), direct Edit Menu/preferences/Scratch Disks/media Cache on disk D.

    Project 2 (part 2 of 2), direct Edit Menu/preferences/Scratch Disks/media Cache on disk D.

    (This media Cache preference box traces the elements of Library/Documents/Adobe/first/12.0 and its media Cache files

    Folder.

    Please consult the bulletin and then let us know the result.

    Thank you.

    RTA

Maybe you are looking for