Re: [MSEide-MSEgui-talk] about tfilenameedit bug?

2012-02-01 Thread Martin Schreiber
Martin Schreiber wrote:

 On Wednesday, 1. February 2012 02.11:57 liuzg2 wrote:
 
 may be i want copy one line or few lines .

 This is an argument. :-)
 I'll see what I can do.
 
git master 1c9dc3bee68843480150a30e985d5e670481ff3d has optionsedit1
oe1_readonlydialog.

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] about tfilenameedit bug?

2012-01-31 Thread liuzg2

 On Tuesday, 31. January 2012 03.59:46 liuzg2 wrote:
 filedialog button should click when filenameedit is
 readonly.
 not can  chang edit.value only .


 i user a dialogstringedit(show a memoedit form when click button) to
 store a lines text.
 so i can not see all text when the dialogstringedit is readonly.

 Activate t*editwidget.optionsedit oe_hintclippedtext.

 can not show well .

 I don't understand.

 so can you tell me how to enable the button when t*editwidget.readonly
 =true??

 I don't think we should do that.

 Martin
  yes  oe_hintclippedtext can show the words.
but  may be the text lines too more.
may be i want copy one line or few lines .




--
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] about tfilenameedit bug?

2012-01-31 Thread Martin Schreiber
On Wednesday, 1. February 2012 02.11:57 liuzg2 wrote:

   yes  oe_hintclippedtext can show the words.
 but  may be the text lines too more.

The hint window shows multi-line text too.

 may be i want copy one line or few lines .

This is an argument. :-)
I'll see what I can do.

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] about tfilenameedit bug?

2012-01-30 Thread liuzg2
于 2012-01-25 18:22, Martin Schreiber 写道:
 On Wednesday, 25. January 2012 08.45:59 liuzg2 wrote:
 i create tfilenameedit into  a twidgetgrid

 var xx:tfilenameedit;
 begin
   xx:=tfilenameedit.create(self);

 twidgetgrid1.datacols[0].editwidget:=xx;

   twidgetgrid1.datacols[0].readonly:=true;

 it can not input char
 but filedialog  still can exe;

 if set it readonly in designtime ,all is ok.

 Please try again with git master ccac3a9d04e0e90e05b961193078c9a5f38ec91f,
 thanks for reporting.

 Martin



filedialog button should click when filenameedit is
readonly.
not can  chang edit.value only .


i user a dialogstringedit(show a memoedit form when click button) to 
store a lines text.
so i can not see all text when the dialogstringedit is readonly.



--
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] about tfilenameedit bug?

2012-01-30 Thread Martin Schreiber
On Tuesday, 31. January 2012 03.59:46 liuzg2 wrote:

 filedialog button should click when filenameedit is
 readonly.
 not can  chang edit.value only .


 i user a dialogstringedit(show a memoedit form when click button) to
 store a lines text.
 so i can not see all text when the dialogstringedit is readonly.


Activate t*editwidget.optionsedit oe_hintclippedtext.

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] about tfilenameedit bug?

2012-01-30 Thread liuzg2
于 2012-01-31 14:17, Martin Schreiber 写道:
 On Tuesday, 31. January 2012 03.59:46 liuzg2 wrote:

 filedialog button should click when filenameedit is
 readonly.
 not can  chang edit.value only .


 i user a dialogstringedit(show a memoedit form when click button) to
 store a lines text.
 so i can not see all text when the dialogstringedit is readonly.


 Activate t*editwidget.optionsedit oe_hintclippedtext.


can not show well .
so can you tell me how to enable the button when t*editwidget.readonly 
=true??


--
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] about tfilenameedit bug?

2012-01-30 Thread Martin Schreiber
On Tuesday, 31. January 2012 07.57:17 liuzg2 wrote:
 于 2012-01-31 14:17, Martin Schreiber 写道:
  On Tuesday, 31. January 2012 03.59:46 liuzg2 wrote:
  filedialog button should click when filenameedit is
  readonly.
  not can  chang edit.value only .
 
 
  i user a dialogstringedit(show a memoedit form when click button) to
  store a lines text.
  so i can not see all text when the dialogstringedit is readonly.
 
  Activate t*editwidget.optionsedit oe_hintclippedtext.

 can not show well .

I don't understand.

 so can you tell me how to enable the button when t*editwidget.readonly
 =true??

I don't think we should do that.

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


[MSEide-MSEgui-talk] about tfilenameedit bug?

2012-01-24 Thread liuzg2
i create tfilenameedit into  a twidgetgrid

var xx:tfilenameedit;
begin
 xx:=tfilenameedit.create(self);

twidgetgrid1.datacols[0].editwidget:=xx;

 twidgetgrid1.datacols[0].readonly:=true;

it can not input char
but filedialog  still can exe;

if set it readonly in designtime ,all is ok.


--
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