Hello everybody,
Improving my first app with B4A some things that was working, are not working now.
I added a new Module/Activity, moving my first activity/screen as the second one.
The problem is that when I clicked a button on the first screen, the 2nd one doesn't appear on screen.
I tried with the ".visibility" property but it doesn't work.
Probably I'm going to have the same problem when I'd like to go from my second screen (to create a survey, with a lot of panels !) to the first one (a menu with the counter and the button to go to the second screen)
Another problem is that I'm doing a "select count(*)" in my DB (sqlite) in order to know the number of surveys not send but the variable used to show the number doesn't work and I don't know why.
Thank you for your time...
Lou
Improving my first app with B4A some things that was working, are not working now.
I added a new Module/Activity, moving my first activity/screen as the second one.
The problem is that when I clicked a button on the first screen, the 2nd one doesn't appear on screen.
I tried with the ".visibility" property but it doesn't work.
Probably I'm going to have the same problem when I'd like to go from my second screen (to create a survey, with a lot of panels !) to the first one (a menu with the counter and the button to go to the second screen)
Another problem is that I'm doing a "select count(*)" in my DB (sqlite) in order to know the number of surveys not send but the variable used to show the number doesn't work and I don't know why.
Thank you for your time...
Lou