The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
49 views

Is all program code loaded into the text\code section\segment of memory

I have started to look at c programming and whilst I am not a complete beginner (I have knowledge of java and web development) there are a lot of things I do not understand. My question is about when ...
0
votes
3answers
38 views

Is it possible to make Razor sections optional?

If I have a page with: <body> @section SomeStuff { <span>This is a section I just addered</span> } </body> Is it possible for the layout to not render this ...
0
votes
0answers
16 views

How to access another model attribute in {@if} inside dust section {#}{/}

How to access another model attribute in dust{@if} inside dust section. Normally we can do {#a} {#b} access b here {/b}{/a}. But I want to know how to access b inside if statement. Model: a: { ...
0
votes
0answers
16 views

button to change color header after rebuilding tableview

I'm writing a program like an e-book that has a button changing color of section view in a table view (like a contrast mode). This table view works as an index menu and can appear when swipe. how can ...
0
votes
0answers
14 views

Using the quasi-standard AdvancedPropertySection

I was wondering if it is not possible to use the standard implementation of the AdvancedPropertySection (link below) class for every selected element from a workbench part, which of course is a ...
0
votes
1answer
1k views

How to display table in COBOL's SCREEN SECTION?

For learning purposes I am trying the following: I am trying to display a table via COBOL ... I want to define the way it is all displayed in the SCREEN SECTION. Following happens or is supposed to ...
1
vote
3answers
41 views

How can I wrap implicit section in HTML 5 by jQuery?

HTML snippet: <h1>Heading</h1> <p>paragraph paragraph paragraph</p> <h2>Heading</h2> <p>paragraph paragraph paragraph</p> The snippet above is equal ...
0
votes
0answers
794 views

Android List view SectionIndexer - list view not displaying curent scroll letter

I am trying to use secionIndexer with fast scroll in list view. I have implemented but on scroll of list it should popup the current letter at which we have scrolled, but its not showing that. on ...
0
votes
0answers
12 views

Golden Section Method Advantages

As compared to Parabolic Interpolation, what are the advantages and disadvantages of Golden Section Method? I know the general advantages of golden section search and parabolic interpolation are: ...
1
vote
0answers
42 views

HTML5 section tag with the attribute runat=server doesn't work

I use the new HTML5 tags in my application including . I want to retrieve and access to my in my code-behind so I have put the attribute runat=server but I can't retrieve the id of my section in the ...
3
votes
2answers
186 views

Invalid role attribute value for section element?

In a website I'm working on right now, I have a section element which type is set to "main". According to the WAI-ARIA (http://www.w3.org/html/wg/drafts/html/master/dom.html#wai-aria), the section ...
0
votes
1answer
51 views

App-config , custom section handler object returning as null

So I made a custom section handler to read information from the app-config file but when I try run it i get the following error: Object reference not set to an instance of an object. I have been ...
1
vote
0answers
581 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 ...
0
votes
1answer
34 views

Issue with custom configuration handler - The element <myElement> may only appear once in this section

So im writing a custom configuration handler to allow me to assign multiple values to a single key in the app-config file. What I have now works , but only for one element. The error I am getting is ...
0
votes
1answer
53 views

iphone - How to limit the number of visible cell in one section

I have one table with two section and each of them has 7 fix row, as I am using story board I can set my table to static table and fill it statically. The problem is, It makes me a tall view and user ...
1
vote
1answer
32 views

ELI5 how to add sections to a UITableView

Can someone please explain in basic terms how the flow for adding sections works? I have an array of objects that I am currently populating into a single sectioned UITableView, however i would like ...
0
votes
2answers
96 views

How to show listgrid data in SectionStack in SmartGwt

I have a two sectionstacksection in code, onw is showing dynamic form for input data and second sectionstacksection is showing listgrid which will show a input data when i hit save button in my ...
0
votes
1answer
52 views

Can you add and remove section tags? Foundation HTML

I am trying to create a dynamic "section tabs" based on a user logging in. As a 'guest' they get the first two sections. If the login as 'user 1' the get sections 1,2,3,5 and 'user 2' gets 1,2,4,5. ...
0
votes
1answer
30 views

android custom view - section with header for grouping elements, best approach

I need to group views in sections on activities and describe sections by headers, so I created custom view like below: public class Section extends LinearLayout { public Section(Context context) ...
0
votes
3answers
49 views

css layout issue when setting a section height

I am writing a basic website in HTML5, i have all the site structure in place and so far everything has been working well. However I have one section that seem to go off on its own a bit. as soon as ...
1
vote
1answer
49 views

Scrolling child Section from a section to another

I have 3 sections (first, second and Third), inside the "first" section I have another section called "contenidor_composicio". What I wanna do is to make "contenidor_composicio" an Scrolling section. ...
17
votes
1answer
8k views

Xcode - Using #pragma mark

I'm pretty sure this isn't a duplicate. Do you use #pragma mark? I've seen multiple ways, which is correct? #pragma mark - #pragma mark === Actions === #pragma mark - #pragma mark - #pragma mark === ...
0
votes
1answer
34 views

HOw to Link to a specific section in a external Doxygen html file?

Lets say i have a section in a doxygen page "page_Examples" called \section_Example. Is it possible to link directaly to that section? Linking to the page is done like \link page_Examples Examples ...
0
votes
1answer
24 views

Switching sections of in NSFetchedResultsController

I'm using XCode 3.2.6 and testing on my iPhone 4s. My app displays a list of products in a UITableView. I have an NSFetchedResultsController (NFC) with the "sectionNameKeyPath" set so I see my ...
0
votes
0answers
205 views

How to show a Show/Hide Control/Section on Button Click in InfoPath?

I have an Optional Section in InfoPath Form which has set to "Do not include section in form by default". I have added a BUTTON control from infopath control toolbox. Now, I want to display this ...
0
votes
1answer
28 views

How to draw sections in view?

Please help me in the following. How to divide vertical layout by sections like on the picture http://developer.android.com/design/media/metrics_forms.png ? Its not a ListView, I have just layout ...
1
vote
1answer
20 views

Issue with a section content

I have a issue with a section in its content. If you see everything i write in the section goes outside of it and the section appear to be empty! HTML: <section id="scopri"> <article ...
0
votes
1answer
43 views

is it possible to add different sized section footers to different sections of the same uicollectionview

I have a uicollectionview that contains 2 sections and I want to add a different sized footer to each section.From the IB i saw I can add only one footer and header per collection. Is it possible ...
0
votes
2answers
32 views

Do I need to style a section tag for backwards compatibility?

I'm trying to jump on the HTML5 bandwagon now that it's gotten more coverage and is a mature spec. Instead of using a div tag for this: <div class="page-item"> <h2>Google rumored ...
1
vote
1answer
642 views

UITableView reuse section header view: header view disappear when using UITableViewRowAnimationFade

I prefer to use UITableView to create table with 2 level hierarchy like this picture. Everytimes user tap on header, content is collapse or expand. After 3 days research, I found that there are 2 ...
5
votes
1answer
395 views

Android ListView fast scroll with sections: section text too long

I am using ListView to implement a timeline. I enabled FastScroll and used SectionIndexer so that user could drag the scrollbar and see the section text displayed. The problem is all these are ...
0
votes
0answers
31 views

left-floating box not displayed at intended position

The solution must be very easy but somehow I do not find it..... My website is set to a responsive layout with maximum width of 960px (or lower). QUESTION 1: How can I float the (vertical banner) ...
0
votes
0answers
71 views

Section header offset to fix it below fixed searchBar in TableView?

I´ve managed to fix the searchBar on the top of a TableView. But now i need to let the section headers stop below the searchBar (which is part of the tableHeaderView). I´ve subclassed the UITableView ...
1
vote
1answer
160 views

How can I use part of a given range in vba (excel) i.e. certain rows in the range

I have a range that references a table in excel. I need to create a graph and therefore set the source data using my table range. I want the source data to be the first row and last 2 rows from my ...
0
votes
1answer
3k views

Autogroup UITableView alphabetically

is there a way to autogroup/autosection my UITableView alphabetically? I have a huge array which is being displayed nicely, but it would be even better if I had the sections like in addressbook.app. ...
0
votes
0answers
26 views

Stray end tag section - W3 validator

Still having a small issue in html validator for wrapped content of my theme. ...
0
votes
0answers
45 views

After include cant see other html tags in section - Laravel templating

After include cant see other html tags in section // views/page.blade.php: @layout('master') @section('content') HTML - works @include('somefile') // works HTML - NOT ...
1
vote
4answers
176 views

Variables .BSS section

Uninitialized variables are included in the BSS section. First question : Will they stay there when they are assigned? Second question/problem : I want to load this section in an external SDRAM. ...
1
vote
1answer
161 views

HTML5 section and article layout for web application

I know this is a common question among web devs and designers today, "when do I use a section or article element?" I have done quite a bot of research about the semantics meanings for each, but i ...
0
votes
1answer
58 views

Paragraph (Section) width changing size in Android Browser

I have created a website for a client that works on all web browsers as I intended except for Android. For reasons unknown the Android browser resizes my Menu bar as well as the part depending which ...
0
votes
2answers
538 views

How to set background color for specific section header?

I have a TableView with 10 sections that are loaded from a plist file and I have switches with which some of the sections can be turned off. I need to set a specific background color for each section ...
0
votes
0answers
7 views

Is there a way of knowing if the curser is on a continaution page in Word with vba

I have to add a side table to a page in a report over a large righthand margin. This is to put pictures and quotes into that relate to the main text column. Each section starts higher on the page than ...
1
vote
1answer
393 views

UICollectionView header position in horizontal scroll direction mode with flow layout

I have ios UICollectionView with Flow layout with horizontal scroll direction. In this situation typical header position is on the left side of cells. I want to make header on the top of section ...
2
votes
3answers
1k views

putting a @section inside an @if .net mvc 3

I can not seem to get this to work. @if (isReal) { @section Navigation{ @{Html.RenderPartial("NavigationForInput");} } } that doesn't work because it says "once inside code you ...
0
votes
2answers
37 views

How old is “process prioritization”? (i.e. Windows Task Manager Set Process Prioritiy, etc)

Is process prioritization a Window's or old linux technology. It appears Windows 95 did not have Process Prioritization in Task Manager, but Windows 2k did. I believe Process Priorization = kernal ...
0
votes
1answer
50 views

How to display sections in NSIS without letting the user choose a section

I have written an NSIS installer with three install sections like shown in this example (this is not my installer, but mine looks nearly the same): Example for section screen But here the user has ...
0
votes
1answer
67 views

Linear counting of rows in sectioned tableview

I have a sectioned tableview where the number of sections and number of rows is dynamic. Data is given to each row from different arrays and dictionaries. I would like to get the number of the row by ...
0
votes
0answers
28 views

Tableview and multi section common

My problem is: I receive a JSON : [{"date":"22/03/2013","nom":"toto"},{"date":"21/03/2013","nom":"mark"},{"date":"22/03/2013","nom":"gens"}] I like write a date in the header section and a name in ...
0
votes
1answer
424 views

HTML5 section headings

Say I have a section of content on my page, i.e.: Heading 1 Some content What would be the best way to represent this using HTML5? <section> <header> <h1>Heading ...
0
votes
0answers
83 views

for loop and section smarty duplicate result in html

I have a problem with the result in a smarty engine. This is my PHP file: $select_categories_home = mysql_query("SELECT * FROM categories "); while($row_cats_home = ...

1 2 3 4 5 9