Questions tagged as 'framework'

0
answers

Can not perform CAS Asserts in Security Transparent methods EXT.NET - Localweb

When I upload my project to locaweb, I get the following error message, does anyone know how I can solve it?     
asked by 28.11.2016 / 17:46
1
answer

Installation phalcon-devtools

Good people, I'm trying to install phalcon-devtools on xampp and I'm doing what the offical documentation says to do Here. I already configured xampp with the phalcon dll and I already did a mini project, but I wanted the devtools to hel...
asked by 24.10.2016 / 19:03
1
answer

How to use an unmanaged DLL in Microsoft Bot Framework?

I want to make a bot for facebook using the Microsoft Bot Framework (C #) and also use a tool called ChatScript, which is written in C ++. I turned chatscript into a DLL and called it in a console application in C #, which worked. When I t...
asked by 06.11.2016 / 22:13
1
answer

Gridiview in asp.net assembly

Good afternoon, folks. I have a question when setting up a gridview I do not have a lot of knowledge in C # I did it that way string sql = "SELECT pr.codigo_chave,pr.codigo_produto,pr.nome_produto,ca.nome_categoria FROM infobook_net.produtos...
asked by 25.01.2016 / 17:10
1
answer

Are there other GUI libraries besides awt, swing, and javafx? [duplicate]

I wanted details and what these libraries are for to help me develop my video-game software.     
asked by 07.10.2015 / 22:22
0
answers

build components dynamically with json

var componentesHTML = { newBlock: '<div class="componente" data-componente="newBlock" style="width: 100%; z-index: 100;">' + '<div class="alert" style="background-color:#951f2c !important;"><span class="sort" style=...
asked by 28.08.2015 / 02:43
0
answers

Radiobutton inside Popover is not checked via javascript

I have a query screen where I feed an html table with the database records. In one of the columns, of each line, there are some options like edit, delete, add photos and another option that opens Popover. This Popover is from Bootstrap 3, whe...
asked by 14.04.2015 / 19:20
1
answer

Problem with Paging and forward with Zend Framework 1

I use ZF1 and am having trouble using _forward() , the reason is that if I redirect it to a page with pagination, the url gets the method of the action that was submitted. Well, for example, if I have a pagination and each item has...
asked by 03.02.2015 / 17:57
1
answer

Get data from a ManyToMany relationship with Doctrine2

I have the following N: N relationship between the teacher and class tables, where there is a third table teachers_turtle. I want to list all the classes that this teacher teaches ( that is related ), but when I return to the teacher's query,...
asked by 01.12.2014 / 20:46
1
answer

Error with controller in codeigniter with the name system.php

I'm moving on a project that is in CodeIgniter. There is a controller called system.php which is to access admin , but when I try to access it localhost/meusite/system/método , it gives access denied because it thinks I'm...
asked by 21.05.2014 / 20:21