Questions tagged as 'view'

2
answers

How to remove a View from an xml layout?

for example ... I want to inflate a layout with a certain class, it removes unnecessary views and only uses the necessary ones ... Is there a method to remove views?     
asked by 01.06.2015 / 04:05
1
answer

View in MVC project in PHP

I'm developing an MVC project in PHP and did the whole view in .html files. When I need to manipulate a form, I specify in the action the path to a script in the controller. My question is whether you need to view only .html files without anythi...
asked by 05.06.2015 / 18:38
1
answer

Several ImageView defined src in xml, error java.lang.OutOfMemoryError:

I have a FrameLayout that contains the list of courses with image of the respective courses, all defined in XML, but the error occurs. There are several images, around 15, with about 1280 x 1024 each. <ImageView android:layou...
asked by 13.01.2017 / 13:01
1
answer

Discover user password through Select or View? [closed]

I'm running a BD that was done by a developer who created a table of operators, it happens that he is no longer in the world of the living. How to find a user's password through a table or a View using SELECT * FROM ?     
asked by 12.09.2017 / 17:51
1
answer

Search inside another scaffold rails

I have a problem, an example I created two scaffold book and loan, then I created a controller and an index called report: rails generate controller RelatoriosEmprestimos index I want to make specific searches of scaffold loans on this cont...
asked by 12.06.2018 / 17:10
1
answer

Return two models in a view (foreach)

Good morning. I'm new to C # and aspnet and I came across a problem. Developing a virtual calendar, I would like to display two queries on a page just when the user logs in, however, there in my controller I can only return a view even though I...
asked by 23.12.2017 / 13:12
1
answer

Creating View with Records Limit

I want to create a view that should only return a maximum of% with% registrations, regardless of the applied selection clauses . That is, whatever filter you apply, the number of rows should always be X . (with X does not se...
asked by 03.10.2016 / 18:11