Another preview related bug???

Recently I reported an issue (bug) with preview and
non-auto-update variable. See
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=65&catid=449&threadid =1364202&enterthread=y
I have another issue with preview:
- I update text within the body of a topic (I DO NOT toch
header/footer that are set in template)
- Do a preview
- Close/save topic
- RH comes up with dialog saying:
"This topic was created from a template and the header of
footer has been modified.
What would you like to do:
- Apply this modification to all topics created from the
template
- Apply this modification to this topic only"
Again, I never touched header/footer.
Can anyone using 7.0.2 confirm this behavior?
Herman

> See if this helps. Suggests turning off auto update.
This doesn't help because a preview updates the date
variable, even when auto update is set to off. When the topic is
not edited, RH doesn't prompt to save the topic and consequently
the updated date isn't saved . With edits, save dialog comes up and
additionally header/footer dialog because date in footer has
changed.
See also my earlier post here:
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=65&catid=449&threadid =1364202&enterthread=y
Secondly, I really need it on auto because I'm running
everything through batch files
I think that we need an option like Colum McAndrew described
in the thread you're referring to. An option not to update a
template variable when applied to a topic, or when previewing a
topic.
Herman

Similar Messages

  • Many Sporadic Preview Related Issues

    Not sure if this is where to post/report Lightroom 5 issues or not, but here are preview-related issues I am experiencing...
    Preview panel "preview" freezes indefinitely.
    App very slow to load while creating new previews. (previews take forever to create and update)
    Wrong previews showing for wrong images when swapping between folders, etc. (ie: all photos, last import, custom collections)
    This one is a little different...
    Ratings lost when switching between folders, etc. (ie: all photos, last import, custom collections)
    This was a clean install that ran beautifully at first. Started noticing this more and more after using the spot tool. (my last step in processing a job)
    I use separate catalogs per job. Some as small as a few dozen images. (family stuff) Others, as large as 500-600. (engagement and wedding clients)
    Hope you are working on this. It's making work a struggle. I'm not just a "consumer". ;-)

    This is a user to user forum so the responces you recieve here will mostly be from users like your self. I am sure someone will respond on how to help dealing with the problem you are experiencing.
    The official forum for reporting bugs and making feature requests is at the web link below.
    http://feedback.photoshop.com/photoshop_family/products/photoshop_family_photoshop_lightro om

  • Another iPhoto 6 bug

    Amusing but yet another iPhoto 6 bug (6.0.2). Boy, does this program need some work.
    I created a new library, set alias on so it loads from my iView MediaPro layout, and am busy importing. In the information tab on the bottom left, it tells me its busy importing 1595 photos with a total size of 15066192772 GB. I wish.
    iBook 14" 1.42   Mac OS X (10.4.3)   1.5GB

    Paul:
    Did it finish loading the iView files? If so check the size at the bottom. If it's still incorrect and extremely large try rebuilding the library, launch iPhoto with the Command+Option keys depressed, follow the instructions to rebuild the library, while selecting only the database option. That may clear up the problem.
    I didn't note the size when I was importing my iView collection but iPhoto does reports the correct size now.

  • Another SQL Developer bug - End of file in comment

    I found another SQL Developer bug in version 3.0.0.4.
    If I try to compile some package from file (so I open file with package body in SQL Developer and assign it to some connection) with this kind of comment: /* comment */ behind end of package, I get this error
    I got Error(1250,28): PLS-00111: end-of-file in commentFunny is, that when the package is compiled directly from the database - it works.
    When I try to compile the package from file with this kind of comment --comment behind the end of package, it also works...                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi, I think I finally got it. This looks like an ugly fat bug :)
    First, we are not using the .sql extensions. For package specification - we use .pks. For package body - we use .pkb.
    Create this script:
    CREATE OR REPLACE PACKAGE TEST_xxx AS
    PROCEDURE TEST_PROCEDURE;
    END TEST_xxx; /*0123456789*/Now save this as e.g. "TEST.pks" file. Open this file in SQL Developer and compile it. You will get the "Error(3,27): PLS-00111: end-of-file in comment".
    Now look at the result in the database -> Open the package specification from the database and you see this:
    create or replace
    PACKAGE TEST_xxx AS
    PROCEDURE TEST_PROCEDURE;
    END TEST_xxx; /*0123456789*The last slash is missing...
    Now go back to the file with the package specification and delete one letter from the comment. Compile it again... it works now.
    It looks like the length of this kind of comment is limited to 9 characters.
    The limitation is there only when:
    1) Compiling from file with different extension than .sql !!! If you rename the file to "TEST.sql", SQL Developer opens it as a script file and runs it as a script, so there is no problem with it.
    2) It has to be this kind of comment: /* */. One line comments are not limited.

  • [svn:fx-trunk] 10131: Fixes to several effects bugs and one styles-related bug.

    Revision: 10131
    Author:   [email protected]
    Date:     2009-09-10 14:25:42 -0700 (Thu, 10 Sep 2009)
    Log Message:
    Fixes to several effects bugs and one styles-related bug.
    QE notes: Fixes to all filed auto-center feature bugs.
    Doc notes: None
    Bugs: sdk-22994, sdk-22992, sdk-22990, sdk-21850, sdk-22973
    Reviewer: Jason (+Glenn for RadioButton/CheckBox changes, 21850)
    Tests run: checkintests, Mustella (transform effects, Slider, DataGrid - all passed last week, prior to skin/test changes)
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/sdk-22994
        http://bugs.adobe.com/jira/browse/sdk-22992
        http://bugs.adobe.com/jira/browse/sdk-22990
        http://bugs.adobe.com/jira/browse/sdk-21850
        http://bugs.adobe.com/jira/browse/sdk-22973
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/CheckBox.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/RadioButton.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SoundEffectInst ance.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/AnimateTransform.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/Move.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/Move3D.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/Rotate.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/Rotate3D.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/Scale.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/Scale3D.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/supportClasses/AnimateTransfor mInstance.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/GraphicEleme nt.as
        flex/sdk/trunk/tools/dependencychecker/frameworkSwcExceptionsList.txt

  • FB3 Beta 3 - another organize imports bug

    I'm getting lucky :-) Here is another organize imports bug in
    FB3 Beta3...
    If you have some simple hierarchy where base class defines
    public (or protected) method, and sub class tries to override this
    method you will encounter this bug. Let say that base class looks
    like this:
    package test {
    import flash.display.Shape;
    public class BaseClass extends Shape {
    public function BaseClass() {
    public function myMethod():void {
    trace("In BaseClass.myMethod()");
    and that sub class looks like this
    package test {
    public class SubClass extends BaseClass {
    public function SubClass() {
    super();
    Now, if you try to override myMethod() from BaseClass and
    start typing in subclass something like
    override public function m
    and use Ctrl+Space, FB will insert appropriate method but it
    will also insert errorneous import statement like this:
    import test.BaseClass.myMethod;
    So you will end up with sub class which looks like following:
    package test {
    import test.BaseClass.myMethod;
    public class SubClass extends BaseClass {
    public function SubClass() {
    super();
    override public function myMethod():void {
    Wrong import is correctly marked as error but issuing
    "organize import" does not remove it so it must be removed
    manually.
    Regards,
    Damir Murat
    PS: Sorry for bad code formatting but there is no option for
    inserting in-line code and attach code is a little bit
    awkward.

    Damir Murat,
    Did you already file a bug for this? If not, would you mind
    adding it to the public bug base so we can track the issue.
    Thanks,
    Peter

  • Another v7.2 podcast-related bug

    I have a 2G nano (8GB) and notice that the count representing new (unlistened) files in the nano's Podcasts folder does not update when syncing. If I have, say, 150 podcasts in the folder, add 2 more to my library and then sync, the 2 extra podcasts do transfer over but the little gray bubble with white text still shows 150 next to the Podcasts folder entry under my nano in iTunes. If I click on the Podcasts folder, the resulting listing indicates that all 152 podcasts are indeed present. Also, if I eject and reconnect the nano, the count will become correct.
    David

    > See if this helps. Suggests turning off auto update.
    This doesn't help because a preview updates the date
    variable, even when auto update is set to off. When the topic is
    not edited, RH doesn't prompt to save the topic and consequently
    the updated date isn't saved . With edits, save dialog comes up and
    additionally header/footer dialog because date in footer has
    changed.
    See also my earlier post here:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=65&catid=449&threadid =1364202&enterthread=y
    Secondly, I really need it on auto because I'm running
    everything through batch files
    I think that we need an option like Colum McAndrew described
    in the thread you're referring to. An option not to update a
    template variable when applied to a topic, or when previewing a
    topic.
    Herman

  • Another -C check bug

    Here is an interesting run-time check bug. I have an internal subroutine where an array index is changed in another internal subroutine by host association. The run-time check misses the fact that the index has been updated. Here is an example. It seems to relate to the use of a derived-type as well.
    program test
    implicit none
    type my_type
    integer, allocatable :: type(:)
    integer :: size=0
    end type my_type
    type(my_type) :: obj
    allocate(obj%type(10))
    call sub1()
    contains
    subroutine sub1()
    call incr()
    write(*,*)'obj%size=',obj%size
    obj%type(obj%size)=1
    end subroutine sub1
    subroutine incr()
    obj%size=obj%size+1
    end subroutine incr
    end program test
    Here is my result:
    obj%size= 1
    ****** FORTRAN RUN-TIME SYSTEM ******
    Subscript out of range. Location: line 14 column 12 of 'test2.f90'
    Subscript number 1 has value 0 in array 'TYPE'
    Abort

    OK, I figured out the problem. I am getting the __SUNPRO defines, but used them in a way that fpp did not substitute them. The problem I have not is that -xpp=cpp does not work because the flag -Y<path> is given, which is not a standard cpp flag, and I just get an error message.
    I am guessing that Sun cpp accepts a -Y flag, and sun Fortran assumes that it is standard. If so, maybe a good solution would be just to distribute Sun's cpp along with fpp. Another problem is that cpp is called with a specific path, so there is apparently no way to override it. So, it looks to me like this is a bug. But, it seems unlikely that nobody would have noticed it, unless everybody sticks with fpp, or if the -Y flag is new in this release.

  • Preview Searching Bug

    Anyone else noticed that Preview search is broken?
    I just loaded a PDF file and searched for a friend's name (it's an old computer club newsletter). It found the instances of his name, and hitting command-g would cycle through them.
    I then searched for another term and Previous found the first occurrence.
    However, when I hit command-g to cycle through them, it went back to finding instances of the first search instead of what I was currently looking for, while displaying the new term in the search entry.
    In fact, I was not able to get Preview to search for other words in that document without closing it and opening the file again.
    Seems to happen on other files as well.
    I'm going to file a bug report, but I'm curious if anyone else has noticed this.

    Same sort of weirdness -- not sure if its the same bug -- here.
    Yes, the Preview search capabilities certainly look busted in 10.5.1.
    When this crops up, the only way I can search through all the hits shown is by selecting each individually with the pointer. And they don't highlight in the sidebar. With the sidebar selected, I can't successfully select the next match in the sidebar. It loops within the section, and nothing shown in the main window gets highlighted in the sidebar. (This is severely weird search navigation, yes.)
    If I quit Preview and relaunch when I get stuck in this particular morass, it appears to clear the problem. At least, I just tried that and it seemed to clear it.
    Also when this case cropped up, I noticed these over in the console window:
    12/21/07 11:33:58 AM Preview{880} NSMapInsert: map table argument is NULL
    Is there a bug number I can reference when I log this? I'm not sure if I'm seeing the same bug, or a cousin here, since I'm currently using the same search string for several searches.

  • Another Preview Disabled with details

    Sorry to post about another case but i've searched and tried everything.
    - quicktime reinstall
    - reset midi
    - reinstallations of software
    - play with camera settings
    - checking for updates from all possible angles
    I have a Sony DCR-HC26 and using Final Cut 5. black macbook with 1 gb ram. Got an external harddrive hooked up on USB. Capture windows gives PREVIEW DISABLED but it also says VTR OK. i can control the camera. the camcorder viewfinder even displays wat i play from finalcut. simply won't capture becuz the preview is disabled.
    Funny thing to add in all this is i can't even capture in iMovie. It says camera connected and playing and even capture ready. But ultimately only a blue screen shows up.
    I really need to use this camcorder to play minidv. Any help will be appreciated rather than "search the forum" cuz i have. checked every post i could on different related topics...
    thanx

    Well... for starters, that machine isn't qualified to run FCP 5... not enough display power... there's a note in the specs about that very thing... Not sure that it abosolutely will not run it, but I'd not be surprised if it won't. Motion won't even install on it I'm sure...
    From the specs online here:
    AGP Quartz Extreme or PCI Express graphics card (Final Cut Studio is not supported on systems using the Intel Extreme Graphics 950 GMA)
    That said.... have you tried trashing your preference files for FCP? and checked the device control settings to be sure that they match what Apple says the camera uses? Look in the Support page for FCP for "qualified devices" and see if the camera's listed there with it's device control setting.
    Jerry

  • PDF and Preview related problems

    Hi:
    A user in our office (MacBook Pro, v10.5.6) is having difficulty viewing and creating PDF files. To wit:
    --Opening a PDF file results in a morass of symbols throughout.
    --Opening a PDF file may show exclamation points substituted for tab characters.
    Some other files appear to be just fine using Preview, and occasionally the latter of the two above will open and appear to be just fine and dandy. The files appear to be just fine on another Mac.
    The two files appear correctly when viewed with Adobe Reader 9.0.
    Also:
    --Creating a PDF file may result in exclamation points substituted for tab characters.
    I tried a full system software archive and install...no luck.
    I tried deleting the Adobe Reader and Preview preferences files...no luck.
    I dragged and dropped a copy of Preview (v4.1) from my computer to hers...no luck.
    I created a Second User, and the previously mangled PDF files open and appear to be just fine. I can also create PDF files that are true to their source document (no exclamation points for tab characters). I did only limited testing of this; however I did use the files above and created a new PDF file using the original source document. No problems.
    I don't believe this is a missing font problem.
    So that makes me think there's something wrong in the user's home directory with Preview and the PDF creation process. Some preference file or something.
    Before I go ahead and move my data over to a new home directory...
    1. Has anyone seen this before?
    2. Has anyone fixed this before?
    3. How do I know which files to move to the new home directory and which (corrupted ones) to leave behind..if that indeed is the fix?
    4. How do I know that the creation problem doesn't extend beyond this user, and that I wasn't just lucky when Second User's PDF-created file was fine?
    TIA,
    mm

    You need to resolve the conflict/corruption in the original account. This can be a laborious process, but is guaranteed to resolve the problem. While logged into the newly created account (if it's an admin account; otherwise create a new one), backup the bad account's folder (to another volume, partition, or disk), delete the bad account, selecting the save data option (which is stored in /Users/Deleted Users/ as a disk image), recreate the bad account using the same username/password combo, log out and back into the recreated original account. Run Preview and, If the problem's solved (which it should be), open the saved data dmg file in /Users/Deleted Users/, open the /Library/Preferences/ folder from the saved data, open the current /Users/restored account/Library/Preferences/ folder, and slowly copy plist files from the saved data folder to the current one that don't exist in it, keeping track of what you're moving to the new account so you can remove them if you encounter problems in the next step. Log out and back in to ensure there's no conflict and things still work correctly. Good luck.

  • ASC 2.0 Preview 2 Bug - Conditional Compilation around a constructor fails

    Is this the right place to be reporting bugs?
    Source class:
    public class Something
    CONFIG::debug
    public function Something(id:uint)
    CONFIG::release
    public function Something()
    In another class:
    CONFIG::debug
    var q:Something = new Something(10);
    Compiling with Additional Compiler Arguments set to "-define+=CONFIG::debug,true -define+=CONFIG::release,false" results in the following warnings and errors:
        [mxmlc] Warning: return value for function 'Something' has no type declaration.
        [mxmlc]                               public function Something(id:uint)
        [mxmlc]                                               ^
        [mxmlc] Error: Incorrect number of arguments.  Expected no more than 0
        [mxmlc]                                         var q:Something = new Something(10);
        [mxmlc]                                                           ^

    I could reproduce this issue with ASC 2. I've logged this as bug 3339009.
    I'm guessing you have a more complex scenario in mind, but the workaround for this simple case might be to use default arguments to make the constructor parameter optional?
            public function Something(id:uint=0)
    The bug does seem to impact constructors. Another workaround for now is to use a conditional factory pattern?
    package
    public class Something
        public function Something(id:uint=0)
            this.id = id;
          private var id:uint;
        CONFIG::debug {
            public static function createInstance(id:uint):Something
                return new Something(id);
       CONFIG::release {
            public static function createInstance():Something
                return new Something();

  • Another preview question

    I'm not quite sure what happened but I've lost the ability to preview in another browser.  When I first set up Dreamweaver CS3 (ages ago), I could preview in IE, Mozilla and Safari.  Now I'm down to just Safari -- and that's not going to cut it.  What it's doing is if I select 'preview in Firefox' I get this "You have chosen to open" said file, "what do you want Firefox to do?" and my 2 choices are open or save.  If I select open, it just goes through the loop again.
    What's going on here?  And why is it only doing this in IE and Firefox?  Why doesn't it do this in Safari?
    "It worked just fine YESTERDAY!!"
    Monday's!!

    I found the issue.  If you go to 'edit browser list' there is an option box for 'preview using temporary file'.  If this box is checked, then IE and Mozilla should start working again.  I'm still not sure what caused IE to fail from so long ago, but at least I'm back up to 3 browsers to view my work in.

  • Another XAV-72BT BUG

    I've checked the format of the JPG files that don't display when playing the MP3 files in the same folder. None of them use the progressive JPG format. And these same JPG files do display if I select 'Images' instead of 'Audio' from the XAV72bt user interface. This appears to be a software bug to me. I'd very much appreciate it the appropriate support team would take a look at this.
    Thanks

    I've discovered another design problem withthis unit. I recently ripped a video from a music DVD to an MPEG4 file. The format of the file is well within the limits given in the user's manual but this head unit will not play it I read the disclaimer in the user's guide indicating that there is no guarentee that a file can be played even if it is within the limits given.
    The real problem is with the USB menu. The USB drive contains many audio files and this one video. From the menu I selected video and the unit quickly responded with "no playable media found". The problem is that there is no immediate recovery for using this USB. There is no way to go back and select for audio files. No user menu options appear. If I unplug the USB and plug it back in, nothing is changed. The unit recognizes that a USB device has been reconnected but it remains in video mode. I can probably take the USB back to my computer and delete the video file but that seems to be a poor solution. This is yet another example of how this unit seems to have gotten to the market before it was ready. See my other posts in this forum.

  • Another spanned clips bug?

    I've read that Adobe recently fixed a spanned clips bug. Well here's another one (at least on my system):
    I have several spanned clips recorded with my Sony FS700 (MTS-files in AVCHD-container) and my Panasonic P2-camera (P2 MXF-files). When using Adobe Media Encoder (AME) to convert to ProRes, the spanned clips are joined right, but AME encodes the same material several times. The result is several copies of the exact same encoded material written to disk.
    Here's how it works:
    In one case, my camera had split my recording into 4 individual files. I expected AME to a) either join them and output one long file or b) not to join them and just output 4 individual ProRes files. Instead I ended up with 4 joined identical 32 GB files on disk. I did it again and noticed that AME actually encoded the same material 4 times in a row. What a waste of time and space …
    When using Sony MTS-files, AME creates different filenames for each clip (0001.mov, 0002.mov, 0003.mov. When using Panasonic MXF-files, AME put _1, _2, _3, etc. at the end of the filenames.
    In my opinion, AME should have a tick box where you can chose "join spanned files" or not. If it had such a box, it would chose to leave it off most of the time. That way it would be much easier to check if AME has converted all the files or not. It would be 32 files in = 32 files out, not 32 files in = 2 spanned files + x small files out … Nowadays, I have to doublecheck everything before formatting my cards.
    I'm using Adobe Media Encoder v. 7.2.0.43 (64-bit) and OSX Mavericks 10.9.1 on a late 2013 Macbook Pro 15-inch Retina 2,3 GHz i7 16GB RAM 512 SSD.

    Jim Simon, let me explain:
    1. When I drag MTS-clips into AME, the software generates several copies of the same spanned clip during conversion. (They pop up in the queue while AME is converting).
    2. When I drag MXF-clips into AME, the software generates several copies of the same spanned clip before conversion. In the screenshot, which was taken after conversion, you'll see that the file numbers begin with 0018, 0019, 0019, 0019, 0019, and then jump to 0023, 0023. Well, what I dragged in was 0018, 0019, 0020, 0021, 0022, 0023, 0024 etc. So I believe AME skips filenames that are elements in a spanned clip, and then multiplies the the process all by itself. But, yes, I could manually examine the queue and erase identical clips after I drag files in. But that is just not a good way of working …
    So, AME behaves differently with spanned MXF and MTS-files, but none of them are handled right.

Maybe you are looking for

  • HP Laserjet 4L with Windows 7

    I just purchased a new computer with Windows 7 Professional (32 bit) and Microsoft Office Small Business Professional.  My HP Laserjet 4L was installed and a test print page printed ok.  However, when I try to print documents and/or emails with a lot

  • Problems with importing .MP4 file and the audio in FCP 6

    Hi all, I am pretty new to Final Cut Pro and have just approached my first project. I have a Samsung VP-MX20 http://www.samsung.com/uk/consumer/detail/spec.do?group=cameracamcorder&type=cam corder&subtype=flashcamcorder&model_cd=VP-MX20/XEU&fullspec=

  • WebUtil Demo OLE test doesn't work

    Hi I have downloaded the WebUtil demo and all tabs/functionalities in the form WU_TEST_105 works except the OLE test. When I click on the button "Write to Word" the form just hangs/freezes adn nothing happens. I added the lines webutillogging=console

  • IDOC status back

    Hi Friends,     Think the scenario like : GR IDOC ==> SOAP,  STATUS IDOC <== GR IDOC  both sides asynchronous. When i update the status back, IDOC status is updating properly like the xml sent or not .  for that case i did one logic in receiver deter

  • Changing permissions for makepkg files

    I'm made an exaile 0.2.9 package for x86_64 for myself since it's not in the x86_64 repositories yet.  I was thinking of fixing it up and poping it in the AUR.  I'm having a bit of trouble with it though. When it installs, the executable looses the e