All Questions

1
answer

D7Zip file list

I'm using D7Zip ( link ) to extract files, and would like to get the entire list of files of the compressed file. In the documentation, I found this: with CreateInArchive(CLSID_CFormat7z) do begin OpenFile('c:\test.7z'); for i := 0 to N...
asked on 18.10.2014 / 19:32
1
answer

Defining an array vector

I'm learning Pascal and am having basic syntax problems to define a vector-type variable. Here's the statement: var x:array[0..225] of String; I would like to assign the following values and as follows: x := ('X0','V1','V2','V3'), ('X1...
asked on 25.10.2014 / 22:41
1
answer

IDE in Cloud for C # ASP.NET development

Does anyone know of any IDE in cloud for development in C # ASP.NET? I read something about a CODERUN, but I do not think it's active anymore, does anyone have any suggestions?     
asked on 10.10.2014 / 16:28
1
answer

Difference between calling the fragment call and a new instance

I'm working on a college project where I made an application that uses fragments. I've always been accustomed to creating a fragment in the following way: // imports ... public class LoginFragment extends Fragment { public LoginFragment(...
asked on 17.11.2014 / 19:22
1
answer

Different layout on another device

My layout looks different on small devices, I've already tried to add a ScrollView to fix this problem and get no results. Follow prints of the application running on different devices: Resolution 720 x 1280 320x480reso...
asked on 15.10.2014 / 16:20
1
answer

ADB does not recognize Android device on Mac OS

I'm trying to enable debugger mode on my Motorola Razr i to be able to run my Android projects on the device itself. But when I enter the Mac terminal and put the ./adb devices command to list the devices that are connected, nothing...
asked on 29.11.2014 / 04:40
1
answer

Order ASC and DESC according to custom_field

I have a site session (WordPress) where I add partners according to the category using Custom Post Type. It's a party hall site. Each category of custom post type represents a branch. Ex of categories: Buffet, Photographers, Etc So far so goo...
asked on 30.10.2014 / 05:12
1
answer

Lock or release a controller according to some condition

I have a controller that should only be accessed if an attribute in my table is "true". Is there any way the user can click on that link, check if the attribute is true, and then release the access?     
asked on 19.10.2014 / 04:37
2
answers

Error: "PHP Startup: sqlsrv: Unable to initialize module"

I'm trying to access SQL Server through XAMPP on Windows 7 64 bit but I'm not getting it, I've already followed the tutorials step by step but at the time of starting Apache it gives the error in the line below: Line that gives the error ext...
asked on 31.10.2014 / 12:13
1
answer

Is it possible to create a decision structure in a table in SQL?

I have a massive database, it has more than 2,000 rows, and the second column has an ENUM that allows only 'Option 1' and 'Option 2'. If I enter 200 rows in the table and write the wrong ENUM name as an example insert into tabela values ('bla...
asked on 01.11.2014 / 13:41