Questions tagged [sections]
697 questions
6
votes
2 answers
Select deselect the radio in uitableview section with array in ios swift
In tableview have different section.
Want to add the radio button for all the section.
Each section have individual select and deselect in tableview.
In first section choice1,[show in fig]
Selected cheese means cheese want to select, next if user…

saravanar
- 639
- 2
- 11
- 25
6
votes
1 answer
App.config: custom configuration nested sections
I have found a great example for custom configuration handler and tried to use it for my own implementation.
I have set up App.config like this:

Vadim K.
- 331
- 3
- 9
6
votes
1 answer
Sort descriptors with NSFetchedResultsController - Swift
I have a UITableView fed from Core Data with an NSFetchedResultsController returning the Location entities. The default sorting (and section headers) is via the first letter of the entity's name. This works (albeit I'm still trying to combine upper…

Magnas
- 3,832
- 5
- 33
- 48
6
votes
3 answers
TableView Seperator line gets added to the section header view, what to do?
I got a table view with two sections, no crazy code, just my delegate methods.
It works pretty fine, like i want it to work. It should just look like on this screenshot:
Now the problem is: Sometimes while scrolling or flicking the scoll view to…

user3083408
- 335
- 1
- 4
- 11
6
votes
3 answers
Non-TOC headings within a reStructuredText page
I'm writing some documentation using Sphinx.
Is there a way to format headings within a page which do not become part of the TOC?
Ideally with some hierarchy that is reflected in formatting?
E.g. I want to do
My page TOC…

gzost
- 2,375
- 1
- 18
- 25
6
votes
2 answers
Can the Sphinx "automodule" be told to automatically insert section breaks between members?
This question is inspired by the Mayavi documentation, which has nice section breaks with the name of the function being described between each module member.
My .rst right now just looks like:
SQLAlchemy…

paradiso
- 379
- 3
- 14
6
votes
1 answer
Core Data Sort By Date With FetchedResultsController into sections
I currently have a class which has a date object in it. This date object has both time and day in it. All this information gets loaded into a UITableViewCell via a NSFetchedResultsController. I need to sort the dates into sections where each section…

CoreCode
- 2,227
- 4
- 22
- 24
5
votes
1 answer
OpenMP Parallel Sections Within For Loop (C++) - Overhead
I have been working on a quantum simulation. Each time step a potential function is calculated, one step of the solver is iterated, and then a series of measurements are conducted. These three processes are easily parallelizable, and I've already…

Joshua M
- 61
- 6
5
votes
0 answers
Size of exe file vs available memory
I have gone through How does a PE file get mapped into memory?, this is not what i am asking for.
I want to know which sections (data, text, code, ...) of a PE file are always completely loaded into memory by the loader no matter whatever the…

bjan
- 2,000
- 7
- 32
- 64
5
votes
4 answers
How does a PE file get mapped into memory?
So I have been reasearching the PE format for the last couple days, and I still have a couple of questions
Does the data section get mapped into the process' memory, or does the program read it from the disk?
If it does get mapped into its memory,…

user2073973
- 564
- 6
- 21
5
votes
2 answers
Adding subsections of self in the toctree
I am having an issue with getting the table of contents (TOC) to display subsections of the front page of my documentation.
I have a number of sections on my front page, and I would like these to be displayed in the TOC. The display of subsection…

amicitas
- 13,053
- 5
- 38
- 50
5
votes
2 answers
NSIS pages and sections execution
probably I am not getting basics of pages and sections in nsis script.
I have to analyse installation script which was not made by me. In the top of the script there are macros of MUI pages for example
!insertmacro MUI_PAGE_LICENSE…

marek_lani
- 3,895
- 4
- 29
- 50
5
votes
1 answer
anchor links in site map with sections
I use a lot of anchor links in my webpage because its only one page that scrolls down by clicking the menu.
Also I made al my pages in sections.
Now I'm busy with making my sitemap.xml for google but i'm not sure if i need to put in all the…

Tatof
- 151
- 2
- 9
5
votes
2 answers
Saving custom config section results in System.UnauthorizedAccessException
I have the following problem trying to use a custom config section in my app.config. I use a custom config section to keep track of a selection of folders that I want to back up with my program like so:
…

Marcel van Gulik
- 93
- 1
- 8
4
votes
1 answer
Include whole text sections from other *.rst - files into this file?
I'm using Sphinx and I want to "copy" over a given section from one *.rst file into multiple other ones automatically, so that when I adapt the text section in the first file the changes are automatically reflected in the copied parts of the other…

glades
- 3,778
- 1
- 12
- 34