The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
286 views

iOS: How to sort rows in specific Section of uitableview

i am populating my tableview with nsfetchedresultscontroller. i am using an nssortdescriptor to sort the sections and rows. actually i am sorting from new to old. But now, i want only to sort the ...
2
votes
2answers
401 views

Make only certain sections of UITableView editable

I have a UITableView with multiple sections, and I want to make only one section editable (swipe to delete). I have a feeling I have to do something in the willBeginEditingRowAtIndexPathdelegate ...
1
vote
1answer
167 views

Heading within a div, within a section

Since the div element in html5 has no special semantic meaning, and can be used for styling purposes, is an arrangement like this OK? <section> <div> <h2>Some title</h2> ...
2
votes
3answers
4k views

Animate the insertion of a new section in UITableVIew

I have this button on my view, and when I press it I insert a new section in my table view ( I have a logical condition in my -(NSInteger) numberOfSectionsInTableView:(UITableView*)tableView { ...
0
votes
2answers
557 views

Insert a new section in UITableView

I am developing an application that shows all the courses that take place in a class room depending on the time and date. In the prototype I was thinking to implement a UITableView, with two sections, ...
0
votes
1answer
50 views

passing values between a section template and an other section

i'm using Orbeon section templates in a common library that i use in multiple forms. I need some values of a given section template to determine the visibility of some controls in other sections of ...
0
votes
2answers
630 views

Word Document Multiple Backgrounds

I have a file "test.docx" with 3 page sections, and each section is unlinked from the previous page. Now I want to be able to set a different background/watermark for each section. I just don't know ...
0
votes
1answer
213 views

UITableView section when previous section is out of screen iPhone

I'm developing an iPhone application and have some trouble with checking the section of a grouped tableview. When the first section is not visible anymore because I scrolled the tableview down and the ...
2
votes
1answer
105 views

how to set Section with String @“XYZ” as first section in tableview

I am populating my TableView with data from coreData. I want to set an Section with a special String as always the first Section in the TableView. How can i do that?
1
vote
2answers
498 views

divide fetched results NSDate into sections for each single day use core data

I know that fetched results controller have the section name key path can divide fetched results into sections. But how could I divide NSDate into sections for each day or each month? Or any other ...
0
votes
3answers
91 views

Return different number of rows for the same section (depening on variable)

I have a tableview with 2 sections. Section 1 has 1 row Section 2 has either 1 or 2 rows depending on an integer I tried something really simple, which should really work. But it doesn't: ...
3
votes
2answers
394 views

Error while deleting a section from my UITableView

I need your help :( I'm working on a iOS application in which i had to remove some rows and sections in a UItableView. I'm on Xcode 4. I associate my tableView with NSarray and dictionary, like ...
0
votes
1answer
223 views

Create a sectioned UITableView using NSFetchedResultsController

I am trying to create a UITableView with two different sections. I know I can group them on an attribute of my managed object. For instance if I'd like to group them per name I'd do: ...
0
votes
2answers
374 views

Grouped TableView customization to avoid spaces

this is my grouped tableview: Is it possible to avoid the spacing between sections and display the grouped table as if there is no sections? Thanks in advance, yassa
0
votes
2answers
355 views

iOS titleForHeaderInSection crash

The problem is that the two sections are sometimes empty, so I dont know how to prevent crash when they get empty. self.globalSections is a global NSMutableArrays stored by local two NSMutableArrays ...
0
votes
1answer
261 views

How can I get ReSharper to correctly find an MVC3 section in an alternate layout?

R# is incorrectly reporting one of my MVC3 views as having an error. I have 2 layouts, each with different sections defined: @{ Layout = "~/Views/Shared/layout2.cshtml"; } @section Layout2Section ...
-4
votes
2answers
3k views

How to divide page into multiple colored sections

my question is how can I divide a background into multiple colored sections. I'm pretty new to coding, so if you could maybe give me a brief explanation I would appreciate it. Thanks.
1
vote
1answer
173 views

How do i implement section in core data for mac?

iOS provides NSFetchedResultsController class with sectioning support: NSFetchedResultsController *aFetchedResultsController = [[NSFetchedResultsController alloc] ...
3
votes
1answer
3k views

iOS: Get row position in a sectioned TableView

is it able to acces selected row position in a sectioned table view within a prepareForSegue method? This is my code for Segue - (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender { ...
3
votes
1answer
973 views

Whole alphabet for sections index in core data

I've implemented a table populated with core data and now I'm trying to indexing it with sections by displaying the side Alphabet (in Contacts like format). In the code below, if I use the commented ...
0
votes
1answer
210 views

How to align top/bottom hight of an UITableView in iPhone?

I have a grouped style UITableView. It have only one section & the section has only 5 rows always (Fixed). The section is shown like.. But I want to show it in the middle of the screen like ...
0
votes
3answers
151 views

<nav> and <section> elements do not show up

Website: http://www.crystal-grace.so/compendium/resume.html http://www.crystal-grace.so/compendium/index.html CSS: http://www.crystal-grace.so/compendium/css/master.css Hi, for some reason the ...
0
votes
1answer
285 views

iOS UITableViewStylePlain Sections and Row issue

I have trouble with implementing dynamic count of rows in two sections. My codes below: - (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section { if ...
12
votes
1answer
3k views

What is kernel section mismatch?

I tried to compile a kernel module however I got an WARNING and in the warning there was a note to add a compile option CONFIG_DEBUG_SECTION_MISMATCH=y It give me more detailed info about issue: ...
0
votes
4answers
4k views

Alphabetical sorted listview with Alphabetic section using ArrayAdapter in Android application

I want to have a listview with a custom adatper, extends ArrayAdapter, where Type has Name field (String). I want to sort the items Alphabitcly (this is not a problem) and then put Alphabetic ...
0
votes
2answers
253 views

HTML 5 - Section - Div - Header - can a div be placed between section and header?

I have this section and, for layout proposes I would need two divs inside that section. Of of them, should wrap the header part of section. So: <section> <div id="layout-stuff"> ...
2
votes
1answer
335 views

Meaning of intfmt: db “%d”, 10, 0 in assembly

I recently saw this at the top of one of my assembly files and realised I had spent ages using it in the process of printing integers without actually realising where it came from originally (used in ...
0
votes
1answer
100 views

custom image in section - problems with transparency?

i am confused with custom background image in section. i have set an custom image and on the top of the table the transparency of the image is not showing correctly. The place where it should be ...
3
votes
2answers
2k views

Change UITable section backgroundColor without loosing section Title

i have changed the backgroundColor/backgroundImage of my tableviews sections. I am using plain tableView. No worries, get worked without problems with this code: -(UIView *)tableView:(UITableView ...
9
votes
4answers
13k views

Best HTML5 markup for sidebar

I'm setting up my WordPress sidebars for an HTML5 theme and really wanting to use before_widget and after_widget right. So my question is this: which of the two markup patterns is more appropriate? ...
1
vote
2answers
136 views

What would be the best way to protect an admin section/area of a website?

So I've searched the web and even on here, and it gave me this post but it didn't really give me the answer I wanted. I would like to have a standard directory on my server called, /admin/ e.g. ...
0
votes
3answers
264 views

Why use outer `section` element in HTML5 markup?

Why would a HTML5 website adopt the following structure? I am specifically interested in the use of the outer <section> element. I realise that this validates as HTML5, but I do not understand ...
0
votes
2answers
155 views

An easy trick/Way to modify parameter value of a section in INI file in Perl

I'm looking for An easy trick/Way to modify paramter value of a section in INI file in Perl, as you may know, all parameter in INI file have the same name (that's its big problem), only the section ...
0
votes
1answer
333 views

HTML5 semantic structuring of article and section on web site with multiple sub levels

Which of the following - if any - is the most correct way of using the article and section elements on a web site with multiple sub levels? The first example creates this flat outline like this. ...
0
votes
2answers
790 views

NSFetchedResultsController - out of order section error

I’m setting an NSFetchedResultsController with the sort descriptor sortDescriptor = [[NSSortDescriptor alloc] initWithKey:@”name” ascending:YES selector:@selector(caseInsensitiveCompare:)]; And the ...
1
vote
1answer
677 views

get reference to the ASP.NET web.config customErrors section

I'm trying to obtain a reference to the web.config customErrors section. When I use the following code I always get a null. I don't have this problem when I get a reference to a custom section that ...
0
votes
1answer
201 views

Hide Article in Joomla Section but show in Category?

Ok, relatively new to Joomla and I am attempting to make some changes to an existing Joomla 1.5 site. Basically I've created a new set of articles under a new category, within an existing section. ...
0
votes
1answer
54 views

Scroll back to the section

I have a problem with scrolling to the top of the page. I have a page with different sections. In the third and the last section of the page. I have this HTML: <section ...
0
votes
2answers
174 views

display the right section of tableview

I have a table view and I'm toggling its dataDource with two UIButtons (like tabs). - (IBAction)dataToggler:(id)sender { int buttonTag = ((UIButton*)sender).tag; if(_firstTab.selected ...
1
vote
1answer
479 views

Date Section Titles don't work

I have a problem on a tableview with section by date. I took the Apple example : DateSectionTitles I don't care about year. I ust need month and day. So I adapt my code like that : In my CoreData ...
0
votes
1answer
78 views

cell text for two dynamically sections

I have two tableView sections, sometimes the first section dosen't have any data in it so the second one now comes the first. In my numberOfSectionsInTableView method I'm counting my first array: ...
0
votes
3answers
2k views

It is possible to have numberOfSectionsInTableView dynamically?

Can I have the number of rows dynamically? I'm trying to remove a tableView section header and I don'k know how... and I've taught that a solution would be to change the number of sections. Right now ...
1
vote
2answers
236 views

C# ConfigurationManager - Subsections?

Can anyone explain to me how to work with subsections in ConfigurationManager .config file? This is what I've tried so far (not working): Here is my .config: http://pastebin.com/kxYGnD2j (sorry, I'm ...
0
votes
2answers
230 views

Creating Array for Sections in UITableView

I'm creating a tableview from a plist which contains an array of 6 dictionaries. One of the fields in the dictionaries is LastUpdatedDate, which I'd like to use as the table section value. I'm trying ...
0
votes
1answer
95 views

SectionedAdapter passing more then one string

in the adapter I have something like this protected View getHeaderView(String caption, int index, View convertView, ViewGroup parent) { and in the caption variable I ...
1
vote
0answers
579 views

AlphabetIndexer Not working with Custom ListView

I am using AlphabetIndexer, SectionIndexer, Custom CursorAdapter for a Customized ListView. following is the code for the same. But I am not able to see the Alphabets while scrolling the List. I also ...
1
vote
2answers
214 views

Advanced Visual Studio RegEx Replace

I have multiple sections with id's. <section id="01"></section> <section id="02"></section> <section id="03"></section> What I would like to do is match and ...
1
vote
1answer
204 views

Merge sections by object property in UITableView

i'm having some troubles trying to parse an XML file and display the results grouped by an object property on a UITableView. This is the XML file, I can change the structure if it's necessary: ...
5
votes
1answer
11k views

How to draw a section header in android listview just like the ios's UITableview?

I want to draw some section headers in android listview just like the Contacts app did. When the listview was dragged the section headers will move flatly,thanks.
0
votes
0answers
87 views

How get Index for non section table, and add Search Bar [closed]

i need help i have table content big list from A to Z it's mini Dictionary. I need convert table to Section, Indexing and i want add Searchbar pleae help me this is code for Root @implementation ...

1 3 4 5 6 7 9