WAD Tab container loses tab

Hi Folks,
I'm having a problem with a web app I have created. I have three queries which I want to present on a single web app using tabs.
I have created then three queries in the Query Designer and they all execute correctly.
I have created a blank web app added the tab strip container and create the detail, which consists of a container layout item, navigation item and analysis item for each of the three queries.
The tabs are all linked to the relevant container layout item and the navigation and analysis items are all correctly linked to the relevant container layout.
The web app appears to be correct and no issues are detected using the "verify" button.
However whenever I save and execute the web app the second tab disappears.
I have tried deleting and re-creating the data provider and all the web items to no avail.
I have also tried using one of the other data providers to see if the error is in the underlying query, without any luck.
Any thoughts on why this happens would be greatly appreciated.
Thanks
P

It seems the template was corrupted, deleting and starting did the trick.

Similar Messages

  • WAD:  anyway to bind each tab of the tab page web item to different query?

    WAD:  anyway to bind each tab of the tab page web item to different query?
    We check the properties of the tab page web item, but can't find we can bind the tab to some query.
    Any idea?
    Thanks!

    will try to write as much detail steps as i can...
    drag tab page web item in wad window
    go to its properties
    for e.g. u currently have only 1 tab page
    than name tab page1 as p1
    hit button with ..
    this will let u add new heading to tab page 2
    likewise save heading of 4 tab pages in properties of tab pages
    now choose container web item
    drag it in tab pages window
    assign seperate analysis item in each container item
    assign seperate queries in each analysis web item.
    assign container1 to tab page1
    assign container2 to tab page2
    assign container3 to tab page3
    assign container4 to tab page4
    and their heading viceverssa
    save it execute it
    now u will have 4 queries in 4 container item and uc an see that in different tab pages.

  • How do I adjust the width of a spry tab container without affecting others on website?

    I have a spry tab container with 3 tabs and I want to add more width to the container as a whole, but when I change the width in the CSS styles panel, it affects all the containers on my site. How can I make a change that only affects the one container I'm working on? Thanks!

    No problem. Here you go.
    http://victorylcms.org/newsite/recipes.html
    As you can see, I have it as two separate spry tabs. I want one that goes the width of the page, but if I change the width it affects the other spry tab I have here.
    http://victorylcms.org/newsite/sermons.html
    I know how to add more tabs, I just don't know how to adjust the width on the top container only.

  • Components will not assign to tabs in tab container

    When I drag a new component (such as a Spreadsheet Table) to any tab on a tab container, it just becomes another object on the canvas (and not included within the tab or tab set).
    How do I actually place objects within the individual tabs?

    David:
    Thanks for the response.  I had just upgraded to xCelsius Engage 2008 and had not entered my product code in License Manager under the Help menu. 
    I had some functionality during my initial use after the upgrade, but not the tab container apparently.  Seems to work fine now that I entered the product code.

  • My portal page will contain two tabs

    Hi,
    I want to do a POC as described below.
    My portal page will contain two tabs say " Hello 1" and "Hello 2 "
    when I will click on " Hello 1" ,It will open an URL iView and for " Hello 2" it will be an MDM Resultset iView.
    Is it possible to create a Page which will have Tabs ?
    Plz share your experience.

    Not without coding your own portal component. Tab navigation is through portal role definition.

  • Tab Container Issue - Graph not plotting.

    Hi All,
    I am currently working on cost model which is split into two tab containers.  the first tab contains the graph (Model) while the other tab contains the adjustable variables (Assumptions).  The graph is dependent on the adjustable variables in the assumption tab.
    The model was working correctly until 8 additional spinners and check boxes were added to the assumptions tab.  Now  the elements of the graph (lines are bars) do not plot.   The graph is based on the variables in the Assumption Tab.
    Have anyone encountered this before? I've checked all my forumals, links for both the graph and the spinners.  All are mapped correctly.
    Many Thanks,
    Mike

    Hello,
    Actually I do know already several working solutions, to avoid this problem. You mentioned some of these.
    But here I am purely interested about this behaviour. Is this a bug, or this is a normal behaviour? Like LabView saves system resources, so If we do not see a graph on the front panel, it does not update its values? (i mean the cursor values).
    So I would like to see and understand whats going on when someone runs this particular example. (so I do not use this in a real project, this is only to show and examine this behaviour).
    Also a bit dirty workaround: I could set the first TAB page via property node, when I run the code, so we always get the required result...
    Anyone who could explain how a graph works in this example?
    Thanks very much!

  • Fixing Tab Container Dimensions

    Is there an easy way to setor "fix" the height and width dimensions of a tab container -- not the tabs themselves -- so that they do not change automatically when a "too large" front panel control or indicator is placed on them?  I am using multiple graphs, pictures, text and other itemson tabs and they occasionally change the size of the tab container resulting in a lot of extra effort.

    Hello,
    I think you are probably looking for the tab control pane dimension property node.  You can also set the Autogrow to false to ensure that when you add an object into the tab control, it does not automatically resize the pane.
    Hope this helps!
    Tejinder Gill
    National Instruments
    Applications Engineer
    Visit ni.com/gettingstarted for step-by-step help in setting up your system.

  • WAD: Selecting the default tab programatically

    Hi Experts,
    I am currently developing a Web Report in WAD and have stumbled into a barrier. I have two layer of tabs, the first layer is:
    Tab 1 | Tab 2 | Tab 3
    The second layer sits within Tab 2 and is:
    Tab 2a | Tab 2b | Tab 2c
    When I setup the second layer of tabs I select Tab 2a as the default tab to be loaded as this is the tab used by the Executive users. However, I would like to change the default tab that is being used to Tab 2b when a different user logs in.
    I already have the JavaScript code required to find out what type of user has logged in but I am unsure how to use JavaScript to select Tab 2b when a user clicks on Tab 2 in the first layer of tabs.
    Is there any command and / or custom JavaScript that could be used to open Tab 2b when Tab 2 is clicked even though Tab 2a is set as default in WAD?
    Thanks and Kind Regards,
    Ale

    Joerg22 wrote:
    Here we are! One of our experts.Not really. The true experts hardly visit the Swing forum, soI thought I'd give it my best shot.
    Darryl, would you be so kind and translate your regex in written words?I'll do my best. But first, your specific queries.
    In particular two things are obscure to me:
    1. I understand that it looks for a line start or \n, but should not process (negative look ahead) at a line end.
    Why is looking for \n still necessary?Not a line start. The start of the String. See the documentation for Pattern#MULTILINE:
    In multiline mode the expressions ^ and $ match just after or just before, respectively, a line terminator or the end of the input sequence. By default these expressions only match at the beginning and the end of the entire input sequence.
    2. The second parameter in String.replaceAll(...) is just a string, but still you seem to use regex code there as well. (What do $0 and $1 stand for?)The matching group 0 matches the entire regex and 1, 2, 3 ... the capturing groups.
    So, in plain English: Match (the start of the String OR a newline) when not followed by the end of the String. Replace with what was found, plus a tab character.
    (note: $1 in the first sample to match whatever corresponded to the expression in the first parens. $0 in the second to match the total sequence, as parens were not used.)
    Try this silly example:String input = "TI? GO";
    String regex = "([A-Z ?])([A-Z ?])([A-Z ?])([A-Z ?])([A-Z ?])([A-Z ?])";
    System.out.println(input.replaceAll(regex, "$5$6$1$4$2$1$3"));Learning resources: The Java™ Tutorials: [Regular Expressions|http://java.sun.com/docs/books/tutorial/essential/regex/index.html]
    Regular Expression Tutorial: [Learn How to Use and Get The Most out of Regular Expressions|http://www.regular-expressions.info/tutorial.html]
    db

  • Lose tabs while app force to open browser

    Dear Sir
    first of all, thank you ,thank you.
    one note that becomes me angry is: when you have some tabs and you want to close,it shows do you want close tab.... any you dont have a choice to close and not lose tabs.suppose you close a browser.if any other program while working need to open browser it will force to open instance with only one tab and all loosed.

    Hi jscher2000
    once again I got the problem and not of any items in history menu is enable.
    recently closed tabs and recently closed windows.
    and all tabs is lost

  • Safari launches a window and contains several tabs

    Oh boy, My Safari was perfect for the most part in the last 3 years, that is to say, if I launch Safari to browse the web, the browser would launch with a new window, fresh with default page starting at top sites. And by top sites, I mean the various web sites or pages that i have previously gone to recently most frequently. These pages are presented in miniaturized thumbnails of the whole page, or the top part of the page, and are neatly presented in 4, 8, or 12 slots tabulation for my choosing, or that my keyboard focus would already be on the address bar so I could type any other url as I wish. But until the last 1-2 updates ago I start to notice something strange, when I launch Safari, the browser doesn't go to the usual way as I described above, instead it launches a window and contains several tabs. Of which are places i have been recently, but I wouldn't call those as "top sites" by a long shot. At first I didn't realize what's happening exactly. In fact it seemed to me a bit like when my Safari reopen the tabs from my previous session. It first started with a few tabs, and then a few more each week (actually my main browser is now Chrome sorry to say, but there are several personal reasons that I still use Safari to browse certain web sites, therefore, I may not open and use Safari every day. I think last week was still just 10 tabs or so, now it's 156 tabs... my mac constipates from the sharp drain of memory and it now happens even before the browser window has started rendering. Usually, when my mac is done with beach balling, i immediately right click on the first tab I see, and select "close all other tabs", then command-w to close the last tab. Then I reopen new tab/window (cmd-n) and start my browsing all fresh. A new window launches, but only to dump the 156 tabs all over on me again. clearing web data, cookies, clearing cache, disabling all extensions, nothing seems to work so far. And the Apple Care Support would probably tell me to format the hard disk and reinstall new. I've been down that road too many times already, almost as much as I had to do the same thing when i was using windows. Ugh, even Chrome is far from perfect, that's why i come back to Safari from time to time. And I find my Firefox experience is still clunky, ugh. Have we fallen in to the Dark Ages for web browsers or something?
    <Re-Titled By Host>

    Of which are places i have been recently
    Delete the cache ..
    Open a Finder window. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following
    ~/Library/Caches/com.apple.Safari/Cache.db
    Click Go then move the Cache.db file to the Trash.
    Quit and relaunch Safari to test.

  • Container with tabs

    hello guys ...shahid here
    can we define a container with tabs in a report?
    for ex: a report program (not MP) , defined to a tcode. when we ran a tcode there will be a selection screen and we give input values in that and it will generate a container or a sub window in the screen with tabs. can u tell me how to do this?
    shahid

    REPORT  YH627_TABSTRIP.
    DATA: BEGIN OF FS_SPFLI,
            MANDT TYPE SPFLI-MANDT,
            CARRID TYPE SPFLI-CARRID,
            CONNID TYPE SPFLI-CONNID,
            COUNTRYFR TYPE SPFLI-COUNTRYFR,
          END OF FS_SPFLI.
    DATA: BEGIN OF FS_SFLIGHT,
            MANDT TYPE SFLIGHT-MANDT,
            CARRID TYPE SFLIGHT-CARRID,
            CONNID TYPE SFLIGHT-CONNID,
            FLDATE TYPE SFLIGHT-FLDATE,
          END OF FS_SFLIGHT.
    data:
      t_spfli   like standard table of fs_spfli,
      t_sflight like standard table of fs_sflight,
      ok_code   type sy-ucomm.
    controls:
      c_tabstrip type tabstrip.
    select *
      from spfli
      into corresponding fields of table t_spfli.
    select *
      from sflight
      into corresponding fields of table t_sflight.
    call screen 101.
    *call screen 102.
    *call screen 103.
    *&      Module  STATUS_0101  OUTPUT
          text
    MODULE STATUS_0101 OUTPUT.
      SET PF-STATUS 'TABSTRIP'.
      SET TITLEBAR 'TABSTRIP'.
    ENDMODULE.                 " STATUS_0101  OUTPUT
    *&      Module   USER_COMMAND_0101  INPUT
          text
    MODULE  USER_COMMAND_0101 INPUT.
      case ok_code.
        when 'BACK' or 'EXIT'.
          leave program.
          clear ok_code.
        when 'SPFLI'.
          leave to list-processing.
          loop at t_spfli into fs_spfli.
            write:/
              fs_spfli.
          endloop.
          clear ok_code.
        when 'SFLIGHT'.
          leave to list-processing.
          loop at t_sflight into fs_sflight.
            write:/
              fs_sflight.
          endloop.
          clear ok_code.
      endcase.
    ENDMODULE.                 "  USER_COMMAND_0101  INPUT
    <b>Double on call screen 101 and write the below code...</b>
    PROCESS BEFORE OUTPUT.
    MODULE STATUS_0101.
    call subscreen spfli_ref1 including sy-repid '102'.
    call subscreen sflight_ref1 including sy-repid '103'.
    PROCESS AFTER INPUT.
    call subscreen: spfli_ref1, sflight_ref1.
    MODULE USER_COMMAND_0101.
    <b>In the layout define a tabstrip control with two tabs.</b>
    Regards,
    Pavan.

  • When I click on New Tab a new tab will not open, new window does open, how do I open new Tab? used to work

    New Tab feature no longer works, only new window

    Hello,
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information. <br>
    '''Note''': ''This will cause you to lose any Extensions and some Preferences.''
    *Open websites will not be saved in Firefox versions lower than 25.
    To Reset Firefox do the following:
    #Click the menu button [[Image:New Fx Menu]], click help [[Image:Help-29]] and select ''Troubleshooting Information''.
    Now, a new tab containing your troubleshooting information should open.
    #At the top right corner of the page, you should see a button that says "Reset Firefox"[[Image:Button reset]]. Click on it.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • Keypad scrolling stops in previous tabs when new tab loads a pdf file

    Firefox 4, HP laptop, W7. I have several tabs open with html pages loaded. Laptop keypad scrolling works correctly in all of them until I load a pdf file into a new tab. The keypad scrolling works correctly for the new tab containing the pdf but stops working in the previously opened tabs containing html files.
    My other HP laptop also runs Firefox 4 but has Windows XP as its operating system and does NOT have ths problem. Could be a W7 problem?
    Thanks, Barry

    You get that problem if you select the Firefox program to handle a file if you get an "open with" dialog.
    *https://support.mozilla.com/kb/Firefox+keeps+opening+many+tabs+or+windows

  • Adding a same component in each tab of super tab navigator creates problem

    When a UI component is created once and added to each tab using super tab navigator in AS 3.0, the component is adding only to the last index of the tab. The component is missing in the previous tab.
    I have given the code below. Please help me why this is happening and the solution for this.
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application
            xmlns:mx="http://www.adobe.com/2006/mxml"
            creationComplete="createSuperTabNav()">
            <mx:Script>
                    <![CDATA[
                        import mx.core.UIComponent;
                            import com.tab.navigator.components.SuperTabBar;
                            import com.tab.navigator.components.SuperTabReorderEvent;
                            import com.tab.navigator.components.SuperTab;
                            import com.tab.navigator.components.SuperTabNavigator;
                            import com.tab.navigator.components.ButtonScrollingCanvas;
                            import mx.controls.Label;
                            import mx.controls.Button;
                            import mx.controls.Spacer;
                            import mx.containers.VBox;
                            import mx.containers.HBox;
                            import mx.containers.Canvas;                       
                            import mx.containers.Panel;
                            import mx.core.ScrollPolicy;
                            import mx.core.UIComponent;
                            import flash.events.MouseEvent;
                            public var _tabs : SuperTabNavigator;
                            public var _addBtn : Button;
                            public var _vbox:VBox;
                            public var pageCount:uint;
                            public var tabID:String;
                            private var _comp:UIComponent;
                            public function createSuperTabNav():void
                                _vbox = new VBox();
                                _vbox.percentWidth = 75;
                                _vbox.percentHeight = 75;   
                                _vbox.setStyle("horizontalAlign","center");   
                                _vbox.setStyle("verticalGap", 20);               
                                createTabs();
                                createAddButton();
                                addChild(_vbox);
                            public function createTabs():void
                                _tabs = new SuperTabNavigator();
                                //initTabs();
                                addObjectTab();
                                // Set Properties               
                                _tabs.id = "nav";
                                _tabs.percentHeight = 75;
                                _tabs.percentWidth = 50;
                                _vbox.addChild(_tabs);
                            public function addTab(lbl:String, navigator:SuperTabNavigator, component:UIComponent, getId:String) : Canvas
                                // Create canvas to put into tab
                                var child:Canvas = new Canvas();
                                child.percentHeight = 100;
                                child.percentWidth = 100;
                                child.id = getId;
                                child.label = lbl;
                                child.setStyle("closable", true); 
                                child.addChild(component);  
                                child.setStyle("backgroundColor",0xF8F8F8);
                                navigator.addChild(child);
                                 //trace(_tabs.selectedChild.getChildren().toString());
                                _tabs.reorderTabList();
                                return child;
                            public function createAddButton():void
                                _addBtn = new Button()
                                _addBtn.label = "Add Tab";
                                _addBtn.id = "addTabBtn";
                                _addBtn.width = 75;
                                _addBtn.height = 20;
                                _addBtn.addEventListener(MouseEvent.CLICK, handleButtonClick,false,0, true);
                                _vbox.addChild(_addBtn);
                            public function handleButtonClick(evt:MouseEvent):void
                                //addTab('tab '+Number(_tabs.numChildren + 1), _tabs);
                                addObjectTab();
                                _tabs.selectedIndex = _tabs.numChildren - 1;
                            public function addObjectTab():void
                                var frameCanvas:Canvas = new Canvas();           
                                frameCanvas.horizontalScrollPolicy = ScrollPolicy.OFF;
                                frameCanvas.verticalScrollPolicy = ScrollPolicy.OFF;
                                frameCanvas.percentHeight = 100;
                                frameCanvas.percentWidth = 100;
                                if ( _comp == null )
                                    _comp = addComponent();   
                                frameCanvas.addChild(_comp);
                                // Create container to implement horizontal padding
                                var horizontalPadder:HBox = new HBox();           
                                horizontalPadder.setStyle("backgroundAlpha", 0);
                                horizontalPadder.horizontalScrollPolicy = ScrollPolicy.OFF;
                                horizontalPadder.verticalScrollPolicy = ScrollPolicy.OFF
                                horizontalPadder.addChild(new Spacer());
                                horizontalPadder.addChild(frameCanvas);
                                horizontalPadder.addChild(new Spacer());
                                // Create container to implement vertical padding
                                var verticalPadder:VBox = new VBox();           
                                verticalPadder.setStyle("backgroundAlpha", 0);
                                verticalPadder.horizontalScrollPolicy = ScrollPolicy.OFF;
                                verticalPadder.verticalScrollPolicy = ScrollPolicy.OFF
                                verticalPadder.addChild(new Spacer());
                                verticalPadder.addChild(horizontalPadder);
                                verticalPadder.addChild(new Spacer());
                                // Position padder
                                verticalPadder.setStyle("horizontalAlign", "Left");
                                verticalPadder.x = 0
                                verticalPadder.y = 0;
                                tabID = "page"+ _tabs.getNumberOfTabs()+1;
                                var canvas:Canvas = addTab("Page "+(_tabs.getNumberOfTabs()+1), _tabs ,verticalPadder, tabID);
                                canvas.setStyle("backgroundColor", "#009900");
                            public function addComponent():UIComponent
                                var pageCount:uint = _tabs.getNumberOfTabs()+1;
                                var page:Canvas = new Canvas;
                                 page.width = 250;
                                 page.height = 250;
                                 page.setStyle("backgroundColor", "#FFFFFF");
                                var _pageBtn:Button = new Button();
                                _pageBtn.label = "Button "+(pageCount);
                                _pageBtn.id = "addTabBtn "+(pageCount);
                                _pageBtn.width =100;
                                _pageBtn.height = 20;
                                page.addChild(_pageBtn);
                                return page;
                    ]]>
            </mx:Script>
    </mx:Application>

    Adding an instance moves it, it does not copy it.

  • Latest Oracle Dynamic Tabs Shell (Dynamic Tabs UI Shell ) Source/JAR

    Hi,
    Please can any body provide the link where i can get the Latest Oracle Dynamic Tabs Shell (Dynamic Tabs UI Shell ).
    Reg,
    Brahma B.

    Hi John,
    Thanks for your reply..
    I got the jar for UI Shell from the link you have provided. Here am trying to create my own TabContext by extending the existed one in the jar file.But jar contains the Tabcontext as final so am not able to extend and create my own CustomTabcontext.
    While i started working with tabcontext i got the source of UI Shell(first version) and i added some code in Tabcontext itself for achieving some functionality as per the requirement like dirty checking and displaying the dailog like Do you want save changes with some buttons. Now i want to use the latest Ui Shell Tab By including by code as well.
    Please can you give any suggestion how can i proceed here.
    Reg,
    Brahma B.

Maybe you are looking for

  • App v Outlook unable to open .pdf in IE

    Greetings everyone! So I have a user that is unable to open up any link to a Web site PDF from outlook.  She clicks on the link to the pdf, IE opens, and then she gets this error. We also stream Adobe reader, which is what Outlook calls on in order t

  • Facebookmessenger

    i am using lumia 520 and i am facing problem with online option in messenger hub i have linked my facebook id and from 2 days i am not getting messages in online option when ever anyone messages me in facebook

  • Searching for a file in java

    What I am trying to do is not very uncommon. I want to open a file in it's default application (or at least in a common one.) Mainly I am currently thinking either HTML files or PDF's. What I was wondering is how to search for a file and get its dire

  • Connecting to Internet takes too long

    Whereas all other Mac OS and iOS devices behave normally in the same LAN, my MBP takes a minute after waking up from sleep to connect to the Internet*. Thanks a lot for a good idea! Peter *) Here are some logs: 10.02.14 16:13:16,336 UserEventAgent[13

  • 6120 Classic, SMS won't update with the name of th...

    Hi, well this is the problem. Suppose I receive an SMS from a person before I enter that person's number in a contact entry, the "From:" of the sms will be displayed as (ex.) +123123123 which is the phone number of the person that sent the SMS. When