On Mon, 12 Dec 2005 21:28:26 +0900
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> enlightenend with:

> On Mon, 12 Dec 2005 11:06:21 +0100 Florian Zähringer <[EMAIL PROTECTED]>
> babbled:
> 
> > Hi all,
> > 
> > I'm looking for help with e_int_border_menu_show(). I would like to call it
> > from a module (engage namely) and I almost succeeded with
> > 
> > if (ev->button == 3)
> >      {
> >     e_int_border_menu_show(ai->border,
> >                            ev->output.x,
> >                            ev->output.y, 0,
> >                            ev->timestamp);
> >      }
> > 
> > ai->border is the specific border (no surprise here ;) but *ev is an
> > Evas_Event_Mouse_Down. Not an Ecore_X_Event_Mouse_Button_Down like in
> > e_border.c So maybe the error is there. I don't know.
> 
> take a look at the start module... u'll find there's one extra magic step to
> do.. :)

[x] problem solved
[ ] took a long time to solve it
[x] thanks to raster
[x] who hangs around too much with those Japanese Zen guys

> 
> > Problem is: I can call the menu, pops down nicely with all I can ask for. 
> > But
> > if I "quit" it (eg click on the desktop) it somehow locks up my e17. I can't
> > click on pager e.g.. First I have to right click two times on an engage icon
> > again to get the "normal" engage contextmenu. After that everything is back
> > to normal.
> > 
> > So somehow the menu doesn't quit properly. Anybody who knows why this might
> > happen?
> > 
> > Regards,
> > -- Florian (aka elm aka elm80)
> > 
> > 
> > -------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> > for problems?  Stop!  Download the new AJAX search engine that makes
> > searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> > _______________________________________________
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > 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. Do you grep through log files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to