Most voted "view" questions
This is the application display layer (which is separated from the other layers in the MVC standard).
Learn more…185 questions
Sort by count of
-
0
votes2
answers348
viewsKeyboard up before view up
As the statement says, As soon as I touch one input the keyboard goes up and then the view goes up. I’d like to know what I’m doing wrong. PS: In addition, between the keyboard and the view, there…
-
0
votes1
answer36
viewsError inserting Slider inside View - Swift
I have a problem related to Swift Slider when I try to put it inside a View My project has the following structure View (main) View (used for grouping) Scrollview View () If I put the Slider inside…
-
0
votes2
answers318
viewsHow to remove a View from an xml layout?
for example... I want that when inflating a layout with a certain class, it removes the unnecessary views and uses only the necessary ones... There is a method to remove views?
-
0
votes1
answer341
viewsView in PHP MVC project
I’m developing a PHP MVC project and I 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 it…
-
0
votes0
answers26
viewsKnowing Checkbox value inside a Multiview/View/Datalist
I wonder how the value of a checkbox which in turn is inside a DataList which is inserted within a View and the latter within a MultiView. I tried some methods FindControl but without success.…
-
0
votes1
answer523
viewsGrab parameter from URL
I need a code that when I click on the image, this image will open in a new tab. So far I have managed to make that when I click on my image it opens another tab with the image path in the URL. How…
-
0
votes1
answer361
viewsLaravel - How to make a Try/catch in the view?
Is there any way to make some try/catch in a view of Laravel 4? How could I implement in the syntax of blade? I’d like something like: @try <div class="laravel test"> {{ $usuario->nome }}…
-
0
votes0
answers195
viewsMultiple Models in an Asp.Net MVC#
I’ve had a question for a month. I have 2 tables or Models and I want the view to be manipulated, such as: view your data as they leave the BD and also insert data in the same tables. I saw many…
-
0
votes1
answer73
viewsDoubt codeigniter
Opa Galera! I’m starting with php and codeigniter, I have a question: I have two controllers, each with crud functions, but would need the create(form) views to be loaded on a 3rd page together, how…
-
0
votes2
answers1453
viewsIndex views in Mysql
I have a view in my Mysql database, I would like to know if it is possible to index the fields that are contained in it, because I have a group by on it that is consuming much, and a index would…
-
0
votes2
answers792
viewscodeigniter - list related data
Hello, I’m trying to show the name of a channel associated with an event through a FK, but I can’t show it. Model: public function get_events() { $this->db->get('events');…
-
0
votes1
answer43
views -
0
votes1
answer1113
views -
0
votes1
answer62
viewsHow to transfer content from one Viewcontroller variable to another
Excuse my ignorance of beginner programmer. I followed the tips above but it makes a mistake when I do the self: Cannot assign value of type "Telaprincipalviecontroller" to type…
-
0
votes2
answers191
viewsHow to migrate data between views using Tab Bar Controller (Swift)
I have a Tab Bar Controller with three buttons. How do I take an array, loaded from data stored in Core Data, from a view (button 1) to another view (button 2)?
-
0
votes1
answer58
viewsGet childView position in Expandablelistview
I have a Expandablelistview in my app. <LinearLayout android:orientation="vertical" android:layout_width="match_parent" android:id="@+id/myLayout" android:layout_height="match_parent"…
-
0
votes0
answers28
viewsLoading multiple VIEWS in Codeiniter
Since Header and Footer will be the same on all pages, there is a downside to calling them in the same Controller? EX: $this->load->view('v_header', $variaveis);…
-
0
votes1
answer172
viewsIs it right to create a viewmodel for registration (post) and another for consultation (get) of a User entity?
I am taking my first steps in Web API. I created a Viewmodel of the User entity, I will use it for user registration. Now, when returning the data, it has fields, like the password, which I don’t…
-
0
votes0
answers58
viewsProblems with accentuation Asp.Net c#
I’m wearing a foreach in my View, but I’m having problems with accentuation, note the code: @foreach (Area areas in Model.ListAreas) { @:{ id:@areas.Cod_Area, text: '@areas.Desc_Area'}, } Note: Meta…
-
0
votes1
answer57
viewsFix value still inside the View
I would like to know how I can change the value of @Model still in the view, before sending to the server and which the best way to do this? Example: @{ var model = (Pessoa)Model bool isAtivo =…
-
0
votes1
answer45
viewsScroll up after changing view
I’m using angular in my system I’m changing the views with the command $state.go('main.shops.cart.success'); But the problem is when mute to view the scroll continues down. I would like when it…
-
0
votes2
answers114
viewsHow to receive information in a View?
I programmed my controller as follows: [HttpPost] public ActionResult Login(string pUsuario, string pSenha) { usuario oUsuario = modelOff.usuarios.Where(p => p.usuario1 == pUsuario &&…
-
0
votes0
answers45
viewsConnecting several banks with mysql loop
good afternoon My doubt is related to connection to several databases in mysql for reporting I would like the annual result of the year 2016 in sales, so I want to take the result of each month, but…
-
0
votes1
answer301
viewsSlimframework + PHP-View
I did the download library Php-View to use together with Slim Framework 3.x, but I am not able to make the return of view. // Get container $container = $app->getContainer(); // Register…
-
0
votes1
answer738
viewsPassing an array via Ajax to view Django
I plan to pass an array via Ajax to my Django view, but there is always an error stream_or_string = stream_or_string.read() Attributeerror: 'Nonetype' Object has no attribute 'read' $.ajax({ url:…
-
0
votes0
answers66
viewsMaterialized view
I’m having a problem creating a view CREATE MATERIALIZED VIEW table_name You’re making this mistake: ERROR: syntax error at or near "MATERIALIZED" LINE 1: CREATE MATERIALIZED VIEW…
-
0
votes1
answer63
viewsCakephp routine is legend to display data in the view
I’m using Cakephp 2.4.2. I’m not able to understand the slowness to display the data. As the number of records increases in the table, the slower it gets. The table structure is id (int(11)), name…
-
0
votes0
answers474
viewsProblem to view report using Crystal Reports in Visual Studio 2017
I’m having trouble seeing report information using Crystal Reports in Visual Studio 2017. When I open a RPT file it is visualized as follows: Since he should open the report with the components…
-
0
votes1
answer31
viewsError while trying to list employees on the project sale screen
I have following error when accessing the sales checkout screen, does not show the registered employees, however customers show. Screenshot: View: <?xml version="1.0" encoding="UTF-8" ?>…
-
0
votes1
answer962
viewsView with two or more tables with no link, with different columns and that need to be merged
I have two tables, "PRIMEIRATABLE" with the fields name, surname, and age, another table "SEGUNDATABLE" with the fields name, last_name, and acts the two tables have no link but need to join in a…
-
0
votes1
answer697
viewsHow to perform a search disregarding Firebird special characters in the WHERE Clause
I’m making a View and Clause WHERE it does not accept a filter of this 'Temporary' only if removing the accent Ex: 'Temporario'. CREATE VIEW VWORDEMPRODUCAO ( CODEMPRESA ) AS SELECT F002 AS…
-
0
votes0
answers101
viewsPull facebook profile image to a panel
package com.didasko.eduardo.tender; import android.content.Intent; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; import…
-
0
votes0
answers170
viewsError in Laravel 5.7 validation messages
I am working with Laravel validation messages, but always this returning me "validation.min.string", I stopped importing something? Controller $this->validate($request, [ 'telefone' =>…
-
0
votes0
answers21
viewsMultiple FXML within the same Javafx scene
I have the following scene at Javafx: I want the user to click on the buttons "Customers", "Products" or "Suppliers", open the FXML corresponding to each of these buttons that I will create in other…
-
0
votes1
answer227
viewsWhat are Django’s view, serializer and model settings?
I’m studying the 'Django' and would like to understand the definitions view, serialize and model and which route between them. Thank you
-
0
votes0
answers25
viewsPass two Controller variables to Codeigniter view
I would like to pass two variables from Controller to Codeigniter view, follow code: $lista_diversos['diversos'] = $this->diversos->getDiversos(); $listacodigos['codigos'] =…
-
0
votes2
answers413
viewsHow to create a View in SQL Server by unifying all columns of 3 tables?
I have 3 tables with the same columns but with different records of different periods and no Pks. I’d like to unify them into one view to analyze the data, have some command in SQL that helps me in…
-
0
votes1
answer1056
viewsHow do we know where the route came from and redirect it back?
I have 3 tables on BD: Emitentes, Pessoas e Cidades. Where on the table Issuers and in the table People have the FK id_cidade. When I’m registering one, both a Emitente how much a Pessoa I have in…
-
0
votes1
answer79
viewsDate and Time Data Type Elements
Personal I would like to ask a question, we should treat differently fields that have as kind of data time and date I say in relation to the view, Why I have a problem I need to plot some date and…
-
0
votes1
answer63
viewsHow to work with javascript object
Well I’m having a hard time understanding how to work with an object that comes from my javascript controller, I’ve already done some tests to make sure that this information has gone up correctly…
-
0
votes1
answer582
viewsHow to take the item information from a java listview and insert it into an android studio textview?
I am learning to program, and I started a project in q shows the information about the Formula 1 teams, such as pilots, age, nationality and titles of each. When you click on an item, you will be…
-
0
votes1
answer78
viewsView data is disappearing at a certain time
Here’s the thing, from what I understand the whole project follows the MVC Standard. I just have a big problem. A view of requests there is a refresh 30 seconds simple, looking for new orders. So…
-
0
votes1
answer535
viewsCall Action as parameter in Html.Beginform - ASP . NET MVC 5
I have a code that queries a Webapi, writes to the database, and queries the database, in this application, a view that has 3 buttons, namely: Consult Ws Inserts BD Comic book consultation I am…
-
0
votes1
answer247
viewsFilter Models in the Django view
Fala Galera I have the following app running on Django 1.6. when clicking on dog or cat the idea would be to present a page performing object filtering The animal is shaped like this to filter:…
-
0
votes1
answer17
viewsGenerate a single page with all records
I have a query that returns a list with objects. From this list, I go through each position, define some object parameters and return to a view. What I’m trying to do is: Scroll through all…
-
0
votes2
answers38
viewsRender css when transforming view into string
I’m using the method: protected string RenderPartialViewToString(string viewName, object model) { if (string.IsNullOrEmpty(viewName)) viewName =…
-
0
votes1
answer314
viewsPHP MVC - How to run Model methods?
Good afternoon! How do I execute a method of the Model class, in specifying an insertion method to the BD, in case I need to send the Form data. This is the form in View (sector.php): <form…
-
0
votes0
answers67
viewsreturn to view before executing the route.. nodejs
Good afternoon guys how do I return to view that fired the route without executes it ?? follows below the passage... app.post('/atendimentos/pesquisa', home.loggedIn, function (req, res) { var…
-
0
votes1
answer44
viewsreturn to view that fired the form in case of any error! Nojde+Express
Good morning guys, it looks simple but I haven’t been able to on my own and I haven’t found it on the net, I just wanted to return to view that fired Submit, I have a simple registration screen...…
-
0
votes1
answer24
viewsUpdate with view parameters
Good morning. I created a view to pick up concatenated data from multiple columns. CREATE ALGORITHM = UNDEFINED DEFINER = `root`@`localhost` SQL SECURITY DEFINER VIEW `canal` AS SELECT…
viewasked 6 years, 1 month ago Nido Nunes de Carvalho 11