Questions tagged [disclosure]
59 questions
0
votes
1 answer
How to Get a Disclosure Button to Play Nicely With BKSplitView
I have a disclosure button setup in a simple app I am working on that is using BKToolkit. I have hooked up a Disclosure button with Push On Push Off to the toggleCollapse: action in the SplitView. The button works in the aspect that it collapses…

coneybeare
- 33,113
- 21
- 131
- 183
0
votes
2 answers
AdvancedDataGrid Problem (Bug?) -- Disclosure Icons in Wrong Column. (Hierarchical data, Flex 3.5)
I've run into a bit of a funny one and thought it was worth posting:
I'm using an Advanced Data Grid in a case where I've got to set the data provider at runtime using hierarchical data. The adobe docs don't really cover this kind of thing (at…

SpaceCase
- 1
- 4
0
votes
2 answers
Android Disclosure Indicator Solution
I developping an Android app based on its iOS twin. In one of our view, we have a list with many information but not necessarily all the information we want. In iOS, they have the right-carret disclosure indicator, but is there an equivalent in…

dequec64
- 923
- 1
- 8
- 26
0
votes
2 answers
iphone : SDK disclosure button not response from first TableView to second detail TableView?
How can I pass the first tableview row data to second detail view row
I use
[cell setAccessoryType:UITableViewCellAccessoryDetailDisclosureButton];
or
cell.accessoryType = UITableViewCellAccessoryDetailDisclosureButton;
to show up disclosure button…

Webber Lai
- 2,014
- 5
- 35
- 66
0
votes
1 answer
Why disclosure indicator don't show?
When app run in simulator Disclosure indicator don't show.Because of this I can not go to Detail
NamesTableViewController.m :
#import "NamesTableViewController.h"
@interface NamesTableViewController ()
@property (nonatomic, copy) NSDictionary…

Fa Hu
- 15
- 8
0
votes
1 answer
UILabel view iOS - how to add a disclosure icon
I have built a custom view and it includes a UILabel. My goal is to have a disclosure icon right beside the label. So it would look something like this in the end:
"Click here to go to credit card page >"
so i would like to add the iOS cell…

j2emanue
- 60,549
- 65
- 286
- 456
0
votes
1 answer
how do you exploit "Apache httpOnly cookie disclosure"?
Vulnerability description
Apache HTTP Server 2.2.x through 2.2.21 does not properly restrict header information during construction of Bad Request (aka 400) error documents, which allows remote attackers to obtain the values of HTTPOnly cookies via…

Elkhazrajy
- 11
- 1
- 4
0
votes
2 answers
JavaFX TreeView: remove expand / collapse button (disclosure node) & functionality
I want to have a TreeView that has all of its children permanently expanded, and I don't want the user to be able to expand or collapse any of the children.
To do this I've found that I need to do the following:
Remove icon with CSS (Done)
Change…

Nathan
- 162
- 1
- 9
0
votes
0 answers
Mapkit Annotation detail disclosure doesn't display
I'm trying to populate a detail disclosure but it won't generate. I don't have any errors or warnings when compiling and building the app except one here : "local declaration of mapView hides instance variable. I know what that means, it means that…

soulshined
- 9,612
- 5
- 44
- 79
0
votes
1 answer
Sencha Touch List Custom Disclosure Icon
I have custom icon to be displayed as disclosure icon for list component. I did CSS to do. My icon color is gray. It is displaying as blue color.
My CSS:
.myList .x-list-disclosure
{
width:48px !important;
height:48px !important;
…

Sridhar Boganathan
- 399
- 5
- 26
0
votes
1 answer
add disclosure button to annotation and open information in new view controller
I have been reading a few other posts on disclosure buttons in annotations but I have been unable to find anything very helpful. Basically I am adding annotations to a map from locations that I parse from JSON. I would like to add a disclosure…

user3492592
- 89
- 12
0
votes
2 answers
can't get disclosure button/segue to work
My segue seems to not be working and won't pop up the disclosure button:
MADViewController.h
#import
@interface MADViewController : UIViewController
@property (nonatomic, strong)…

spoons55
- 21
- 2
0
votes
0 answers
iOS disclosure button doesnt push a view with information
On pressing a disclosure button i want to push another view containing the details of the cell from which the disclosure button was pushed. I have the code below but dont know why it doesnt work. On clicking the disclosure button the programme does…

Dhwanit Zaveri
- 465
- 1
- 5
- 15
0
votes
1 answer
disclosure button mapview
I'll see if I can explain the problem and if I can lend a hand.
I have a "VC source" with multiple buttons, and through a switch (case) to select each of them, dynamically loads me another "VCdest", with images, texts, different depending on…

user1908661
- 89
- 3
- 9