Posts by FLPdev • 45 points
5 posts
-
2
votes1
answer114
views -
0
votes0
answers49
viewsQ: Error when instantiating object
in java fx, when I click the button, it should run: private void btnLoginClick(ActionEvent event) { String name = txtUser.getText(); String password = txtPassword.getText(); User user = new…
-
0
votes1
answer29
viewsQ: my html page gets ? (but I’m sending things via post). http://localhost/Systeemaaline/formulario.html?
My page loads like this (below) http://localhost/Systeemaaline/formulario.html after sending data to php and returning them to the same page using jquery, it comes back with ?…
-
1
votes0
answers145
viewsQ: error share png image (taken from firebase) and put in an image view
happens the following. I have a share button, when I try to share an image from inside my drawable, beauty it goes, now when I try to share the image that came from firebase, there will "it closes…
-
1
votes0
answers62
viewsQ: Leave Activity "darkened" when I click and open a listview on top of Activity
I have an Activity with items (recyclerView), when I click on an item, I "show" a listview on top using setVisible(VISIBLE). I want when the listview comes up, the Activity at the bottom will be…