Posts by igorfeiden • 307 points
9 posts
-
1
votes1
answer921
viewsQ: Update in table with date field
Hello! I need to update a table. I have a kind of chat in the bank, where it records the time the conversation was started, and should record the time it ended. However, before I implemented the…
-
1
votes2
answers1073
viewsA: How to do zip validation for Android
If you have the formula to validate the ZIP code on hand, you can do this in the class. Capture her text using TextView textoCEP = (TextView) rootView.findViewById(R.id.<suaEditText>); So put…
-
1
votes2
answers5882
viewsA: How can I place one element on the other side?
try to use android:layout_toRightOf=<id do elemento que vai ficar à esquerda> There’s the below, toLeftOf, etc.. See more examples here:…
-
6
votes1
answer1486
viewsQ: Jfreechart - Chart Customization Problems
I’m developing an application that has a dynamic graphic. I need to change the style of the graphic, but I’m not getting. I need him to have a white background, blue line with square markers and…
-
1
votes1
answer88
viewsQ: Events and changes in a JSP?
Hello. I have a jsp being a chat (due to a restriction, I am using Struts 1). In this JSP, I have the following div: <div class="conteudo" id="conteudo" name="conteudo">. I need to, return an…
-
1
votes1
answer122
viewsQ: Use of val() in script makes me miss line breaks
I have a problem. I am implementing a chat page using the following script: <script> $(document).ready(function(){ $("#enviar").click(function(){ var mensagem = $("#campodetexto").val(); var…
-
0
votes1
answer71
viewsA: Recurrent error with TFS
Citation Did you copy the fonts from your colleague’s machine? If yes, you have not created a Workspace - which is the mapping that defines where server files are saved on your local machine. This…
-
4
votes1
answer1498
viewsQ: How to replace characters from a String?
I have a small problem. My application receives a numeric string representing a value from the server. But the server sends, for example "100.00" and I need to put a comma in place of that point.…
-
1
votes1
answer71
viewsQ: Recurrent error with TFS
I’m using Team Foundation Server for a work project. But I can’t download the code files present in the repository. Whenever I try a connection, Eclipse returns the error as in the attached image.…