You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2017/03/28 13:14:07 UTC

[Issue 127378] New: Handlers / Listeners are being disconnected but still exists during BASIC code edition

https://bz.apache.org/ooo/show_bug.cgi?id=127378

          Issue ID: 127378
        Issue Type: DEFECT
           Summary: Handlers / Listeners are being disconnected but still
                    exists during BASIC code edition
           Product: App Dev
           Version: 4.2.0-dev
          Hardware: PC
                OS: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P5 (lowest)
         Component: vba
          Assignee: issues@openoffice.apache.org
          Reporter: muad@go2.pl
  Target Milestone: ---

When BASIC source is being modified, variables are being resetted. There remain
problem with Listeners / Handlers, where only link to them is removed, but they
still exists. During every code RUN, they are being duplicated / triplicated...

There is no way to detect duplicated handlers (IsNull variable is useless while
Handlers loose their link to variable).

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 127378] Handlers / Listeners are being disconnected but still exists during BASIC code edition

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=127378

oooforum (fr) <oo...@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |oooforum@free.fr

--- Comment #3 from oooforum (fr) <oo...@free.fr> ---
Instead of coding listeners, use inner events with menu Edit > Sheets >
Events...

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 127378] Handlers / Listeners are being disconnected but still exists during BASIC code edition

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=127378

--- Comment #2 from s1w_ <mu...@go2.pl> ---
Created attachment 85996
  --> https://bz.apache.org/ooo/attachment.cgi?id=85996&action=edit
Calc sheet with events to run and description

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 127378] Handlers / Listeners are being disconnected but still exists during BASIC code edition

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=127378

--- Comment #4 from s1w_ <mu...@go2.pl> ---
oooforum (fr): I have reported anomaly, what does it have to do with what i do?

I am tired of those comments like "I know better about ur needs", have you took
into consideration, that I needed a code that was formatting whole csv into ods
that enduser wouldnt bother about creating events that they even dont
understand?

Anyway this issue occurs only while editing basic, so its not my nor enduser
problem, but inadvertency of mechanism.

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 127378] Handlers / Listeners are being disconnected but still exists during BASIC code edition

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=127378

--- Comment #1 from mroe <mr...@gmx.net> ---
Please provide a document with a code snippet, with that the problem can be
reproduced.

-- 
You are receiving this mail because:
You are the assignee for the issue.