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
1 answer

Binding in multiple views to ObservableCollection of selected items (MVVM, SL5)

I'm using MVVM with Silverlight 5. What I want to achieve is to select items in a ListBox in one view (e.g. ListView.xaml) and display the selected items in a ListBox in another view (e.g. SelectionView.xaml). My selected items are in an…
0
votes
1 answer

Android - Mulitple listeners on a single view with the ability to pass off events to other views

I have a Gallery that contains a ScrollView. I can scroll through the text in the ScrollView with a vertical swipe as is standard. However, I would like the ScrollView to also listen for horizontal swipes which would then move the Gallery left or…
Swifty McSwifterton
  • 2,637
  • 1
  • 30
  • 37
0
votes
1 answer

iPad/iOS: Managing multiple full screen views?

My app needs to switch between a couple of full screen views. These views are toggled by buttons in a custom overlay menu. There are no tab bars or navigation bars visible. The transition between views may or may not be animated. As I see it I can…
nebs
  • 4,939
  • 9
  • 41
  • 70
0
votes
0 answers

problem with multiple view types in recycler view

I am trying to use recycler view with multiple view types in the getitemtype() method I used the below code when I use this code at 5th position one of my item is not visible its looking add when I add new values to that list....by the way here I'm…
0
votes
3 answers

How To Create Multiple Views Without A Navigation Controller?

I am trying to create multiple views in my view-based iPhone app in Xcode 4. I have followed many tutorials and read many articles but none of them have worked. I figured out that they require a Navigation Controller. How can I create 2 views that…
Ahan Malhotra
  • 195
  • 1
  • 4
  • 17
0
votes
1 answer

Rendering hundreds of Views/Touchs (how to be performatic) in React-Native

If you have any experience rendering lot of views I'm glad to hear: Im trying to render about hundreds of views in a single page. More specifically i'm rendering a map of objects which has its own colors inside it. It will be a grid of about 144x256…
0
votes
1 answer

Changing/Updating global variables in multiple Views (SwiftUI)

I am creating an app where you can get coins and xp points for level ups. I have the problem that if I use global variables they simply don’t change the number on the Views (Home and Shop) and when I used a class for that (with @environmentObject…
0
votes
1 answer

Date showing null or nothing in multiple view type recycler view

Loading a list from Json the model is : message: success ResponseData": [ { "RecordEntryOn": "2022-01-25T00:00:00", "PatientID": 4934, "DiscountedAmount": 1380248.0, "ClientID": 0, "TestType": "Test", …
tintin
  • 335
  • 2
  • 8
0
votes
1 answer

Question about multiple views in iPhone App Development

Is it possible to create a viewcontroller that could handle 5 views? And is it possible to implement a different button on every view to make a transition to root view? So my idea of the app is when I load it it takes me to main window, and on that…
vburojevic
  • 1,666
  • 5
  • 24
  • 34
0
votes
1 answer

Android multiple views show when scrollview is added but only first shows if scrollview removed and custom scrolling implemented

I have added Fragments to a linearlayout where each child fragment view occupies complete screen. Now i have to implement a scrolling functionality so that i can navigate through them. I Tried to add a scrollView (horizontal) and it was showing all…
Nalin Angrish
  • 317
  • 5
  • 17
0
votes
1 answer

UWP multi-instance vs multiple views

I am working on a tabbed editor with multiple windows. User can open new tabs to edit different files or open a new window to edit different sets of files, also drag and drop across windows is supported. I want to know which approach will be better,…
Soumya Mahunt
  • 2,148
  • 12
  • 30
0
votes
1 answer

How Can I Pass Variable related to Auth in multiple laravel controller?

I have multiple method like below in my laravel controller : public function daily(){ $sites = Site::all()->where('owner_id', '==', Auth::user()->owner_id); return view('backend.daily',compact('sites')); } public function weekly(){ …
Amin Arjmand
  • 435
  • 7
  • 21
0
votes
0 answers

Show two wpf windows in one window

I have an assignment where I have to show two instances of the same class in two different windows within same WPF window. Is there any ways to achieve this? I am very new to WPF so its bit tough to handle. How to design the GUI part, which panel to…
Sam
  • 61
  • 1
  • 7
0
votes
1 answer

UWP Multiple MenuItem Views in NavigationView

Is there a way in a NavigationView in UWP to have multiple "Views" for NavigationViewMenuItems? The concept would be to have Categories or Folders as MenuItems, and when clicked or the NavigationViewMenuItems would slide out to the left and show…
Keven M
  • 972
  • 17
  • 47
0
votes
0 answers

Class 1 object as an property of another class (Class 2). How to notify propertychange

In my project I have one main window and two view(MainWindow, CylinderOneView and HomeView) In my MainWindow xaml I have two radio button and a contentcontrol. Upon selection of radiocontrol button on MainWindow the contentcontrol will show either…
mechbaral
  • 103
  • 7