Pages main tab

Build 1501 on 14/Nov/2017  This topic last edited on: 8/May/2017, at 09:49

[3] Fred4: possible crash refreshing article panel

GN4-4563

A crash occurred when refreshing the article panel and one of the text was spiked. Now fixed.

Modified date: 21/07/2016 12:41:39 - P4 Changelist: 83059 - From build: main.2973.x (T)

 

[5] Fred4: article rename dialog changes

GN4-4562

Folder selection is now performed using standard tree browser (with write permission check). The initial selected folder is now remembered.

Modified date: 21/07/2016 11:50:15 - P4 Changelist: 83056 - From build: main.2973.x

 

[7] Fred4: image with clipping path turns triangular when cropping

GN4-4554

The image has a strange clipping path: is composed by 88 shapes (!) and the main shape is a minimal fragment of these multiple shapes.
These shapes has different orientation (clockwise or not) depending on position and function (clip the part inside/outside of shape).
The bug is caused by a wrong orientation of crop shape compared to the current image shape.
Add a check that assure the right orientation of crop shape and current image shape. Fixed.

Modified date: 20/07/2016 18:13:10 - P4 Changelist: 83042 - From build: main.2972.x

 

[1] Fred4: Justify on article designer (src view) doesn't work on fred

GN4-4530

There is a problem on current text.
The fred application assume the page current text, and in this case return null.
Fixed

Modified date: 07/07/2016 18:04:48 - P4 Changelist: 82869 - From build: main.2959.x

 

[58] Fred: "circle" end doesn't grow proportionally

GN4-4218

There is a configuration error in \\Config\Data\GN4\GN4EditorialData.xml:
wrong code:
<strike><end id="4" name="Circle"></strike>
fixed code:
'''<end id="4" name="Circle" a="20" b="0">'''

Modified date: 22/06/2016 14:25:13 - P4 Changelist: 82627 - From build: main.2944.x

 

[10] Fred4: GetLayerTypes returning 0 for Ads layer type

 

GetLayerTypes returns 0 for the layer type "Ads" if the id of the layer type "Ads" is smaller that the id of the "Editorial" one. Now fixed.

Modified date: 04/07/2016 15:42:29 - P4 Changelist: 82795 - From build: main.2956.x (T)

 

[1] Fred4/ted4: print selected story doesn't maintain the paragraph

 

Config changed to handle the paragraph in the text story when printed
 
file involved:
 
--/GN4/Main/Config/Global/GN4/xsl_FlowDocument.xslt

Modified date: 06/07/2016 17:46:53 - P4 Changelist: 82841 - From build: main.2958.x (T)

 

[14] Fred4: different behaviour changing format with F2 and with the toolbar combo

 

The Format dialog (pressing F2) has a bug: in case of multiple selection check in any case the first selected object, if the se new format to apply is the same of the selected object it doesn't apply any format.
 
Fixed, now the dialog works like the format toolbar.

Modified date: 30/06/2016 16:33:17 - P4 Changelist: 82763 - From build: main.2952.x

 

[12] Fred4: spell checker highlight can not work correctly

 

Re-enabled spell checker underline draw when editing in page and no background edit color defined in preferences.

Modified date: 01/07/2016 11:32:37 - P4 Changelist: 82775 - From build: main.2953.x (T)

 

[15] Fred4: dummy images can not be unlinked correctly in some cases

 

Forced unlinking of dummy article images when it is sure that the current selection contains only article elements, for example when duplicating articles in page.

Modified date: 30/06/2016 15:44:52 - P4 Changelist: 82759 - From build: main.2952.x (T)

 

[33] Fred: open the library object that generated the selected object on page

 

Use the command "OpenParentLibObj" to automatically open the library object from which was generated the selected object on page. Assign the command to the menu you want.

Modified date: 27/06/2016 18:11:36 - P4 Changelist: 82685 - From build: main.2949.x (T)

 

[35] Fred: open library from which arrived the selected object

 

Use the new command "ShowSelectedLib" to automatically bring into the view the object library from where arrived the selected object on page. Add the command to the menu you want.

Modified date: 27/06/2016 16:48:30 - P4 Changelist: 82683 - From build: main.2949.x (T)

 

[41] Fred4: mime type instead of text name into article panel

 

In some cases the application take the wrong value, fixed.

Modified date: 24/06/2016 17:26:57 - P4 Changelist: 82662 - From build: main.2946.x

 

[51] Fred: copy and paste article on a layer in another region incomplete

 

on paste the application set correctly the text but forgot to set the current article. Fixed.

Modified date: 24/06/2016 09:53:08 - P4 Changelist: 82647 - From build: main.2946.x

 

[55] Fred4: crash linking an image to a photocaption in use

 

Have an article in page with a photocation (in page) with no image (just the text), user1 is editing the photocaption. User2 open the page, put an image in page and link it to the existing photocation, a message says that the link cannot be done because the photocaption is in use, closing the message Fred crashes. Now fixed.

Modified date: 23/06/2016 09:30:04 - P4 Changelist: 82633 - From build: main.2945.x (T)

 

[62] Fred4: editing edition Page Category get lost.

 

Oening edition the client application try to load only partial page information, ignoring categorization info.
Resaving the page (or the entire edition), application overwrite the entire page object and the category information is lost.
Fixed.

Modified date: 20/06/2016 10:55:38 - P4 Changelist: 82602 - From build: main.2942.x (T)

 

[68] Fred4: printed shadow is missing K colour

 

two problems: 
in some cases the XML sent to Pdflib doesn't have the informations about the user color profile, this cause a wrong and simplified color transformation.
The shadow rendering need to work in RGB, and the transformation CMYK->RGB->CMYK cause a loss of color informations.
Fixed:
entirely fixed for standard shadows (from color X to transparent)
partially fixed for coloured shadows (from color X to color Y): the CMYK result is still different but there is no loss of K layer value.

Modified date: 16/06/2016 18:26:06 - P4 Changelist: 82574 - From build: main.2938.x

 

[72] Fred4: timeout saving an edition if user has no write permissions on image folder

 

A timeout occurs when saving an edition (created from template containing dummy images) if the user saving the edition has no write permissions on the folder where the images are. Now the correct exception is retuned to the client.

Modified date: 15/06/2016 15:59:12 - P4 Changelist: 82557 - From build: main.2937.x (T)

 

[83] Fred4: print preview of article show only the first page

 

It is now possible to print selected elements in result listings using a !FlowDocument which can be paginated across page boundaries. The original !InfoPanel !DataTemplate configurations cannot be paginated across page boundaries.
 
A new !FlowDocument feed has been provided to generate !FlowDocuments and they can be used from the !PreviewPrintList configurations vai the !FlowDocumentPreview element, e.g.
 
<PreviewPrintList>
<FlowDocumentPreview Name="Image" ObjectTypeName="image" FeedName="FlowDocument"/>
<FlowDocumentPreview Name="Story" ObjectTypeName="story" FeedName="FlowDocument"/>
<FlowDocumentPreview Name="Article" ObjectTypeName="article" FeedName="FlowDocument"/>
 
The standard Shell4_Config.xml file has been updated to use this method and this along with the !FlowDocument feed and style-sheets (feed_FlowDocument.xml and xsl_FlowDocument.xslt) need to be re-imported for this feature to be enabled correctly.

Modified date: 13/06/2016 12:21:48 - P4 Changelist: 82509 - From build: main.2935.x (T)

 

[91] Fred4: mouse snap tolerance not working correctly with page nudge active

 

Fixed mouse snap position when nudge grid is active, there is a snapping tolerance and the grid size is not multiple of the border.

Modified date: 09/06/2016 15:40:43 - P4 Changelist: 82475 - From build: main.2931.x (T)

 

[107] Fred4: wrong selection after duplicate with dialog

GN4-4379

After object duplicate, using dialog for parameters, only new objects will be selected, as when no dialog is used.

Modified date: 01/06/2016 14:26:36 - P4 Changelist: 82384 - From build: main.2923.x (T)

[112] Fred4: color opacity doesn't work for vectorial objects in master

GN4-4417

Drawing the page there is a part that apply the transperencies for vectorial objects (for images the process works differently).
This part is not used for master object (same problem for page preview generated by server), fixed.

Modified date: 30/05/2016 17:44:47 - P4 Changelist: 82359 - From build: main.2921.x (T)

[113] Fred: GetFreeSpaceXYWH returns a narrower area on an empty double page

GN4-4420

a part of the algorithm try to adapt the found boxes to the columns and guide of the page: for double pages this process have a bug. Fixed.

Modified date: 30/05/2016 17:42:19 - P4 Changelist: 82358 - From build: main.2921.x (T)

[128] Fred: Page.ObjAlignXX commands malfunction with rotated objects

GN4-4365

Alignment of rotated objects is now supported.

Modified date: 24/05/2016 09:38:04 - P4 Changelist: 82250 - From build: main.2915.x (T)

[130] Fred4: optimize replace image dialog

GN4-4388

If "Fit" is the only option available in Picture Replace Dialog ("Resize" and "Crop" can be disabled), don't open it and perform fit operation automatically.

Modified date: 23/05/2016 11:44:38 - P4 Changelist: 82236 - From build: main.2914.x (T)

[132] Fred: resizing a rotated picture distorts it

GN4-4236

The resize of rotated image was broken by another previous fix (GN4-2543). Now both are ok.

Modified date: 23/05/2016 09:27:00 - P4 Changelist: 82227 - From build: main.2914.x (T)

[137] Fred4: all panels color combo-boxes doesn't update color list when the page color attribute changes

GN4-4362

The "block color" overlay icon was not displayed correctly into color combo-boxes. Now fixed.

Modified date: 19/05/2016 15:04:03 - P4 Changelist: 82201 - From build: main.2910.x (T)

[146] Fred: the image shape becomes triangular when cropping an image

GN4-4337

many fixes.
The shape process is modified to avoid these anomalies.
The crop box works without moving the object inside the page (happens in some cases)
For EPS with clipping path in case of path modify the "no image clip when printing" (miscellaneous panel) should be disabled (if checked use the default eps clip path, this check is used in print process).
In case of crop-uncrop the clipped image, the original clip data is lost, fixed. 
In case of crop-uncrop the clipped image, the object bounding box doesn't matches with crop box, fixed.
 
There are still some combination that cause visual problem, in most cases to solve just click on image in crop mode.
 

Modified date: 17/05/2016 15:03:00 - P4 Changelist: 82148 - From build: main.2908.x (T)

[147] Fred4: show descriptive name of objects preventing page opening

 

If you tried to open a page and the page contained a text residing in a folder where you didn't have any permission, Fred displayed an error message containing only the object id of the text.
Now fixed: the error message contains also the name of the text. This way, someone with more privileges can search for it, and change the folder of the object.

Modified date: 16/05/2016 18:44:32 - P4 Changelist: 82130 - From build: main.2907.x (T)

[150] Fred4: auto-apply problem into dynamic engrave panel

GN4-4356

Pressing '=' in the dynamic engrave panel will automatically apply changes in page, as other controls do.

Modified date: 16/05/2016 11:52:08 - P4 Changelist: 82119 - From build: main.2907.x (T)

[151] Fred4: re-enable Page.TxtFormat to function with multiple selection

GN4-4286

Re-enabled format selection dialog when multiple elements are selected, as before recent fixes.

Modified date: 16/05/2016 10:35:48 - P4 Changelist: 82114 - From build: main.2907.x (T)

 

 

[8] Fred4: better img update on readonly pages

GN4-4308

On readonly pages (and also using TedExtra) the ImgUpdateAll function is not checking out the layers anymore if there are no images to update.
Added the new command Page.HasImgToUpdate, returning true if in the current selection there are images to update, false otherwise (or there is no selection).

Modified date: 27/04/2016 15:37:38 - P4 Changelist: 81896 - From build: main.2888.x

 

[9] Fred4: crash working with format combo box

GN4-4338

For local text is the local id text (a client identifier) is wrongly used as real txt id, this cause a load exception, then the crash.
Add an exception handle (to avoid crashes in other cases), localtxt is now handled as localtxt (the client identifier is ignored).

Modified date: 06/05/2016 16:49:07 - P4 Changelist: 82025 - From build: main.2897.x (T)

 

[15] Fred4: be able to close an open shape (rule to box conversion)

GN4-4078

This piece of script will close a selected open rule, when geometrically possible. The EditPasteAttrib() API was internally enhanced.
<source lang="vb">
...
If Not Page.SelElement().CanCloseRule() Then
MsgBox("Can't close this object.")
Return
End If
 
Dim x = Page.GetSelectionX
Dim y = Page.GetSelectionY
Dim w = Page.GetSelectionWidth
Dim h = Page.GetSelectionHeight
Fred.SelNormal()
Page.EditCopy()
Page.EditDelete()
Page.AddBoxEx(x, y, w, h, 0)
Page.EditPasteAttrib(1 + 16 + 32)
...

Modified date: 05/05/2016 17:16:01 - P4 Changelist: 82000 - From build: main.2896.x (T)

 

[16] Fred4: crash exiting from text editing if save fails

GN4-4333

When exiting text editing if save fails a message is shown: "Unable to save text. Do you want to abandon changes and exit?". After this message the application crashes. Now fixed.

Modified date: 05/05/2016 16:52:51 - P4 Changelist: 81996 - From build: main.2896.x (T)

 

[12] Fred/Ted: saving table styles was not working well

GN4-4311

Saving table styles was not working well with the new table styles format, introduced in the version 2.3. Now fixed.

Modified date: 27/04/2016 11:15:46 - P4 Changelist: 81883 - From build: main.2888.x (T)

 

[13] Fred: PageBrowse error when no page listed in the navigator

GN4-4310

PageBrowse could display an exception if no page was listed in the navigator and you pressed PgDn or PgUp. Now, it will display the warning message.

Modified date: 26/04/2016 18:06:04 - P4 Changelist: 81877 - From build: main.2887.x (T)

[2] Fred4: zoom fit possible crash

GN4-4301

Fixed possible crash in "ZoomFit" function.

Modified date: 26/04/2016 14:52:12 - P4 Changelist: 81868 - From build: main.2887.x

 

[10] Fred4: possible crash when viewing a page where a layer was merged

GN4-4267

Fixed crash when another user has merged a layer displayed in read only page.

Modified date: 21/04/2016 12:19:04 - P4 Changelist: 81819 - From build: main.2882.x (T)

 

[11] Fred4: frame info displayed in T mode have always an empty row on top

GN4-4264

In Fred4 page, the text information displayed in Tracking Mode had always an empty row on top.
Now, if no frame's label (or logical group's label) is shown, then the text information are displayed at the top of the frame (without empty row).

Modified date: 20/04/2016 17:29:38 - P4 Changelist: 81804 - From build: main.2881.x (T)

 

[15] Fred4: imported grayscale eps doesn't have preview with alpha channel

GN4-4284

for grayscale content the preview process didn't save the alpha channel, fixed.

Modified date: 20/04/2016 11:33:41 - P4 Changelist: 81793 - From build: main.2881.x

 

[16] Fred4: problem scrolling page list in navigator the view goes on top

GN4-4279

The shell view scroll back on selected element (in this case on top)
changed a flag to don't auto-scroll in case of refresh

Modified date: 19/04/2016 18:19:03 - P4 Changelist: 81787 - From build: main.2880.x (T)

 

[17] Fred: moving many locked objects gives as many "Object is locked" messages

GN4-4219

The "Object is locked" messages are now grouped in a single message box.

Modified date: 19/04/2016 16:06:02 - P4 Changelist: 81783 - From build: main.2880.x

 

[27] Fred: be able to open a text as read/only in the source editor on page

GN4-4268

Added new boolean flag to the edit text function: Page.TxtEdit(SourceWindow, Quiet, ViewOnly). If ViewOnly is "True", the text will not checked-out on open, so it will be read only. The standard configuration has "False" everywhere, to keep existing functionality. The entry points for double click on frame and for source edit with Space key are in scripting, so they can be override by customer.

Modified date: 18/04/2016 15:17:44 - P4 Changelist: 81756 - From build: main.2879.x (T)

 

[29] Fred4: possible crash when viewing a page where a layer was merged

GN4-4267

Fixed crash when another user has merged a layer displayed in read only page.

Modified date: 15/04/2016 12:29:12 - P4 Changelist: 81730 - From build: main.2876.x (T)

 

[30] Fred: allow to disable auto-save programmatically from script and restore its status

GN4-4188

Add FredApp.DisableAutoSave = True in top of a script to avoid auto save within the script execution. The flag is automatically reset when script ends.

Modified date: 15/04/2016 10:10:01 - P4 Changelist: 81727 - From build: main.2876.x (T)

 

[32] Fred4: wrong Print configuration is accepted into system.

GN4-4266

Add a check before the print/checkout: Now it return an error message and cancel the operation.
Warning: for pre-existent and uncheckedout wrong presets there is no value check, is necessary load/save the preset for a right validation.

Modified date: 14/04/2016 15:48:28 - P4 Changelist: 81714 - From build: main.2875.x (T)

 

[33] Fred4: define print job name when using direct printing

GN4-4247

The Print Dialog has changed, before

the enhancement the textbox to set the file name disappear selecting the direct printing mode, now the box is visible and works to show into printer queue the right print job name.
The name of print job has this format: "[label defined by used]_randomString".
The PDFLib is updated to support the custom print job name.

Modified date: 14/04/2016 15:32:55 - P4 Changelist: 81711 - From build: main.2875.x (T)

 

[36] Fred4: change behavior of ESC key in text panels

GN4-4245

When ESC key is pressed on a text panel, the panel data is reset as before, but the focus is moved to the text in edit. This behavior mimic what already happen in page editing panels.

Modified date: 14/04/2016 10:38:08 - P4 Changelist: 81702 - From build: main.2875.x (T)

 

[37] Fred4: direct printing sometimes does not use the custom saved printer settings

GN4-4255

the print settings (different from printer to printer) are send to PdfLib as binary data, the decoding of these binary data has a bug: there is a check to avoid print error and in case of wrong print setting use the default settings.
Fixed.

Modified date: 13/04/2016 17:52:10 - P4 Changelist: 81695 - From build: main.2874.x (T)

 

[38] Fred4: Printing in multipage with captions: sometimes the caption text is not visibile

GN4-4256

there is a wrong management of caption font. Fixed.

Modified date: 13/04/2016 17:24:01 - P4 Changelist: 81692 - From build: main.2874.x (T)

 

[39] Fred: clear copy fit doesn't work all the times

GN4-4235

The Fred.TxtClearCopyFit() can work only on active article / text. Even if a local text frame is selected, the command ignore it (will try to apply change in the last selected linkable frame). Now, if a local text is in edit, the above command will override active text selection and will clear the copy fit of the local text, as expected.

Modified date: 13/04/2016 15:47:36 - P4 Changelist: 81690 - From build: main.2874.x (T)

 

[40] Fred4: when create an article the text custom attribute is not visible until you close/reopen the page

GN4-3936

extra object are computed using computed attributes. The computing process at the moment hasn't a right sequential step to work correctly (the extra computed attributes try to get the computed values before their updates).
Modified the extra attributes to get the right values.
Modified the client application to get from alert this kind of update (automatic-computed updates): to show realtime the change of section.
 
This fix needs the schema update: GN4.xsd
 
 
PS
the operation on description to be effective needs the layer saved with linked article, only after that the section computation work and on article the custom attribute is shown. 

Modified date: 13/04/2016 12:38:32 - P4 Changelist: 81681 - From build: main.2874.x (T)

 

[49] Fred4: crash refreshing layer panel in some condition if layer is spiked

GN4-4244

A crash occurs getting the checkout information displayed in the layer panel for a spiked layer. This can occur in some situations while refreshing the layer list after a layer merge operation. Now fixed.

Modified date: 12/04/2016 10:24:48 - P4 Changelist: 81638 - From build: main.2873.x (T)

 

[50] Fred4: object has been spiked message on alert refreshing a page

GN4-4243

The message "object has been spiked" is sometime displayed when automatically refreshing a page due to an alert. Now fixed.

Modified date: 11/04/2016 19:03:04 - P4 Changelist: 81635 - From build: main.2872.x (T)

 

[53] Fred4: allow to sort current selection by z-order

GN4-4240

A new command is available: Page.SortSelection(). Even if the user clicked "randomly" to select elements in page, they can be sorted by z-order, if the next operation (ie: link) requires it.

Modified date: 11/04/2016 12:27:23 - P4 Changelist: 81625 - From build: main.2872.x (T)

 

[56] Fred: wrong frames order on programmatic selection

GN4-4237

ObjSelectLinked() and ExpandLogicalSelection() were not working like ObjSelectArticle() when setting selection observing the layer z-order. Now fixed.

Modified date: 08/04/2016 16:00:38 - P4 Changelist: 81615 - From build: main.2869.x (T)

 

[58] Fred4: manage bleed margins

GN4-4231

The bleed box can be defined in Edt using Master Data panel. There are four distances from the paper bounding box available: left, right, top and bottom. If defined (at least one margin set different from 0) it will be displayed on the PageDesigner pasteboard (remember to configure it big enough). The box color can be set in Fred preferences, default: light magenta.
 
Objects in page will snap on this box.
 
Print Dialog: added a new Tab called "Marks & Bleed", this tab contains the old marks settings and the bleed parameters.
Marks settings are just moved from Output tab to Marks and Bleeds tab.
 
New Bleed controls:
* Checkbox for use or not page (from master) bleed settings: id unchecked the user can override custom bleed margins. (by default is checked)
* Checkbox to set the artbox into the output (by default is unchecked), artbox into pdf equals to page content.
 
These settings are editable from vb with these PrintOptions class parameters:
* OverrideBleedBox: override the page bleed box (Boolean, default false)
* SetArtBox: set art box into output PDF (Boolean, default false)
* BleedTop: if OverrideBleedBox is true, set the top margin bleed box (measure in mpt, the margin reference is the page content) (int value, default 0)
* BleedLeft: if OverrideBleedBox is true, set the left margin bleed box (measure in mpt, the margin reference is the page content) (int value, default 0)
* BleedBottom: if OverrideBleedBox is true, set the bottom margin bleed box (measure in mpt, the margin reference is the page content) (int value, default 0)
* BleedRight: if OverrideBleedBox is true, set the top right bleed box (measure in mpt, the margin reference is the page content) (int value, default 0)

Modified date: 08/04/2016 11:26:59 - P4 Changelist: 81606 - From build: main.2869.x (T)

 

[69] Fred4: changes to crop panel

GN4-4209

Crop panel revised:
* Works friendly also in "modal" way (added OK button to apply and close). Use top "x" to close without apply.
* "Immediate apply" flag status is now keep in Fred4 session. If set, the manual apply button is disabled.
* Decreased waste of space in the info panel part.
* Panel can be dragged clicking on background (as floating edit panels container).
* Fixed some labels.

Modified date: 05/04/2016 17:03:07 - P4 Changelist: 81546 - From build: main.2866.x (T)

 

[73] Fred4, Ted4: implement EditRedoScript()

GN4-4184

Added new commands: Page.EditRedoScript() and Text.EditRedoScript() and linked to CTRL+Y in config. Useful for example when undo/redo library changes in page, to avoid partial redo of grouped objects. These scripts are also available in TedExtraPlus.

Modified date: 05/04/2016 09:46:51 - P4 Changelist: 81534 - From build: main.2866.x (T)

 

[76] Fred4: CMYK converted pdf is not correct

GN4-4222

The conversion process fails to apply the color profile, the result is a wrong conversion.
This happens when the Color profile name is different than the color profile ''file'' name. 
Add a print option that distinguishes explicitly the profile name and the profile file name.
 
Print Dialog: no changes
Print Options (changes visible on vb): 
-the pre-existent property '''DestinationProfileName''' is read only
-add a new property '''DestinationProfileFileName''' that set also '''DestinationProfileName''' 
Print by server: 
-add the DestinationProfileFileName into custom options
 
These double properties works exactly like '''DefColorProfile''' and '''DefColorProfileFileName''' (The default base color profile)
 
Retrocompatibility:
-the fix is retrocompatible: old preset are still valid and return the right colors but the output file can be uncompressed (much bigger than the normal converted file).
Breaking Change:
To solve the previous problem the user should check-in/check-out the preset to set the right options or just add a KeyValue line into XML object:
''' <KeyValue key="DestinationProfileFileName" value="namefile.xxx" />'''

Modified date: 04/04/2016 16:26:59 - P4 Changelist: 81522 - From build: main.2865.x

 

[78] Fred4: linking a photocaption existing format is lost

GN4-4220

When linking a photocaption to an article the current format is lost. Now fixed.

Modified date: 04/04/2016 14:23:12 - P4 Changelist: 81515 - From build: main.2865.x (T)

 

[84] Fred4: auto update of WebPreview not available

GN4-4212

Enabled web preview auto update when editing text in Article tab in Fred4 (as in Ted4).

Modified date: 01/04/2016 11:25:10 - P4 Changelist: 81491 - From build: main.2862.x (T)

 

[87] Fred4: 'attempt to save the text that is not checked-out' error

GN4-4204

Sometimes, after linking/unlinking operation, the 'attempt to save the text that is not checked-out' error occurred.
This could generate wrong linking information in page.
Now fixed: the error message has been removed and the link/unlink operations are performed without errors.

Modified date: 31/03/2016 17:53:36 - P4 Changelist: 81481 - From build: main.2861.x (T)

 

[88] Fred4: txt objects, some attribute doesn't update correctly (schema)

GN4-4202

There is a wrong computational condition: fixed

Modified date: 31/03/2016 17:18:27 - P4 Changelist: 81480 - From build: main.2861.x (T)

 

[94] Fred: allow to auto-select on page opening the first editorial layer (if not the first one)

GN4-4195

If you add the "glbSelFirstEdLayer" as true to the "EditorialConfig", Fred will auto-select the first editorial layer, even when Ads layer is the first one in the list of layers on any page.

Modified date: 30/03/2016 10:57:23 - P4 Changelist: 81453 - From build: main.2860.x (T)

 

[101] Fred4: crash selecting a Format that contains an invalid font code.

GN4-4075

The crash happens when the Format data are wrong: in this case the fontCode associated to the format doesn't exists in the current typography (maybe a wrong data import).
This data doesn't have any reference to the font object, for this reason this error is possibile.
Add a message that explain the problem, in any case the user should manually modify the format object to fix the problem.
The selected format is anyway applied on text but the wrong data can raise other exception if not fixed from source.

Modified date: 29/03/2016 12:16:44 - P4 Changelist: 81429 - From build: main.2859.x (T)

 

[103] Fred: adjust height of an entire logical group to the specified value, without distorting it

GN4-4187

Fred adjusts the height of an entire logical group to the specified value, without distorting it. It works also on boxed objects. This affects the scripts "AdjustLGDims" and "GetPOList". To adjust all LGS on the current layer, use the script "AdjustAllLGs".

Modified date: 24/03/2016 13:51:49 - P4 Changelist: 81414 - From build: main.2854.x

 

[108] Fred: use new space evaluation method in auto-publishing

GN4-4180

Fred uses an improved space evaluation method in auto-publishing and Design Assistant.

Modified date: 23/03/2016 11:42:08 - P4 Changelist: 81379 - From build: main.2853.x

 

[110] Fred: add independent preference for the ObjBounce margin

GN4-4179

Added an independent preference for the "ObjBounce" margin "SystemUserOptions.AFCS_BounceMrg" on the Edit > Preferences > Extra > Split. Accepts the standard measurement values and also "vg" unit. Affects the "ObjBounce" script.

Modified date: 23/03/2016 09:30:42 - P4 Changelist: 81372 - From build: main.2853.x (T)

 

[112] Fred: when resizing top image with Shift+mouse, adjust the below article elements

GN4-4172

When resizing the top image with Shift+mouse, now Fred adjusts also the below article elements.

Modified date: 22/03/2016 08:44:13 - P4 Changelist: 81355 - From build: main.2852.x (T)

 

[113] Fred4: selection problem on article Panel make selection and right click

GN4-4160

In the ArticlePanel of Fred4, when opening the context-menu with right-click, sometimes the tree selection changed, so the context-menu didn't refer to the wanted item.
This was because the idle cycle of the application tries always to synchronize the article tree selection with the selected frame in page.
Now fixed: when the context-menu is open, the article tree synchronization is disabled.

Modified date: 21/03/2016 17:29:28 - P4 Changelist: 81347 - From build: main.2851.x (T)

 

[118] Fred4: multi tab page focus problem

GN4-4167

Changed the way in which focus is set on page designer tab change.

Modified date: 21/03/2016 10:25:00 - P4 Changelist: 81324 - From build: main.2851.x (T)

 

[121] Fred4: crash adding a photocaption in a library object in some condition

GN4-4165

Empty Release Note

Modified date: 17/03/2016 16:54:17 - P4 Changelist: 81304 - From build: main.2847.x (T)

 

[122] Fred4: on layer refresh try to keep selection

GN4-4161

Selected items remains selected after layer refresh (also on TedExtra Plus transition) if they didn't change kind, content and placement attributes.

Modified date: 17/03/2016 14:33:33 - P4 Changelist: 81299 - From build: main.2847.x (T)

 

[124] Fred4: frames shown as non linked when link partially fails

GN4-4158

When link partially fails (some frames linked, others not) for any reason, the frames effectively linked were not shown as linked in page. Now fixed.

Modified date: 16/03/2016 15:11:46 - P4 Changelist: 81287 - From build: main.2846.x (T)

 

[127] Fred4: exception creating article in page in folder without write permission

GN4-4150

An exception was shown: System.Format Exception: Index (zero based) must be greater than or equal to zero and less than the size of the argument list. Now fixed.

Modified date: 15/03/2016 15:33:59 - P4 Changelist: 81265 - From build: main.2845.x (T)

 

[133] Fred4: possible crash in linking operation

GN4-4146

A random crash occurs sometime in linking operation after the message "Internal error: attempt to save the text that is not checked-out". Now fixed.

Modified date: 14/03/2016 13:56:39 - P4 Changelist: 81247 - From build: main.2844.x (T)

 

[135] Fred: Improvements of the boxing dialog.

GN4-4145

Various improvements of the objects boxing dialog. Added new labels and a better control of the custom values.

Modified date: 11/03/2016 18:06:54 - P4 Changelist: 81240 - From build: main.2841.x (T)

 

[139] Fred4: remove the white color around the crop marks

GN4-4122

The white background of crop and registration marks has been removed. If the user still want to have the border as before, simply set a negative line weight (ie: "-1pt").

Modified date: 11/03/2016 12:12:50 - P4 Changelist: 81228 - From build: main.2841.x (T)

 

[140] Fred4: Navigator sync is hardcoded when opening pages from MRU

GN4-4141

The Navigator synchronization code was present into internal code, OnPageOpen and OnAction(Activate). Now removed from code, and OnPageOpen will call the OnAction one, that is the official place where to manage page activation related procedures. See also: http://tracking.teradp.com/gn4/issues/GN4-13

Modified date: 11/03/2016 10:44:35 - P4 Changelist: 81224 - From build: main.2841.x (T)

 

[141] Fred4: sync problem with PagesMainTab and one ShellMainTab with two Pages search results

GN4-4133

In Fred4, the Pages results of the Shell MainTab automatically changed when the user opened a page of a different title in PageDesigner.
The Shell MainTab changed the Pages results according to the title/edition of the open page.
This was because, when the PageDesigner started, Fred4 synchronized the Navigator using the title/edition of the open page (see job GN4-2670).
To synchronize the Navigator, it calls the the SetElementOnSearch() method.
The problem was that the SetElementOnSearch() method affects all the open tab items (not only the selected one).
Now fixed: added a new method, called SetElementOnSearchInCurrentTab(), which acts only on the currently selected tab.
You can use this new method every time the script needs to synchronize the Navigator of the current tab, without changing the results of the other tabs.

Modified date: 10/03/2016 17:46:50 - P4 Changelist: 81217 - From build: main.2840.x (T)

 

[143] Fred4: allow a session-wide disabling of the prompt to draw on ads layer

GN4-4138

When you attempt to draw objects on an Ads layer, Fred warns you, displaying a custom dialog, and allowing to switch to the editorial layer, to continue on the ads layer or to turn off other such warnings in the session. This affects the script SelEdLayer, and the session variable varSelLayP.

Modified date: 10/03/2016 15:37:02 - P4 Changelist: 81210 - From build: main.2840.x (T)

 

[144] Fred4: Page.ObjSplitInCols() doesn't maintain the logical group

GN4-4134

Page.ObjSplitInCols will create new splitted columns with the same logical group of the replaced column.

Modified date: 10/03/2016 14:30:54 - P4 Changelist: 81208 - From build: main.2840.x (T)

 

[153] Fred4/Ted4: Tooltip disappear on icon toolbar

GN4-191

The tooltips on the pinned searches are displayed correctly even when the focus is on the open page or other designer.

Modified date: 09/03/2016 15:51:07 - P4 Changelist: 81172 - From build: main.2839.x (T)

 

[156] Fred4: problem with color combo box when pressing chars

GN4-4118

Functionality introduced in GN4-2345 (for panels color combo boxes) was not compatible with panels auto apply. Now fixed.

Modified date: 09/03/2016 11:54:29 - P4 Changelist: 81165 - From build: main.2839.x (T)

 

[157] Fred: fix for resplitting frames of the second page of the jump articles

GN4-4128

Resplitting frames on the second page of the jump articles was relinking article text wrongly. Now fixed. Changes affect system scripts "AddFrameSplitHB" v18 and "Resplit" v17. Moreover, when resplitting jump articles, Fred doesn't prompt you anymore to confirm that you want to keep/remove the link booking and jump part, but it does it silently.

Modified date: 09/03/2016 10:40:31 - P4 Changelist: 81160 - From build: main.2839.x (T)

 

[160] Fred: handle correct opening of pages with shared layers in different editions on Layers palette

GN4-4124

Handle correctly the opening of pages with shared layers in different editions from the Layers palette (shared layers dialog).

Modified date: 08/03/2016 15:56:18 - P4 Changelist: 81141 - From build: main.2838.x (T)

 

[161] Fred: improve CopyPage not to copy ads layers and to merge editorial

GN4-4120

Improved "CopyPage" script not to error on the locked layers, to allow not to copy the advertisement or locked layers, and not to delete the copied layers when merge is set. The script now uses the "EdConfig" variables glbCopyAdsLayers (default=true), glbCopyLockedLayers (default=true), glbPromptCopyLayers (default=false). Added also "Edconfig" variable glbMergeCopyPage (default=true) to handle merge parameter in the "OnDrop" call.

Modified date: 08/03/2016 15:22:21 - P4 Changelist: 81139 - From build: main.2838.x (T)

 

[168] Fred4: undo on shared layers causes crash

GN4-4108

Fixed crash working on a shared layer between two tiled pages. The inactive page selected element was invalid. Now selection is reset, on page change, if shared layers are present.

Modified date: 07/03/2016 11:14:04 - P4 Changelist: 81112 - From build: main.2837.x (T)

 

[169] Ted4, Fred4: speed optimization loading formats and articles

GN4-4112

Loading formats and articles (containing lot of commands) is now faster than before.

Modified date: 04/03/2016 11:08:33 - P4 Changelist: 81101 - From build: main.2834.x (T)

 

[175] Fred4: changed Function OnDropLibObj to handle the drag&drop of librarie's object on page

GN4-4104

Changed Function OnDropLibObj to handle the drag&drop of librarie's object on page to replace the object on the page if they come from library objects.

Modified date: 02/03/2016 12:15:09 - P4 Changelist: 81065 - From build: main.2832.x (T)

 

[176] Fred4: select frame from script doesn't set current article

GN4-4102

Current article and text are now set when a frame is selected by Page.ObjSelectId() function.

Modified date: 02/03/2016 11:18:37 - P4 Changelist: 81064 - From build: main.2832.x (T)

 

[177] Fred: when attempting to open from a listing a page where the article is linked (but the article is not linked) error

GN4-4101

When attempting to open from a listing a page where the article is linked (but the article is not linked) an exception was displayed. Now fixed. Affects "OpenPageOfArticleLinkedOrAssigned" and "OpenPageOfImgLinkedOrAssigned" system scripts.

Modified date: 01/03/2016 18:12:06 - P4 Changelist: 81059 - From build: main.2831.x (T)

 

[179] Fred4: doens't print the clipPath of jpg and tiff image inserted inside a text frame with img gnml command

GN4-3998

Add the clip support for images inside the text.
The PDF printer just check if the image has a clip and apply it.
Reminder:
By client the clip is shown if the application by preferences shows thumbnails (low quality image) or preview (medium quality image); for hi res image the clipping is not possibile at the moment (this need another change into the client app.).

Modified date: 01/03/2016 12:04:18 - P4 Changelist: 81045 - From build: main.2831.x (T)

 

[180] Fred: EditCopy/EditCopyDrag to handle copying of multiple articles without misleading message

GN4-4096

"EditCopy/EditCopyDrag" handle attempt to copy of multiple articles without a misleading message. Articles are copied as shapes only. This affects the system scripts "EditCopy", "EditCopyDrag", "OnEndPaste".

Modified date: 01/03/2016 12:02:48 - P4 Changelist: 81043 - From build: main.2831.x (T)

 

[181] Fred: allow the photocaption element when drawn manually to have an optional automatic runaround as global setting

GN4-4095

Allow the photocaption element when drawn manually to have an optional automatic runaround as global setting. Handled by the glbUseRunaroundWhenAddingCaptMan, by default false. Add a line to "EditorialConfig" to enable. Affects the script "AddFrameEx".

Modified date: 01/03/2016 10:55:25 - P4 Changelist: 81036 - From build: main.2831.x (T)

 

[184] Fred4: drop on another pasteboard problem

GN4-4080

Fixed drag&drop cleanup operation when target layer is read-only, in the same designer tab.

Modified date: 26/02/2016 15:14:13 - P4 Changelist: 81023 - From build: main.2827.x (T)

 

[187] Fred: BrowseLib stopped to work with objects that were LGs

GN4-4084

BrowseLib stopped to work with objects that were LGs. Now fixed.

Modified date: 25/02/2016 15:01:04 - P4 Changelist: 80990 - From build: main.2826.x (T)

 

[188] Fred: problems with linking/unlinking article imgs in page

GN4-3942

When linking an image placeholder an error was given if the image name already existed and it was not possible to link without deleting the image. Now a unique image name is generated in this case.
Also a problem in the article panel has been fixed in case link failed (the photocaption was shown in the article panel even if not there).

Modified date: 24/02/2016 17:28:25 - P4 Changelist: 80975 - From build: main.2825.x (T)

 

[189] Fred: sysShowPageData does not handle double pages

GN4-4076

The sysShowPageData system script (validation of the layout) and Show page dimensions now handles correctly double pages too.

Modified date: 24/02/2016 11:10:34 - P4 Changelist: 80958 - From build: main.2825.x (T)

 

[190] Fred4: crash on format toolbar

GN4-4073

The format toobar try to apply an empty (and invalid) format on frame: fixed.
In this case no operation occurred.

Modified date: 23/02/2016 17:52:49 - P4 Changelist: 80948 - From build: main.2824.x (T)

 

[192] Fred4: cannot flow photo caption text using tool as in Gn3

GN4-4043

add the old "link to current text" checkbox (default value: unchecked): it link the new frame to the current text (if exists and is the same type of the destination frame, otherwise the new frame is unlinked).

Modified date: 23/02/2016 16:25:59 - P4 Changelist: 80942 - From build: main.2824.x (T)

 

[195] Fred4: tool panel and types and format list

GN4-4040

Add the Type/Format information to set the right compatible format to frames.
Now is also possible set Type and format to multiple frame.

Modified date: 23/02/2016 12:37:34 - P4 Changelist: 80937 - From build: main.2824.x (T)

 

[196] Fred: avoid request for validation of layout on closing the new edition dialog box

GN4-4066

Fred won't prompt you anymore with the proposal for validation of layout on closing the new edition dialog box - use the Validate button to run validation when you want.

Modified date: 22/02/2016 17:36:39 - P4 Changelist: 80917 - From build: main.2823.x (T)

 

[197] Fred: frame labels to show the frames ordinal number

GN4-3974

In Fred4 page, added labels to show the frames ordinal numbers on page's layer on request, for unlinked or linked frames.
The new label shows the ordinal number (z-order) by frame type and logical group.
If a text frame belongs to a logical group the label has the 'LG:' prefix; vice versa, if the frame is not into any logical group, then only the z-order value by type is displayed (with no prefix).
For example, the first 'body' frame of each logical group has the label 'LG:1', even if they link the same text.
The new label is displayed in the top-left corner (color magenta), below the frame/jump number label. When the label is like 'G:1' the logical group was created manually and not from a library object.
Added a new check-box option in Preferences->Display ('Show logical group order label') to set the default value. Added a new toggle item ('Logical group order') in the File menu too.
By script, you can read the logical group order number using the 'Page.GetSelectedGroupOrder()' method.

Modified date: 22/02/2016 16:34:13 - P4 Changelist: 80914 - From build: main.2823.x (T)

 

[198] Fred4: problem with duplicated frames keeping source txt info

GN4-4012

Duplicated linked frames contained in the layer XML the txtid of the source text, so after saving the copied element was shown as linked to the source article. Now fixed.

Modified date: 19/02/2016 15:46:20 - P4 Changelist: 80902 - From build: main.2820.x (T)

 

[200] Fred4: pan scroll problem

GN4-4062

The pan scroll (ALT+Click) was activated also when not required (ie moving an object or using lazo). The scroll on borders was already managed.

Modified date: 19/02/2016 14:53:08 - P4 Changelist: 80898 - From build: main.2820.x (T)

 

[201] Fred: when resplitting an article and not all columns are selected, the body flow order is wrong

GN4-4067

When resplitting an article and not all body columns were selected, the body flow order was wrong, now fixed.

Modified date: 19/02/2016 14:38:34 - P4 Changelist: 80894 - From build: main.2820.x (T)

 

[202] Fred4: problem putting an article with local geometry in page

GN4-4046

When dragging an article with the local geo over the page and place it, and delete it from page, in order to be able to reput it onto the page, you needed to close and reopen the page. Now fixed.

Modified date: 19/02/2016 14:15:07 - P4 Changelist: 80893 - From build: main.2820.x (T)

 

[203] Fred4: failed page preview refresh in navigator in some cases

GN4-3999

some modify to alert system to cover all cases.
 
detail on:
http://forum.teradp.com/topic.asp?whichpage=1&TOPIC_ID=705&#4097
 
reimport the fred4_Config.xml file.

Modified date: 18/02/2016 18:34:14 - P4 Changelist: 80887 - From build: main.2819.x (T)

 

[204] Fred: toggle alternate selection icon is now visibly toggled

GN4-4057

toggle alternate selection icon is now visibly toggled

Modified date: 18/02/2016 17:22:10 - P4 Changelist: 80882 - From build: main.2819.x (T)

 

[208] Fred: wrong behaviour of PopSelection script with grouped objects

GN4-4056

Fix for wrong behaviour of PopSelection script that caused deselection of the grouped objects. Now fixed.

Modified date: 18/02/2016 16:04:01 - P4 Changelist: 80871 - From build: main.2819.x (T)

 

[209] Fred4: drag objects between tiled page tabs

GN4-4033

Re-enabled drag & drop of page elements between different page designers, as in GN3. The behavior is now scripted. See Sub OnDragDrop for code and examples. It will move objects between pages or copy them if the source is read only or the ALT key is pressed. If ESC is pressed the Sub OnDragDropCancel will perform cleanup.

Modified date: 18/02/2016 14:04:40 - P4 Changelist: 80867 - From build: main.2819.x (T)

 

[210] Fred: enhance OnAction when changing format to set the frame height including the descenders

GN4-4049

Enhanced OnAction when changing format to set the frame height including the depth of descenders, ensuring that entire character with descender fits in the frame.

Modified date: 18/02/2016 07:02:33 - P4 Changelist: 80863 - From build: main.2819.x (T)

 

[213] Fred: when image and caption are selected and you press 1..9, strange things happen, and fit frame to caption text not working anymore

GN4-4068

When image and caption were selected and you pressed 1..9, strange things happened, and fit frame to caption text did not work anymore. Now fixed.

Modified date: 17/02/2016 17:27:36 - P4 Changelist: 80852 - From build: main.2818.x (T)

 

[214] Fred: remove the clessidra cursor from article linking, as when it prompts for the picture folders, the clessidra is not turned off

GN4-4069

Removed the clessidra cursor from article linking, as when it prompted for the picture folders, the clessidra was not turned off.

Modified date: 17/02/2016 16:53:34 - P4 Changelist: 80848 - From build: main.2818.x (T)

 

[217] Fred4: method to return the default format given a frame type

GN4-4019

Page.SelElement().DefaultFormatId returns the default format id for the selected frame, based on its type.

Modified date: 17/02/2016 11:38:33 - P4 Changelist: 80836 - From build: main.2818.x (T)

 

[218] Fred: improve master thumbnails

GN4-3665

The grid masters previews are now saved with GrayLight color.

Modified date: 17/02/2016 10:59:21 - P4 Changelist: 80833 - From build: main.2818.x (T)

 

[223] Fred: handle autosave of the page also when unlinking

GN4-4029

If personal preference F_SavePageOnLinking is enabled, handle autosave of the page also when unlinking

Modified date: 16/02/2016 17:32:50 - P4 Changelist: 80811 - From build: main.2817.x (T)

 

[227] Fred: allow to reset the custom default frame format

GN4-4028

Allow to reset the custom default frame format when holding Ctrl+Alt pressed while clicking Ok in F2 dialog/selecting a format in toolbar. Moreover, handle the formatid=0 in "SetFormatAndDecksAndResize"

Modified date: 16/02/2016 13:48:34 - P4 Changelist: 80797 - From build: main.2817.x (T)

 

[235] Fred: the min distance to align article parts on resizing head is read from edconfig

GN4-4011

The min, distance to align article parts on resizing head is read from edconfig and it is not hard-coded to 20pt as before. The new key is "glbMinDistArtParts" and its default value is "100pt". Increase or reduce at will. When the distance between article head frame and below elements is less than "glbMinDistArtParts", the elements will follow the change of the headline height, otherwise they will stay where they are.

Modified date: 12/02/2016 16:43:47 - P4 Changelist: 80756 - From build: main.2813.x (T)

 

[237] Fred4/Ted4: bug in converting string searches not on the main object

GN4-3983

Search dialogs generated from '''searchObjectUI''' that involve paths to a string attribute not on the main object, e.g. '''[page.editionRef.titleRef.name]''' now work as expected.

Modified date: 12/02/2016 13:18:56 - P4 Changelist: 80749 - From build: main.2813.x (T)

 

[243] Fred: add preference for the vert.rule distance from objects

GN4-3996

On the pages you can add left and right rule and specify the distance (previously it was always half of a gutter). The preference is on the Extra > Added Objects and the name is V.Rule Distance (previously unused). If empty or 0pt (default value), the half of gutter is used as before (for compatibility). If not 0pt, then the specified value is used. Affects the "AddRuleAtCursor" method.

Modified date: 10/02/2016 11:28:20 - P4 Changelist: 80721 - From build: main.2811.x (T)

 

[246] Fred: crash trying to open some pages

GN4-3990

After the transparency support in 2.3 in some cases an index return negative, this cause the crash.
Fixed

Modified date: 09/02/2016 16:22:21 - P4 Changelist: 80705 - From build: main.2810.x (T)

 

[249] Fred4: crash create new text from library object if the object have a frame whitout type

GN4-3933

there is a strange behavior in the saved library, using the tool dialog.
One text is set to be linked but the article text type is not specified. Theatrically this should not happen an this cause the crash in page.
In this particular case the frame is add in page unlinked "as is" from library.

Modified date: 09/02/2016 13:14:39 - P4 Changelist: 80692 - From build: main.2810.x (T)

 

[250] Fred: new dialog to select format and number of decks

GN4-3984

There is a new dialog on the Pages main tab in Fred4 to select a frame format and number of decks, typically for headlines. The headline is resized to fit the new format and decks. New script: "SetFormatAndDecksAndResize". Added new resource messages. Added new menu entries. Assigned to CTRL+F2.

Modified date: 09/02/2016 11:36:09 - P4 Changelist: 80685 - From build: main.2810.x (T)

 

[251] Fred4/Ted4: in newObjectUI the sectionRef is not populated if default permission is not set

GN4-3977

When creating a new object, in the ObjectUI the 'sectionRef' attribute was not populated if the default permission was not set to the user.
This was because the client did not read the 'PlaceIn' indirect-permission of the section objects. 
Now fixed: the indirect-permissions are correctly read by the client and the sections with 'PlaceIn' permissions are displayed in the ObjectUI.

Modified date: 09/02/2016 11:21:37 - P4 Changelist: 80684 - From build: main.2810.x (T)

 

[256] Fred: the preference "Ignore Selection When Dropping on Empty Space on Page" works also for imgs

GN4-3976

The preference "Ignore Selection When Dropping on Empty Space on Page" works now also for imgs (editorial images). When you drop an editorial image on the empty space on page, and the preference is turned on, and there are selected objects, the img is placed where you drop it and won't replace the selection. Affects OnDropImg.

Modified date: 05/02/2016 14:21:56 - P4 Changelist: 80649 - From build: main.2806.x (T)

 

[267] Fred4: different behaviour when resizing linked or dragged image

GN4-3950

When replacing an image in page, the user can choose if resizing or fitting the picture.
If resizing, the dragged picture was wrongly stretched to match both the axes of the frame.
Now fixed: the picture is re-sized to one axis of the frame, keeping proportions.
In scripting, added the command to reset the hotspot of the resized image.

Modified date: 01/02/2016 14:50:16 - P4 Changelist: 80562 - From build: main.2802.x (T)

 

[276] Fred: problem resizing objects with Shift pressed and Extra options enabled

GN4-3940

Have the Fred preferences>Extra>Split>Allow Shift for ext. actions flagged. Select two frames on the page. Try to resize them pressing the Shift key. Nothing happens and you cannot work on the page anymore. If you press f5, you can work again, but the frames get now distorted. Now fixed.

Modified date: 28/01/2016 17:44:39 - P4 Changelist: 80526 - From build: main.2798.x (T)

 

[279] Fred4/Ted4: duplicated, disappeared text and crash changing the display view

GN4-3937

A duplicated text was shown in a new element added to the article when switching between display views. After this a crash occurred. Now fixed.

Modified date: 28/01/2016 12:40:13 - P4 Changelist: 80515 - From build: main.2798.x (T)

 

[284] Fred4: crash selecting many objects

GN4-3911

The web call to get all object version cause the crash.

Modified date: 27/01/2016 16:50:18 - P4 Changelist: 80490 - From build: main.2797.x (T)

 

[297] Fred: avoid that an existing img gets always regenerated, allow the choice

GN4-3914

Now Fred allows you to drag an image (wire or Tark) over an existing img in an article on page and to choose whether the image has to be replaced only in that article (default choice), or in all other pages (also belonging to other editions, whether copied from or not), articles, masters and library objects where it appears.

Modified date: 22/01/2016 15:20:11 - P4 Changelist: 80414 - From build: main.2792.x (T)

 

[303] Fred: improve post-resize action not to adjust irrelevant (far) below objects

GN4-3905

Improved the post-resize action on referent object (related to change headline height with SHIFT held, or on format change or by F7 action) not to adjust irrelevant (far) below frames and images. Now, Fred analyzes the distance of the below objects from the referent object and will adjust their position only if at least one of them is close to the referent object, signaling therefore that the article layout is somehow regular. This avoids, for example, that when changing the height of a headline over a huge image the frames below image get moved.

Modified date: 20/01/2016 18:39:56 - P4 Changelist: 80393 - From build: main.2790.x (T)

 

[305] Fred: fix for copy and paste of unlinked images

GN4-3903

Fix for copy and paste of unlinked images. Now when you Ctrl+click an unlinked image, Fred doesn't prompt you anymore if you want to copy content or shapes. Moreover, when you Ctrl+C an unlinked image and then Ctrl+V it, Fred doesn't display the message that there's nothing to unlink. The problem was introduced in 2.3.

Modified date: 20/01/2016 10:43:56 - P4 Changelist: 80383 - From build: main.2790.x (T)

 

[307] Fred: allow a global control of the behavior of prompt when linking a frame with local text to an article

GN4-3901

Now Fred allows a global control of the behavior of prompt when linking a frame with local text to an article. To activate it, add the <Item Name="glbAppLocalTextProcessing" Value="XX" /> where XX can be 0-prompt, 1-clear, 2-jumpline, 3-insert on top, 4-insert on bottom. Then, Fred won't prompt you anymore but it will perform the default action also when linking to the library shapes AFTER you placed them on a page.

Modified date: 19/01/2016 16:46:54 - P4 Changelist: 80376 - From build: main.2789.x (T)

 

[320] Fred4: Crash working with Print Dialog (direct print)

GN4-3882

the dialog try to get wrong data from client printers (the combo shows the server printers). fixed.

Modified date: 13/01/2016 15:16:42 - P4 Changelist: 80287 - From build: main.2783.x (T)

 

[323] Fred: allow to select an entire LG by clicking an image that is part of it

GN4-3878

Fred allows to select an entire LG by middle-clicking an image that is part of it

Modified date: 13/01/2016 11:13:23 - P4 Changelist: 80276 - From build: main.2783.x (T)

 

[324] Fred4: article elements defined in group not displayed in type dialog

GN4-3877

Article elements defined in a group in the article schema are not displayed in choose type dialog. Now fixed.

Modified date: 13/01/2016 11:11:08 - P4 Changelist: 80274 - From build: main.2783.x (T)

 

[325] Fred: when resplitting only body frames, keep the same logical group

GN4-3876

When resplitting only body frames with 1..9 keys, now Fred keeps the same logical group and do not create a new one.

Modified date: 13/01/2016 10:49:34 - P4 Changelist: 80270 - From build: main.2783.x (T)

 

[326] Fred: when dragging a linked article on a page of another edition, copy it and link the copy

GN4-3874

When dragging a linked article on a page of another edition, Fred will create a copy of it and link the copy to the shapes on the target page.

Modified date: 12/01/2016 14:13:05 - P4 Changelist: 80254 - From build: main.2782.x (T)

 

[331] Fred4: The parameter ‘VRuleFS:xxx;’ where ‘xxx’ is the weight of the rule, is not being written into the Export Parameters string for Back4.

GN4-3869

The "Show Options as Back4 string parameter" ads import option had two missing parameters: VRuleFS (Thickness of vertical ads cut rules) and VRuleGrid(Grid value for grid alignment of vertical rules).
Fixed.

Modified date: 11/01/2016 12:37:31 - P4 Changelist: 80228 - From build: main.2781.x (T)

 

[334] Fred4/Ted4: crash loading version where text element is in editing

GN4-3867

before the text reloading, is necessary execute some operation the clear the current text/cursor: in this case one part is missing an this cause the crash (wrong cursor pointer, a quite random crash).
Fixed.

Modified date: 08/01/2016 15:54:42 - P4 Changelist: 80218 - From build: main.2778.x (T)

 

[337] Fred: send all articles and images in the specific folder

GN4-3861

The SendAllPageLinkedToFolder(ByVal iTargFolderId As Integer, ByVal strNoSendFolders As String) As Boolean sends all articles and images on the currently opened page to the folder iTagFolderId, skipping the images that reside in folders, specified in strNoSendFolders (a string with the comma-delimited list of folders to skip). Example: dim ee as boolean = SendAllPageLinkedToFolder(3217763,"144567,8886677"). The function returns true if the send was performed, or false if nothing was found to be sent. You can use this function in the custom printing scripts.

Modified date: 08/01/2016 12:28:12 - P4 Changelist: 80211 - From build: main.2778.x (T)

 

[338] Fred4/Ted4: can't drop story on text frame in page with Thumbs directory style

GN4-3857

Drag and drop mechanism now works correctly when a Run element such as the text in '''PageMainTab/WiresNavTab''' '''Thumbs''' view is the drag point.

Modified date: 08/01/2016 12:03:05 - P4 Changelist: 80206 - From build: main.2778.x (T)

 

[339] Fred4: call the DownloadVariant() script method from menu

GN4-3866

Added a new script method in Shell.vb, called DownloadVariantByName(), which can be called from a menu.
It accepts the name of the variantType and reads the currently selected objects.
This method is useful to download the page variants (PDF) from the menu in Fred.
For example, in fred4_tabItems.xml, you can add the following item to the <ContextMenuName="PageNavigatorPopup"> menu:

 
<l:ShellMenuItemHeader="Download Variant..." CommandParameter="DownloadVariantByName" Parameters="PDF_[Smallest file size]"/>

 
This way, after having printed the page and generated the variant, you can download the PDF from the page navigator context menu.

Modified date: 08/01/2016 10:49:08 - P4 Changelist: 80205 - From build: main.2778.x (T)

 

[342] Fred4: send articles operation create useless versions

GN4-3854

Fixed:
the send operation apply an update signed as "explicit save": this cause the new version for article and texts. The flag is removed and the version problem is solved.
 
in any case the versions are created if the partition is set to "every save": the folder change is actually a save.
No problems with carbon copy.

Modified date: 30/12/2015 16:46:53 - P4 Changelist: 80188 - From build: main.2769.x (T)

 

[343] Fred4: missing automatically refresh on page when article is sent to a folder with no content permission

GN4-3849

Articles on which user has no permissions were not refreshed correctly on send. Now fixed.

Modified date: 29/12/2015 17:47:45 - P4 Changelist: 80182 - From build: main.2768.x (T)

 

[344] Fred: master exception after drop shadow on a master page

GN4-3853

When reopening a master page on which on a text you applied a content drop shadow, an exception occured. Now fixed.

Modified date: 29/12/2015 15:51:01 - P4 Changelist: 80179 - From build: main.2768.x (T)

 

[345] Fred/i4: implement a way to merge a story with content (images) into an article

GN4-3700

In clients, improved the merging dialog which creates an article from stories.
Now the story's pictures are displayed into the dialog and, after being converted into editorial images, they are linked to the final article (see the MergeToNewArticle method in Ted.vb).
The pictures are converted to images and then linked to the target article even when the stories are merged to an already existing or current article (see the MergeToSpecifiedArticle and MergeToCurrentArticle methods in Ted.vb).
In i4, it is possible to create a new article (with images) from a story selecting the 'Send to newsroom' menu item.
See also the job [[http://tracking.teradp.com/gn4/issues/GN4-3696|GN4-3696]]

Modified date: 28/12/2015 15:08:41 - P4 Changelist: 80175 - From build: main.2767.x (T)

 

[347] Fred: improve adding caption frame to an image

GN4-3850

When adding a caption frame to an image linked to an article, and the image is linked to a photoCaption, and the photoCaption is not empty, Fred will give the priority to the photoCaption text and insert that and not the IPTC text. The IPTC text will still be inserted if the image is dragged on the page directly from the listing (as in that case Fred cannot determine if it belongs to an article, and which - an image can be linked to many articles and have a different caption in each).

Modified date: 24/12/2015 11:05:58 - P4 Changelist: 80166 - From build: main.2763.x (T)

 

[350] Fred: add article set body chars

GN4-3841

Fred supports the auto-sizing of the body frames also to the number of characters. Select some body frames (linked or not) and hold SHIFT pressed while clicking the W icon in the toolbar: the estimation of number of characters is displayed. The estimation is based on the current body format and takes into account character size and leading (it does not used the estimation tables, therefore is ready to be used on any system right on). The affidability is about +/- 5%.

Modified date: 21/12/2015 16:42:08 - P4 Changelist: 80139 - From build: main.2760.x (T)

 

[353] Fred: add preference not to replace image with placeholder

GN4-3837

You can select how Fred will act, related to images, when placing a selected page object in a library. A new global preference EdConfig.glbRplImgWPlch has the default value "2" that means replace images in the library object with placeholders. Other available values are: "1"=prompt every time, "3"=keep real image. To change the value in EditorialConfig, add the line <Item Name="glbRplImgWPlch" Value="XXX" /> replacing "XXX" with "1", "2" or "3". Moreover, on the Libraries tab of the Extra preferences, there is a new user preference that allows to users to select Use System Default, Prompt, Replace, or Keep image, overriding the system default.

Modified date: 21/12/2015 10:09:13 - P4 Changelist: 80121 - From build: main.2760.x (T)

 

[357] Fred4, Ted4: changes in preferences dialogs

GN4-1959

Two new scripting commands to immediately store preferences instead to wait application close: FredApp.SaveAllConfigs() and TedApp.SaveAllTedConfigs().
The Fred preferences dialog now remember, per user, the last state of "Apply all" check-box.

Modified date: 17/12/2015 17:15:28 - P4 Changelist: 80105 - From build: main.2756.x (T)

 

[360] Fred4: image color correction

GN4-3816

In "Area/Image Colors panel" there are four new sliders: 1) Brightness (range -255/+255, default 0); 2) Contrast (range -127/+127, default 0); 3) Saturation (range -100/+100, default 0); 4) Gamma % (range +1/+999, default 100).
These sliders works only with non-vectorial images (no EPS, no PDF). Right-click the parameter icon to reset to default the value. 
This is a filter used by client or by print process, the original DB image is untouched.
In case of brightness/contrast the used algorithm is similar to the Photoshop one, it try to apply a "smart" brightness/contrast into the image, different than the "classic" algorithm (for brightness, min value: black image - max value: white image).
Scripting:
Page.SelElement.SetImgCorrection(index, value)
value = Page.SelElement.GetImgCorrection(index)
(index -> 0=brightness, 1=contrast, 2=saturation, 3=gamma)
The entire feature can be disabled with '''DisableColorCorrection''' client URL restriction (see Forum).

Modified date: 15/12/2015 12:56:00 - P4 Changelist: 80055 - From build: main.2754.x (T)

 

[364] Fred4/Ted4: SyncNavigatorButton doesn't sync fullText operator

GN4-3812

In clients, when the user clicked on the SyncNavigator button at the top of the result list, the search controls of the navigator changed correctly the condition values, but not the condition operator (Some, Exact, etc...).
Now fixed: the SyncNavigator button makes the search controls restoring both the correct values and operators.

Modified date: 11/12/2015 16:08:15 - P4 Changelist: 80007 - From build: main.2750.x (T)

 

[366] Fred4/Ted4: exception using with between operator

GN4-3796

In clients, using the 'Between' date operator into a search (for example in the Shell->Wires sub tab), the following exception occurred: 'System.Format Exception: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.'.
The error was in the generation of the search description string displayed at the top of the result list. Now fixed.

Modified date: 10/12/2015 18:24:42 - P4 Changelist: 79985 - From build: main.2749.x (T)

 

[367] Fred4: multiple ws calls when inserting frames with H shortcut

GN4-3817

When inserting frames using the H shortcut multiple web services calls were done. Now fixed.

Modified date: 10/12/2015 17:32:07 - P4 Changelist: 79983 - From build: main.2749.x (T)

 

[381] Fred4: article layout and saved workspace problem

GN4-3767

Problem solved: fixed some internal issues about Text Designer about managing Designer Layout, and width/height section management.

Modified date: 04/12/2015 12:49:30 - P4 Changelist: 79921 - From build: main.2743.x (T)

 

[388] Fred4: masters cache problem

GN4-3735

The client cache is now correctly invalidated after creating a new edition master. Scripting change.

Modified date: 03/12/2015 15:14:02 - P4 Changelist: 79888 - From build: main.2742.x (T)