On Wed, 29 Aug 2007 23:15:19 +0200 Andreas Volz <[EMAIL PROTECTED]> babbled:
> Am Tue, 28 Aug 2007 23:58:05 -0300 schrieb Gustavo Sverzut Barbieri: > > > On 8/28/07, Andreas Volz <[EMAIL PROTECTED]> wrote: > > > Hello, > > > > > > I've a problem with a edje signal. At the start I see the default > > > state as expected. Then I send "signal=selected, source=folder" and > > > the state changes correct. But if I send "signal=default, > > > source=folder" only the "folder" changes, but not the > > > "folder.background". It seems it doesn't change, because the > > > description is empty. If I insert an empty image in the "default" > > > state it looks good. So is my code wrong or is this a bug in edje? > > > > I think that an empty state has no meaning, so your code is wrong. > > In my conception an empty state does display the same what it display > at start time: nothing > > And also if I set a color attribute it doesn't work. I've to use a 1x1 > pixel transparent image to fake this empty object or color it. I would > expect Edje to do the same if I've an empty state. use the same image in both states - but hav e one be visible: 0; and one visible: 1; or if i still want to capture events: color: 255 255 255 0; and color: 255 255 255 255; u created an image part (that is the default part type unless specified) but without an image to use. edje isn't happy. > regards > Andreas > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [EMAIL PROTECTED] 裸好多 Tokyo, Japan (東京 日本) ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
