All Questions

1
answer

Count in IReport

I have a report where I have the Status column, in this column I have the following statuses: Finished and Pending. I created a variable and added it to the Sumary band and set the following properties: Variable class = java.l...
asked on 06.08.2015 / 15:52
1
answer

Javascript - Get object id in a list generated with PHP and HTML

How do I get the object id of a list by sending as a parameter to a javascript function. How do I put the id in the send () function? <?php foreach ($contatos as $contato) { ?> <!-- Inicio da tabela (Na verdade...
asked on 10.08.2015 / 14:17
2
answers

Set and change color in the menu depending on the scroll

Good afternoon I wondered if some way to change the color of a floating menu in a one page template depending on the section of the page where we are. As in this example: link But without using Bootstrap because I would like to keep my o...
asked on 31.07.2015 / 19:28
1
answer

Timeline Effect

I would like to know if there is a plugin for the same effect as this site here: link As for how it works, it has a sort of vertical ruler.     
asked on 26.05.2015 / 18:22
1
answer

Problems to do Multithreading with C #

Well, I'm having a problem with multithreading on a Kinect system I'm developing for my research project. I understand that this happens because I'm trying to access a Thread B resource that is on Thread A, thus launching the System.InvalidO...
asked on 05.08.2015 / 22:47
1
answer

Problem creating SLUG in codeIgniter

Look, I'm developing the portal to my music label, and I'm having a pretty chatinho problem. I'm recording the news, album names, artist names and so on. When I register in the DB I play in a field the original artist name and in the other...
asked on 23.05.2015 / 08:06
1
answer

Is it possible to use coloring of vertices, edges or faces in a DIRECTED graph?

Would you like to know if you can use the coloring technique in targeted graphs? If yes or no, why?     
asked on 05.06.2015 / 14:32
1
answer

OnSelectionChanged MVC

Late, How can I do to call the OnSelectionChanged event of a DDL using MVC? I have the following DDL: @Html.DropDownListFor(model => model.Type, ViewBag.Type as SelectList, "-- Select --", new { id = "ddlType", onchange = "onchange()"...
asked on 20.05.2015 / 20:34
1
answer

How to create a .BAT configuration file in windows?

I am automating some processes on a Windows server, and I would like to create some .bat files for this, but for that it would be necessary for the .BAT to be read from a configuration file so I did the following: file get.bat: @echo off set...
asked on 23.07.2015 / 15:13
1
answer

Transform Stream into PDF to send with attachment in email

I'm making a page for sending emails, and I need to turn a specific page into pdf to be attached to the email. The page I have already been able to transform into Stream, now how can I make it into pdf and then attachar as an attachment.?...
asked on 28.05.2015 / 02:52