Sebastian Krzyszkowiak schrieb:
> On 9/1/09, Matthias Huber <[email protected]> wrote:
>   
>>>> wouldn't it be better to use red and green Buttons like in paroli?
>>>>
>>>>         
>> ... and for the moment, as i think, it should be only the edje-file, can
>> someone help me to make the button green and the release button red ?
>>
>>     
> In edc files, in button definitions (it's easy to find them out):
>
> Green:
> color: 0 255 0 255;
>
> Red:
> color: 255 0 0 255;
>
> But probably that won't look so good.
>
>   
Normally yes, but this is a "swallow", and it doesn't seem to take the
color attribute.

It tried:

           part {
                name,   "button_call";
                type,   SWALLOW;
                mouse_events, 1;
                description {
                    state, "default" 0.0;
                    color, 0 255 0 255;
                    rel1 {
                        relative, 0.00 0.85;
                    }
                    rel2 {
                        relative, 0.33 1;
                    }
                }
            }


someone of the e-experts ?

-- 
Matzehuber


_______________________________________________
Openmoko community mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to