[api-issues] [Issue 51621] Macro Copy Paste does not work from a button

2005-11-15 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51621


User msc changed the following:

  What|Old value |New value

Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Tue Nov 15 06:03:08 -0800 
2005 ---
Hi,

this is fixed in the current master. The current master is available at
http://download.openoffice.org/680/index.html

I close this issue now.

Bye Marc

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



[api-issues] [Issue 51621] Macro Copy Paste does not work from a button

2005-10-20 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51621


User msc changed the following:

  What|Old value |New value

Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Wed Oct 19 07:15:04 -0700 
2005 ---
verified in cws dba201d

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



[api-issues] [Issue 51621] Macro Copy Paste does not work from a button

2005-10-11 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51621


User fs changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Tue Oct 11 00:22:44 -0700 
2005 ---
fs- msc: please verify in CWS dba201d

re-open issue and reassign to msc

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



[api-issues] [Issue 51621] Macro Copy Paste does not work from a button

2005-10-11 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51621


User fs changed the following:

  What|Old value |New value

   Assigned to|fs|msc

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Tue Oct 11 00:23:11 -0700 
2005 ---
reassign to msc

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



[api-issues] [Issue 51621] Macro Copy Paste does not work from a button

2005-10-11 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51621


User fs changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Tue Oct 11 00:23:25 -0700 
2005 ---
reset resolution to FIXED

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



[api-issues] [Issue 51621] Macro Copy Paste does not work from a button

2005-08-19 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51621





--- Additional comments from [EMAIL PROTECTED] Fri Aug 19 01:01:06 -0700 
2005 ---
for the records: workaround: Set the Take focus in click property of the
button to No

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



[api-issues] [Issue 51621] Macro Copy Paste does not work from a button

2005-08-19 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51621


User fs changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Aug 19 02:47:18 -0700 
2005 ---
fixed in CWS dba201c

The problem here is that when you click onto the button, it grabs the focus. Now
in 2.0, when a form control has a focus, certain actions from the menu/toolbar
(for instance cut/copy/paste) are routed to this control, and not to the main
document anymore.

This makes sense for, for instance, text input fields: You can now operate them
via the toolbox. However, it doesn't make sense for buttons (which can just
realize that the desired functionality is not available).

Speaking very strictly, this is a problem of the macro, since it uses the
dispatch API to access cut/copy/paste functionality. The dispatch API is always
dependent on the document state, and thus not 100 percent reliable. However,
there is no other API for cut/copy/paste, and the macro recorder produces code
which uses the dispatch API, so declaring this as wrong would not really be a
good solution :)

Fixed this by not routing cut/copy/paste (and a lot of other functionalities) to
the active control, if this active control cannot serve the functionality, 
anyway.

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



[api-issues] [Issue 51621] Macro Copy Paste does not work from a button

2005-08-03 Thread tbe
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51621


User tbe changed the following:

  What|Old value |New value

   Assigned to|tbe   |fs





--- Additional comments from [EMAIL PROTECTED] Wed Aug  3 05:19:12 -0700 
2005 ---
TBE-FS:
The macro is executed in both cases, when pressing the button and via
Tools/Macros/Run Macro. But when pressing the button, the 
executeDispatch() call fails. The reason for that is, that the macro runs
in the wrong context. In this case the FmFormShell is on the shell stack.
For more details, please ask CD.

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



[api-issues] [Issue 51621] Macro Copy Paste does not work from a button

2005-07-11 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51621


User sw changed the following:

  What|Old value |New value

   Assigned to|sw|tbe

  Target milestone|---   |OOo 2.0.1





--- Additional comments from [EMAIL PROTECTED] Mon Jul 11 04:34:35 -0700 
2005 ---
sw-tbe: the first button has no effect and the second copies what is currently
in the clipboard, if nothing is in there nothing happens here either. All seems
to work fine when the macro are executed via Tools-Macros.

Setting target to OOo2.0.1 since this used to work for example in OOo1.1.4

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



[api-issues] [Issue 51621] Macro Copy Paste does not work from a button

2005-07-08 Thread cyb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51621


User cyb changed the following:

  What|Old value |New value

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Fri Jul  8 13:08:28 -0700 
2005 ---
Can confirm the first part: copying in the same document.
However, copying to another document is working for me (1.9.m113 WinXP).



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



[api-issues] [Issue 51621] Macro Copy Paste does not work from a button

2005-07-06 Thread bmarcelly
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51621


User bmarcelly changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=27738) Calc document
  |  |with two macros started by
  |  |buttons.





--- Additional comments from [EMAIL PROTECTED] Wed Jul  6 01:29:30 -0700 
2005 ---
Created an attachment (id=27738)
Calc document with two macros started by buttons.


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



[api-issues] [Issue 51621] Macro Copy Paste does not work from a button

2005-07-06 Thread bmarcelly
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51621


User bmarcelly changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=27739) Ordinary Calc
  |  |document for use with 2nd
  |  |button.





--- Additional comments from [EMAIL PROTECTED] Wed Jul  6 01:30:13 -0700 
2005 ---
Created an attachment (id=27739)
Ordinary Calc document for use with 2nd 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]