Hi!
Finally got EFL frontend working and here are some initial thoughts!

1. Line 102 of login.py
        elif event.keyname == "b":
            self._evas.borderless = not self._evas.borderless

Should be F5 or something less intrusive than 'b' since people with a
'b' in their user or pass will be making the window borderless and
bordered.

2.  First part block in dp_frame.edc is covered in /* */ ??? Should
just be one at the start and one at the end...

3. There is an inconsistency in methods of of using edje... eg. state,
and state:
The later is now the standard method.

4. The login arrow could be better, Ive not looking too far into it
just yet, but you setup a block that moves relative to the focused
entry part then on that block, animate the arrow to bounce left and
right. Tho from what it looks like, the login swallows are not telling
the edj theyre focused so the position of the arrow wont move.

And on that note, it may be a good idea to separate the actual ETK
parts themes into an internal theme at some point OR just let ETK
handle it all (eg. background, text, etc etc)
Toma

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to