On Wed, 17 Sep 2008 16:46:42 +0200 (CEST) Dave Andreoli <[EMAIL PROTECTED]> babbled:
> > ----- "Gustavo Sverzut Barbieri" <[EMAIL PROTECTED]> ha scritto: > > > On Wed, Sep 17, 2008 at 7:41 AM, Veli Ogla Sungutay > > <[EMAIL PROTECTED]> wrote: > > > hey guys, > > > i cannot find a way to create an editable evas textblock. > > > Expected to find something like this: > > > evas_object_textblock_set_editable(tblock, 1); > > > > > > Am i blind? Or do we need to create the textblock with event > > listeners and > > > fill the block in each stroke? > > > > that's it. Evas, albeit easy to use, is meant as a low level library. > > It has no such concept as editable stuff, but it have enough API to > > let you write such. > > > > You can check how ETK and EWL did it. If you want a simple (one line) > > you can look at e17 code. If you're writing an Evas/Edje only > > application, you can still mix ETK and EWL with their "embedded" > > widgets, that returns Evas_Object that you can use. > > The ETK one is totally unusable :( > don't know about the EWL one... i once had a nice bit of test code for textblock.. and it implemented an editable textblock. it wasn't hard. i was considering making edje able to have text and textblock parts editable... :) -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [EMAIL PROTECTED] ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
