Am Tue, 28 Aug 2007 19:42:21 -0400 schrieb Youness Alaoui:
> Hi,
> I don't know if I can answer your question on whether you do
> something wrong or not, but try this.. instead of : // state selected
> program
> {
> name: "folder.selected";
> signal: "selected";
> source: "folder";
> action: STATE_SET "selected" 0.0;
> target: "folder";
> }
>
> program
> {
> name: "folder.bg.selected";
> signal: "selected";
> source: "folder";
> action: STATE_SET "selected" 0.0;
> target: "folder.background";
> }
>
>
>
> do this instead :
>
> // state selected
> program
> {
> name: "folder.selected";
> signal: "selected";
> source: "folder";
> action: STATE_SET "selected" 0.0;
> target: "folder";
> target: "folder.background";
> }
>
>
> And it's cleaner code...
Thanks for this hint. I didn't know that this works.
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