Mini Kabibi Habibi
// Copyright 2023 Adobe Systems Incorporated
dialog(name: '$$$/Dialog/Print/NCMWarning/Title=No Color Management is not supported', class_name: 'TPSDialog', placement: place_column, child_horizontal: align_right) {
// Note - this is a special case, regular #defines such as Macintosh or WIN_32 are not available here
#ifdef MacEve
group(name: 'OKCancel', placement: place_row, child_horizontal: align_fill, reverse: true) {
#endif
#ifdef WinEve
group(name: 'OKCancel', placement: place_row, child_horizontal: align_fill) {
#endif
button(name: '$$$/PrintOptions/ColorWarnNCM/GetIt=Get It', view_id: 'ok ', dismiss: true,
default: true);
button(name: gCancelString, view_id: 'cncl', dismiss: true);
}
group(spacing: gGap) {
static_text(name: '$$$/PrintOptions/ColorWarnNCM/Line1=It appears that you are attempting to print without color management.');
static_text(name: '$$$/PrintOptions/ColorWarnNCM/Line2=This method of printing from Photoshop is not supported.');
static_text(name: '$$$/PrintOptions/ColorWarnNCM=Please use Adobe Color Printer Utility if you need to print with No Color Management.');
}
}
// Footer - Copyright 2023 Adobe Systems Incorporated