[gsl-issues] [Issue 85855] in-place editing for contr ols with text (fixed text, command button, etc )

2008-02-07 Thread ab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85855


User ab changed the following:

What|Old value |New value

  CC|''|'fs'

  Status|NEW   |STARTED

Target milestone|---   |OOo 3.x





--- Additional comments from [EMAIL PROTECTED] Thu Feb  7 08:52:41 + 
2008 ---
I'm not sure to which extend this is related to the Dialog Editor. Much of the
general control handling (selecting, moving etc.) is done by the sv drawpage
functionality from svx. So if also form components should become in-place
editable the Dialog Editor at least is only one of the places that has to be
changed.

ab-fs: I think you have a better overview concerning all the affected code
areas and the RFE is yours. Could you please comment on this.

STARTED, OOo 3.x


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 85855] in-place editing for contr ols with text (fixed text, command button, etc )

2008-02-07 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85855





--- Additional comments from [EMAIL PROTECTED] Thu Feb  7 15:22:20 + 
2008 ---
This would need to be done in the drawing layer. The drawing layer class which
carries a UNO control is the SdrUnoObj. For every associated view of the
document, there basically exists an XControl (a fixed text, a button, and so
on), which is used to draw the control into the view.
I suppose it would be possible to give the the SdrUnoObj a special mode (started
by double click, or so), in which it replaces its XControl with another (living)
XControl which internally is an edit field. When this field loses the focus, or
ESC or ENTER is pressed by the user, then the special mode is left, the old
XControl is put back, and the text of the edit field is used as new text for the
control

It might also be feasible to not use an edit field for this. The drawing layer
itself has mechanisms for inplace-editing of text, see normal shapes. Perhaps we
can and should re-use this mechanism. It would probably look better that, say,
an edit field placed above a push button.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 85855] in-place editing for contr ols with text (fixed text, command button, etc )

2008-02-04 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85855


User pl changed the following:

What|Old value |New value

 Assigned to|pl|ab





--- Additional comments from [EMAIL PROTECTED] Mon Feb  4 12:14:22 + 
2008 ---
That would be an enhancemnet for the basic IDE

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 85855] in-place editing for contr ols with text (fixed text, command button, etc )

2008-02-04 Thread arielch
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85855





--- Additional comments from [EMAIL PROTECTED] Mon Feb  4 16:26:25 + 
2008 ---
@pl : I do not think it is only an enhancement for the Dialogo IDE, as this will
be useful also for form components.

The RFE was suggested initially for these last ones :
http://dba.openoffice.org/servlets/BrowseList?list=usersby=threadfrom=1946069

and according to fs
http://dba.openoffice.org/servlets/ReadMsg?list=usersmsgNo=5616
gsl is the responsible component team. 

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 85855] in-place editing for contr ols with text (fixed text, command button, etc )

2008-02-04 Thread arielch
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85855
 Issue #|85855
 Summary|in-place editing for controls with text (fixed text, c
|ommand button, etc)
   Component|gsl
 Version|current
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|code
 Assigned to|pl
 Reported by|arielch





--- Additional comments from [EMAIL PROTECTED] Mon Feb  4 11:46:43 + 
2008 ---
Currently, the text in controls like the fixed text and command button can only
be edited opening the Properties window.

The proposed enhancement would be to allow in-place editing of text in controls
in forms and dialogs, without needing to open the Properties window.

A basic competitive analysis shows that this feature is present in Microsoft
since years. Also modern IDEs (like NetBeans IDE) allow in-place editing.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 85855] in-place editing for contr ols with text (fixed text, command button, etc )

2008-02-04 Thread arielch
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85855





--- Additional comments from [EMAIL PROTECTED] Mon Feb  4 11:47:52 + 
2008 ---
Created an attachment (id=51353)
picture showing in-place editing in MS Forms


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 85855] in-place editing for contr ols with text (fixed text, command button, etc )

2008-02-04 Thread arielch
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85855





--- Additional comments from [EMAIL PROTECTED] Mon Feb  4 11:48:40 + 
2008 ---
Created an attachment (id=51354)
picture showing in-place editing in NetBeans IDE


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]