Questions tagged [multiple-views]

Used for instances of using multiple pages in a single UI control. i.e. - A NavigationView that can display different Content depending on which MenuItem is selected.

113 questions
0
votes
2 answers

Data Retain After Changing DataContext/ Views in WPF

I am new to WPF and want to build an application which will do serial communication with the my driver and from program i can set values to the driver. I have managed to make a UI as shown in this figure here . If i press Blue View as pointed by the…
mechbaral
  • 103
  • 7
0
votes
2 answers

Loading Tab Controller View in Window Based iPhone App

I am learning how to create apps with multiple views using the Window-based application template. I am trying to implement a tab bar but when my view loads, it is a blank. I realize it could be an issue between versions of iPhone SDK or Xcode. I…
MBguitarburst
  • 267
  • 1
  • 7
  • 21
0
votes
1 answer

Angular UI-Router with named views, nested navbar not rendering

Since updating npm to newest version, I have tried to maintain Angular 1.5.1, UI-Router 0.2.18 but it seems that nothing is rendering. I need a layout where a top ui-view, nav, remains across several pages (eg, states). The page has a path variable…
syds
  • 1
0
votes
1 answer

CSplitterWnd with two panes : left pane is CTreeView, Right is CFrameWnd : Not able to set different views in Right pane

I am trying to implement a classic Windows Explorer kind of Application, CpliterWnd has two panes : Left pane is CLeftTreeView : public CTreeView Right pane is CRightPaneFrame: public CFrameWnd , CRightPaneFrame has a member variable…
Ravi
  • 255
  • 3
  • 16
0
votes
1 answer

In recyclerView view how to stop overlapping for multiple views?

I have created a recycler list view that holds two views- (i) for content (ii) for native ads (position 3). Everything is working perfectly But content item is being overlapped with ads container, I mean to say content item is not showing in every…
0
votes
1 answer

Multiple views on main view

Hi sir i have a Screen with tab bar and navigation bar. also having buttons on tab bar. i want new view when i am clicking on buttons on tab bar... i want that tab bar and navigation bars as common to all the sub views also. How can its…
Anand
  • 31
  • 1
  • 3
0
votes
1 answer

ui-views are not getting rendered even with correct states

Possible duplicate of this. I am building an application using angular. I am using ui router for rendering multiple views. My problem is when i am launching the application, views are not getting rendered.My router is, app.config(['$stateProvider',…
Vikas
  • 6,868
  • 4
  • 27
  • 41
0
votes
1 answer

WPF MVVM VB.Net multiple views application

Help! It's been a week now I've started to try and build a MVVM application in VB.NET. Unfortunately 98% of the documentation is C# oriented. I found some clues but I still have not all the answers ... What I want to do: An application with 3 views:…
Dams
  • 141
  • 3
  • 15
0
votes
0 answers

Multiple Views with RecyclerView - One view replacing the other

Card 1 for Ingredients and layout 2 for steps - Image public class DetailAdapter extends RecyclerView.Adapter { private List ingredientList; private List stepList; private Context context; private boolean…
0
votes
1 answer

Android : Multiple Dialogs (or multiple dialog views)

In my app I need multiple dialogs or multiple views which will be updated after clicking positive and negative dialog buttons. How should it looks in example: 1) Call first Dialog1 2) Inside Dialog1 I have some data and 2 buttons (positive and…
user7807288
0
votes
1 answer

iPhone Views Question

So I have a question about views on iPhone. I have an app based on the Tab Bar template in XCode. One of the tab views is a TableView. In that table view, when a user selects one of the cells, I want it to load a view that shows more details about…
Kevin
  • 215
  • 4
  • 14
0
votes
1 answer

C# UWP new view memory leak

With this code I am creating new view: CoreApplicationView newView = CoreApplication.CreateNewView(); int newViewId = 0; await newView.Dispatcher.RunAsync(CoreDispatcherPriority.Normal, () => { Frame frame = new Frame(); …
user3239349
  • 877
  • 1
  • 12
  • 33
0
votes
1 answer

CoverFlow multiple Views

Good Morning at all, i have a big problem in the following code and no solution, so i hope someone could help me: - (IBAction)goToChart { [rootViewController switchViews]; } // Implement viewDidLoad to do additional setup after loading the…
Marco
  • 461
  • 1
  • 10
  • 22
0
votes
1 answer

I tries to implement recycler view with multiple view but I am not getting the desired result

Check out my code: import android.content.Context; import android.content.Intent; import android.support.v7.widget.RecyclerView; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import…
0
votes
0 answers

How to implement two glsurfaceview at the same Context?

How to implement two GLSurfaceView at the same Context? I want to implement the multi-channel for playing video.