Hi Nathan, Hi Brian,
First, I have to say that I'm sorry for having kept Etk secret and send
it to the CVS without any notification, it was probably the worst way to
proceed.
Now, the reasons why I have started Etk: as I always said, I wasn't
fully satisfied with ewl because it didn't worked a
Mike,
I think you've taken my ebuild because xcb support is not enable in
gentoo ebuild. I've created one that add xcb support
(http://bugs.gentoo.org/show_bug.cgi?id=87535) but you need also to
compile xcb. I've done a set of ebuild for xcb
(http://bugs.gentoo.org/show_bug.cgi?id=93582). Thoses h
hello,
in an edje, is it safe to do the following :
program {
name, "focus_choose";
signal, "mouse,clicked,1";
source, "titi";
script {
run_program(PROGRAM:"toto");
run_program(PROGRAM:"tata");
}
}
program {
name, "toto";
action, STATE_SET "focus" 0.0;
target,
Yes it's totally safe, but you can also do:
program {
name, "focus_choose";
signal, "mouse,clicked,1";
source, "titi";
action, STATE_SET "focus" 0.0;
target, "t1";
target, "t2";
}
Vincent Torri a écrit :
hello,
in an edje, is it safe to do the following :
program {
name, "focu
Vincent Torri <[EMAIL PROTECTED]> [2005-10-08 14:54]:
> program {
>name, "focus_choose";
>signal, "mouse,clicked,1";
>source, "titi";
>script {
> run_program(PROGRAM:"toto");
> run_program(PROGRAM:"tata");
> }
> }
> program {
>name, "toto";
>action, STATE_SET "
Hi,
topic says it all. At the moment, you cannot shade maximized windows,
which is silly IMO. I don't see any good reason for this :)
Please enlighten me. Patch attached.
Regards,
Tilman
--
learn to quote: http://www.netmeister.org/news/learn2quote.html
Index: e_border.c
===
On 10/7/05, Christopher Michael <[EMAIL PROTECTED]> wrote:
> Hi Folks,
>
> When trying to select an icon with e_util_eapp_edit it crashes. Just
> thought I'd send a backtrace about this one. Dunno if this is a known
> error or not.
>
> Regards,
> devilhorns
>
> (gdb) bt
> #0 0xb7fa5392 in
That would make some sense as they were changed from standard widgets
to a special attachment recently. I'll try to get this fixed tonight.
Thanks!On 10/8/05, David Sharp <[EMAIL PROTECTED]> wrote:
On 10/7/05, Christopher Michael <[EMAIL PROTECTED]> wrote:> Hi Folks,>> When trying to selec
I used Gentoo's ebuilds and not yours, and I also get this same error.
Gabriel
Bertrand Jacquin wrote:
Mike,
I think you've taken my ebuild because xcb support is not enable in
gentoo ebuild. I've created one that add xcb support
(http://bugs.gentoo.org/show_bug.cgi?id=87535) but you need