The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
21 views

NSIS call function once time if at least one section is selected

I have a function Function installDll ... EndFunction I have some sections : a b c d e f I would like call the function installDll once time if at least one of sections { a, b, c, d} is ...
-1
votes
0answers
9 views

I have 4 different menus. How get from what MENU user came?

I am doing a school website and I have 4 different kind of students. And I'm using one menu in each kind of students section, but sometimes the same PAGE will appear to differents menu and I need to ...
0
votes
1answer
16 views

Animated Collapse of Webpage Sections

I've just started with JavaScript, and I would like to implement an animated collapse of certain sections of the page. Across the top of my page I have a nav bar that contains links to all of the ...
0
votes
1answer
26 views

How to disable first section in tableview?

How can I get rid of the first sectionBar here, right above the 'Home' ?
0
votes
1answer
43 views

How to get selected indexPath.section and indexPath.row value in UITableView?

I have insert 2 section and 2 rows in tableview, then i tried to get selected section and row value using UITapGestureRecognizer, but i have to get only indexPath.section value, i want both section ...
1
vote
1answer
25 views

Searching .init section in ELF file

How can I find section .init? Section header has field Elf32_Word sh_name. So I suppose I have to go through all sections to find one with name .init But sh_name is not an array of chars. It is an ...
0
votes
3answers
25 views

how to set table section title from any array object in iphone

I have tableView which i am getting data from array and also the number of section and section title also from array but when i give section title from array it breaks the app. Getting values in ...
0
votes
1answer
36 views

ASP.NET MVC: How to access section from extension method?

I'm writing html extension (Razor) for javascript rendered charts. I can edit javascript to read most values from data attributes, but sometime I need to insert directly inline javascript into the ...
0
votes
1answer
28 views

Difficulities imposing approriate width for elements in a div section in HTML5

I am experiencing a problem imposing the correct width for a certain div. My code is the following: <nav> <ul> <div class="flt-sec"> <a ...
2
votes
3answers
57 views

How to identify the section number of a section header view

There is a button in my header of a UITableView. Once the button is touched up inside, how could we know which section does the button belong to? As the tableview is editable, set the tag of the ...
1
vote
1answer
16 views

Strange behavior of Document createCDATASection method with Saxon (Maven Saxon-HE artifact 9.4)

I tried to use Saxon in place of JDK's default implementation (Xalan I guess) for XML transformation and Xpath. In my code I am creating a CDATA node using document.createCDATASection(data) method. ...
0
votes
0answers
26 views

UITableView Grouping By Today, Yesterday, Earlier

I have a UITableView which displays a Visit entity sorted by date descending. The cells in this UITableView are custom cells and so far this sorting and display works fine. But I would like to ...
0
votes
0answers
15 views

Entry point and sections?

I have this file http://www.cs.bgu.ac.il/~caspl132/wiki.files/lab7/a.out , and I'm not really sure where is the entry point or how many sections are there. Could someone explain and detail please? ...
0
votes
0answers
12 views

Is it possible to add a new section to Chrome's new tab page? [closed]

Can I add a new section to Google Chrome's new tab page with custom selected site links? Thanks in advance. -Mario
0
votes
1answer
29 views

Correct HTML5 site header

I just read about the header tag not being equal to section. The author says, header should not be used outside a section, but he doesn't tell us, how the sites header and footer have to look like. ...
0
votes
0answers
6 views

Dual section/color badge in cell?

I know there are a couple of custom UITableViewCell subclasses which have a badge view in the cell (ie. TDBadgedCell and DDBadgeViewCell), but are there any which allow two sections, with different ...
0
votes
1answer
33 views

Background-image not working for css id but for css body

in the .CSS File: when i apply body { font-size: .85em; font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif; color: #232323; background-color: #fff; background: ...
5
votes
1answer
59 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
58 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
19 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
19 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
15 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 ...
1
vote
3answers
44 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
32 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
55 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 ...
0
votes
1answer
86 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 ...
3
votes
2answers
291 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
62 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 ...
0
votes
1answer
57 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 ...
1
vote
1answer
40 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
139 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
41 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
58 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
59 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. ...
0
votes
1answer
26 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
1answer
39 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
69 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
0answers
267 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 ...
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
32 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 ...
0
votes
1answer
53 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
36 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 ...
0
votes
0answers
34 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
101 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
230 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
0answers
30 views

Stray end tag section - W3 validator

Still having a small issue in html validator for wrapped content of my theme. ...
0
votes
0answers
54 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
244 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
206 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
75 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 ...

1 2 3 4 5 9