[image]
&

Comments for Gustavo Sverzut Barbieri

syndicated content powered by FeedBurner

Subscribe Now!

...with web-based news readers. Click your choice below:

addtomyyahoo4Subscribe in NewsGator OnlineAdd to My AOL
Subscribe with BloglinesAdd to netvibes
Add to Google[image]

...with other readers:

original feed View Feed XML

FeedBurner makes it easy to receive content updates in My Yahoo!, Newsgator, Bloglines, and other news readers.

Learn more about syndication and FeedBurner...

Current Feed Content

Comment on Webkit-EFL interface prototype by Eve : new browser running on N810 with Mamona « franciscoalecrim.com

Posted: Tue, 09 Jun 2009 20:22:24 +0000

[...] INdT came with Webkit-EFL port. Later on, Barbieri came with EVE browser based on the Webkit and [...]

Comment on Webkit-EFL interface prototype by Webkit Ported To EFL | Programmer's Log

Posted: Sun, 04 Jan 2009 17:29:13 +0000

[...] There has even been some work about wrapping the Webkit rendering in a user interface (apart from the example one available in the WebKit git) and it has a really good name ewww. [...]

Comment on iPhone-like virtual keyboard for n800 by ensandecer de um computólogo » Estudando python EFL - parte 2

Posted: Sun, 14 Dec 2008 20:36:38 +0000

[...] olha um teclado virtual feito com EFL baseado no teclado do iPhone, feito pelo Gustavo Barbiery, um dos geeks que trabalha com EFL aqui no Brasil e que por sinal próxima semana estará em Manaus [...]

Comment on Translucent widgets on X11, EFL version. by Gustavo Sverzut Barbieri

Posted: Thu, 27 Nov 2008 10:40:08 +0000

For Canola we just have the window to not listen to mouse events, so it goes to the window below it, in this case our application. I can’t remember if we just disabled mouse events with some mplayer command line option or by reseting event mask of the window that we give for mplayer with -wid.

Anyway, if you opt to go with inputwin, it will work.

Comment on Translucent widgets on X11, EFL version. by allenray

Posted: Thu, 27 Nov 2008 02:42:25 +0000

Thank you. What I really want is to create a window with mplayer in it. And when I click mouse, the play control panel appears. Like the behavior in canola.

Comment on Translucent widgets on X11, EFL version. by Gustavo Sverzut Barbieri

Posted: Wed, 26 Nov 2008 12:28:34 +0000

Ouch! Seems that X does not send events to transparent areas!

Well, I actually like that behavior, can make some things handy, but I see that for your case it might be a problem.

Depending on what you want, you can create an input window with ecore_x_window_input_new(), it can be of size 1×1 but it will work if you grab input there. You can use e17 code for e_grabinput() as example. If you want real examples on how to get typed keys with modifiers and all, use /e/src/modules/conf_keybindings/e_int_config_keybindings.c since it does that.

Comment on Translucent widgets on X11, EFL version. by allenray

Posted: Wed, 26 Nov 2008 03:56:38 +0000

the whole test1.edc file is

collections {
group {
name: “main”;
parts{
part {
name: “event_area1″;
type: RECT;
mouse_events: 1;
description {
state: “default” 0.0;
color: 0 0 0 0;
rel1 {
relative: 0.0 0.0;
offset: 0 0;
}
rel2 {
relative: 1.0 1.0;
offset: -1 -1;
}
}
}

}
}
}

something wrong with my last post. the window is all transparent but also cannot get mouse event.

Comment on Translucent widgets on X11, EFL version. by allenray

Posted: Wed, 26 Nov 2008 03:51:15 +0000

I have create a rectangle area with mouse_event and this area covers all the window.

part {
name: “event_area1″;
type: RECT;
mouse_events: 1;
description {
state: “default” 0.0;
color: 0 0 0 0;
rel1 {
relative: 0.0 0.0;
offset: 0 0;
}
rel2 {
relative: 1.0 1.0;
offset: -1 -1;
}
}
}

but the rectangle is black.

Comment on Translucent widgets on X11, EFL version. by Gustavo Sverzut Barbieri

Posted: Wed, 26 Nov 2008 02:45:46 +0000

It’s easy, just create a transparent rectangle (color: 0, 0, 0, 0). It can get events even without being visible, it just have to exist. Notice that window manager will still show border, you can set it to be borderless to avoid so.

Comment on Translucent widgets on X11, EFL version. by allenray

Posted: Wed, 26 Nov 2008 02:34:20 +0000

Hi, I have tried your code. It’s very interesting. But I am puzzled how to make the transparent thing as a glass. That means the transparent thing will accept the mouse message but you cannot see it.


You are viewing a mobilized version of this site...
View original page here

Mobilized by Mowser Mowser