Hello, On Thu, Sep 20, 2012 at 8:44 PM, Amit S <[email protected]> wrote: > Hi, > > I was going through the popup example at this link. > http://docs.enlightenment.org/auto/elementary/popup_example_03_c.html > > First of all, I could not get the exact output as shown in the screenshot > in that link. The Items are not visible at all. But they are clickable. > Is it due to the theme or background color ?
Something is wrong in popup. I will have a look at that. Thanks for reporting. > > Secondly, there is minor mistake in the code. The second button code is > written as > > //Appending the second action button > elm_object_part_content_set > <http://docs.enlightenment.org/auto/elementary/group__General.html#ga0531ec8867c72def7c780601764ca642>(popup, > "button1", btn2); > > > It should be : > > //Appending the second action button > elm_object_part_content_set > <http://docs.enlightenment.org/auto/elementary/group__General.html#ga0531ec8867c72def7c780601764ca642>(popup, > "button2", btn2); Yes that was wrong. I just fixed it. Thanks. Btw, sorry I forgot to mention your name in the commit :( > > > So is this right place to point out this correction? :) [email protected] is the right mailing list for this kind of development issue. Thanks anyway. Daniel Juyung Seo (SeoZ) > > > Regards, > Amit S > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://ad.doubleclick.net/clk;258768047;13503038;j? > http://info.appdynamics.com/FreeJavaPerformanceDownload.html > _______________________________________________ > enlightenment-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-users ------------------------------------------------------------------------------ Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219671;13503038;y? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
