The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
37 views

How to combine this query

In the query cr is customers, chh? ise customer_pays, cari_kod is customer code, cari_unvan1 is customer name cha_tarihi is date of pay, cha_meblag is pay amount The purpose of query, the get the ...
0
votes
1answer
18 views

Android master-detail fragment preserving detail state

I have a master-detail fragment layout, that looks like this: When a number from the list view is selected values in detail view change(i.e. radio button text changes). I have the following ...
0
votes
0answers
29 views

How to use Master/Detail Flow together with Tabs on Android

I want to achieve the following layout to my android-application (upper layout for tablets, lower layout for smartphones) including the capability of swiping between the subitems: So I've created a ...
0
votes
1answer
16 views

Passing model data to tab bar view controller as a detail controller in iOS

I'm developing a Core Data Master-Detail application. The detail view is a tabbed interface with each tab displaying different aspects of the model object. Therefore, I have a: Master view ...
0
votes
1answer
28 views

How to save data of master detail application so that it will load after application?

I have researched long and hard about this topic but cannot find a solution. I am very new to iphone app development in xcode so please make the answer comprehensible lol. I followed apple's "Your ...
0
votes
0answers
14 views

Maps Api v1 Master Detail Flow

After finishing an app for smartphones recently, I was asked to create a tablet version of said app. While trying to figure out possible obstacles, I am having trouble to find good information about ...
0
votes
3answers
71 views

Universal Master-Detail Application with Core Data and tab controller for iphone storyboard gets unrecognized selector sent to instance error

I started a Master-Detail Application in X-Code. I chose the options to be universal, core data, and git repo. When the application comes up, I went into the iphone story board, added a tab view ...
0
votes
1answer
22 views

Selection on highcharts master-detail doesn't work on iPad

I'm displaying a master-detail chart on an iPad using Safari. Simply when I drag the finger on the screen it won't select any range. How do I solve this? Thx!
0
votes
1answer
35 views

Calling a Function in MasterView after dismissing the ModalView in ipad

I am using Master-Detail template for ipad. I have a ViewController, which I want to show modally so I have used this code AppDelegate *appDelegate = (AppDelegate *)[[UIApplication sharedApplication] ...
0
votes
2answers
24 views
0
votes
1answer
24 views

hide detailsview when using master/detail method

I am using a GridView that populates DetailsViews (master/detail method). When I click on Select in the GridView and display a DetailsView, that view remains displayed after I Select another row from ...
0
votes
1answer
47 views

knockout dynamic master details

In the quest of Dynamic Create, Read,Update, Delete through KnockoutJS part of the continuation of a question with fellow expert (dynamic column and rows with knockoutjs) <script ...
0
votes
1answer
60 views

Android: Master Detail flow, onItemClick() not triggered

This is my first attempt to a Master-Detail flow application, and i'm a bit lost. I used the Android SDK to create the dummy project and I created a custom ArrayAdapter to replace the plain text list. ...
0
votes
1answer
93 views

Customize the ListView in a Fragment-based Master-Detail Flow?

I found the template that ADT generates for a Master/Detail Flow Activity to be rather obtuse, and I don't like the fact that the ListView is not declared in a layout file which forces me to work with ...
0
votes
0answers
39 views

Master view controller disappears after tapping an item and quickly changing orientation from portrait to landscape

Xcode 4.5 Application for iPad device. For iPad Master View controller application, Master view controller disappears after tapping an item and quickly changing orientation from portrait to ...
1
vote
0answers
37 views

How to add custom user control in master-detail mode?

I have a Xpf GridControl in my page. I would like to add a master-detail mode to it so that I open a custom user control under the clicked row when you click a row. The custom user control has a few ...
0
votes
0answers
19 views

Update MasterView in MGSPlitViewController

I am using the MGSPlitViewController class and have just one question. I have added a variable name to the master view. I want to be able to click a button on the Detail view, and set the value for ...
-2
votes
2answers
134 views

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, ...
1
vote
2answers
69 views

Possible ways to do like UITableView Design with multiple columns.?

I have gone through many of sites. But I didn't get the way to achieve it . As so far , I came to know that using UITableView we need to make custom cell with some stuff of code and lots of stuffs ...
0
votes
0answers
18 views

verification using master/details , details view returning no data

protected void DetailsView1_PageIndexChanging(object sender, DetailsViewPageEventArgs e) if(DetailView1.Rows.Count==0) Label1.Text = "Invalid User"; else Label1.Text = ""; } ...
0
votes
0answers
80 views

Single view master-detail CRUD?

I'm trying to have a controller that has a single Index view that represents the data as master-detail. I've followed the instructions of this guide. But I also want to support create/edit all in the ...
0
votes
0answers
23 views

Access master data when inserting master details at once

I work on winforms in C# with entity framework 5. I have 3 gridviews to show customers, orders, order details. So far so good but my orders can be purchases or sales and that cannot be mixed. So the ...
0
votes
1answer
54 views

Error : reason: '-[UITableViewCellSelectedBackground setImage:] [closed]

I'm using SplitViewController in my App. Here in the master ViewController , I'm using Custom table . Here is the code : In the ViewDidload : self.items = [NSMutableArray arrayWithObjects:@"About ...
0
votes
1answer
75 views

iOS. addsubview to master-detail app

I have a master-detail application with news. It works. In detail controller i used UIWebView. I created comments-class with xib and am trying to add it to my detail view. Comments are ...
0
votes
0answers
12 views

Split a transaction into more transactions in a master detail table

I have a master Transaction table which includes all the fixed information about a transaction. I also have a detail transaction tables which includes the variables information like the subcategory ...
0
votes
0answers
17 views

Calculating Total Sum in Master from Detail

My Master-Detail form is used to create a list of orders and their costs. The Detail contains a field called "COST" and I need the "TOTAL COST" field in the Master to be calculated upon this. For ...
3
votes
1answer
55 views

Android fragment replace doesn't do anything

I'm hoping someone can clear up what I am doing wrong here. I have a common Master Detail on a tablet in landscape mode paradigm. The only caveat is that some elements in the master open FragA in the ...
0
votes
1answer
170 views

WPF MVVM master-detail collections with Entity Framework

I have 2 comboboxes in WPF, both binded to ObservableCollections under ViewModel: <ComboBox ItemsSource="{Binding Companies}" SelectedItem="{Binding Path=SelectedCompany,Mode=TwoWay}" /> ...
0
votes
1answer
100 views

Salesforce Split one object into two(parent-child relationship)

I have data coming to a salesforce object from a third party tool like this: ID | field1 | field2 | criteria1importance | criteria1score | criteria1competitorscore | criteria2importance | ...
0
votes
1answer
115 views

Master-Detail relationship using DataGrid and Form widget in Dojo 1.8

I have a Grid that using dojox.data.JsonRestStore as store. I want to edit data by using widget Form (dijit.form.Form). Implement dojo/on instead of dojo.connect for binding the grid and form. here ...
0
votes
0answers
39 views

sigma master/detail grid in IE9 doesn't work

I'm trying to use the Master/detail grid. It works fine in Chrome, but when I try it in IE9 it doesn't work. I tried the official demo, it doesn't work neither. try this link in IE9 ...
1
vote
1answer
58 views

Master-Detail Application Background

I'm having a problem with my master-detail app background. When I start the app instead of showing the background image that I set up it shows this: And when I press the add button it change to the ...
0
votes
1answer
73 views

Adding a 3rd View to Master-Detail Application

I want to create a Master-Detail Application which contains 3 Views in a master-detail hierarchy. First View=>Second View=>Third View When I create a Master-Detail Project, XCode creates two ...
0
votes
0answers
115 views

JQGrid with xmlstring datatype, master detail, dynamic filter

UPDATED: Resolved, with an xmlreader like this: { id : "rowid", repeatitems : false, root : "response>claims>claim>units", row : ...
0
votes
0answers
114 views

UISplitView with Storyboard ios 6 multiple detail and master view issue

I have a problem, and I did not find any solution yet. Here is my description: I want to make a Master-Detail application with storyboard. There is more master view with custom segues and more detial ...
0
votes
2answers
218 views

How to add multiple Detail View Controllers in Master-Detail application

I am trying to build an iPad Master-Detail app. The master View is just a TableViewController. I want to change the complete Detail view for every different cell the user taps in the Master View. ...
0
votes
0answers
24 views

How to redisplay Master View in code

I have an iPad Master/Detail app. I'm not using the storyboard beyond what Xcode supplied for a basic M/D app. When the user taps the Trash icon while the detail view is displayed full screen, the ...
0
votes
0answers
14 views

How to get the right grid?

We have ASP.NET application that has master page that contains content page with master/detail grids. Master grid can be 1 while detail grids can be more. Detail grids are placed in separate tabs. In ...
0
votes
0answers
15 views

Dismissing a DetailView when the MasterView pops back to Root

We have an Master-Detail app with a MasterView with a static table (main menu), The DetailView at this point contains a single line of text saying "DefaultDetailView". Clicking on a table cell in ...
1
vote
0answers
170 views

@Html.RenderPartial replace the the main view window with partial view content only instead of it displaying partial view inside the mainview

The issue is that when I try to render a Partial View Inside the Main View, it replace the the main view window with partial view content only instead of it displaying partial view inside the mainview ...
1
vote
0answers
65 views

Rotating a UISplitViewController upon dismissing a modal UIViewController

I've created a Master Detail Application using the iOS 5 SDK, intending to have a UIViewController displayed modally when the device is portrait, and a UISplitViewController when the device is ...
2
votes
1answer
147 views

Load Different View Controllers in the Master-Detail App template

I am developing a master detail application using Xcode 4.3.3, now in the master view controller i have managed to load an additional view controller called "Fav Real"When this view controller loads, ...
0
votes
0answers
99 views

Android 4.2 : Application Navigation with multiple activities

I am new to Android development. I am developing a application which basically needs to have a application navigation (Tabbar, Buttons etc) on the top of the screen always. When user clicks(Or Taps) ...
0
votes
0answers
187 views

Replace segue crashes app

I created a simple app using the standard master-detail application with the options "Use ARC" and "Use Storyboard" selected on. My master view controller has a fixed number of tableview cells and ...
0
votes
1answer
129 views

App looks like master-detail acts like tabbar controller

I need to develop something looks like master-detail ipad app but needs to act like tab bar app. To make it more clear I will try to explain with below example. Master View Detail View ...
-2
votes
1answer
274 views

How does Master/Detail work? [closed]

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 ...
0
votes
0answers
51 views

using viewmodel and saving the data to respective tables

Im new to asp.net mvc. I've created the following models : public class Unit { public int UnitId { get; set; } public string Name { get; set; } public string Alias { get; set; } } public ...
0
votes
1answer
130 views

[AnyDac][DApt]-400 But my tables does have a PK

[anydac][DApt]-400.Fetch command fetched[0] instead of [1] record, Possible reasons:update table does not have PK or row identifier,record has been changed/deleted by another user, when ...
0
votes
0answers
63 views

perform a custom segue with destination:split detail

I am using a split view controller template with a master detail setup. I am trying to create a decision tree with "if else" - if someone clicks on the tableView cell connected to the ...
1
vote
0answers
179 views

Master/Details in windows form c#

I have the master details "pattern" in a windows form. For example, I have a bill (master) with a list of items (details) the user will add. However, the user will add the items manually. In order to ...

1 2 3 4 5 9