On Fri, 22 Feb 2013 15:21:05 +0530 Amit S <[email protected]> said: > Hi, > > 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 > > > I am developing a native app on Tizen and 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. > > Regards, > Amit S
because the scroller has no inset/indented style to make it look like a border of some kind. there's a frame and other widgets u can put it in. it sounds like you're being very fussy as to the look you want and this is not generally good - you get the look the system style/.theme decides is good and thus consistent. everyone else has the same look for the same thing in the same situation. if you want to be fussy, you can. wrap it in another widget that provides some frame padding look or provide a custom style (and edj file) and use a theme extension etc. -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
