On Thu, 28 Mar 2013 15:30:18 +0530 Amit S <a...@smargav.com> said: > Hi Carsten, > > Thank you for the response. I got it sorted out based on the suggestions > provided in the list. I added frame around the Entry widget. > > However, just to give an update, Tizen UI for 2.0 (Magnolia) has changed > and apparently the UX guys have finally realized that having border around > Entry is good design.
i see that my grumlbings have passed onto the RIGHT place. :) this is also why i advise "don't hack around this. let it look like this - it's a ui design issue in the ui design dept - if they want it borderless, then borderless it shall be - everywhere... and at least everyone is consistently bad. :)". > Regards, > Amit S > > > > On Thu, Mar 28, 2013 at 3:24 PM, Carsten Haitzler <ti...@rasterman.com>wrote: > > > On Fri, 22 Feb 2013 22:02:51 +0530 Amit S <a...@smargav.com> said: > > > > this is simply a system styling choice. scrollable regions have no > > bordering in > > tizen. entry ones included. this is a consistent system-wide choice and all > > entries do the same thing with the same theme/style (default one). you can > > add > > your own styles if you want and use elm theme extensions to add them (just > > add > > an edj file path which contains a new style for an entry scroller). > > > > > Hi, > > > > > > I want to have a border around the Entry widget in Elementary. I am > > writing > > > a simple Elementary based native Tizen application. > > > Please help. > > > > > > I was able to get border for Entry box by adding a scroller as described > > in > > > this mail > > > > > http://sourceforge.net/mailarchive/forum.php?thread_name=CAKco4M5GgRPx-2JJ6U7vROT1-_VgQkeDkLrndmxCou42CG2HHw%40mail.gmail.com&forum_name=enlightenment-users > > > > > > The border is visible when I compile & run the simple elementary > > > application in Linux. > > > However when I port the same app on Tizen, the Entry box is without > > border. > > > No scroller is seen. > > > Note: I am using a Entry box on a Popup. I tried changing popup color. > > > Still the entry box is without border. > > > > > > Please advice. > > > > > > > > > *Code Snippet below:* > > > > > > Evas_Object* entryTextBox = elm_entry_add (boxLayout); > > > elm_entry_scrollable_set(entryTextBox,EINA_TRUE); > > > elm_entry_single_line_set(entryTextBox, EINA_TRUE); > > > evas_object_size_hint_align_set(entryTextBox, EVAS_HINT_FILL, > > > EVAS_HINT_FILL); > > > evas_object_size_hint_weight_set(entryTextBox, EVAS_HINT_EXPAND, > > > EVAS_HINT_EXPAND); > > > > > > //I used below function to set background color and it worked on Linux > > but > > > not on Tizen. > > > //evas_object_color_set(entryTextBox, 10, 100, 10, 255); > > > elm_entry_text_style_user_push(entryTextBox, "DEFAULT='font_size=40 > > > color=#000000'"); > > > evas_object_show(entryTextBox); > > > > > > > > > > > > Regards, > > > Amit S > > > > > > -- > > Carsten Haitzler (The Rasterman) <ti...@rasterman.com> > > -- Carsten Haitzler (The Rasterman) <ti...@rasterman.com> _______________________________________________ Application-dev mailing list Application-dev@lists.tizen.org https://lists.tizen.org/listinfo/application-dev
