Issue 558 - _hidden not a valid frame name for loadComponentFromURL
Summary: _hidden not a valid frame name for loadComponentFromURL
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC Linux, all
: P3 Trivial
Target Milestone: ---
Assignee: ooo
QA Contact: issues@api
URL: http://api.openoffice.org/common/ref/...
Keywords:
Depends on:
Blocks:
 
Reported: 2001-03-14 20:23 UTC by issues@www
Modified: 2013-02-24 21:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description issues@www 2001-03-14 20:23:03 UTC
The doc says that _hidden will create a new hidden frame. Instead, loading the
document fails. Indeed, framework/inc/defines.hxx doesn't know about _hidden
Comment 1 ooo 2001-03-15 13:44:00 UTC
AFAIK framework/inc/defines.hxx has nothing to do with the API.  But, anyway,
implementation bugs belong to the implementation modules.  And I know, _hidden
once worked.
Comment 2 issues@www 2001-03-16 05:11:35 UTC
I filed this bug in API, documentation, because this is where the _hidden is
mentionned, as the URL in the issue indicates. I mentionned
framework/inc/defines.hxx because this is where other frame name constants are
defined; in my reasoning, if _hidden does not appear there, it's more likely a
documentation problem (either wishful thinking  or deprecated feature). If
_hidden had appeared in this file, I would have filed the issue under some other
project...
Anyway, you guys probably underestimate the difficulty for people outside of
Sun/Star to figure out exactly WHERE a bug belongs, so please be patient.
Back to regular mailing-lists drivels ;-)
Comment 3 Mathias_Bauer 2001-04-12 12:18:32 UTC
The usage of "_hidden" if redundant, because opening documents in a hidden mode 
can also be done by adding a PropertyValue "Hidden" with value "True" to the 
parameter sequence in the dispatch() or loadComponentFromURL() call. I prefer 
this way, so we should remove "_hidden" from the documentation.
Comment 4 ooo 2001-04-12 15:53:44 UTC
Mathias conviced me. We better drop this feature, it's redundant.  I changed the
documentation.  It will show up with the next build.
Comment 5 Unknown 2001-11-08 22:34:20 UTC
changing QA contact.
Comment 6 ooo 2002-04-22 12:07:08 UTC
feature dropped from documentation
Comment 7 ooo 2003-01-08 11:33:50 UTC
closing