Printer Driver Setting Synchronization via DEVMODE

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Printer driver settings often conflict with application settings, leading to user confusion due to differing configurations, as some items may be set differently in each software component during the printing process.

Innovation Solution

Implementing a driver specifying function that restricts changes to specific items in the printer driver settings when corresponding settings have been made in the application, using a DEVMODE structure to notify and synchronize settings between the printer driver and application, and displaying warnings or inquiries to prevent unintended changes.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If the printer driver allows independent setting of printing parameters, then the printer driver can provide detailed printing control options, but the user may be confused due to conflicts between application settings and driver settings

Engineering Contradiction:
Improveprinting control optionsVSAvoiduser confusion
Core Design Contradiction:
Adaptability or versatilityVSEase of operation

Solution Approach 1:

The printer driver dynamically adjusts its behavior based on the application's capabilities. When the application supports print setting, the driver inhibits certain settings to avoid conflicts. When the application does not support print setting, the driver enables full setting capabilities. This dynamic adaptation resolves the contradiction by making the system flexible rather than static.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system changes the state of setting items from enabled to inhibited based on the application's print setting support capability. This parameter change allows the driver to adapt its functionality according to the runtime conditions, providing detailed control when needed while preventing confusion when the application already manages settings.

Inventive Principle:
Principle #35Parameter changes

2Ease of operation

If the printer driver restricts setting changes to prevent conflicts with application settings, then user confusion is reduced, but user friendliness deteriorates when users need to intentionally change settings

Engineering Contradiction:
Improveuser confusion reductionVSAvoiduser freedom to change settings
Core Design Contradiction:
Ease of operationVSAdaptability or versatility

Solution Approach 1:

The system provides feedback to the user when an inhibited setting item is selected, explaining that the setting is controlled by the application. This feedback mechanism maintains user awareness and allows users to understand why certain settings are restricted, while still permitting them to override the restriction if they have specific needs.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The setting inhibition is not absolute but conditional and reversible. The driver dynamically responds to user selections by providing explanations and allowing overrides when necessary. This dynamic approach balances conflict prevention with user freedom, resolving the contradiction between reducing confusion and maintaining adaptability.

Inventive Principle:
Principle #15Dynamics

3Manufacturing precision

If the printer driver independently manages all printing settings, then printing control precision is high, but the complexity of the system increases due to synchronization issues between application and driver settings

Engineering Contradiction:
Improveprinting control precisionVSAvoidsystem synchronization complexity
Core Design Contradiction:
Manufacturing precisionVSDevice complexity

Solution Approach 1:

The printer driver extracts and inhibits specific setting items that are already managed by the application, rather than managing all settings independently. This extraction approach reduces the driver's management burden and eliminates synchronization conflicts for those specific items, while maintaining precise control over other settings that the driver uniquely manages.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The system segments the printing settings into two categories: those managed by the application and those managed by the driver. This segmentation is achieved by identifying which setting items should be inhibited based on application capabilities. By dividing the setting management responsibilities, the system achieves both precision and reduced complexity.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS8724150B2Storage medium storing printer driver and information processing apparatus
Publication Date: 2014.05.13 BROTHER KOGYO KK
  • US8724150B2 patent drawing
  • US8724150B2 patent drawing
  • US8724150B2 patent drawing

AI summary

A storage medium stores a printer driver that controls an information processing apparatus. The printer driver, when executed, causes the information processing apparatus to provide an application with setting values corresponding to options for an item for specifying a print setting and a driver setting option value corresponding to a driver setting option that indicates that the item is allowed to be specified in a driver-side input interface, and receive a result of the selected option in an application-side setting process. When the result received is the driver setting option, display a setting value as the setting value for the item and allowing the value for the item to be changed through the driver-side input interface. When the result received is the option other than the driver setting option, display a setting value that corresponds to the option selected in the application-side setting process as the value for the item.