Questions tagged [master-detail]

A master–detail interface displays a master list and the details for the currently selected item.

A master–detail interface displays a master list and the details for the currently selected item. Selecting an item from the master list populates the details area with the details for that item.

1271 questions
-1
votes
1 answer

how to make a view that is pushed by another view when a button is clicked (keep both)

Initially there is a tab that contains a button at the top of the screen, and under it there is an initial/welcoming view. when the button is pressed, the top tab shouldn't change. but another view will appear and push the welcoming view hiding a…
-1
votes
1 answer

iOS Master Detail app - detail shows only the first time

I have lots of rows in the Master, the first time I click a row, the content is displayed in Details. I go back, choose a new row, or the same row, it displays "Detail view content goes here" in Details. I've traced like crazy, used NSLog just in…
Yimin Rong
  • 1,413
  • 3
  • 23
  • 44
-1
votes
1 answer

Avoide swipe right and swipe left into pushed Segue

I have a standard MasterDetailApplication for iPad. From the DetailViewcontroller (if the iPad is in Portrait mode) the Segue "Image View" will be pushed. "Image View" has the size: iPad Full Screen. With the swipe right or left, the MasterView will…
Alexander
  • 86
  • 1
  • 3
  • 17
-1
votes
1 answer

UITableView and UIView in the MasterViewController, UIView invisible

I'm going to use UITableView in the top of the MasterView and the UIView in the bottom of the MasterView. Here is my temp application: http://www.file-upload.net/download-4547664/MDA_protocol-8.zip.html . Unfortunately the UIView isn't visible and…
Alexander
  • 86
  • 1
  • 3
  • 17
-2
votes
1 answer

I need to Fetch Unique Record from master and with its repeated record in detail

Hello Stackoverflow i am facing problem in join records from master and detail table using Sql Query Master Table is Represented By Following Data I Have Data in Detail Table What I need in output is What i tried is I need sql select query to get…
-2
votes
2 answers

Calculate a calculate column in detail table in jdeveloper

How to calculate sum of calcoulated column in detail table in jdeveloper Ex. In employee view add column as "calculate column type" his name is "avragesal" it calculate salary*20% How can calculate sum "avragesal"for each department For more…
-2
votes
2 answers

How to calculate distance from user location to annotation and show it in a label

I have a label in my detailView i want to calculate distance from the current user location ( will update if user moves ) to a certain annotation . And show the distance in that label E.g : "3.6 km from your location "
-2
votes
1 answer

Master Detail App - Master Button - MasterBtn

Sometime we lose the SplittApp master button from the view, if we change the SplitAppMode. Is there a way to check if the button is visible or not? And if we can check for it, a way to enable this button again? if (app.getMode() === "ShowHideMode")…
user2405095
  • 103
  • 3
  • 12
-2
votes
1 answer

Master menu is not visible on mobile devices but is visible on InternetExplorer

I'm working on a SAPUI5 App showing some data in a MasterDetailView using the sap.m.splitapp. My Problem is quit equal to the question Master menu is not visible on mobile devices but is visible on tablet. In my case, I have the situation, that I'm…
Yvonne Marggraf
  • 368
  • 2
  • 5
  • 18
-2
votes
1 answer

SAPUI5 - How to set a link a MasterDetail Split App

I'm working on a SAPUI5 App containing a SplitApp with one MasterPage and many DeatilPages. I create a list of StandartListItems for the MasterPage, if I select one of them, I want to show the right DetailPage. But at this point I have no idea how…
Yvonne Marggraf
  • 368
  • 2
  • 5
  • 18
-2
votes
2 answers

How to implement Master/Detail Flow?

I want to show this type of menu, when i clicked any item of menu, description of that item is shown in right panel. This menu always available on screen. Which type of widget i have to use for this.
-2
votes
1 answer

TabHost not working upon multiple Tab switches

i have made a Master/Detail View which contains a TabHost in the Detailview. i have to populate a list of tabs, and every tab has a listview as its content. Now when i change my Item to display, after the third change or so, no more tab content is…
-2
votes
2 answers

XCode 6.2 bug on Master/Detail project template?

This happens also on a blank Master/Detail project when using XCode 6.2 beta. In other words: it works on the simulator but gives me the error below when I run it on an iPhone 5 with iOS 7.1 installed (I don't have any other device to test it…
mm24
  • 8,150
  • 11
  • 65
  • 159
-2
votes
2 answers

rails, implementing a master detail yet staying RESTful

Say that I have a Customers and an Orders tables, where each Customer may have many Orders. Since in rails we are encouraged to represent these resources in a RESTful style, each of our resources, will respond to the following actions…
AgostinoX
  • 6,923
  • 18
  • 72
  • 120
-2
votes
1 answer

How does Master/Detail work?

I have found some tutorials, but they still leave me with questions. Let's take a classic example of 2 tables, one for customer details and one for order details. The customers table in the database has: an autoincrementing integer customer_id as…
Mawg says reinstate Monica
  • 34,839
  • 92
  • 281
  • 509
1 2 3
84
85