Add action in a popup problem

Hello,
I want to add custom action when i click on my 'Yes' or 'No'.
This the code i used to create my and add actions to it.
lo_api_component  = wd_comp_controller->wd_get_api( ).
  lo_window_manager = lo_api_component->get_window_manager( ).
  lo_window         = lo_window_manager->create_window(
                     window_name            = 'POPUP_WIND'
                     title                  = 'Microsoft Internet Explorer'
                   close_in_any_case      = abap_true
                     message_display_mode   = if_wd_window=>co_msg_display_mode_selected
                     close_button           = abap_true
                     button_kind            = if_wd_window=>CO_BUTTONS_YESNO
                     message_type           = if_wd_window=>CO_MSG_TYPE_QUESTION
                     default_button         = if_wd_window=>CO_BUTTON_NO
  lr_view_controller = wd_this->wd_get_api( ).
  lo_window->subscribe_to_button_event( button = if_wd_window=>CO_BUTTON_YES button_text = 'Yes'
                                        action_name = 'SUBMIT' action_view = lr_view_controller ).
  lo_window->subscribe_to_button_event( button = if_wd_window=>CO_BUTTON_NO button_text = 'NO'
                                        action_name = 'Cancel' action_view = lr_view_controller ).
  lo_window->open( ).
In my view that calls the popup i have created the action submit and cnacel.
But when i run the WDA i get this message:  Action &OBJECT_ID& does not exist
Does any one have a clue?
Thanks

action_name = 'Cancel' action_view = lr_view_controller ).
IT SHOULD BE IN CAPS I.E. CANCEL NOT Cancel
so write it like
action_name = 'CANCEL' action_view = lr_view_controller ).                  " cancel in caps CANCEL
This will work.
thanks
sarbjeet singh
Edited by: sarbjeet  singh on Feb 9, 2011 3:26 PM

Similar Messages

  • Can I add Action button on each page of my pdf document

    I have created  many power point slides with an action button on each slide that allows the user to click to display a video clip.   I would like to create a pdf document of this and replace each of my action button in ppt with an action button that works in Acrobat.
    I noticed that action buttons can be added to forms, but I want to be able to add an Action Button on each of my ppt slides to start playing a video clip (each slide will have a different video).
    I would like to do this using any coding method (i.e. Javascript, VBA, C , etc).   I think acrobat uses Javascript.
    The reason, is that I want to display my power point slides on an IPad and they don't support hyperlink in power point.   I believe IPad does suppport the full acrobat capabilities.
    Can this be done ??  
    Any suggestions where to start ??
    Thank You,
    G

    NO problem creating the buttons and then playing this back in Acrobat. Works great.
    However, unfortunately, none of the PDF viewers for the iPad support playing movies.   So playing it there won't work :(.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Sat, 28 Jan 2012 11:00:47 -0800
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Can I add Action button on each page of my pdf document
    Can I add Action button on each page of my pdf document
    created by gw70115<http://forums.adobe.com/people/gw70115> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4171109#4171109

  • Windows 8 and PSE7 and PSE11 how to add actions

    I changed over to Windows 8.  PSE 7 downloaded and opens up just fine.  I cannot seem to find any info on how to add actions to PSE7.  Windows 8 is not setup like 7.  There is no start button.  You cannot input programdata to find the hidden files.  I downloaded PSE11 trial version thinking it was just PSE 7..........same thing, downloaded no problem, opens up but how do you add actions?   I used many actions to resize the file, sharpen, and a few makeover actions by Florabella.  I would love to be able to use those again.   Thank you.

    You probably need to do some study on how Microsoft expect Windows 8 to be used, especially if you don't have a touch screen.
    Two thoughts
    1. If you don't have a touch screen, Adobe Reader Touch may not be the best choice. It is much more limited than the regular Adobe Reader. Did you pick it for a reason, or just because Microsoft encouraged you into their App Store?
    2. Try a right click, sometimes seems to substitute for a touch off the edge. I know you can't just use the mouse as if it were touch.

  • Help! Can't add action to anything in flash CS4?

    As the title says, i can't seem to add any action to any object,clip or button. Can anyone help me with this?

    Sorry I took such a long time to reply. I dont think the problem is with the file because i tried opening a old file which was working fine and then couldnt add actions to anything. I also tried making a new flash project which similarly does not work.

  • How to add action listener to internal frame?

    I have frame Main where I am trying to add action listener.
    Action listener should be listening button in frame Menu.
    I think it should be:
    Menu frame = new Menu();
    frame.btn_start.addActionListener(this);but it seems to be doing absolutely nothing.
    If I try to add in menu:
    btn_start.addActionListener(new Main());it generates: java.lang.StackOverflowError
    What should I do? Please help noob :)

    To get better help sooner, post a [_Short, Self Contained, Compilable and Executable, Example Program (SSCCE)_|http://mindprod.com/jgloss/sscce.html] that clearly demonstrates your problem.
    You're quite possible adding the ActionListener to the wrong component. And constructing a new instance of a class within the constructor is likely the cause of your StackOverflowError.
    db

  • Will there be a fix for Firefox's problems with Hotmail. I have gone back to 3.5.9 but mostly I am disappointed by the lack of action on this serious problem where a major and critical feature of a major international website is unavailable in the Firefox

    Will there be a fix for Firefox's problems with Hotmail. I have gone back to 3.5.9 but mostly I am disappointed by the lack of action on this serious problem where a major and critical feature of a major international website is unavailable in the Firefox browser.
    == URL of affected sites ==
    http://www.hotmail.com

    We've reached out to the Hotmail team and they've determined that this is a bug in their code. (It was masked by a timing issue in 3.5 that was fixed in 3.6.) We've worked with them to develop a fix but they may not have deployed it yet.

  • Unable to add Action for table - throwing Fatal error while rendering the table after adding

    Hi,
    I am not able to add action to the table i created.
    when i click on events and then Create Action for "onFilter" event, it is giving me Internal Error. The message details is:
    eclipse.buildId=@qualifier@
    java.version=1.6.0_45
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en
    Command-line arguments:  -os win32 -ws win32 -arch x86 -data C:\NWDS\Workspace
    Error
    Thu Jul 17 11:17:27 IST 2014
    Internal Error
       Plug-In Name: Web Dynpro HTML Rendering
       Internal Error  : com.sap.ide.webdynpro.rendering.html
       Class      : com.sap.ide.webdynpro.viewdesigner.ur.RenderingService
       Method     : renderDelta
       Message    : java.lang.RuntimeException: nullFatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.TableAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSSapTableRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.TableAdapter@1376233Fatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSFlowLayoutRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter@1102ae6Fatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.GroupAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSGroupRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.GroupAdapter@70815bFatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSFlowLayoutRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter@3cb708Fatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.ScrollContainerAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSScrollContainerRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.ScrollContainerAdapter@14a4b5Fatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSFlowLayoutRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter@14983d6Fatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.ScrollContainerAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSScrollContainerRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.ScrollContainerAdapter@16e8151
       Exception  : java.lang.RuntimeException: java.lang.RuntimeException: nullFatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.TableAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSSapTableRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.TableAdapter@1376233Fatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSFlowLayoutRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter@1102ae6Fatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.GroupAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSGroupRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.GroupAdapter@70815bFatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSFlowLayoutRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter@3cb708Fatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.ScrollContainerAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSScrollContainerRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.ScrollContainerAdapter@14a4b5Fatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSFlowLayoutRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter@14983d6Fatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.ScrollContainerAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSScrollContainerRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.ScrollContainerAdapter@16e8151
          [Error: com.sap.ide.tools.services.ui.dialog.DialogService  Thread[main,6,main]]
    The complete error details is also attached with the message.
    After creating the action, the table looks like below:
    Can someone help me on fixing this issue.
    Thanks,
    Abhishek.

    Its a rendering issue with the NWDS/IDE.
    Try, close and re-open for fix it. If it still persists, uninstall NWDS and re-install the right version of NWDS w.r.t the Portal server.
    Regards,
    Sharath

  • What 'item type' do I use to add action to SCHEDULER CHAIN folder?

    I am using SQL Developer version 3.1.06.82
    I would like to add a User Defined Extension to a Scheduler CHAIN. I am looking through the Namespace for Version 3.1 at: http://www.oracle.com/webfolder/technetwork/sqldeveloper/3_1/dialogs/index.html. Under the COMMON OBJECT TYPES, I do not see any of the Scheduler items. I was able to use <item type="SCHEDULER"> to add an action to the SCHEDULER folder, but what I really want to do is add an action to a CHAIN.
    Does anyone know what type name to use??
    Has the Namespace been updated and published somewhere else?
    If you have an example, it would be greatly appreciated.
    Edited by: 975201 on Feb 28, 2013 8:24 PM

    >
    I would like to add a User Defined Extension to a Scheduler CHAIN. I am looking through the Namespace for Version 3.1 at: http://www.oracle.com/webfolder/technetwork/sqldeveloper/3_1/dialogs/index.html. Under the COMMON OBJECT TYPES, I do not see any of the Scheduler items. I was able to use <item type="SCHEDULER"> to add an action to the SCHEDULER folder, but what I really want to do is add an action to a CHAIN.
    >
    Those COMMON OBJECT TYPES are database schema objects so SCHEDULER or CHAIN would not be in those lists.
    Did you try "CHAIN" or "SCHEDULER CHAIN"?
    I suggest you change your thread subject to match your question and maybe one of the developer team members will notice it.
    For example: What 'item type' do I use to add action to SCHEDULER CHAIN folder?

  • Add action listener to an image....

    Hello there,
    I was wondering is it possible to add action listener to an image to connected back to a different page....
    for example if i have this code:
    ImageComponent displayFrame = new ImageComponent();
    add(displayFrame,"West");
    displayFrame.setBounds( 90,100,52,58);
    in one of my frame calling an instance Image component...
    Your coorperation is greatly appreaciated,
    Thanks,
    -pal-

    Here are a couple of suggestions.
    First suggestion is to use java.awt.CardLayout. This sets up a series of "cards" where only one is visible at a time.
            ActionListener buttonListener = new ButtonListener();
            JButton mainButton = new JButton("Forward");
            mainButton.addActionListener(buttonListener);
            JButton subButton = new JButton("Back");
            subButton.addActionListener(buttonListener);
            menuLayout = new java.awt.CardLayout();
            menuPanel = new JPanel(menuLayout);
            menuPanel.add("Main", mainPanel);
            menuPanel.add("Sub", subPanel);
        class ButtonListener implements ActionListener {
            public void actionPerformed(ActionEvent e) {
                String cmd = e.getActionCommand();
                if (cmd.equals("Forward")) {
                    menuLayout.show(menuPanel, "Sub");
                } else if (cmd.equals("Back")) {
                    menuLayout.show(menuPanel, "Main");
        }The other suggestion would be to use javax.swing.JDialog. That might be a little cleaner because it could be set up modal. It depends on what your menus look like. Check out this:
    http://java.sun.com/docs/books/tutorial/uiswing/components/dialog.html

  • Is it possible to add action to JLable component?

    Is it possible to add action to JLable component?

    I assume you are talking about an ActionListener? In which case the answer is no. But, you can add a MouseListener, MouseMotionListener, KeyListener and a few other ones as well. There's nothing an ActionListener can do that a well used MouseListener can't.
    HTH,
    BenW

  • Elements Downloaded without photo creations folder in system files. unable to add actions

    I have used Photoshop Elements 10 for some time now on my windows platform. I recently added it to my new macbook but as i went to add actions to the system file folder "photo creations" i noticed the folder is not there. I have tried pasting the actions into different folders but nothing as worked so far, help! I can't figure out how to get ahold of adobe

    please have a look at the folllowing link about the isntallation of the camera raw plugin.
    http://kb2.adobe.com/cps/407/kb407344.html
    be sure not to have the older version of camera raw plugin in the same folder as that of new one. dont even rename it. Remove it and store it in some other location in case you need to revert back the changes. The camera raw plugin is called : Camera Raw
    thanks

  • Add action listener to table cell

    The topic of my previous thread was:
    How can I get characters, which user inputs into table cell?
    I've added lisateners to table:
    table.addKeyListener(new java.awt.event.KeyAdapter() {
                public void keyPressed(java.awt.event.KeyEvent evt){
                    System.out.println("keyPressed");
                public void keyReleased(java.awt.event.KeyEvent evt){
                    System.out.println("keyReleased");
                public void keyTyped(java.awt.event.KeyEvent evt) {
                    System.out.println("keyTyped");
            });But it's not exactly what I need.
    I need to do the same, but with table cell.
    I want to see user input char by char and set color font for user input string.
    How can I add action listener to tble cell?

    This is my newly created JTextField which I will use as CellEditor for My JTable
    JTextField textField = new JTextField(); //creating Component
            textField.addKeyListener(new java.awt.event.KeyAdapter(){ //adding KeyListener
                public void keyReleased(java.awt.event.KeyEvent evt){
                    System.out.println("keyReleased" + ((JTextField)evt.getSource()).getText() + "column = " +table.getSelectedColumn());//test functionality
                    if ( isColumnHasSameValue(table.getSelectedRow(),table.getSelectedColumn(), ((JTextField)evt.getSource()).getText() ) ){//test column for equal values
                        ((JTextField)evt.getSource()).setForeground(Color.RED); //if there is equal value set Color.RED for JTextField text
                    else{ //else set Color.BLACK
                        ((JTextField)evt.getSource()).setForeground(Color.BLACK);
            table.getColumnModel().getColumn(1).setCellEditor(new DefaultCellEditor(textField)); //set custom CellEditor
    private boolean isColumnHasSameValue(int row, int column, String testVal){
            testVal = testVal.trim().toLowerCase(); //put away UpperCase and empty spaces
            for(int i=0;i<model.getRowCount();i++){
               if(i == row){
                   continue;//skip selected row where user inputs text
               if(model.getValueAt(i,column).toString().trim().toLowerCase().startsWith(testVal)){
                    return true; //if test passed
            return false; //if there are no mathes
        }I have a question:
    It seems to me, I did not use optimal solution for JTable values testing.
    What can ty else?
    Maybe, It is better to use
    tableModel.getDataVector();And then use Pattern and Matcher ?
    Am I right?

  • Cannot Add Actions to Button or MC

    I know this is very basic, but I keep getting a message that
    says 'The current selection cannot have actions applied to it' when
    every I try to add actions to MovieClips and Buttons, in addition
    to images I have placed in the Library. When I select the stage,
    however, I can apply actions to it. Anyone know what I'm missing?
    Thanks in advance.

    djdk224,
    > Ok, thank you. I'm very new to Flash and I don't have a
    clue
    > about anything, so I really appreciate the help with
    this.
    The reason you can't attach code to assets in the Library is
    because
    assets are reusable. For example, you might create a nice
    looking button
    and re-use it half a dozen times in the same frame of the
    timeline. That
    means you have six "instances" of that button on the
    timeline, each of which
    can be (probably will be!) programmed separately. Makes
    sense, right?
    What kglad was alluding to is another approach to wiring up
    your assets.
    I agree with him that non-attached code gives you more
    flexibility. Here's
    a quick look at both approaches:
    http://www.quip.net/blog/2006/flash/museum-pieces-on-and-onclipevent
    David Stiller
    Co-author, Foundation Flash CS3 for Designers
    http://tinyurl.com/2k29mj
    "Luck is the residue of good design."

  • How could i add actions to this program....

    i am trying to add action events so that the menuItems will do something when selected (with if else statements) such as changing the background color or font text
    yes, i am very new to java
    thanks for any help
    here is what i'm working with
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class ThemeChanger extends JFrame
    JTextArea output;
    JScrollPane scrollPane;
    public ThemeChanger()
    JMenuBar menuBar;
    JMenu menu;
    JMenuItem blue;
    JMenuItem red;
    JMenuItem green;
    addWindowListener(new WindowAdapter()
    public void windowClosing(WindowEvent e)
    System.exit(0);
    // Add components to window
    Container contentPane = getContentPane();
    output = new JTextArea(5, 20);
    output.setEditable(false);
    scrollPane = new JScrollPane(output);
    contentPane.add(scrollPane, BorderLayout.CENTER);
    //Create the menu bar.
    menuBar = new JMenuBar();
    setJMenuBar(menuBar);
    //Build the first menu.
    menu = new JMenu("Themes");
    menuBar.add(menu);
    //a group of JMenuItems
    blue = new JMenuItem("Blue");
    menu.add(blue);
    red = new JMenuItem("Red");
    menu.add(red);
    green = new JMenuItem("Green");
    menu.add(green);
    public static void main(String args[])
    ThemeChanger window = new ThemeChanger();
    window.setTitle("Theme Changer");
    window.setSize(300, 300);
    window.setVisible(true);

    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class ThemeChanger extends JFrame implements ActionListener{
       JMenuItem blue;
       JMenuItem red;
       JMenuItem green;
       JMenuItem coorier = new JMenuItem("Courier");
       JMenuItem times = new JMenuItem("Times new Roman");
       JMenuItem tahomah = new JMenuItem("Tahoma");;
       JMenuItem comics = new JMenuItem("Verdana");;  
       JMenu mFont;
       JTextArea output;
       JComboBox fontSizes;
       boolean newFont;
       String fontChanged = "Arial";
       int mySize = 12;
       Font startFont = new Font(fontChanged, Font.PLAIN,mySize);
      public ThemeChanger(){
         JMenu menu;
         Container contentPane = getContentPane();
         output = new JTextArea(4, 12);
         output.setFont(startFont);
         JScrollPane scrollPane = new JScrollPane(output);
         contentPane.add(scrollPane, BorderLayout.CENTER);
         JMenuBar menuBar = new JMenuBar();
         setJMenuBar(menuBar);
         menu = new JMenu("Colour");
         menuBar.add(menu);
         blue = new JMenuItem("Blue");
         blue.addActionListener(this);
         menu.add(blue);
         red = new JMenuItem("Red");
         menu.add(red);
         red.addActionListener(this);
         green = new JMenuItem("Green");
         green.addActionListener(this);
         menu.add(green);
         mFont= new JMenu("Font");
          mFont.add(coorier);
          coorier.addActionListener(this);
          mFont.add(times);
          times.addActionListener(this);
          mFont.add(tahomah);
          tahomah.addActionListener(this);
          mFont.add(comics);
          comics.addActionListener(this);
          menuBar.add(mFont);
          mFont.addActionListener(this);
         fontSizes = new JComboBox();
          fontSizes.addItem("Size");
          fontSizes.addItem("8");
          fontSizes.addItem("10");
          fontSizes.addItem("11");
          fontSizes.addItem("12"); 
          fontSizes.addItem("14");
          fontSizes.addItem("18");
          fontSizes.addItem("22");
          fontSizes.addItem("28");
          fontSizes.addItem("36");
          fontSizes.addItem("48");
          fontSizes.addItem("72");
            fontSizes.setMaximumRowCount(5);
          fontSizes.setBackground(Color.white);
          fontSizes.addActionListener(this);
         menuBar.add(fontSizes);
      public void actionPerformed(ActionEvent e){
        if(e.getSource()==blue)  output.setForeground(Color.blue);
        if(e.getSource()==red)   output.setForeground(Color.red);
        if(e.getSource()==green) output.setForeground(Color.green);
        if(e.getSource()==fontSizes) {
           mySize = Integer.parseInt((String)fontSizes.getSelectedItem());
           output.setFont(new Font(fontChanged, Font.PLAIN,mySize));
        if(((e.getSource()==coorier))||((e.getSource()==times)||(e.getSource()==tahomah))||((e.getSource()==comics))) {
           fontChanged = e.getActionCommand();
           output.setFont(new Font(fontChanged, Font.PLAIN,mySize));
      public static void main(String args[]) {
         ThemeChanger window = new ThemeChanger();
         window.setTitle("Theme Changer");
         window.setSize(300, 300);
         window.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
         window.setVisible(true);
    }

  • Hellooo Frndz....:)  i have to use UISplitviewController.and I want to do add UISplitViewController To UINavigationController but problem is that i can't do this...:( :( :(  i use MGSplitViewController Bt I Dont know Perfectly Use Of MGSplitViewController

    Hellooo Frndz....:)
    i have to use UISplitviewController.and I want to do add UISplitViewController To UINavigationController but problem is that i can't do this...:(
    i use MGSplitViewController Bt I Dont know Perfectly Use Of MGSplitViewController...
    so pLz anyone can help me how to add UISpliViewController To UINavigationController ???
    ===> Thnxs...:)

    thanks..K  T
    you can give me any idea for how to Create My Own Interface for Add UISplitViewController to UINavigationController ...Becouse I was used MGSplitView Controller For Add SplitView to NavigationController
    bt i dnt Know how to use MGSplitViewController...when I Added MGSplitViewController To My Application The I can't Use property Of MGSplitViewController ...so,
    PLZ Help Me this is very Important For me...
    Thnks..:

Maybe you are looking for

  • To get details after second list in interactive report

    hai abap experts, i got a problem, i have written acode in which 3rd list is not executing how to write code for 3rd list(my 3rd list is to get item details by call transaction 'me23') i'll send u all my  code lz check n help out. TABLES : EKKO,     

  • How to build a website container with JSF...

    Hi, most simple websites have static and dynamic areas, e.g. header and menue are static areas, always at the same place and then there is a dynamic area somewhere in the middle... :) Whats a good way to build websites using the JSF framework? At the

  • Problem Autodiscovery of node from Enterprise Manager

    We are using Oracle Enterprise Manager 2.1.0.1.0 through Management Server on NT for Oracle 8i(8.1.6) on Linux While autodiscovery of node from Enterprise Manager I am getting following error "Discovery Failed VNI-4002:Unknown gateway Exception" Even

  • IDvd 4.01 & QT/Final Cut Pro Exports, need advice

    Hi, In tests with small Quicktime exported movies from the timeline in Final Cut Pro 4.5 -- meaning NOT making a full, new self-contained QT movie but just a smaller "reference" file -- I was able to burn fine 2 and 5 minute tests. When I got to a lo

  • APN, username & password gets deleted automatically

    My APN, username & password in Settings/General/Cellular/Cellular Data Network/ gets deleted off automatically, even after I re-enter them again. As a result, I have to enter them again every now & then, but it still gets deleted. Service provider co