Hi Somanth, On Mon, May 28, 2012 at 7:07 AM, Sumanth Krishna Mannam <[email protected]> wrote: > Hi, > > We designed the module based approach for mainly the following reasons: > > 1. Default indicator is displayed at the top of touch area. > What if we want to show the popup at the left side/ right side/ bottom > of the touch point? > - A dedicated dynamic module can handle the indicator orientation in > the module code itself.
These can be easily defined by the theme by using Edje object data. E17 makes uses of those to let the border say if the window is transparent or not, etc. But try to use object geometry as well, maybe defining that the object will be displayed exactly centered with the parent will do? > 2. There may be some cases where we need to display indicator popup in a > separate window. > It is left up to the module to decide how & where to display. Same, define as a theme Edje object data. If so, create the window and show it as overlay. Just take care to handle the non-windowed systems, doing a nice fallback (ie: framebuffer). > So considering the above extendibility options, we proposed the Slider > indicator modular approach. > More over it will not change current indicator style. > > If you feel that there is no need for these enhancements, we can very well > bring the feature in the widget code itself. > I can make a patch with the default indicator, always showing on the top of > touch area. IMO they are not mandatory now. The positioning can be easily solved by overlay/indicator geometry. Remember that in Edje/Evas objects can overflow as they wish and they will be visible. anyway. The window one can be done later, if needed. -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: [email protected] Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
