Top "View" questions

This tag is for questions about database view or UI / architectural view.

Android - get children inside a View?

Given a View how can I get the child views inside it? So I have a custom View and debugger …

android view
View array in Visual Studio debugger?

Is it possible to view an array in the Visual Studio debugger? QuickWatch only shows the first element of the …

c++ visual-studio arrays view debugging
Perform Segue programmatically and pass parameters to the destination view

in my app I've a button that performs a segue programmatically: - (void)myButtonMethod { //execute segue programmatically [self performSegueWithIdentifier: @"MySegue" …

ios view parameters storyboard segue
Create a view with ORDER BY clause

I'm trying to create a view with an ORDER BY clause. I have create it successfully on SQL Server 2012 SP1, …

sql-server database tsql view sql-server-2008-r2
Google Chrome display JSON AJAX response as tree and not as a plain text

I cannot find an answer to this one: My AJAX calls return JSON data. In Google Chrome Developer Tools > …

ajax json google-chrome view tree
Qt jpg image display

I want to display .jpg image in an Qt UI. I checked it online and found http://qt-project.org/doc/…

image qt graphics video view
Display all views on oracle database

Is there a way to display all the views currently set on an oracle database via sql developer? Thanks.

database oracle view oracle-sqldeveloper
Codeigniter: Passing data from controller to view

I want to pass $data from the controller named poll to the results_view however I am getting an undefined …

php codeigniter view controller
Is there a way to programmatically scroll a scroll view to a specific edit text?

I have a very long activity with a scrollview. It is a form with various fields that the user must …

android view android-edittext scrollview programmatically-created
How to remove all subviews of a view in Swift?

I'm looking for a simple method to remove at once all subviews from a superview instead of removing them one …

macos view swift