All Questions

1
answer

Pass class type dynamically on a method in c #

Starting from: Person model public class Persona { [BsonRepresentation(BsonType.ObjectId)] public string Id { get; set; } [Required] public string Nombre { get; set; } [Required] } Buzon Model public class Buzon {...
asked on 23.10.2017 / 17:42
1
answer

matrix staggering in python

I have problems when trying to stagger a 5x5 matrix. First I made a null line go to the last row of the matrix (it worked), then I tried to make a row with the highest index fall below the one with the lowest index, but on the line: if pivos_i...
asked on 14.10.2017 / 20:05
1
answer

How to prevent "being encoded as" in Razor?

Well the question here is that I'm working on a razor file and I'm wanting to create a json from an array in vb.net as follows: For Each ItineraryPnr In ItinerariesNode.ChildNodes arrayPnrRetrieve(contPnr) = New With {Key .trasactio...
asked on 14.03.2016 / 19:13
2
answers

Help with my own style on all devices

I have been developing an application and when I try it on other devices with different versions of Android, they all appear in different colors. Install the App on 4 devices each with a different version and screen size different from Androi...
asked on 14.03.2016 / 16:20
2
answers

Problem with FullScreen image in Mozilla

I have my function to enlarge a full-screen image, which works for me in Google Chrome but not in other browsers. I have the following code: $("#Button1").click(function (ev) { launchFullScreen(document.getElementById('image...
asked on 06.03.2016 / 22:18
1
answer

getattr in pony generators orm

I have the following problem (whose answer I fear is that it does not support it). I have verified that this sentence runs without problems: res = tuple(Cliente.select(lambda c: c.nombre == "Pepe")) But my problem is that name is inside a...
asked on 02.03.2016 / 09:04
2
answers

How to have Firebase running in the background?

I have a main activity where I see that if I do not have internet in the onCreate , the Firebase ( which has its own AsyncTask ) does not do its work, then the problem is that if I do not obtain information of the Firebase...
asked on 05.03.2016 / 08:55
1
answer

API on ReportLab with Django

Well, I have this doubt because I have not found good documentation about it, there is a specific doubt at the moment and it is with the images. from reportlab.lib import colors from reportlab.lib.units import cm from reportlab.lib.enums impor...
asked on 10.03.2016 / 21:25
3
answers

C ++ API for editing three-dimensional models

I tell you that we are developing an architectural visualization project using the Unreal Engine video game engine. We have a requirement that is very complicated to complete from the tools provided by Unreal Engine, and is to change the colors...
asked on 11.03.2016 / 19:25
1
answer

How to prevent the keyboard from using an a4j: commandButton in jsf?

I have an a4j in the header of a web: commandButton which responds to some events caused from the computer keyboard, when I press the enter in the keyboard the action of said commandButton is launched, and when I press the delete button in the k...
asked on 02.03.2016 / 16:31