Questions tagged as 'classes'

1
answer

How do I make a button class switch that triggers a player to appear and hide?

I have 3 buttons in the Link format with classes: .icon-play, .icon-pause and .icon-download, I want to change the play class with pause, as well as the inverse without influencing the download button , once the icon-play is clicked it will show...
asked by 05.04.2017 / 17:15
1
answer

How do I transfer the array data (objects) into inherited for the array (reservations)?

package pkg2017ppfp09; import ObjectManagement.ContainerOfObjects; /** * * @author pf */ public class GestorDeReservas extends ContainerOfObjects{ private final int MAX_RESERVAS = 10; private final Reserva[] Hist = new Reserva[10]; private Res...
asked by 15.04.2017 / 14:56
1
answer

How to install the Rain TPL library?

Someone could show me an example, because I put here in my index.php that way, but I believe it is out of date, with the current version I believe it should be different, because it did not work, #Instalando raintpl include "lib/template/raintp...
asked by 01.05.2017 / 06:37
0
answers

Upload images by php form and display together in a single image

I am trying to develop a simple badge generator that can receive 3 images 1st fund, 2nd employee photo, 3rd company logo in this way currently, and present the employee's name and their sector. Currently I get some classes to put the employee an...
asked by 11.04.2017 / 15:42
0
answers

objects sharing the same copy of a variable

The goal is to put into practice the concepts I'm learning at MALA GUPTA, 2015 . So the way I found in contributing is to ask the community to implement the concepts in practice. So whoever is interested and wants to contribute and wants to dem...
asked by 03.04.2017 / 02:12
0
answers

Class TDBText not found

Good morning, friends. I'm having problems with a program, because whenever I start one of the options, it returns me an error of "Class TDBText not found ', and the package contained in this class is declared in the program uses. I'm using Delp...
asked by 25.01.2017 / 13:32
1
answer

Adding images to bd using classes in C #

I'm doing a project that has classes, for example, a user class, where you have: code, name, password and photo and if you have the method of user input: public string Inserir() { return "insert into Usuario(Username,Senha,Foto...
asked by 16.11.2016 / 22:28
0
answers

Error php 5.4 starting class made in php 5.2

   Fatal error: Class 'func' not found in C: \ xampp \ htdocs \ panelnovo \ classes \ config.php on line 15 config.php line 15 include_once "class.func.php"; $func = new func; class.func.php <?php class func { function is_valid...
asked by 28.10.2016 / 15:02
1
answer

No data was submitted by server

When I try to access my default route in the browser it is shown the error of the browser itself, in this case Opera:    The local dev page is not working       No data was sent by dev.local In case, dev.local is my local server. I...
asked by 23.10.2016 / 00:20
0
answers

COM component interface (Interop)

Could anyone help implement Interface to create a DLL interop of this classe ? using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using System.Text.RegularExpressions; using Syst...
asked by 24.09.2016 / 03:16