Download
Magazine
Develop
Account
Download
Magazine
Develop
Login
Forgot Account/Password
Create Account
Language
Help
Language
Help
×
Login
Login Name
Password
×
Forgot Account/Password
Category:
Software
People
PersonalForge
Magazine
Wiki
Search
OSDN
>
Find Software
>
Apollo
>
Ticket List/Search
>
Ticket #10736
Apollo
Description
Project Summary
Developer Dashboard
Web Page
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
Downloads
List of Releases
Stats
Source Code
Code Repository list
Subversion
View Repository
CVS
View Repository
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
Communication
Forums
List of Forums
Help (1)
Open Discussion (1)
Mailing Lists
list of ML
apollo-talk
News
Ticket #10736
Ticket List
Submit New Ticket
RSS
Phi::PrintDialog#collate が常に false を返す。
Open Date:
2007-07-20 15:39
Last Update:
2007-07-20 15:39
monitor
ON
OFF
Reporter:
take_tk
Owner:
(None)
Type:
Bugs
Status:
Open
Component:
(None)
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
None
File:
None
Details
Reply
http://wiki.fdiary.net/apollo/?Phi%3A%3APrintDialog を
書いていて気がついたのですが、ダイアログで「部単位で選
択」にしても Phi::PrintDialog#collate が false を返すよ
うです。
#! ruby -Ks
require "phi"
require "dialogs"
dialog = Phi::PrintDialog.new
dialog.options += [1]
dialog.min_page = 1
dialog.max_page = 999
dialog.execute
p dialog.collate
raise
* あと、PrintDialog関係の定数(TPrintDialogOption、
TPrintRange)が定義されていないようです。
Ticket History (0/0 Histories)
Attachment File List (
0
)
Attachment File List
No attachments
Edit
Add Comment
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
Login
Add Comment
Preview
Submit
書いていて気がついたのですが、ダイアログで「部単位で選
択」にしても Phi::PrintDialog#collate が false を返すよ
うです。
#! ruby -Ks
require "phi"
require "dialogs"
dialog = Phi::PrintDialog.new
dialog.options += [1]
dialog.min_page = 1
dialog.max_page = 999
dialog.execute
p dialog.collate
raise
* あと、PrintDialog関係の定数(TPrintDialogOption、
TPrintRange)が定義されていないようです。