Posts by Radec • 56 points
4 posts
-
2
votes1
answer1846
viewsA: Java Academic System
1) You can use showInputDialog() on variables to bring up a dialog with a input field. This would be the simplest way to receive the data (other than by the prompt, of course). If by the prompt, use…
-
1
votes2
answers2569
viewsA: Make button disappear
It is also possible to do this using Angularjs, using the ng-if or the ng-show. Simple example: <div ng-if="var == true">Isso vai aparecer quando a variavel "var" for verdadeira</div> To…
javascriptanswered Radec 56 -
0
votes1
answer315
viewsQ: Angular JS - $http.delete "Syntax error on token '.' ,, (comma) expected " on Eclipse
Eclipse keeps telling the error on $http.delete, when other methods (like $http.put, $http.post) are not. What could it be? For example, $http.put: updateUser: function(user, id){ return…
-
1
votes2
answers550
viewsA: Logic with date in excel
What the @bp002 user said may be the only solution if you want the system to actually "count" the time - in this case, you would be developing an application using Visual Basic language. But you can…