Page 1 of 1

#PB_Canvas_DrawFocus should include the #PB_Canvas_Keyboard

Posted: Sat May 21, 2011 4:55 pm
by ts-soft
#PB_Canvas_DrawFocus without #PB_Canvas_Keyboard is useless, so the keyboard-flag should auto. added.

Re: #PB_Canvas_DrawFocus should include the #PB_Canvas_Keybo

Posted: Wed Aug 17, 2011 10:03 pm
by freak
done.

Re: #PB_Canvas_DrawFocus should include the #PB_Canvas_Keybo

Posted: Thu Aug 18, 2011 1:33 pm
by graph100
hey ! You could want to have the keyboard focus without adding the focus drawing !!
I think it was intended like this !!

you can use #PB_Canvas_Keyboard without adding #PB_Canvas_DrawFocus, this is the important part !! not the contrary ! It will ruin some of my work there... It is not a difficult task to let this constant be -_- (or add a constant like the following : #PB_Canvas_DontDrawFocus to use with #PB_Canvas_Keyboard)

Re: #PB_Canvas_DrawFocus should include the #PB_Canvas_Keybo

Posted: Thu Aug 18, 2011 1:49 pm
by ts-soft
graph100 wrote:you can use #PB_Canvas_Keyboard without adding #PB_Canvas_DrawFocus
this is not changed :wink: only the other way!

Re: #PB_Canvas_DrawFocus should include the #PB_Canvas_Keybo

Posted: Thu Aug 18, 2011 1:49 pm
by freak
If you use #PB_Canvas_DrawFocus (alone) it adds #PB_Canvas_Keyboard. Not the other way around ;)

Re: #PB_Canvas_DrawFocus should include the #PB_Canvas_Keybo

Posted: Thu Aug 18, 2011 4:22 pm
by graph100
ok :oops: sorry for reacting so straight up ! My English comprehension need some work up...
(anyway, thanks for improving the canvasgadget ; )