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 ?

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);


So is this right place to point out this correction?  :)


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

Reply via email to