Questions tagged [disclosure]

59 questions
1
vote
2 answers

Am I using the iOS "detail disclosure" and "disclosure" correctly?

Am I using the "detail disclosure" and "disclosure" accessories correctly in this screenshot? The "Description" and "Business Impact" rows navigate to a single text view with only multi-page text displayed expanding on the truncated summary shown in…
retrodev
  • 2,323
  • 6
  • 24
  • 48
1
vote
1 answer

Cocoa NSOutlineView deselect previous selection

I have a NSOutlineView, some of those have children some don't. I would like to deselect, or close the previous selection when a selection is made on other cell. I hope I can be explanatory with these screen shots. Here we have Two Parent Folders,…
Xander
  • 902
  • 2
  • 14
  • 33
1
vote
2 answers

Keep ios6 disclosure indicator apparence in ios7

The iOS Disclosure Indicator changed appearance in ios7; it's now a faded grey. Unfortunately, my app has a lot of pages (more than 100) with different sections and background colors. On ios6, there is no problem, but on ios7 the new disclosure…
pacosxm
  • 11
  • 2
1
vote
1 answer

af:panelTabbed - Issue with displaying a popup on tab switching

I am facing an issue with handling disclosureEvent using clientListener. I am trying to show a Ok/Cancel popup whenever a user navigates away from a tab in panelTabbed. Below is the code: (This is the exact same code provided on Oracle ADF code…
1
vote
2 answers

Change color of detail disclosure button dynamically in code

I know similar question(s) have been asked before, but most answers say create a new detail disclosure button image with the required color (e.g. How to change color of detail disclosure button for table cell). I want to be able to change it to any…
DarkMatter
  • 306
  • 2
  • 13
1
vote
1 answer

Set different actions for different annotations in MKMapView

I am trying to find a way to make multiple annotation disclosure buttons open other views. For example, annotation1 disclosure button needs to open ViewController 1.xib, annotation2 needs to open ViewController2.xib, and so on. Is this…
1
vote
1 answer

Sencha Touch focuses textfield in overlay on list disclose

I have an odd issue with Sencha Touch 2. I have a list with disclosure on, when tapping the disclosure icon, I open an overlay, and load some data into the form it contains. All is well up until this point. The odd problem I am experiencing is, that…
msweltzdk
  • 35
  • 6
1
vote
2 answers

How I can use the Detail Disclosure Button whith Storyboard?

I try to use the Detail Disclosure Button with the Storyboard, but when I build a segue from Disclosure Button to a new View it works only, when I press the table cell and not, when I press the Detail Disclosure Button. What must I do? Thanks,…
Bernhard B
  • 61
  • 1
  • 5
0
votes
1 answer

Disclosing geolocation positions to all users makes an app ineligible for the Apple Store?

I would like to know if the app I'd like to create has any chance to be eligible for the App Store. The app would temporarily store each user's geolocation information on a server and make it available to the other users of the app. This…
user183772
  • 93
  • 3
0
votes
0 answers

Ip xfrm state command displays key information, which may cause information leakage. Is there any way to prevent users from viewing key information?

Ip xfrm state command displays key information, which may cause information leakage.In the following, the auth-trunc hmac and enc cbc will cause key information leakage. Is there any way to prevent users from viewing key information in any…
rock ju
  • 1
  • 1
0
votes
1 answer

Can I restrict access to specified packages in a github repository?

If I have a git repo that has multiple packages that relate to some disclosed and some not disclosed products, is it possible to restrict access to the packages that have undisclosed data? For example: There are three full time employees and 2…
0
votes
0 answers

Information Disclosue issue in Wildfly and Apache Web Server

We are working in an environment where UI Requests flow to a WildFly Server (where the WAR is deployed) versioned 10.1.0 via an Apache Web Server versioned 2.4 We were running Security tests and when using a VirtualDirContext, it was possible to…
0
votes
1 answer

SwiftUI: How do you implement List + ForEach loop for child elements (shown in a disclosure group)?

Currently, my app uses only a list view to display folders (as seen below). All of the tutorials online suggest that for dynamic content (In my case, an array of folders that will be updated once a user adds a new one), I should use a ForEach loop…
Aadi Anand
  • 35
  • 7
0
votes
1 answer

Set ImageView to full width in TableViewCell behind Disclosure indicator

I'm wondering if there is a way to set an ImageView in a TableViewCell to full screen width even behind the accessory? I would like to keep the indicator to be consistent with the other cells I have. If not is there any workaround? Thank you!
N. Beer
  • 109
  • 1
  • 10
0
votes
1 answer

Controlling when custom disclosure indicator is present in tableviewcell

I'm trying to control when a custom disclosure indicator is present in a cell. I'm specifically trying to do it using the one with the custom position (which is in my custom tableview cell class): TableViewCell disclosure indicator position I'm…
J Derbs
  • 153
  • 14