Ok, the adventure continues.;-)
elm_entry_cursor_end_set
This does not jump to the end of the entry, but to the *end character*,
so it means, if you type some chars, the text
gets inserted just before the last char.
Some messing with the source:
TMP/st/elementary/src/lib/elm_entry.c:1789:
ed
Hi!
Updating to the latest svn, solved all my issues, it works like a charm.
However now Im fighting with the problem of obtaining the cursor
position of the entry.
For this I also cooked some small, trivial patches for python-elementary
bindings, namely:
entry_cursor_begin_set()
entry_cursor_en
Hi!
I would like to create 7 entries in a row, and cycle between them with Tab key.
So you type something press tab, you type to the next entry, when you
are at the
last one, you begin from the first.
I created a small demo application, which demonstrates exactly this, except
once you typed some