
-
brumm
You can make your own Button/View and use the methods touch_began(), touch_ended() and a timer. example You maybe also need @ui.in_background.
-
brumm
I‘ve just updated my Three-Cloumn-Sortable-TableView-Example. Maybe some parts are useful.
-
brumm
MyVocabTrainer has reached a beta phase. If there is no need for a second keyboard layout, you can easily comment line 466 # russian_keyboard.SetTextFieldPad(self.view['textfield2']) # out. The database structure you can find in the lines 210 to 230. The Import/Export section is not ready yet, stay tuned.
-
brumm
Far away from being finished. Ugly code and only for fixed iPad 768x1024 resolution.
-
brumm
Wow! Thank you so much. Looks awesome.
@cvp Btw. would it be okay for you, if I upload my VocabularyTrainer with your code to Github? Or can I put a link to your gist in my future repository? -
brumm
Same here. Workaround -> you can use Shortcuts > run pythonista > /path/script.py > share > homescreen
-
brumm
You might want to check the TextView. There is also a post about “search and selecting“ in this forum (i saw it a while ago).
-
brumm
@cvp That is very kind of you, no hurry. I‘m not started coding. First I will design the Views and database structure.
-
brumm
I thought there is an easy solution, but that is also great, because when you fill the db you don‘t need to change it all the time. Now I‘m missing some keys like space, shift, minus, exclamation mark. Where i can find the right syntax?
-