---------- Forwarded message ---------- From: Zhenghui Zhou <[EMAIL PROTECTED]> Date: Jan 16, 2006 11:05 PM Subject: Re: [directfb-dev] [gdk-directfb bug?] Dialog::run() doesn't get focus To: Mike Emmel <[EMAIL PROTECTED]>
Yes, diable the cursor. "man directfbrc" told me to add a line "no-cursor" in directfbrc file. In my ever experience, the params can pass on command-line, for example, "./filesel --dfb:no-cusor", but it doesn't work now. Ohh okay right now I'm not passing the command line args through to directfb. You need to set them using and environment variable. export DFBARGS=no-cursor Sorry thats a known bug on my list but there is a work around. I'll add it to the readme. It's a bit of a pain to get all the args through gdk. Mike On 1/17/06, Mike Emmel <[EMAIL PROTECTED]> wrote: > On 1/16/06, Zhenghui Zhou <[EMAIL PROTECTED]> wrote: > > I have try at alex's suggestion, it works now. Thanks very much. > > But I'm not familiar with the directfb, so I am not sure is my fix right or > > not. > Alex I'm not sure what you fixed here its also broken on the simple > window manager. > Maybe we need to patch both. I know you and David were talking about > these issues. > > Mike > > > May I ask your help, Mr Mike? > > > Sure not a problem, I created the bugs. > > > BTW, you may test with close the cursor with the directfb param "no-cursor" > > > I don't quite understand what your asking here. Can you explain more > or send me and example. Are you saying disable the cursor ? > > > I'm not sure if there is a way to simply turn off the cursor Davide ?? > > > Regards, > > > > Zhenghui Zhou > > > > On 1/16/06, Mike Emmel <[EMAIL PROTECTED] > wrote: > > > On 1/16/06, Alex Lau <[EMAIL PROTECTED]> wrote: > > > > In my Unique update already fix this problem ... but I'm not sure that > > > > is a good fix ... just let you know > > > > > > > > fix gdk_window_set_keep_above > > > > and > > > > fix gdk_window_set_keep_below > > > > > > > > will give you what you wanted > > > > > > > > > > > > Zhenghui Zhou wrote: > > > > > Yes, I'm sorry, I just forgot to give the example before I sent it. > > The > > > > > "filesel" example following with the GTK+ can show. > > > > > > > > > > > Hmm you may be right Alex. I ran testfilechooser and it shows problems > > > similar to what your describing. But the filesel example is different > > > the text box gets focus but you can't tab through it. I think > > > testfilechooser is showing bugs because of keep above and below while > > > filesel is some sort of focus traversal bug. Alex can you test > > > examples/filesel with you patched window manager ? > > > > > > Mike > > > > > > > > Thanks, > > > > > Zhenghui Zhou > > > > > > > > > > > > > > > On 1/16/06, Mike Emmel < [EMAIL PROTECTED]> wrote: > > > > >> Can you send a simple test program that illustrates the problem. > > > > >> Also in gtk under test there are quite a few test case one may > > already > > > > >> show the bug. > > > > >> > > > > >> > > > > >> Thanks. > > > > >> > > > > >> Mike > > > > >> > > > > >> > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > > > _______________________________________________ > > > > > directfb-dev mailing list > > > > > [email protected] > > > > > > > http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev > > > > > > > > > > > > > > > > > > _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
