Questions tagged [sections]
697 questions
0
votes
1 answer
Working with parallax through CSS3 and Jquery
I am working on a one page website where each section's background-image parallax scrolls over the other.
Here is my HTML:

justLearning
- 187
- 2
- 9
- 19
0
votes
2 answers
Codewarrior debugger not showing C source after compiling some code and data into a new ELF section
In our project, we are building an ELF file and a partially linked file (PLF) which is converted to a proprietary format and loaded into memory after the ELF is loaded. We use Codewarrior to run and debug, which has been working just fine (the C++…

thehelix
- 578
- 1
- 6
- 10
0
votes
1 answer
Tableview lifecycle
I have a UITableView that I am trying crate with a few sections. I know how to create them and have others working perfectly on my app but this one wont load past numberSectionsInTableview.
I have tried adding break points to see where the…

WCByrne
- 1,549
- 1
- 11
- 16
0
votes
1 answer
How to reload a UItableView with rows and section
I have a UITableView displaying a list of plants in alphabetical sections. Within the app, the user can change the language. When the language is changed, the method:
[self.tableview reloadData];
now displays the same plants in a new language. The…

Tom Tallak Solbu
- 559
- 6
- 20
0
votes
5 answers
css - Make two tags side by side
My current code is this:
0
votes
1 answer
[[self.fecthedResultsController sections]count]; coredata tableview sections count turns out empty. why?
my entity name is Password, and it has 4 string attributes, one of them is "type".
i want the table to have as many sections as there are types..
what am i doing wrong?!
i have no issues but the table is just empty and the sections count turns out…

Rinat Muny Adi
- 1
- 3
0
votes
1 answer
How to split a file up in sections in php?
My script stores serialized arrays in text files, but I would like to be able to split the files up in sections and store data within those sections. I have though about using text as separation, and then use substring to get data between two…

Daniel
- 319
- 8
- 17
0
votes
1 answer
Letter Bar while scrolling by indexes UITableView
I have something like this
http://www.allappsdevelopers.com/images/TopicImages/TableView%20in%20iphone/index.png
And i also want to show something like MBProgressHud while scrolling by these letters. I saw in some apps that when u scrolling by…

user2181277
- 1
- 3
0
votes
4 answers
TableView section
I have an NSArray which includes a list of keys and this array comes out of a .plist.
At this moment i write this array in a UITableView, but this is not sorted and sectionized.
I want to sort this Array and want to have Sections in this UITableView…

Simon
- 19
- 2
0
votes
3 answers
How do I get swipe to delete a row in a specific section
I have two arrays. Each Array gets a section. When the user swipes the row and selects delete it must delete the appropriate row in the right section. How do I change my code to get it to delete in the right section.
This is my code so far.
-…

user1898829
- 3,437
- 6
- 34
- 62
0
votes
1 answer
joining three tables and displaying information in two locations
//Table One {news}
Id1 | subject1 | url1 | source1
//Table Two {blog_news}
order_id | type | id1 | id
//Table Three {blog}
id | name | subject | url
//SQL query
SELCET nf.*, fnb.*, b.id, b.name, b.subject, b.url FROM news AS nf JOIN blog_news AS…

Nicholas Null
- 1
- 1
0
votes
1 answer
Blank Pages in MigraDoc due to section.PageSetup.SectionStart = BreakType.BreakOdd/EvenPage
I'm generating a price guide from a database - lots of the functionality required has been worked out, but the system is generating blank pages, which I believe is correct, but I wonder if there is a workaround for it.
Put simply, I have used…

Mark Rabjohn
- 1,643
- 14
- 30
0
votes
2 answers
Smooth animation of HTML sections
I am aware that it is possible to animate the transition to html sections so that they are smooth.
This website:
http://en.wikipedia.org/wiki/Dobroslav_Jevdevic
Uses HTML sections.
When you click a link from the contents list, you go straight…

william44isme
- 877
- 2
- 13
- 25
0
votes
1 answer
Adding different sections in Crystal Reports for details
I know how to add sections, groups etc but I am just trying to show something like this:
************************************Section1**************************************
Name:-------- LastName:--------------- …

Incredible
- 3,495
- 8
- 49
- 77
0
votes
1 answer
Multiple Sections in one SectionIndexTitles
I have now a UITableView with multiple sections in it.
Only if I add a list with the start letters of the sections title (ABCDE etc) as SectionIndexTitles and the list is not yet filtered for double values.
So the list would be:
A
Header = ABBA
CD…

Renzzs
- 1,046
- 2
- 11
- 20