Hi Martin.

Thank you for your response. I was doing something wrong, now I understand
how to set it properly.

I had to keep in mind that a tedit default frame values are not tframecomp
default ones. So I need one tframecomp for t*edit widgets and at last
another one for other (non edit) components. Setting the default values
from the t*edit frame widgets to the tframecomp, is working as expected.

Just curious why  tframecomp.frarmei.left=0  show the blinking cursor in
Linux and not in Windows, probably is not very important.

Cheers



2012/1/23 Martin Schreiber <mse00...@gmail.com>

> On Monday, 23. January 2012 12.35:59 Julio Jiménez wrote:
> > Hi!
> >
> > I'm trying to remove 3D effect in edit widgets and all is fine in linux,
> > but running it in Windows the cursor is not shown when it's placed in the
> > left side of the first character. This only happens if I use skins and
> >  tframecomp
> >
> > For a workaround I set tframecomp.frarmei.left to 1 (default is 0) and
> then
> > the blinking cursor is shown in Windows too.
> >
> t*editwidget.frame.framei_* defines the text padding, it should be at
> least 1
> for left and right, normally top and bottom are at least 1 too. The caret
> position depends on the font. If the caret is not in client rect of the
> widget the clientrect should be shifted, I'll need to test why this does
> not
> work on Windows.
>
> Martin
>
>
> ------------------------------------------------------------------------------
> Try before you buy = See our experts in action!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-dev2
> _______________________________________________
> mseide-msegui-talk mailing list
> mseide-msegui-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
>



-- 
Julio Jiménez Borreguero
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to