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.
Questions tagged [multiple-views]
113 questions
1
vote
1 answer
multiple views in landscape and portrait
I want to implement my app in both landscape and portrait with two different views. When my app in landscape it shows one view and in portrait it shows the second view. It is possible. But when my app is loaded in portrait,it shows the unbutton…

elez
- 55
- 4
1
vote
1 answer
Mutiple Views for a Doc in MFC MDI application
I would like to have multiple views for a document in my MDI MFC application. In order to do that, InitInstance of my App class has following code
m_pMainTemplate = new CMultiDocTemplate(IDR_OpenCVTestTYPE,
RUNTIME_CLASS(CMyDoc),
…

Tae-Sung Shin
- 20,215
- 33
- 138
- 240
1
vote
1 answer
.NET 6 EF - Create a view with information from two classes (using dropdownlist in creation)
.Net 6 Code first DB with EF
I have two MVC-pairs, one to create + display an "Incident/Event" and one to create + display "Transaction/Person" tied to a specific event. What I'm looking to achieve is that when you create Transaction/Person you pick…

Eyetee
- 15
- 3
1
vote
0 answers
Disparity maps in light field images not only stereo-based vision but multiple views
I would like to ask about disparity maps in context of multiple views (captured by horizontal and vertical cameras). I understood that disparity map is the difference of the pixel location between a pair of views in stereo-based images.
I am…

Ana
- 41
- 7
1
vote
0 answers
Android Accessibility support of multiple Text view
I have a parent view consisting of multiple TextViews in it. For supporting accessibility I am facing a problem.
Problem: When I touch the parent view all text views inside it reading out one after another. But I don't want that.
What I want: when I…

Rashid Al Shafee
- 73
- 5
1
vote
2 answers
Problem with NSManagedObjectContextObjectsDidChangeNotification in two different views
Good evening everyone,
before explaining my problem, I should give you some explanation on my project first :
I have a simple Coredata model with one entity called "Conversation" and the other one "Message". Basically, I need to kind of reproduce…

Pierre
- 1,053
- 7
- 17
1
vote
1 answer
Creating RecyclerView with multiple view item fetching from server with Retrofit
Scenario:
I am trying to create a RecyclerView which will show a few different kinds of item (food, book, recipes) in one list.
The data will be fetched from the server with the help of retrofit when the user types in some keyword into the search…

Mill3r
- 544
- 1
- 10
- 31
1
vote
0 answers
Detecting moving objects in Images with trifocal tensor and trilinear constraints
I want to use trifocal tensor to detect moving objects. but I have a problem.
I already know what is the 3 camera projection matrixes(P matrixes) in 3 image frames.
I assume that 3 P matrixes are [I|0], [I|-1; 0; 0], [I|-2; 0; 0].
A 3D point X is…

chungjae
- 11
- 1
1
vote
0 answers
Find a view for a ContentControl in a ResourceDictionary
I'm trying to make Caliburn Micro find my view, which is located in a ResourceDictionary, to be used in a ContentControl.
>
…

SamiHuutoniemi
- 1,576
- 2
- 16
- 35
1
vote
1 answer
Angularjs ui-route correct implementation for multiple views
I would like to implement a page like this
I have the following folder…

Saledan
- 85
- 9
1
vote
1 answer
MultipleView RecyclerView single selection in each ViewType
I have implemented multiple view type recycler view but I want to implement single selection for each view type as shown in image below
MultipleviewSingleSelectionForEachType

abbasalid
- 43
- 14
1
vote
0 answers
How to control mutlipleview type recyclerview with tab layout?
i need to handle recycler view with multiple view type(i.e header and item) using tab layout.
I have same tabs as header when i tap on tabview any position i made scroll to that position and highlight that particular tab but i also wants to…

Amit Newase
- 21
- 3
1
vote
1 answer
Projective to Metric Reconstruction with known Intrinsics
I already have a projective reconstruction of a scene from three images taken with the same camera (that is, I reconstructed the camera matrices and the points coordinates in the projective frame; one of the three camera matrices is a cononical…

JuaniL
- 107
- 1
- 1
- 8
1
vote
1 answer
UWP multiple views not closing
PROBLEM
I am using a secondary view to run my media files, but When I close my secondary view with close button on it ( while media is still playing ) the secondary view/window closes but the media somehow keeps playing because I can hear the sound…

Muhammad Touseef
- 4,357
- 4
- 31
- 75
1
vote
0 answers
Multiple View Controller Using Swift
My Storyboard Hi I'm new to programming but I'm trying to create an IOS application where I display facts and teach a topic and then at the end do a Quiz. I thought several multiple view controllers would be best for this and have a view controller…

Adam Brooke
- 11
- 2