[ui-issues] [Issue 89273] -invisible argument does n ot work

2010-01-25 Thread gvanderschooten
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89273





--- Additional comments from gvanderschoo...@openoffice.org Mon Jan 25 
12:53:02 + 2010 ---
As far as I know.. it does not work with the last version I'm using (3.1.1 build
9420) under Windows 7.
I just tried to launch one of my programs in silent mode use the following 
shortcut:
"C:\Program Files\OpenOffice.org 3\program\scalc.exe" -invisible
"C:\Users\gv\Desktop\FACTURE2010.ods"
and the sheets shows despite the -invisible argument!
Sorry!

-
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: issues-unsubscr...@ui.openoffice.org
For additional commands, e-mail: issues-h...@ui.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[ui-issues] [Issue 89273] -invisible argument does n ot work

2008-05-10 Thread gvanderschooten
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89273
 Issue #|89273
 Summary|-invisible argument does not work
   Component|ui
 Version|OOo 2.3.1
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|sba
 Reported by|gvanderschooten





--- Additional comments from [EMAIL PROTECTED] Sat May 10 09:58:26 + 
2008 ---
When opening a document thru a shortcut with the -invisible argument
("C:\Program Files\OpenOffice.org 2.3\program\scalc.exe" -invisible
"C:\Documents and Settings\gva\Bureau\test invisible\test1.ods"),initial UI with
the document opened shows up, but initial logo does not.

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



[sc-issues] [Issue 86106] VB .print method

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





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 16:48:04 + 
2008 ---
Downloaded the 2.4rc1 and installed it.
My program works OK in any cases ("Print only selected sheets" tag ON or OFF).
Fix for Issue 83763 in 2.4rc1 seems to also fix my problem .
 Great!!


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



[sc-issues] [Issue 86106] VB .print method

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





--- Additional comments from [EMAIL PROTECTED] Fri Feb 15 08:20:15 + 
2008 ---
I tried the trick "untag Print only selected sheets under
tools-options-spreadsheet-print"...and it works!!
This solve my problem, but I do not understand why it works with the current
document in which the VB code is, when it does not print the other external
document, using the same printing sub.
Anyway, thank all lot for your answer


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



[sc-issues] [Issue 86106] VB .print method

2008-02-14 Thread gvanderschooten
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86106
 Issue #|86106
 Summary|VB .print method
   Component|Spreadsheet
 Version|OOo 2.3.1
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|printing
 Assigned to|spreadsheet
 Reported by|gvanderschooten





--- Additional comments from [EMAIL PROTECTED] Thu Feb 14 17:04:49 + 
2008 ---
The following VB code for printing an external document no longer works with
2.3.1 (Nothing printed, no error reported!!):
Dim PrintProperties(1) As New com.sun.star.beans.PropertyValue
PrintProperties(0).Name="Pages"
PrintProperties(0).Value=pg '"1"
PrintProperties(1).Name="CopyCount"
PrintProperties(1).Value=2
f_final.print(PrintProperties())

Was working fine with previous versions 2.x
Works fine for printing the current document by replacing "f_final" by
"thiscomponent":
thiscomponent.print(PrintProperties())

The document to be printed (f_final) is opened within he current document with
the following sequence:
dim args(0) as new com.sun.star.beans.PropertyValue
args(0).name="Hidden"
args(0).value=true  'false
fname=dname & "F_mod.ods"
f_final=OpenDocument (fname , Args())

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