New request for help from the user

Using the trial version of Photoshop CS6 on Win 7 to follow some (very basic) tutorials based on creating background images to a Flash based game.

Anyway long story short of that step of the tutorial asks me to do some selections from the top bar of 'Options', which I think should look like this with a bounding box "box" etc.:

fillpath.jpgbut mine looks like this->fillpath2.jpg

Where I'm going wrong?

John.

Cs6, these options are here:

Tags: Photoshop

Similar Questions

  • Working with date and time of the request for help from acrobat JavaScript...

    This coming from

    Working with date and time in Acrobat JavaScript (part 1 of 3)

    The following code adds five days to the current date, and then prints the new date in the console window.

    Get the date and time

    var rightNow = new Date();

    Get the value of millisecond

    Article date

    var msRightNow = rightNow.getTime ();

    Calculate in milliseconds, of 5 days

    5 days x 24 hours/day x 60 min / h x 60 s / min x 1000 ms/s

    Challenge of var = 5 * 24 * 60 * 60 * 1000;

    Do the calculation of var CFAbsoluteTime = msRightNow + challenge;

    Create a new Date from the calculated value

    var theNewDate = new Date (finalTime);

    In the actual work on a form code, you'll want to place the

    the object of a field value. But since this is test code, we will

    Print the result to the Console window (great for debugging)

    Console.println ("5 days from now is:" + theNewDate.toString ());

    The foregoing is the exact code (cut and paste)

    The error I get here is;

    ReferenceError: theNewDate is not defined

    1:Console:exec

    undefined

    To get the "undefined" question a lot... it seems to me, learn to distinguish the undefined 'of type' undefined 'variable' and undefined 'value '.

    in this case 'theNewDate' seems to be defined as a variable equal to the current date plus 5 days... BUT I am now "educated" enough to 'see' Why am I getting the error...


    Any thoughts... Any who...

    You need to highlight all the text that you want to run.

    You have not set the rightNow variable before you can apply a method to the variable.

    You can just add a new variable as msRightNow name. Why not use rightNow.

    Executes the code that you provided with a new departure of Acrobat, I get the following error messages:

    rightNow.getTime is not a function

    1:Console:exec

    TypeError: rightNow.getTime is not a function

    1:Console:exec

    undefined

    What you are showing probably works because your previous attempts have left behind them a variable "rightNow" and as long as you do not have the object of time date change too much, you will not notice the error.

    Cleaning of your code:

    get the number of milliseconds of the date object.

    rightNow var = (new Date()) .getTime ();

    define 5 days in milliseconds;
    Challenge of var = 5 * 24 * 60 * 60 * 1000;

    Add 5 days to the value of this moment and assign the result to the last time;
    var CFAbsoluteTime = rightNow + challenge;

    convert finalTime value in a date object.
    var theNewDate = new Date (finalTime);

    display the result;
    Console.println ("5 days from now is:" + theNewDate.toString ());

    Have you tried the code that I provided, it is another way to add days to the date object.

  • Request for authorization from the administration...

    When I use toad 8 then windows7 always ask permission of the administrator, is that we can disable this validation?

    Hi Prashant Sharma, k.

    Thanks for posting your query in Microsoft Community.

    I understand how it could be frustrating when things do not work as expected. Please, I beg you, don't worry I'll try my best to resolve the issue.

    Who is the seller of the program 8 Toad?

    The only way to disable this prompt for administrator authorization is to disable UAC

    Enable or disable the User Account Control
    http://Windows.Microsoft.com/en-in/Windows7/turn-user-account-control-on-or-off

    Note: User Account Control (UAC) can help you to prevent your computer from unauthorized changes. It works by asking permission when a task requires administrative rights, such as installing software or changing settings affecting other users. We do not recommend disable user account control. If you turn it off, you must reactivate as soon as possible.

    Hope this information is helpful and let us know if you need more assistance. We will be happy to help.

  • Request for help from SkyDrive

    original title: stydrive

    E-mail address is removed from the privacy *.

    Please provide more details so that we can help you.

    If you are using Windows Live SkyDrive access problems please join Windows Live Help link below:
    Windows Live Solution Center - SkyDrive

  • Passing values, addEventListener, request for help on the MouseEvent macro Manager

    Hello

    I pasted the code below. I wish to have a group of images extend and shrink the mouse hovers over it (possibly smooth, not choppy as they are now, as well as the erasure of B & W to color on enlargement - but not relevant to this question).

    As you can see I wrote a function separate from Grow and Shrink for each image, but it is very inefficient (I'm an old hand to VBScript, but new to Actionscript).

    I'm looking for a way to pass the instance in question to the function so I can use a growth and a narrowing function for all the images to be used, for example (where ' 1' is the passed element and ' whichItem' is what I'm trying to do here):

    galleryLoader1.addEventListener (MouseEvent.MOUSE_OVER, growImage ( 1));
    galleryLoader1.addEventListener (MouseEvent.MOUSE_OUT, shrinkImage ( 1));

    function growImage(event:MouseEvent,_ _whichItem_):void {}
    whichItem.x = whichItem.x - ( whichItem.width / 2);
    whichItemthere = there whichItem- ( whichItem.height / 2);
    whichItem.scaleX = 1;
    whichItem.scaleY = 1;
    }


    ... etc.

    When I try to pass data to the line in the line of addEventListener:

    galleryLoader1.addEventListener (MouseEvent.MOUSE_OVER, growImage (1));

    I always get errors that tell me I'm trying to compel the mouseevent on a string and the wrong number of arguments (waiting for 2). If I put two arguments in, I get a load of errors.

    I'm new, confused, but very impressed with Actionscript 3.0. I only work with him for about a week now and can do a lot, but this thing in particular left me speechless.

    THANKS for any assistance you can render so I can get this function running. The information is probably in several places, but I don't yet know enough to be able to know where or how to look for my response. Your help is invaluable and is appreciated.

    Best regards

    Dave Xanatos


    Code snippets (less the imports, addChilds, chargers and URLRequests...):

    galleryLoader1.addEventListener (MouseEvent.MOUSE_OVER, growImage1);
    galleryLoader1.addEventListener (MouseEvent.MOUSE_OUT, shrinkImage1);
    galleryLoader2.addEventListener (MouseEvent.MOUSE_OVER, growImage2);
    galleryLoader2.addEventListener (MouseEvent.MOUSE_OUT, shrinkImage2);
    galleryLoader3.addEventListener (MouseEvent.MOUSE_OVER, growImage3);
    galleryLoader3.addEventListener (MouseEvent.MOUSE_OUT, shrinkImage3);
    galleryLoader4.addEventListener (MouseEvent.MOUSE_OVER, growImage4);
    galleryLoader4.addEventListener (MouseEvent.MOUSE_OUT, shrinkImage4);


    function growImage1(event:MouseEvent):void {}
    galleryLoader1.x = galleryLoader1.x - (galleryLoader1.width / 2);
    galleryLoader1.y = galleryLoader1.y - (galleryLoader1.height / 2);
    galleryLoader1.scaleX = 1;
    galleryLoader1.scaleY = 1;
    }

    function growImage2(event:MouseEvent):void {}
    galleryLoader2.x = galleryLoader2.x - (galleryLoader2.width / 2);
    galleryLoader2.y = galleryLoader2.y - (galleryLoader2.height / 2);
    galleryLoader2.scaleX = 1;
    galleryLoader2.scaleY = 1;
    }

    function growImage3(event:MouseEvent):void {}
    galleryLoader3.x = galleryLoader3.x - (galleryLoader3.width / 2);
    galleryLoader3.y = galleryLoader3.y - (galleryLoader3.height / 2);
    galleryLoader3.scaleX = 1;
    galleryLoader3.scaleY = 1;
    }

    function growImage4(event:MouseEvent):void {}
    galleryLoader4.x = galleryLoader4.x - (galleryLoader4.width / 2);
    galleryLoader4.y = galleryLoader4.y - (galleryLoader4.height / 2);
    galleryLoader4.scaleX = 1;
    galleryLoader4.scaleY = 1;
    }

    function shrinkImage1(event:MouseEvent):void {}
    galleryLoader1.x = 130;
    galleryLoader1.y = 350;
    galleryLoader1.scaleX =. 5;
    galleryLoader1.scaleY =. 5;
    }

    function shrinkImage2(event:MouseEvent):void {}
    galleryLoader2.x = 330;
    galleryLoader2.y = 350;
    galleryLoader2.scaleX =. 5;
    galleryLoader2.scaleY =. 5;
    }

    function shrinkImage3(event:MouseEvent):void {}
    galleryLoader3.x = 560;
    galleryLoader3.y = 350;
    galleryLoader3.scaleX =. 5;
    galleryLoader3.scaleY =. 5;
    }

    function shrinkImage4(event:MouseEvent):void {}
    galleryLoader4.x = 730;
    galleryLoader4.y = 350;
    galleryLoader4.scaleX =. 5;
    galleryLoader4.scaleY =. 5;
    }

    What you are looking for has its magic locked in the events. This event listener that you add to each of your instances, the callback function, automatically performs all of the bulk of the work for you. This code assumes that you have named your listed instances: galleryLoader1, galleryLoader2, etc.

    TS

  • Request for help with the output of a script

    Hello

    I need assistance with the output of a script. I have a script that retrieves advanced config of the esx hosts in a cluster and exports to a txt file. Here is the script I use:

    $Decimals = 1

    $VCServers = @)

    $VMSummaries = @)

    $InputFile = "VCs.txt".

    1. Read the input file, loop of VCs

    Foreach ($VCname in Get-Content $InputFile) {$VCServers += $VCName}

    Foreach ($VCServer to $VCServers)

    {

    $VC = to connect-VIServer $VCServer

    $VMhosts = get-VMHost

    Foreach ($VMHost to $VMhosts)

    {

    Write-Progress "Collecting information in $VCServer" 'connecting to host $VMHost' - Id 0

    $VMSummary = "" | Select the host name, TCPIPHeapMax, TCPIPHeapSize, HeartbeatTimeout, HeartbeatFrequency, HeartbeatMaxFailures, MaxVolumes

    $VMSummary.HostName = $VMHost.Name

    $VMSummary.TCPIPHeapMax = (get-VMHostAdvancedConfiguration - VMHost ($VMhost) - name Net.TcpipHeapMax). Values

    $VMSummary.TCPIPHeapSize = (get-VMHostAdvancedConfiguration - VMHost ($VMhost) - name Net.TcpipHeapSize). Values

    $VMSummary.HeartbeatTimeout = (get-VMHostAdvancedConfiguration - VMHost ($VMhost) - name of NFS. HeartbeatTimeout). Values

    $VMSummary.HeartbeatFrequency = (get-VMHostAdvancedConfiguration - VMHost ($VMhost) - name of NFS. HeartbeatFrequency). Values

    $VMSummary.HeartbeatMaxFailures = (get-VMHostAdvancedConfiguration - VMHost ($VMhost) - name of NFS. HeartbeatMaxFailures). Values

    $VMSummary.MaxVolumes = (get-VMHostAdvancedConfiguration - VMHost ($VMhost) - name of NFS. MaxVolumes). Values

    $VMSummaries += $VMSummary

    }

    }

    $OutputFile = "AdvancedNFS.txt".

    $VMSummaries | Format-Table | Out-file $OutputFile

    This script runs without any problem and generates a text file that looks like this:

    TCPIPHeapMax TCPIPHeapSize HeartbeatTimeout HeartbeatFrequency HeartbeatMaxFailures MaxVolumes hostname

    -


    -


    -


    -


    -


    -


    -


    abcd1 abcd2 abcd3

    I am trying to output a csv file and run into a problem where each host values are not displayed correctly. I replaced the last 2 lines in the script as follows:

    $OutputFile = "AdvancedNFS.csv".

    $VMSummaries | Export-CSV $OutputFile

    My output looks like this:

    Host name

    TCPIPHeapMax

    TCPIPHeapSize

    HeartbeatTimeout

    HeartbeatFrequency

    HeartbeatMaxFailures

    MaxVolumes

    ABCD1

    System.Collections.Hashtable + ValueCollection

    System.Collections.Hashtable + ValueCollection

    System.Collections.Hashtable + ValueCollection

    System.Collections.Hashtable + ValueCollection

    System.Collections.Hashtable + ValueCollection

    System.Collections.Hashtable + ValueCollection

    What I am doing wrong?

    Thank you

    Alex

    Hello

    You can try changing your script like this:

    • -Replace "." "With values '-["'-']. "

    • -Optimize calls to Get-VMHostAdvancedConfiguration

    Your code will look like this:

    ...

    Write-Progress "Collecting information in $VCServer" 'connecting to host $VMHost' - Id 0

    $VMSummary = "" | Select the host name, TCPIPHeapMax, TCPIPHeapSize, HeartbeatTimeout, HeartbeatFrequency, HeartbeatMaxFailures, MaxVolumes

    $VMSummary.HostName = $VMHost.Name

    $VMHostAdvancedConfig = get-VMHostAdvancedConfiguration - VMHost $VMHost - name Net.TcpipHeapMax, Net.TcpipHeapSize, NFS. HeartbeatTimeout, NFS. HeartbeatFrequency, NFS. HeartbeatMaxFailures, NFS. MaxVolumes

    [$VMSummary.TCPIPHeapMax = $VMHostAdvancedConfig\["Net.TcpipHeapMax"\]

    [$VMSummary.TCPIPHeapSize = $VMHostAdvancedConfig\["Net.TcpipHeapSize"\]

    $VMSummary.HeartbeatTimeout = $VMHostAdvancedConfig\ ['NFS. HeartbeatTimeout '\] '.

    $VMSummary.HeartbeatFrequency = $VMHostAdvancedConfig\ ['NFS. HeartbeatFrequency '\] '.

    $VMSummary.HeartbeatMaxFailures = $VMHostAdvancedConfig\ ['NFS. HeartbeatMaxFailures '\] '.

    $VMSummary.MaxVolumes = $VMHostAdvancedConfig\ ['NFS. MaxVolumes '\] '.

    $VMSummaries += $VMSummary

    ...

    Kind regards

    Dimitar

  • Owner OF THE LICENSE No. [removed-kglad], PREVIOUSLY INSTALLED on OLD PC WHO CRASHED. HOW AND WHERE TO FIND THE NEW DOWNLOAD FOR THIS NEW PC. LICENSE FROM A USER OF MAY 2011.

    Owner OF THE LICENSE No. [removed-kglad], PREVIOUSLY INSTALLED on OLD PC WHO CRASHED. HOW AND WHERE TO FIND THE NEW DOWNLOAD FOR THIS NEW PC. LICENSE FROM A USER OF MAY 2011.

    Available downloadable Setup files:

    Download and installation help links Adobe

    Help download and installation to Prodesigntools links can be found on the most linked pages.  They are essential; especially steps 1, 2 and 3.  If you click on a link that does not have these listed steps, open a second window by using the link to Lightroom 3 to see these "important Instructions".

  • IBM think centre @ request for initialization of the system user password and a genius set the bios to lock keyboard can it is bypassed and how?

    Original title: IBM think centre @ start request.

    IBM think centre @ request for initialization of the system user password and a genius set the bios to lock keyboard can it is bypassed and how?

    Hi brandon1980,

    I recommend you contact your computer manufacturer for assistance. The manufacturer would be able to give details about the BIOS (Basic Input Output System) and find out if this feature can be disabled.

    Hope the helps of information.

  • My browser is running do not. I uninstall, install several times. Uninstall cookies, delete the data from the user, install in another user - no reaction. What's wrong? Help, please

    My browser is running do not. I uninstall, install several times. Uninstall cookies, delete the data from the user, install in another user - no reaction. What's wrong? Help, please

    Start Firefox in Safe Mode {web link} by holding down the < shift >
    (Mac options)
    key and then from Firefox. Is always the problem?

    Start your computer in safe mode with network. Then launch Firefox.
    Try the sites secure web. Is always the problem?

    Start the computer in Mode safe;
    Free online encyclopedia

  • Can I disable the F1 key for help from Adobe? I want to use the F1 key to open a script that I wrote. I don't want the F1 key to open the Adobe help.

    Can I disable the F1 key for help from Adobe? I want to use the F1 key to open a script that I wrote. I don't want the F1 key to open the Adobe help.

    Edition > keyboard shortcuts

  • Maxi of approval when removing the user from the user profile

    Hello

    I have a requirement like

    I have configured AD as auto updated in service.

    How to configure the approval workflow, when the administrator to remove the user from the user profile (form xellerate).

    FYI, the Delete assigned task as cancel the task for the user to create

    Thank you

    Published by: user11963802 on December 15, 2010 02:31

    Create an approval workflow and create a rule for the determination of the process like

    If
    Action request == "revoke".

    Attach this rule with RO.

    Hey sorry

    I shared information Revoking user of the target Application.

    Hide the button remove the user from JSP
    You can create a model with approval workflow resources to remove the user. And after getting the approval, you can use API DeleteUser to remove the user from the IOM.

    Published by: Rajiv Dewan

  • How to open the window pop-up that requires no response from the user

    Hi - in javascript, I want to open a message window small, very similar to what you get w / an alert or confirm, but who do not require (or allow) a response from the user.

    It displays a message "wait...". "while a process finishes. So, I would like to raise
    the window/message box before the process starts, let the process work, then
    When it is finished, close the window by using the code - not because of user input.

    Is there an easier way to do this than w / window.open? I'm really not together
    new window browser... just a message.

    Thank you
    Carol

    Hello

    It was actually some other colors as well for titles and the community table.

    I've updated my page to use the 15 theme color palette and add a title for the popup. Of course, the normal alert/confirmation messages appear differently in different browsers, so there is no style of message that I could imitate - I just used colors and something resembling theme 15 ish

    Andy

  • Flatten to a string to send arbitrary objects by messages from the user interface?

    Hi people,

    I am trying to send arbitrary data by messages from the user interface defined by the user to my labview interface. Something funny happens then: if I send the data through the message of ui, it seems I have something strange. There is only one character or nothing in the message of the user interface that reached my reminder.

    It seems that flatten channel also creates control characters that are interpreted by NI TestStand and Labview not as members of the chain, and for this reason I only get incomplete data. within the action of testand, which creates the flattened data, I put a dialog box to display the string data, and it seems that at least up to 255 (ascii) characters are used.

    Is there something like uuencode/uudecode to avoid this problem?

    Thanks in advance

    Okidoki, found.

    His «binary"produced by «Flatten the string» string Apparently I thought, the LabVIEW data type is incompatible with the API of TestStand from LabVIEW. In conclusion I would classify this as a bug (sorry people, at least there should be documentation) API for LabVIEW TestStand 2014.

    As a solution, I use flatten it in XML, which is a printable and human readable 'normal' string.

    It was trial and error, and I'm not enjoying this.

  • Is that the compress/decompresss utility file supported by all types of window OS? or for some region the user install it?

    Hi all:

    Is the Compress/decompress utility file supported by all types of Windows OS (XP, VISTA, Windows 7)? or for some region the user install it?

    Any link from the website of Microsoft?

    I managed to get the guide from the Microsoft web site, but just a guide without a show of declaration of default installation during installation of the operating system.

    Window XP:

    http://support.Microsoft.com/kb/306531

    Windows Vista:

    http://Windows.Microsoft.com/en-us/Windows-Vista/compress-and-uncompress-files-ZIP-files

    Windows 7:

    http://Windows.Microsoft.com/en-us/Windows7/compress-and-uncompress-files-ZIP-files

    Thank you.
    Coulombe

    Hello

    Compress and decompress are not a separate tool/utility to download and install in the computer. They have functions that come with these 3 operating systems. These features are available in Windows XP/Vista/7 from across operating systems.

    However, you can also use your favorite search engine for non-Microsoft applications to compress and extract files such as Winzip and Winrar.

    Note: The use of third-party software, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk.

    It will be useful.

  • It is usually safe to remove items from the user / local/temp file? I want to free up space.

    Original title: local/temp folder files

    It is usually safe to remove items from the user / local/temp file?  I want to free up space.

    Clean the system (compensation to all temp/tmp folders and included all the content offline, the tif browser, delete the cookies of compensation.)

    Do a disk cleanup. Click the Start button. in the search box, type Disk Cleanup, and then in the list of results, click Disk Cleanup.

    Delete your temp files where a large number of software malware installers cache and or CCleaner for a more thorough cleaning.

    Download the basic version (slim) via

    http://www.CCleaner.com/download/builds.aspx>

    The basic version (slim) does not contain the toolbar disgusted

    Cleaning DO NOT USE ANY Advanced options. DO NOT TOUCH THE REGISTRY OR TOOLS. At least not for now.
    Reset

    UTC/GMT is 04:20 on Thursday, January 5, 2012

Maybe you are looking for

  • The docking sensitivity is too high el capitan

    Suddenly, the dock, (that I keep to the right) is too sensitive.  It used to react only when I put the slider all the way to the edge of the screen, now the wharf becomes active as soon as the mouse is in a thumb on the side of the screen.  Please he

  • Flashing / blinking screen on Qosmio F50

    Hello I have a persistant problem with my F50 - 12L screen, suddenly, the brightness of the screen/flashing / display flashes monte and down all of a sudden (it's not weak, it happens when I'm not working as well) When I start my laptop, everything i

  • Satellite A500-1GL - noisy fan

    Hello I recently bought a Toshiba A500 1GL. No sooner had started kicking fan who is very very loud and continuous.I thought it might have been that a fault was the laptop replaced because she is less than 28 days. The new laptop does the same thing,

  • compilation of cloud connection Start

    I would use the cloud with my CRIO compilation. That's why I created an account, I can't use so far. They Login-window request a username, but I not, when you look in my account of Cloud Gate.

  • RT PXI, ethernet data transfer

    I have a simple question, I just have to transfer data from my RT PXI system and get to my PC. That's all - I used the following code. Just by using this code, 50% of the resources are taken. Then I used shared variables to transfer dynamic data from