Posts by Seixas • 141 points
9 posts
-
3
votes2
answers488
viewsQ: Keep your focus on Inputtext
I have a form with two Inputtext, I need the focus always remain in the Input and only pass to the following via script, in case the user clicks outside the Input, the focus needs to remain in the…
-
1
votes1
answer1026
viewsQ: Convert Java object to JSON with Gson (generating with backslash)
I am trying to generate a JSON based on a Java object. JSON is being generated, but some bars have been included improperly: import java.io.Serializable; import…
-
0
votes1
answer405
viewsQ: Django formset, calculate total with Jquery
I have my order items being displayed with formset, the quantity and price columns are editable. I’m having trouble calculating the total after changing the price or the quantity. I can identify the…
-
1
votes1
answer1390
viewsQ: Django, recover selected value on page
Good night! I created a view where I recover the sellers and created a variable (id_seller) to receive the selected seller on the screen. html is being created correctly, but the variable in the…
-
2
votes1
answer1025
viewsQ: Order form with Python and Django
I’m starting my studies with Python and Django. After creating several simple CRUDS, I tried to create a more complex form using several classes, but was unsuccessful. I want to create a screen for…
-
0
votes0
answers122
viewsQ: Python web application with Django - Bootstrap and Crispy only work if you have internet connection
My application uses these two frameworks Boostratp and Crispy, when I am connected on the internet, everything works perfectly, but when disconnecting the internet the site loses all style. Making a…
-
3
votes1
answer585
viewsQ: Android Xzing library (read barcode) with Fragment
My application worked perfectly with Zxing, after implementing Fragment, the barcode reading stopped working. I tried to configure the return in Fragment, in Activity... but I was unsuccessful.…
-
1
votes0
answers183
viewsQ: Android Complex layout using Fragment
I’m having trouble creating a footer (footer). The problem is in the horizontal position of the tablet where I have two framelayout and need to include the footer occupying all the bottom (below the…
-
1
votes0
answers50
viewsQ: Error executing Sql Server query with jtds
I am like a strange situation, my code works perfectly in my environment. No tablet client does not work... The only difference is that my tablet has the developer option enabled. I created the…