All Questions

1
answer

Validate input with jQuery and regular expressions

I am working with ASP.NET MVC5, and trying to validate an input with jQuery and regular expressions. What I'm trying to do is input only letters including 'ñ' and vowels with tilde. Code: $('#RazonSocial').on('keypress', function (e)...
asked on 20.01.2017 / 03:16
1
answer

Copy document sheet Google Docs in another document

I am trying to copy a sheet of a Google Doc document into another document, but I am unable to do so. Can someone help me? I'm trying with the object Document and Body but I can not get it, the maximum I've achieved is copying t...
asked on 20.01.2017 / 08:11
3
answers

The last element of my ListView is cut off

Finally I only added the line I put here below to the listview and it was solved, thanks for the answers!    android: paddingBottom="attr / actionBarSize" / > Good the problem is that my listview shows me the list, but the last eleme...
asked on 27.01.2017 / 13:48
3
answers

How to append objects with ObjectOutputStream without deleting file content?

The question is that, I do not attach the created objects to those already contained in the file, but I overwrite them ... Does anyone know how to solve it? I leave you the code that does the function of saving the objects. public static void...
asked on 24.01.2017 / 11:20
4
answers

How to make a function fire after the entire document is loaded?

Currently I get a count of rows through a small query and I send this result to my main page that is created in asp.net Currently I'm doing it in these ways and none of them have worked for me. Form 1 <script type="text/javascript"&...
asked on 24.01.2017 / 16:03
1
answer

How to select by default an element of a jcombobox that is loaded from a class?

I have a jcombobox that loads the regions of Chile, I use a class called Regions to also save the ID. I need to consult the data of a person to load the jcombobox (which does it without problems), but I also need to select the region of the pers...
asked on 13.01.2017 / 05:49
2
answers

go from one fragment to another when selecting an item from a ListView

When executing and doing click on the item of listview the app is closed. Any ideas to solve this? The list is in a fragment, and I want to go to another fragment I leave my code public class DiezFrut extends Fragment { //...
asked on 17.01.2017 / 23:57
1
answer

Set Limit of a certain number in a jtextbox in java

I want to place a limit of 10 in a jtextbox in java but what I get is to have a limit of 19, I ask for the first position of my chain, if this is 1 I grant a limit of 2 allowing me to place another number for place the 0 and thus get the 10 but...
asked on 21.01.2017 / 02:17
2
answers

Doubt with Pointers to fix Structure Variables

My question is, why is the pointer const wDeck , which is as a parameter in the functions fillDeck , shuffle and deal , does not have brackets at the end (that is, it is not a pointer to an array unlike the other paramet...
asked on 23.01.2017 / 17:11
1
answer

Access layout elements after the onMarkerClick event

I am stuck in the development of my application and I can not find anything to solve the problem. Once the onMarkerClick event occurs, after an asynchronous call has occurred before. When the clickmarker event skips I can not access tw...
asked on 06.01.2017 / 12:04