I can't able to access shapes(circle,star) in tool,only rectangle is used.what to do for drawing other shapes?

i can't able to access shapes(circle,star) in tool,only rectangle is used.what to do for drawing other shapes?

Mylenium is right; we don't know enough to help you.
Screenshots of your interface would help. Also, more information about your OS, version of AE, etc.: FAQ: What information should I provide?

Similar Messages

  • Can't able to access the duplicate control?

    I have created the duplicate control in tabpage as shown in below code snippet. but i can't able to access the created object.
    Code Snippet
     private void button1_Click(object sender, EventArgs e)
                TabPage newPage = new TabPage();
                foreach (Control c in  tabControl1.TabPages[0].Controls)
                    Control cNew = (Control)Activator.CreateInstance(c.GetType());
                    PropertyDescriptorCollection pdc = TypeDescriptor.GetProperties(c);
                    foreach (PropertyDescriptor entry in pdc)
                        object val = entry.GetValue(c);
                        entry.SetValue(cNew, val);
                    newPage.Controls.Add(cNew);
                tabControl1.TabPages.Add(newPage);

    Hi Carl,
    Thanks for your update.
    Now I got some idea. But I have one more issue. 
    During button click the I need all the properties in textbox in TabPage1 to the textbox in NewTabPage(refer above image). but later if we change in text in any textbox the replaced text should not reflects the other text.
    E.g: If textbox.text="Microsoft";
    during buttonclick i need the textbox in New Tab Page should be Microsoft. 
    later if I edit the text should not New Tab Page or TabPage1 the text should not reflects from one control to other.
    Regards,
    R.Senthil Kumaran
    Hello,
    I could get what you are dealing with now, and to get that done, I would recommend you use the following way.
    1. Add properties to UserControl, you could define the names of these properties with custom rules.
    public partial class UserControl1 : UserControl
    public UserControl1()
    InitializeComponent();
    public string StrTxtBox1
    get { return this.textBox1.Text ; }
    set { this.textBox1.Text = value; }
    2. Use similar way you shared and edit it to just copy the specific properties.
    TabPage newPage = new TabPage("NewTabPage");
    newPage.UseVisualStyleBackColor = tabControl1.TabPages[0].UseVisualStyleBackColor;
    foreach (Control c in tabControl1.TabPages[0].Controls)
    Control cNew = (Control)Activator.CreateInstance(c.GetType());
    PropertyDescriptorCollection pdc = TypeDescriptor.GetProperties(c);
    foreach (PropertyDescriptor entry in pdc)
    if (entry.DisplayName == "StrTxtBox1"|| entry.DisplayName == "Location")
    object val = entry.GetValue(c);
    entry.SetValue(cNew, val);
    newPage.Controls.Add(cNew);
    tabControl1.TabPages.Add(newPage);
    In this case, if we have a lot perproties to copy, you could consider capture them by the custom rules you defined at #1 like this one.
    if (entry.DisplayName.Contains("StrTxt")|| entry.DisplayName == "Location")
    object val = entry.GetValue(c);
    entry.SetValue(cNew, val);
    Result:
    And if possible, you could consider using this way which just copies the Text , Location or any other property and we don't need to create any usercontrol.
    TabPage newPage = new TabPage("NewTabPage");
    newPage.UseVisualStyleBackColor = tabControl1.TabPages[0].UseVisualStyleBackColor;
    foreach (Control c in tabControl1.TabPages[0].Controls)
    Control cNew = (Control)Activator.CreateInstance(c.GetType());
    PropertyDescriptorCollection pdc = TypeDescriptor.GetProperties(c);
    foreach (PropertyDescriptor entry in pdc)
    if (entry.DisplayName == "Text" || entry.DisplayName == "Location")
    object val = entry.GetValue(c);
    entry.SetValue(cNew, val);
    newPage.Controls.Add(cNew);
    tabControl1.TabPages.Add(newPage);
    Regards.
    Carl
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Can't able to access the Jar files which is kept inside the folder.

    Hi,
    I am using the eclipse IDE, my project folder contains the folders src, bin, .metadata, .settings
    if i place the jar file in the same location of the above mentioned folder means i can able to use the Jar file in eclipse(in my project).
    But i create one folder in the same location in the name of Jar or anything and all jar files are placed inside the folder,then i can't able to access the jar file in eclipse(in my project).
    How i can solve this problem?

    RajivGuna wrote:
    ..How i can solve this problem?Put Eclipse aside for the moment and learn how the SDK tools work at the level of the command line, then you will be much better placed to figure how to do it in the IDE. If you are still having problems, I suggest you ask on an [Eclipse forum|http://www.eclipse.org/forums/].

  • I can't able to access the itunes stores to download and update new apps

    iam using iphone4 for more than a six months. but for the last 10days i can't able to access the itunes store to download a app or to update it. what should i do. my itunes is opening properly. i can download videos pictures and songs from my system. the problem is only with itunes stores. i also updated the account information. which also doesnt got solved the problem. what should i do??

    http://support.apple.com/kb/TS1559

  • My external hard drive is 'seen' by my iMac and I can go into the Finder and open files and folders. I am using the hard drive for Time Machine back up. However Time Machine says it can't find the drive. Same thing has happened with Final Cut Express.

    My new LaCie external hard drive is 'seen' by my iMac and I can go into the Finder and open files and folders. I am using the hard drive for Time Machine back up. However Time Machine says it can't find the drive.
    The same thing happened recently between Final Cut Express and my other LaCie external hard drive used as the Scratch disk. It fixed itself.
    I've run out of ideas. Help would be very much appreciated. Thanks.

    have you done some searches on FCPx and time machine? Is there a known issue with using a TM drive with FCPx? dunno but ...wait...I'll take 60 sec for you cause I'm just that kind of guy....   google...." fcpx time machine problem"  Frist page link 
    http://www.premiumbeat.com/blog/fcpx-bug-best-practices-for-using-external-hard- drives-and-final-cut-pro-x/
           You cannot have time machine backups on your hard drive if you intend to use it in FCPX.
    booya!

  • Re:Can't able to access shared folders from different VLANs in SG300 series switches

    Hi All,
    I supplied 3 numbers of SG300 series switches for the sole reason to have inter-vlan routing. I created 4 VLANs in the switches and made one switch as Layer 3 switch and other 2 as Layer 2 switch. Inter-Vlan routing is working fine. I am able to ping PCs from different VLANs. But I am not to access shared folders. Customer has installed Window 2003 server installed and it is in VLAN 1. There are some folders created in this server and it is very important for users to have access to the folders.Also, I am not able to access shared folders in other VLANs. I have created a case with Cisco small business and I got a reply saying that the switches will not support shared folder feature, which I think is not real. I am getting a very time to implement this solution in the network. I have a Sonicwall firewall after Core switch which is connected to ISP.
    ISP<----->Sonicwall FW<----->Core Switch<------>Layer 2 switch<------>Layer 2 switch
    Kindly help me out to resolve this issue.
    Regards,
    Prashant K

    Hi Prashant,
    I think you're running into a Windows firewall issue. SMB file sharing, by default I believe, is only allowed on your local subnet. Please try disabling windows firewall on the computer hosting the shared folder, then see if you can access the shared file.
    Best,
    David
    PS: It looks like this post got published twice. You can delete the other one using the task bar on the right.
    Please remember to rate helpful resonses and identify correct answers.

  • Can't able to Access the internet in my Windows server 2008

     I installed windows server 2008 server in my machine, it has only windows sever 2008 single OS.
           Now my problem is, i am not able to Access internet, I tried some intel softwares, to install Ethernet drivers, but no use.
    What i have to do now..? 
                                                       Please help in this issue,
                             Thanks in advance                              
                    surendra mannem
     

    Hi,
    Please confirm you have configured the correct TCP IP address, if you have the static IP address please confirm your default gateway and the DNS server address 
    is correct and work properly.
    More third party information:
    Windows 7 Static IP
    http://blog.mclaughlinsoftware.com/2009/11/26/windows-7-static-ip/
    How to Set Static IP Address in Windows 7
    http://www.youtube.com/watch?v=wmYBBHvfpTg
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Can we use OWSM in OSB for ServiceType Other than WSDL Webservice

    Hi all,
    We want to use OWSM in OSB can we use OWSM in OSB for all the Service Type like WSDL,Messaging service(mfl,text,binary) , SOAP , ANY XML service????
    Is there any restriction in the service Type???
    What bout Adapters like JMS,FTP,File can we use OWSM in the adapters for authentication ??????????
    Thanks
    Phani

    you can attach OWSM policies to the "WSDL" and "Any SOAP" types of proxy and business services in Oracle Service Bus on the Policies page. See section "50.2.2 Attaching Oracle Web Services Manager Policies to Oracle Service Bus Services" at below link -
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15866/owsm.htm#CHDBIJHD
    Regards,
    Anuj

  • Can't able to access the internet in window server 2003 sp2 64bit.

    Hi,
         recently i installed , windows server 2003sp2 64bit, every thing was perfect expect, internet.
    Ican't access the internet in that server, i tried to update the LAN drives but no use, I tired t install Adapter drives no use.
    What i have to do now,
    Thanks in advance,
    Surnedra Mannem.

    Hi
    Is this server in a domain or stand alone?
    Are you plugging the server direct in to the Internet Router or via Switches?
    What is the status of the Network Adapter Connected, Disconnected or Limited?
    Could you please tell us what is the IP address you are getting on the server?
    Try turning off the firewall also what browser are you using to access the internet on the server.
    Thanks

  • I can't able to access BW query(securtiy warning)

    Hi expert's,
    i installed business object and xcelsius in my bw server. when i am opening open query option in bex add on tool. it's giving error as follows
    security warning pop up window in that three tabs enable macros, diable macros..
    when i selected enable macros push button it will give a another add on bex in excel...... when i select open query in that it will the error as follows
    the macro 'sapbex.xla!reponewquery' cannot be found
    how to resolve this
    Regards
    Harikrishna N

    hi there
    please find those posts
    XCELSIUS DYNAMIC DATA SOURCE
    Dynamic datasources for Xcelsius
    xml data button
    http://resources.businessobjects.com/support/cx/samples/learning/downloads/ttv4-xml_data_button.pdf
    XCELSIUS WEB SERVICE
    unable to use web services
    good luck
    Amr

  • Can't find the accessibility menu any more under tools

    I am trying to restore the ability of websites to redirect me to other sites.
    I think I'd made the mistake of removing this capability by using the Tools/Options/General/Accessibility menu, under "Warn me when websites try to redirect or reload the page"
    Now when I go to what I think is the same menu, I only get the Startup and Downloads menus. Your help section shows the "Accessibility" menu I'm looking for but I can't figure out how to get it back so that I can again get directed to other sites.
    Thanks.

    You are missing a step out the option needed is within the '''advanced''' tab.
    * Use: ''Help Menu Button {Three bar icon) -> Tools {Cog icon) -> '''|Advanced|''' -> |General|Accessibility [ ] Warn ...''
    * See [[Advanced panel - Accessibility, browsing, network, updates, and other advanced settings in Firefox#w_accessibility]]_accessibility

  • My computer wont open my Itunes even though I've been able to access it from the same computer countless times before. What do I do?

    I cant get my computer to open my Itunes account either from the shortcut on my desktop or from the start menu. I've used this account hundreds of times before and don't know how to get to my Itunes library or even to the store. What do I do?

    Do you get an error message when you try to launch iTunes? If so, what does it say? (Precise text, please.)

  • I was just prompted (out of no where) that "CoreServicesUiAgent" would like to access your calendar. Don't Allow. Allow. - What's that for? Why did it show up and do I allow or not? I've googled this extensively and no one knows what it is. Thanks.

    This promt seems to relate to iCal - it is requesting access to my "calendar" but the icon shows the iCal icon infront of some icon of a house with a dial - maybe it is supposed to look like a safe dial protecting my house.
    There is a ? that launches the Help Centre. There is says the prompt is because something is tying to access the calendar and I need to give permission but I'm not running anything that would have needed access.
    Is it possible that one of the websites I was on prompted it? I didn't download anything - but I'm working in SmartSheet, which uses a calendar tool to track projects. Any chance that's trying to communicate with iCal in the background?
    But I can't see anywhere online where people know what the CoreServicesUIAgent is, and there's no more info about what/who I'd be giving access to my calendar.
    Help?
    Thanks,
    k

    Thanks, I'd done that before coming to Apple and didn't receive any additional information about whether it's safe to choose "Don't Allow" or "OK". I don't know what I'm in for if I choose either one. Can't afford to lose that calendar. I depend on it too much.

  • There is a metal circle that goes under my home button. What is that for? How do i properly place the home button on the iPod Touch?

    I need help!!

    It's possible that Fiona doesn't know what you mean. I don't.
    However, I wonder if you mean the small circle (that isn't metal) at the top of the screen.
    That's a camera.
    The only thing at the bottom of the iPod is the Home button - there's nothing underneath it. You can see in the picture, a recessed circle with a printed grey square inside it - the Home button.
    (I have noticed that pictures of the 2nd gen Touch - which I own - do not show the small (also not metal) circle at the top left above the screen. It's a light sensor.)
    So if your iPod does not look exactly like the one in the picture, can you post a picture of yours, with this small metal circle thing too?

  • Sign in ?  you know sign in so you can use what you paid for

    I need to wipe out my hard drive and i need to download my music and guess what, your site tells me how to change a light bulb and how to do every **** thing but sign in.
    I typed in search How do i sign in? ZIP, NOTHING, IT KEEPS TELLING ME I HAVEN'T "REVIEWED" SO IT SAYS SIGN IN AND THEN IT SAYS REVIEW AND THEN IT SAYS SIGN IN AND THEN IT SAYS REVIEW AND YOU ARE THE BIGGEST LYING LOSER THIEVES BECAUSE I CAN'T EVEN SIGN IN

    If you're referring to music you've purchased from the iTunes Store, you cannot download it again. You get only one download per purchase. Signing into the iTunes Store - which you do by clicking the button that says "Sign In" at the upper-right of the iTunes Store window (when you've selected the iTunes Store in iTunes) - won't be of any help. So back your music up before you erase your hard drive.
    And I AM going to say "be nice". We're all just your fellow users here, so there's no point in shouting and ranting at us. If you want people here to try and help you, be calm and polite (regardless of what kind of day you might have had, there's no call to take it out on us). Otherwise you'll do nothing but irritate the very people who might be able to help you.

Maybe you are looking for

  • Right way to get Mobile's TIME ?? problem...

    Hi, I need to display the mobiles system time in my application. I'm getting the time using System.currentTimeMillis() and then using it in the Calendar class to get individual values of hours, minutes, secs, etc... But whats happening is the time I'

  • Error message when downloading rented movies

    I am trying to download a rented movie on my daugthers nano and continue to get an error message just about the time the movie finishes downloading. The error message is 42110. Anyone know how to fix the problem

  • Problem - Customer tab in ME21n

    Hello experts, I have seveal customer tabs in ME21/2/3n using ME_GUI_PO_CUST. I can see them in ME22/3 properly. The problem is that in ME21n I can see them only after i fill in one of the fields in the original tabs. I tried to debbug it but it seem

  • Servlet creates data bean

    hi there, i need to get my servlet (dataBeanLoader) to create some class object, that creates a data bean. this bean needs to be used by other JSP(application scope) I have something like: MyBean mb = new MyBean() mb.setSomething(vrednost1); getServl

  • Cannot believe wiki has not been fixed in Dictionary after so long!

    it's been so long since the problem rose. cannot believe apple still has not fixed it yet. hanger for solution!