0
На рассмотрении
can you store a list on the iridium server that the clients can access?
im making a messaging system and i was wondering if i could store the messages on the server because whenever i reopen the client the messages are gone.
Сервис поддержки клиентов работает на платформе UserEcho
Hello.
You can save history in SQLite.
btw is there a way to check if a keyboard button has been pressed? in the messaging system im trying to make you need to be able to use the enter key to start writing on a new line, so i need to check if the button has been pressed and of so i than i can add the \n in the code. Because if the text is too long it will not show it all on the textbar.
To track clicks on the item you can use:
IR.EVENT_ITEM_PRESS
IR.EVENT_ITEM_RELEASE
This can be used with Virtual key, i.e. create a keyboard in the panel project iRidium.