Re: [MSEide-MSEgui-talk] Different behavior windows/linux, using tframecomp

2012-01-24 Thread Julio Jiménez
Working fine.

Thank you.

2012/1/24 Martin Schreiber mse00...@gmail.com

 On Monday, 23. January 2012 16.19:02 Julio Jiménez wrote:
 
  Just curious why  tframecomp.frarmei.left=0  show the blinking cursor in
  Linux and not in Windows, probably is not very important.
 
 Please try again with git master 7492c52ed92187b058c0c0675e747a2b0ace5444.

 Martin


 --
 Keep Your Developer Skills Current with LearnDevNow!
 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-d2d
 ___
 mseide-msegui-talk mailing list
 mseide-msegui-talk@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk




-- 
Julio Jiménez Borreguero
--
Keep Your Developer Skills Current with LearnDevNow!
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-d2d___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Different behavior windows/linux, using tframecomp

2012-01-24 Thread Martin Schreiber
On Tuesday, 24. January 2012 13.01:59 Julio Jiménez wrote:
 Working fine.

 Thank you.

BTW, we are still awaiting the screenshots of your applications with 
tskincontroller. ;-)

Martin

--
Keep Your Developer Skills Current with LearnDevNow!
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-d2d
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Different behavior windows/linux, using tframecomp

2012-01-24 Thread Julio Jiménez
I'm actually changing the theme part of the ISP/Cable operator application.
I want to create  a few themes, then the user can select the desired one.
Metal-theme is probably ready. Wood-theme needs some work but it is almost
ready too.

I'll send a few captures when ready. (probably I'll update the wiki pics...
they are a bit old)
:)

Cheers.



2012/1/24 Martin Schreiber mse00...@gmail.com

 On Tuesday, 24. January 2012 13.01:59 Julio Jiménez wrote:
  Working fine.
 
  Thank you.
 
 BTW, we are still awaiting the screenshots of your applications with
 tskincontroller. ;-)

 Martin


 --
 Keep Your Developer Skills Current with LearnDevNow!
 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-d2d
 ___
 mseide-msegui-talk mailing list
 mseide-msegui-talk@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk




-- 
Julio Jiménez Borreguero
--
Keep Your Developer Skills Current with LearnDevNow!
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-d2d___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Different behavior windows/linux, using tframecomp

2012-01-23 Thread Martin Schreiber
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


Re: [MSEide-MSEgui-talk] Different behavior windows/linux, using tframecomp

2012-01-23 Thread Julio Jiménez
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