disclosure

Is it expected to disclose all the frameworks / open source software used in a project to a client.

Taken aback to day when I was confronted about the use of validation code used from the Csla framework. It felt like I was reprimanded for not disclosing the use of the framework to the client. Is this not the same as using libraries such as jQuery etc? ...

Simulate a Detail Disclosure Button press

Does anyone know of a way to simulate pressing a detail disclosure button? ...

iphone - table Cell color doesnt apply behind disclosure indicator.

I have a table view that has alternate colors as background color for cells. In addition to that i have added a disclosure indicator accessory. However, the problem is that the cell background color doesnt seem to apply to the area 'behind' the disclosure indicator. The cell background color seems to truncate before the disclosure indica...

How long should I wait to publicize a vulnerability in a free/open source project?

In my review of free package distributed under the Apache license I found a number of bugs ranging from the obscure code issues to security holes. I've taken the following steps: I notified the project lead through private email about this two weeks ago, and other than an acknowledgment of said emails, I haven't seen any internal o...

How to make a Cocoa Disclosure Triangle

I have most of the code that works [self.disclosureButton setBezelStyle:NSDisclosureBezelStyle]; [self.disclosureButton setButtonType: NSPushOnPushOffButton]; [self.disclosureButton setTitle:nil]; [self.disclosureButton highlight:NO]; However, when I press the button, it turns black to indicate the press. How do I get it to stop chang...

Where do I find the "Collapsible Panel" Cocoa control in Interface Builder?

Hi, I'm trying to add a collapsible panel to a panel I added in the Interface Builder, similar to the one found in Office 2008 and XCode itself. This is the collapsible panel for those that don't know it: Any idea how I can add this to my project? Google hasn't been of much help. ...

Build an application with some kernel memory disclosure

Hi all, I'd like to build a C application that I can then exploit to get some confidential information from the kernel memory. The issue is that I don't really understand where to start... I've found that the use of copy_to_user() without appropriate checks on the return value could lead to this sort of issue, but I don't understand ho...

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 in each cells it can ,I also add actions in - (void)tableView:(UITableView *)tableV...

AdvancedDataGrid Problem (Bug?) -- Disclosure Icons in Wrong Column. (Hierarchical data, Flex 3.5)

Hi Gang, 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 least not at the level I could dig to). Has anyone run into this before? The only...