How to get the same look as the flash for borders?

Hi I have selected the circle and the circle filled with certain colors. now, I want to have the border around the circle so I saelected STROKE in the Edit menu and applied with a pixel. How ever it gives a strong appearance in flash. in photoshop, the border looks like dissolved and transparent. is there a way to get the same look as the flash?

I would recommend using shape layers (starting with the Ellipse tool) instead of a selection.

Cs6 on shape layers can have stroke (located in the Options bar).

Tags: Photoshop

Similar Questions

  • How to get the date for the first Monday of each month

    Dear members,

    How to get the date for the first Monday of each month.

    I wrote the following code

    SELECT decode (to_char (trunc (sysdate + 30, 'MM'), 'DAY'), 'MONDAY', trunc (sysdate + 30, 'MM'), NEXT_DAY (trunc (sysdate + 30, 'MM'), "LUN")) FROM DUAL

    But he looks at complex bith.

    Abhishek

    Published by: 9999999 on 8 March 2013 04:30

    Use the IW format - it will make independent NLS solution. And all you need is truncated 7th day of each month using IW:

    select  sysdate current_date,
            trunc(trunc(sysdate,'mm') + 6,'iw') first_monday_the_month
      from  dual
    /
    
    CURRENT_D FIRST_MON
    --------- ---------
    08-MAR-13 04-MAR-13
    
    SQL> 
    

    Here is the list of the first Monday of the month of this year:

    with t as(
              select  add_months(date '2013-1-1',level-1) dt
                from  dual
                connect by level <= 12
             )
    select  dt first_of_the_month,
            trunc(dt + 6,'iw') first_monday_the_month
      from  t
    /
    
    FIRST_OF_ FIRST_MON
    --------- ---------
    01-JAN-13 07-JAN-13
    01-FEB-13 04-FEB-13
    01-MAR-13 04-MAR-13
    01-APR-13 01-APR-13
    01-MAY-13 06-MAY-13
    01-JUN-13 03-JUN-13
    01-JUL-13 01-JUL-13
    01-AUG-13 05-AUG-13
    01-SEP-13 02-SEP-13
    01-OCT-13 07-OCT-13
    01-NOV-13 04-NOV-13
    
    FIRST_OF_ FIRST_MON
    --------- ---------
    01-DEC-13 02-DEC-13
    
    12 rows selected.
    
    SQL> 
    

    SY.

  • How to get the smartlist for calcscript text

    Hello

    How to get the smartlist for hyperion planning 11.1.1.3 calcscript and calcscript tx example text

    Rgds

    Uka fp

    Published by: uka firman on November 25, 2010 10:35

    I think that ENUMTEXT is purely essbase and MDX to retrieve the value of text against the essbase text measures that are not the same as planning for the smart lists.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • How to get the manual for Satellite Pro 4200?

    How to get the manual for Pro 4200. I have download olm_up and setup.exe (72 kt) of http://eu.computers-toshiba-europe.com?.

    Hello

    Please visit this link:
    http://EU.computers.Toshiba-Europe.com/cgi-bin/ToshibaCSG/download_manuals.jsp

    I m you will find a good manual of your device.

    Good bye

  • I forgot my password for my admin user account, but I have a secondary account how to get the password for the admin

    original title: admin password.

    I forgot my password for my admin user account, but I have a secondary account how to get the password for the admin

    Hello
    Microsoft technical support engineers cannot help you recover the passwords of the files and Microsoft who are lost or forgotten product features. For more information about this policy, please refer to the sticky below.

    http://social.answers.Microsoft.com/forums/en-us/vistasecurity/thread/3eba3150-8742-4264-be9f-0daaad2282cd Lisa
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • How to get the password for my blackberry BlackBerry Smartphones?

    Hello everyone,

    I would like to know how to get the password for the purpose of activation. My phone is blackberry bold 9700...

    Thank you

    You must call your network and they will advise you the plans they have. There is usually a monthly for the BIS service, which includes the internet aswell.

    Once this is done, your phone will be automatically the personal e-mail address of installation option.

    I hope this helps.

  • Windows vista Home premium recovery question - how to get the source for windows vista home edition premium as the recovery does not work since the recovery partition

    How to get the source to windows vista Home premium recovery is not from the recovery partition and gives me an error message

    Hello

    Contact the computer manufacturer and ask them to send you to vista recovery disks to reinstall the operating system back as it was when you bought it

    they do it for a nominal cost of $

    or borrow a vista microsoft dvd; not a HP, Acer recovery disk etc

    Make sure that you borrow the correct 32-bit or 64-bit microsoft dvd to your computer

    they contain all versions of vista

    This is the product key that determines which version of vista is installed

    http://www.theeldergeek.com/Vista/vista_clean_installation.html

    How to replace Microsoft software or hardware, order service packs and replace product manuals

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

  • How to get the license for Adobe Edge?

    Hello

    My Adobe Edge trial expires and I would like to know how can I get the license for the software that I can't find anything on the Adobe Web site.

    Thanks in advance.

    All the apps you plan should have.

    https://creative.Adobe.com/plans

  • How to get the phone for example number zero. 0612345678

    Dear Adobe Flex Builder Professional,

    I have a problem with getting the phone for example number zero. 0612345678

    If I get the phone number following as input:

    0612345678

    I'll get the phone number in output:

    612345678

    The application was written in Adobe Flex Builder 3.

    The code in the MXML file is:

    <? XML version = "1.0" encoding = "utf-8"? >
    "" < mx:Canvas xmlns:mx = "http://www.adobe.com/2006/mxml"
    creationComplete = "init ()" "
    horizontalScrollPolicy = "off" verticalScrollPolicy = "off" >

    < mx:Metadata >
    [Event (name = "customerSaveEvent", type = "events. CustomerEvent")]
    [Event (name = "customerCancelEvent" type = "flash.events.Event")]
    < / mx:Metadata >

    < mx:Script >
    <! [CDATA]
    Import util.ComboBoxUtil;
    Import mx.controls.Alert;
    How to import events. CustomerEvent;
    Import mx.collections.ArrayCollection;
    Import mx.core.Application;
    Import valueObject.Customer;
    Import mx.validators.Validator;
    Import mx.validators.PhoneNumberValidator;

    private var phoneCheck:PhoneNumberValidator;

    [Bindable]
    public var selectedCustomer:Customer;

    private function init (): void {}
    this.cretePhoneValidator ();
    if(this.selectedCustomer == null) {}
    this.clearForm (null);
    }
    }

    private function cretePhoneValidator (): void {}
    phoneCheck = new PhoneNumberValidator();
    phoneCheck.source = phone number;
    phoneCheck.property = 'text ';
    }

    private function validateForm (): void {}
    var validatorList:Array = new Array (emailCheck, phoneCheck);
    Validator.validateAll (validatorList);
    }

    private function cancelClickHandler (): void {}
    var cancelManageCustomerObj:Event = new Event ("customerCancelEvent");
    dispatchEvent (cancelManageCustomerObj);
    }

    private function saveCustomer (): void {}
    validateForm();

    var c:Customer = null;
    var selCust:Customer = Application.application.selectedCustomer;

    If (selCust! = null) {}
    c = selCust;
    } else {}
    c = new Customer();
    }
    c.setLastName (lastName.text);
    c.setFirstName (firstName.text);
    c.setStreet (street.text);
    c.setPostal (postal.text);
    c.setCity (city.text);
    c.setEmail (email.text);
    c.setPhoneNumber (new Number (phoneNumber.text));
    c.setMailing (mailing.selectedItem.data);
    c.setComment (comment.text);
    var changed: client = Application.application.customerService.createOrUpdate (c);

    var customerEventObj:CustomerEvent = new CustomerEvent ("customerSaveEvent", modified);
    dispatchEvent (customerEventObj);

    this.clearForm (selCust);
    }

    private void clearForm(selCust:Customer):void {}
    if(selCust == null) {}
    this.lastName.text = "";
    this.firstName.text = "";
    This.Street.Text = "";
    This.postal.Text = "";
    This.City.Text = "";
    this.phoneNumber.text = "";
    This.email.Text = "";
    this.mailing.selectedIndex = 0;
    This.Comment.Text = "";
    }
    focusManager.setFocus (lastName);
    }
    []] >
    < / mx:Script >

    <!-mx:EmailValidator id = "emailCheck" source = "{email}" = "text" property
    trigger = '{save}' triggerEvent = ' click on ' /-->

    < mx:Form id = "manageCustomerForm" >
    < mx:FormItem label = "Achternaam:" >
    < mx:TextInput id = text = "{selectedCustomer.getLastName ("lastName")}" / >
    < / mx:FormItem >
    < mx:FormItem label = "Voorletters:" >
    < mx:TextInput id = text = "{selectedCustomer.getFirstName ("firstName")}" / >
    < / mx:FormItem >
    < mx:FormItem label = "Straat:" >
    < mx:TextInput id = text = "{selectedCustomer.getStreet () ' street'}" / >
    < / mx:FormItem >
    < mx:FormItem label = "zip code:" >
    < mx:TextInput id = text = "{selectedCustomer.getPostal ('post')}" / >
    < / mx:FormItem >
    < mx:FormItem label = "Stad:" >
    < mx:TextInput id = "City" text = "{selectedCustomer.getCity ()}" / >
    < / mx:FormItem >
    < mx:FormItem label = "number:" >
    < mx:TextInput id = text = "{selectedCustomer.getPhoneNumber ('Phone number')}" / >
    < / mx:FormItem >
    < mx:FormItem label = "e-mail:" >
    < mx:TextInput id = "email" text = "{selectedCustomer.getEmail ()}" / >
    < / mx:FormItem >
    < mx:FormItem label = "" unstable: ">"
    < mx:TextArea id = "comment" text = "{selectedCustomer.getComment ()}" "
    width = "447" height = "144" / >
    < / mx:FormItem >
    < mx:FormItem label = "send:" >
    < mx:ComboBox id = dataProvider = "{Application.application.comboBoxUtil.yesNo"mailing"} '"
    selectedIndex = "{ComboBoxUtil.getIndex (selectedCustomer.getMailing ())}" / >
    < / mx:FormItem >
    < mx:HBox id = "manageButtonBox" >
    < mx:Button id = "Save" label = "Opslaan" click = "saveCustomer ()" / > "
    < mx:Button id = "resetButton" label = "Wis" click = "clearForm (null)" / > "
    < mx:Button id = "cancelButton" label = "Annuleer" click = "cancelClickHandler ()" / > "

    < / mx:HBox >
    < / mx:Form >
    < / mx:Canvas >

    The code in the SQL file is:

    create the customer table)
    ID integer not null primary key autoincrement,.
    lastName varchar (50),
    firstName varchar (50),
    Street varchar (50),
    City varchar (50),
    postal varchar (10),
    Telephone INT number (10),
    Email varchar (50),
    sending Boolean default false,
    Comment by varchar (255)
    );

    create table (treatment)
    ID integer not null primary key autoincrement,.
    Date Date,.
    treatment varchar (255),
    whole customerId not null,
    constraint fk_customer foreign key (customerId) references customer (id)
    );

    create table (user)
    ID integer not null primary key autoincrement,.
    loginName varchar (50) not null,
    lastName varchar (50) not null,
    firstName varchar (50) not null,
    password varchar (50) not null,
    Active Boolean true not null default,
    accessright varchar (10) not null
    );

    create table (of the order of the day
    ID integer not null primary key autoincrement,.
    whole userId not null,
    Date Date,.
    time integer,
    full minute,
    Description varchar (50),
    constraint fk_user foreign key (userId) references user (id)
    );

    create table (license)
    ID integer not null primary key autoincrement,.
    key varchar (50),
    Val varchar (50)
    );

    I hope someone can help me with this problem.

    Hi Buxsnl,

    I think that I already gave the answer in my previous post. But think that you have not implemented it.

    The threshold of the code is not necessary...

    m:System.NET.SocketAddress.ToString (), c.setPhoneNumber (new Number (phoneNumber.text));

    Instead you can replace it with the below a...

    c.setPhoneNumber (phoneNumber.text);

    and the function setPhoneNumber() in your client class must be less to:

    public void setPhoneNumber(phoneNumber:String):void

    {

    //

    }

    Can send you the code to your client class... ??

    Thank you

    Jean Claude

  • How to get the recovery for Satellite L100 bought in China cd?

    I just buy a satellite L100 in China, the language of windows is Chinese... How can I change the language to Chinese to English on my windows. Or how can I get thecd recovery for satellite L100 innglish language... Thank you...

    Hi Santo

    If you use the advanced search of this forum you will find a lot of comments on a similar theme!

    In any case, I'll explain it once more ;)
    Usually the recovery CD, you can get the Toshiba ASP. BUT you bought the laptop in China. In this case you will not be able to order the CD image of Toshiba in the English language. You can only get a restore CD in the same language, where you bought the laptop.

    But if you want to have the English language operating system, install the Windows from the original CD of Microsoft English.
    You can download Toshiba drivers and utilities form the Toshiba site and install it.

  • How to get the localeChain for links

    Hello

    I have a flex app where I can change the language on the fly. It works well. I have one problem with image of switching folders. I have some image files under "images/app/de_DE/image1.png" for German, "images/app/en_US/image1.png" for English and so on. I load the images with

    "{" < mx:Image source="images/app/{resourceManager.localeChain.join" ("")} / image1.png "id ="image1"/ >

    .Comes method is only a workaround that I found to get the countycode to the format of the string.

    The picture changes not on the fly, but when I reload the page, it also worked well. I also get a warning: data binding will not be able to detect assignments to "localeChain. This is no big problem because it works for me, I tried a lot of ways to do things, but I have not found "the right way".

    Can someone show me the "right way"?

    Thank you

    Hans

    In general, the localeChain can be a list of locales in which search for localized resources, such as ["fr_CA", "en_US", "en_US"]. By calling join() you are assuming that there is never more than one entry in this table, so I do not recommend that. One of the features of the ResourceManager is the ability to make LONG relief so that, for example, if it is not a resource in French for the Canada, you get the French France resource. You're doing impossible with your approach.

    I recommend leaving the ResourceManager to do its normal work of the localeChain looking for you... in other words, faced with localized images in the same way you treat localized strings.

    If you include pictures, then in your fr_CA images.properties file, declare a resource that represents the image:

    Image1=embed("images/app/fr_ca/Image1.png")

    and use the ResourceManager to fetch the class that got incorporated in order to represent this image:

    If you load images from a URL, then in your fr_CA images.properties file, declare a resource that represents the string URL:

    Image1=images/app/fr_ca/Image1.PNG

    and use the ResourceManager to fetch this URL as a string:

    Gordon Smith

    Adobe Flex SDK team

  • ++ HOW TO GET THE XML FOR THE PRINTING OF QUOTATION?

    Summary: -.

    The customer must change a rtf in R12.
    To check this, they need generate the XML data file in order to pass through the RTF in order to generate the PDF file.

    In other modules (such as check printing), the client can get the XML data file through the output of the simultaneous query. However, quoting is not
    provided, they need to know how they can get the XML data file.

    I have already posted this in the forum citing and was asked to publish it with the XML editor team.


    Please notify.

    Best regards
    Saket

    Published by: sakesing on March 11, 2009 19:10

    Published by: sakesing on March 11, 2009 19:11

    Do the metalink Doc ID: 364547.1
    Title: Troubleshooting Oracle XML Publisher for Oracle Applications 11i

    Works the same way for R12.xx

    go to section 3.3

    HTH

    Shaun S.

  • How to get the symbol for ´´yens´´

    The symbol for ´´yen´´ is no longer in the 10.0.2 IOS and it is part of my code to open my ipad air 2. Instead, Apple made some changes in the keyboard and included our symbol of the currency of Costa Rica. How can I get?

    On the on-screen keyboard, press the '123' button, then press "#+=" and you should see the Yen sign (A Y with a sign = top)

  • How to get the license for end user to the BT stack?

    How can I get a license of end-user for BT stack worm 5?

    Thank you!

    Talk with the manufacturer of the BT device. If you use the BT device with software Toshiba BT they should help you to get the update.

  • envy: how to get the start for HP Envy menu?

    Hello

    Does anyone know how to get to the removable laptop HP Envy start menu?

    I tried all the keys; ESC, F2, F9, F10, F12 and Del to get the menu, but everything went wrong?

    I currently have Windows 10 64-bit of Windows 8.

    Thank you

    Peter

    Press the power button and immediately start typing the Esc key.

    The start menu should appear.

Maybe you are looking for