Cant add a button to my project

When I hit add a button I do not get any of the sub options on the right side of my screen

Select the button you added in the menu viewer. If the properties don't appear on the right, try Window -> Properties. Or Window -> Workspace -> Default.

Similar Messages

  • Why cant i re-add gmail button on google toolbar? 4.01 is not good, I have never had a problem with your products..Whats going on??

    Question
    Why cant i re-add gmail button on google toolbar? 4.01 is not good, I have never had a problem with your products..Whats going on??

    http://support.mozilla.com/en-US/kb/how-do-i-use-bookmarks

  • Cant add Crystal References in VS 2008 project

    Hi
    I have a VS 2008 environment. I have three dll references I want to add to my project and I dont see them in .NET or COM tabs in Add Reference dialog. Weird, I can see them good in other projects (references to GAC assemblies) of an existing project, but once I delete them, I cant add them again because they dont show up in the Add reference. How do I make them show up?
    My dev environment is: Windows Server 2008 64bit, VS 2008. If I can add the reference, I am done  with my project. Dll's I want to add are:
    CrystalDecisions.CrystalReports.Engine
    CrystalDecisions.ReportSource
    CrystalDecisions.Shared
    I looked at this link and he didnt explain how he added the references in registry. Does anyone know about this?
    http://channel9.msdn.com/forums/TechOff/451042-VS2008-cannot-add-reference-while-developing-on-x64-hardware/

    I believe you confusion is coming from not understanding how the product works instead of an issue with the product itself.
    Your combining Crystal Reports Developer software, crystal runtime distributable, crystal .NET runtime all into one sentence and talking about installation order leads me to believe this is the case.
    On your development machine you would have VS.NET installed, it comes with the free version of Crystal included (along with its .NET runtimes).  If you want to integrate the stand alone version (say Crystal 2008) and use its .NET runtimes in your app you need to install it after VS is installed to allow it to integrate.  VS.NET can't integrate to a product that is already installed as it would never look.
    The crystal runtime distributable should never be installed on your development machine.  You use the distributable to deploy the Crystal runtimes onto a server where you want to deploy your app. You just need to make sure you are using the runtimes that match the ones you are using in your app.
    I hope that clears up some of the confusion.
    Jason

  • I cant add a subbmit button to my formular

    Dear Adobe Team,
    after an update of my FormsCentral i didnt have the "add subbmit Button" function.
    I need a button, where users can send the formular by 1 click to a special E-Mail address.
    My Adobe FormsCentral has the build 1.0:741346-A.
    Thank you
    Johannes Korte

    You can find toolbar buttons to open the bookmarks (star) and the history (clock) in the sidebar in the toolbar palette and drag them on a toolbar.<br />
    Firefox 4 versions and later have two bookmark buttons with a star in the Customize window.<br />
    One star button has a drop marker that open a Bookmark menu.<br />
    The other star button without the drop marker opens the bookmarks in the sidebar.<br />
    Open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout"
    *http://kb.mozillazine.org/Toolbar_customization
    *https://support.mozilla.com/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • Apex 3.2, cant find add series button

    Hi currently we are using 3.2 going to upgrade maybe next month.
    I want to make a 3D pie flash chart (I think its anychart 3) with severals series, somehow I can't find the add series button
    it look like this
    http://imageshack.us/photo/my-images/9/chartbo.jpg/
    Can someone enlight me, How to make the button visible
    Thank you very much
    Danny

    Danny,
    I don't believe that multiple series are available for Pie charts.
    Jeff

  • How to add a button to an existing frame?

    Hey everyone , this is a GUI question for a project I am doing in school.
    Basically, I have created a frame that has 3 JPanes, top, center and bottom. Here are the declarations:
    this.add(northPanel,    BorderLayout.NORTH);
              this.add(SYBoard, BorderLayout.CENTER);
              this.add(southPanel,    BorderLayout.SOUTH);          
                    When I try to add a button to the top panel, nothing is happening. This is my first time with GUI, so if anyone knows what is wrong, I wold highly appreciate it. Thanks so much:
         private void startGame() {
              String playerName = JOptionPane.showInputDialog("Enter your name");
              System.out.println(playerName);
              ScotlandYard.frame.northPanel.add(new JButton(playerName));
              ScotlandYard.frame = new SYFrameWithImages();
              ScotlandYard.frame.update();
              this.repaint();
         }               as you can see, i have tried updating, repainting, etc, but nuthin' is happening.

    In the future, Swing related questions should be posted in the Swing forum.
    After adding/removing a component from a panel on a visible frame you need to do:
    panel.add(...);
    panel.revalidate();
    panel.repaint(); // generally only needed for a remove

  • How to add a button in UWL

    Hi Experts,
        I want to add one button inside UWL which will open a webdynpro application.
    How to implement this ?
    Button will come next to the "Create Task" button in UWL.
    Please advice...
    Regards,
      John

    Hi Piyush,
    I have this funcionality of adding a new button next to create task.
    I have added code in deaflutview and even in item type.
    still cant see the button.
    what could be the reason?
    in default view -----
    <Action name="launchSubstitutionManager" groupAction="yes" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowName="Substitution" launchNewWindowFeatures="width=800,height=600,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
    <Properties>
    <Property name="launchContext" value="UWL"/>
    <Property name="ignoreWorkIdParams" value="yes"/>
    <Property name="display_order_priority" value="-99"/>
    <Property name="WebDynproDeployableObject" value="sap.com/tc~kmc~bc.uwl.ui~wd_ui"/>
    <Property name="WebDynproApplication" value="UWLSubstitution"/>
    <Property name="System" value="SAP_LocalSystem"/>
    <Property name="appContext" value="${context.appContext}"/>
    <Property name="DynamicParameter" value="uwlSessionId=${context.uwlSessionId}&amp;configureGroup=${context.configureGroup}"/>
    </Properties>
    <Descriptions default="Vacation/Out of Office Status"/>
    </Action>
    and in item type
    <ItemType name="uwl.task" connector="*" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
    <Actions>
    <Action reference="uwlTaskWizard"/>
    <Action reference="priorityLow"/>
    <Action reference="priorityNormal"/>
    <Action reference="priorityHigh"/>
    <Action reference="priorityVeryHigh"/>
    <Action reference="cancelSubprocess"/>
    <Action reference="viewSubProcess"/>
    <Action reference="launchSubstitutionManager"/>
    <Action reference="refresh"/>
    </Actions>
    </ItemType>
    Thanks
    Seema

  • I connect my ipod to the computer, but itunes doesnt recognize it therefore i cant add files to my ipod, any solution ?

    i connect my ipod to the computer, but itunes doesnt recognize it therefore i cant add files to my ipod, any solution ? ( the ipod display shows that it is connected )

    Try force rebooting it, hold down the power and home button for 10 seconds until the apple boot logo comes up. If that doesn't work, try rebooting your computer.

  • How to add "Search button" in portal masthead

    Hi Experts,
    We have to add search button in the portal masthead. We have not installed TREX. We want that on entering some text, the text should be searched in Google and result displayed in some nice way.
    Can you please help me?
    Regards,
    EP

    You have to create your own Masthead iView.
    1. Download the Par file for the Masthead iView and setup a project in Netweaver Developer Studio. Name of the par file is com.sap.portal.navigation.masthead.par
    2. Modify the JSP file and make the needed changes
    3. Deploly the Par file with a new name.
    4. Create new masthead iView
    5. Edit the framework page and replace the masthead iView with the newly created masthead iView.
    Best Regards,
    Prasanna Krishnamurthy

  • Add call button not present when in active call

    Hi all,
    I have a MacBook Pro (the latest one with Yosemite 10.10.2). I dont have an iPhone so no integration has been done. I was watching Modern Family - "Connection Lost" episode and I saw Claire adding another call when she was in a Facetime video call.
    But I dont have a green color "Add Call" button on the top right in my device. I searched online and found info similar to what she did like "End current call and answer" or "Accept call" options when another call comes in. But I cant find these in mine.
    Can someone help me out with this?

    Salim,
    In APEX 4.0 we moved the server-site add-row functionality to a client-site implementation, i.e. instead of having the page be reloaded every time you add a row, this is now done on the client without reload. Tabular forms that were created prior to 4.0, but then upgraded to 4.0 or later, keep the original server-site add row function, unless they are manually upgraded.
    Not sure why your tabular form might have stopped working, but if you could install your app on apex.oracle.com, I'd be happy to take a look. In general though, I would recommend manually updating your old tabular forms to use the client based add row feature. To do this, just edit the add-row button, and change the button action from "Submit Page" to "Redirect to URL" and as the URL Target, enter "javascript:addRow();". That's all. You could also delete the add row page procress, and the MRU process that was associated with the add row button, because they are no longer needed nor used.
    Regards,
    Marc

  • I am looking to add a button to reset the TOC (collapse all books)

    Our end users are getting lost in the open books - yes, I realize it's a whole different problem, but I have been asked to add a button to "reset" the TOC books to collapse all the books.
    We are using RH 10 and IE 8
    I've looked all over for existing javascript that would do that, but I can't find it. Is that something that someone else has done already? I am not a scripting person.
    Thanks!
    Laura

    So, I have tried a few different things in the action tab
    the actual web address (it's an intranet site ...website_name/index.htm
    And just index.htm here (where it says News_Feed.htm)
    This is a parent/child project -- the newsfeed page is the only page in the parent (and it is the default page) -- the button in the top toolbar takes you to the newsfeed, but we wanted it to refresh the entire page.
    Thanks!

  • Adding "tweet this" "follow me" button into Edge project

    Hi there.
    I would like to add some buttons to my edge project which will allow the user to tweet my page, or follow me, like me.. this sort of thing. Similar to 'Add this'
    https://www.addthis.com/get/sharing#.Ud6AmmSgkTk
    In Adobe Muse it's as simple as adding the code supplied by add this to an HTML window and placing it on your page but I don't know of a way to do the same on my Edge project..
    Am I going to need to create my own buttons and add an action to them? Whats the action script for this?
    Or do I use the new Edge Code in the creative cloud?
    Any ideas?
    Thanks a lot
    Tom

    in the stage element's compositionready event handler, you can do something like:
    $('<input id="mytextfield" type="text">').appendTo($('#Stage'));
    that will add an input text field to the dom's stage element.
    then you can get the value of the textfield like so:
    var input = $('#mytextfield').value;
    once you've done that, you can do whatever validation you'd like with it.
    hope this helps.

  • Cant add buddies to my bonjour list

    i have an aim ichat and a mac ichat account but i like using my bonjour but i cant add any of my buddies to my bonjour list. there isnt a button to press to add buddies

    No.
    This auto-discovers other Macs on your LAN with iChat (and the Bonjour part) ON.
    A LAN is a Local Area Network (every computer and router your side of your Modem.
    Bonjour therefore does not work over the Internet.
    10:10 PM Friday; August 28, 2009
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • ADD kra button disabled

    We have upgraded our system from ECC 5 to ECC 6. ADD KRA field in PHAP_ADMIN  is disbled in  ECC 6 bt it has to be enabled in ECC 6 because the BADi is same in both the system  although its enabled in ECC 5. Cant find the reason ....HELP

    Hi
    Make a  new implementation of the BADI  for screen enhancments, Here u can set the  ADD KRA  button attribure in the screen layouts (as enabled).
    Regards,
    Lakhan

  • Cant add recipient in message for n95

    when i want to send a message I cant add a recipient.
    i x in the box next to the name of the person i want to send it to but there is no ok button to put their name in the to box
    i hope this makes sense and i hope someone can help me

    Following the below steps and it will be fixed( a bit lengthy procedure but it will work):
    1)Using the "mark all" feature mark all contacts, in this the blank ones will get selected too,unselect them one by one,so now you should have only the non blank contacts marked.
    2)Copy these to the memory card and if you are prompted with deleting the contacts you have on memory card already, then do so ,as we need to have only the non blank marked contacts copy to restore from the memory card.
    3)now comes the tricky part as you wont be able to delete all contacts from the phone because of the blank ones.
    so we will need to format the phone.but before that keep in mind that we need to have another backup medium preferably nokia pc suite to backup the rest of the data except contacts as contacts we will get back from memory card  later.So backup your phone using nokia pc suite on a computer using data cable but remember to NOT SELECT contacts while backing up.
    4) now hard format your phone.For that :
    a)switch off your phone.
    b) switch it on keeping the green dial key,(*) key and the (3 ) key pressed together till you see the nokia screensaver.
    c) this will format your phone(not memory card).
    5)now u will see there will be no contacts, so restore contacts from memory card.you can check the problem will be fixed now as you can select contact now and forward send messages etc.
    6)Last for the rest of the data restore it using nokia pc suite, as you already did not select contact while backing up,so it shud not matter if u select it or not while restoring,but for precaution dont select contacts while restoring from your backup.
    You are done!

Maybe you are looking for

  • IDE/SCSI Problems with Neo 4 Platinum/Sli

    I am routinely getting Event 11 and Event 9 errors in my event viewer which are basically "The controller detected an error on device " then lists a controller and a harddrive.   I never got errors like this on my old rig (an Asus A7Pro Motherboard)

  • Official release of XP and Vista drivers for Satellite Pro P100-465 PSPAEE

    When will the drivers be available for both XP and Vista for the PSPAEE? Currently there are drivers for the PSPA4E some of which work, some not, on either operating system. Yes the laptop is preinstalled with the Vista Ugrade and the drivers work bu

  • ITunes iPod music deleting problem

    When I put a song into my iPod Touch and forget to put info I try adding it after editing it in iTunes, it won't work then I ty deleting the file from the iPod when in iTunes nor that will work. Then i try deleting the file from the iPod manually, an

  • Adding a file as an attacment ("icon") to a PAGES document

    Hi, Can someone advise how I can attach a RTF file etc as an attachment to a pages document so that whilst viewing the Pages file, it would appear as an icon? This is similar to adding an object from a file as an icon in MS Word. Tushar

  • Linked PO and SC

    Hi Experts, How I can get number SC from PO?? I used BBP_PD for GUID PO and from this how I can get exactly table name of SC? Also I tried use FM BBP_GETPO_DETAIL, and find SC number from E_Header_REL, but i need the table because I need PO in last t