Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
73 views

How to show Master-Detail Informations in a collapsable ListView

i have a class that describes a certain task. This "task"-Class has a list of substeps. What I wanted to do is to show these Informations in a ListView where the task-description should be used as ...
2
votes
1answer
95 views

Jasper Reports Master Detail Report

Is it possible to create a Master-detail report in Jasper without creating a sub-report. Does Jasper provide some component or option so that I don't end up with 2 jrxml file for a simple ...
2
votes
1answer
2k views

MKPinannotation detail disclosure button - get directions - call number

FirstViewController.h #import <UIKit/UIKit.h> #import <MapKit/MapKit.h> @interface TransparentToolbar : UIToolbar{ } @end @interface AddressAnnotation : NSObject <MKAnnotation> { ...
2
votes
1answer
237 views

Does jQuery's blur event focus another element on a page?

I understand that calling jQuery events $(selector).blur(); will call trigger and run the blur event handler(s). Does this give any other element on the page e.g. document, body, focus? N.B. While ...
2
votes
1answer
933 views

MVC 3 Master / Detail UpdateModel inserts new detail records instead of updating existing records

Ok, I've read Phil Haack's article on binding to a list and I've got that working fine on one view. But what I'm stuck when doing it off a master record. I've got a really simple form for this ...
2
votes
1answer
2k views

Nesting UISplitViewController within UINavigationController

I would like to have a root level controller that appears to be a splitview but I would also like to allow the detail view to essentially take over the entire screen (in both landscape and portrait ...
2
votes
2answers
897 views

WPF Observablecollection master detail scenario

any help with this would be great. I have a model public class Master { ... public Detail[] Details {get; set;} } I am populating my view model from a WCF service which returns my ...
2
votes
3answers
508 views

Silverlight MVVM header detail

So lets say i have an OrderModel and an OrderViewModel. I have the Supplier, Order Date, etc properties on both the ViewModel and the Model and they are linked up. Seen examples on this and seems ...
1
vote
2answers
40 views

How to present a UITableView and its Detail View in the same View

I'd like to show in an iPad application an UITableView and the result of clicking on Cell in the same View. I'm able to show one of them, but not both at the same time. Here's the design idea: So ...
1
vote
1answer
59 views

MVC View Model show Detail Information

I hope this makes sense. I created a class like the following that uses 3 tables (TerrRp, RegMg,DistMg) that I am using in View Model: public class RepViewModel { public ...
1
vote
1answer
230 views

Master/Detail DataGrid. How to access Detail DataGrid to set ItemsSource?

In a typical Master/Detail situation... I have a DataGrid. The ItemsSource of this DataGrid is set in the Completed event of a WCF call - (grdMaster.ItemsSource = e.Result) - where the x:Name of the ...
1
vote
5answers
289 views

Object reference not set to an instance of an object error

I have Default.aspx and Upload.aspx. I'm passing Id through query string to default.aspx(like:http://localhost:3081/default.aspx?Id=1752).In default page i have a link button to open the upload.aspx ...
1
vote
1answer
177 views

Master/detail using the admin in django

I've googled and looked at the docs, but haven't found anything related to this scenario: I got a master/detail model, defined like so: class Master(models.Model): title = ...
1
vote
2answers
160 views

C# Login detail storage

I have this login form on my program in C#, I will be matching the username and password in my website database then when i get a repsonse that says true, it will then store the user details inside ...
1
vote
1answer
348 views

Jasper report / Is it possible to FORCE the header, detail and the footer of a group to appear on the same page

Suppose I have the following group, with a header, a detail and a content. Group 1 HEADER Group 1 DETAIL 1 Group 1 DETAIL 2 ... Group 1 DETAIL n Group 1 FOOTER I want that HEADER, DETAIL ...
1
vote
5answers
176 views

.Net Exception detail

How can one get detailed Exception thrown by the .net framework. The below log fragment shows something is wrong but what? A first chance exception of type 'System.IO.FileNotFoundException' occurred ...
1
vote
1answer
1k views

Simulate a Detail Disclosure Button press

Does anyone know of a way to simulate pressing a detail disclosure button?
0
votes
0answers
51 views

iOS 5 Master-Detail Template Bug? App Has Negative Bottom Content Inset after Portait-to-Landscape Device Rotation with Keyboard Open

Here's how to reproduce this strange behavior in Xcode 4.2.1: (1) Create a new iPad application for iOS 5 using the built-in Master-Detail Template. Make sure "using ARC" and "Use storyboard" are ...
0
votes
1answer
48 views

How to connection two tables(master-detail) in devexpress treelist?

I have two tables:Department and User.The department is a tree-style structure with the field PDeptID and DeptID(it's key),So I put it into the XtraTreeList component. The User table linked to ...
0
votes
2answers
37 views

NSPropertyListSerialization Not Able To Set Image String For A Detail View in a Table View (iOS)

I'm having trouble holding on to the contents of an array as I go through a Table View. What I mean is that I have a PList that I'm trying to draw data from for a Detail View once I click on a row in ...
0
votes
1answer
111 views

Saving Custom UITableView detail views with SQlite?

I need some help saving custom detail view controllers. In my table view I have an add and edit button where the user can add and delete custom cells. Each cell goes to the same custom view, my only ...
0
votes
0answers
207 views

Details view for list item - Sencha Touch

I've got a little problem here, which I hope you can help me resolve:) I've got that Sencha Touch application, which is supposed to represent some data blah blah... There are 3 lists, when I select an ...
0
votes
2answers
125 views

Gray out a form row's (detail's) button conditionally with VBA code

I have a standard form in MS-Access which lists a bunch of orders, and each row contains order no, customer, etc fields + a button to view notes and attached document files. On request from our ...
0
votes
0answers
41 views

Recursive information in Table Detail View

I have a plist as datasource for my tableviewcontroller. I used animations with insertrows and deleterows instead of realoading the table. For the last element however, i want to load a detail view. ...
0
votes
1answer
217 views

Using form in object_detail

This has me stumped. (But I'm new at this.) The generic view object_detail is called with a queryset and the id field of interest. When object_detail then renders the template it is done with the ...
0
votes
0answers
24 views

Master detail grid using j-query

How can we build master detail grid using j-query with basic functionality as sorting, grouping, paging etc.
0
votes
1answer
44 views

Filter based on master and detail how to?

I want a Linq query like this: var q = from order in Order join detail in Detail on order.OrderId equals detail.OrderId That permits me to do the following optional filtering, based on user choice ...
0
votes
1answer
660 views

Going from Table View to Different Detail Views in xcode

I'm a beginning programmer. And I had a question. I currently have a Table View in my app. There are three rows to it, History, Theory, and Applied Use. I would like each one to go to a different ...
0
votes
0answers
56 views

Different tabbars for different views

Hi I'm new to iOS development and i'm trying to solve my problem: I've created an app, that has both UITabbarController and UINav controller. In the first tab i have UITableview with list of my items. ...
0
votes
0answers
364 views

Specify a special row in detail band from previous page (to prevent split)?

How can I understand that a special row in the Detail section of a report (with Slpit Type = prevent) has transferred to the next page to prevent split ? I need to do this because I've a report with a ...
0
votes
0answers
95 views

Getting the current url in master-detail page using PHP

Hello fellow stackoverflow-ers, How can I save the current url when a master detail page is implemented. so if my master page only shows 10 records per page, and i navigate to the second page, to ...
0
votes
1answer
753 views

WPF: Master - detail view with two datagrids and in MVVM

I'm trying to write a master - detail control that consists of a master datagrid and the detail datagrid. My scenario was following - I used the SelectedItem and bound it to a property in ModelView. ...
0
votes
2answers
1k views

Getting ListView values into a string array?

I have a ListView control set up in details mode, and on a button press I would like to retrieve all column values from that row in the ListView. This is my code so far: Private Sub ...
0
votes
1answer
131 views

ASP.NET How to Post a Master-Detail Views

I need to post the data from an Order-Details Page.. I have a page with fields for Order Info. Inside it is a user control for the Details Info. New rows can be added to the details info. Here are ...
0
votes
1answer
566 views

WPF Master -Detail Binding XElement

I have a XElement that has the following structure <document num="1"> <pages> <page /> <page /> </pages> </document/> I have one Listbox named ...
0
votes
1answer
218 views

Adding a detail record in a master-detail window view

I'll preface with "Brand new to Cocoa" -- I have a master/detail page on my app: Students that may have one or several contacts (i.e. parents, relatives, etc). I have a Student entity and a Contact ...
0
votes
1answer
102 views

How do I get detailed PostgreSQL-errors in Access via ODBC?

Is there a way to get the detailed error-messages PostgreSQL shows when running a query from command-line or a client like PG-Admin when using the ODBC-Interface-Driver? The Err-object in Access just ...
0
votes
1answer
542 views

Can you toggle grouping in a Crystal Report?

Is it possible to have a report which has grouping on the underlying data but for which you can disable the grouping via a button or something on the report? Basically I want to have a "Summary ...
-1
votes
1answer
309 views

Which language is better suited for a programming competition: Java or C++? [closed]

I'd like to know which one is more suitable for programming contests, online judges. I don't want answers like "go with java" or "c++ is the fastest". I'd like to know that in more details, lets say ...
-1
votes
1answer
321 views

How to get controls on page in master detail page?

Hi I have master page & its content page. I want to get the textboxes situated on Content page. How can i get them in C# code behind of Content page?