Hello everyone,
I have some more questions about Basic4Android.
1) Is it possible to press a button, and then it copies the text of another label ?
for example, you touch button btnClick, then it copies the text of lblClick (lblClick.text) to a clipboard or something, and then when you are typing in an EditText box, you can paste the text of lblClick.text.
This is a very important feature I need for my app
2) Is it possible to view '.html' files in your browser?
like on your pc: you have file:/.../index.html and you can see it in your browser.
3) Can you detect files with extension?
for example, if you open *.txt* files with the file dialog, a msgbox appear with "TXT file opened and when you open *.html*files, a msgbox appear with "HTML file opened".
Those 3 are important features for my app.
Hope you can help me.
King regards,
XverhelstX
Thank you very much!
XverhelstX
I have some more questions about Basic4Android.
1) Is it possible to press a button, and then it copies the text of another label ?
for example, you touch button btnClick, then it copies the text of lblClick (lblClick.text) to a clipboard or something, and then when you are typing in an EditText box, you can paste the text of lblClick.text.
This is a very important feature I need for my app
2) Is it possible to view '.html' files in your browser?
like on your pc: you have file:/.../index.html and you can see it in your browser.
3) Can you detect files with extension?
for example, if you open *.txt* files with the file dialog, a msgbox appear with "TXT file opened and when you open *.html*files, a msgbox appear with "HTML file opened".
Those 3 are important features for my app.
Hope you can help me.
King regards,
XverhelstX
Thank you very much!
XverhelstX
Last edited: