Announcement

Collapse
No announcement yet.

Java crashing actinic

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Java crashing actinic

    I added a little bit of java to my site which basically scrolls some images from side to side. It uploaded and worked online perfectly fine.

    However, it crashes Actinic. I can do what I wish in the content tab (as I don't have a preview of the site displayed), however as soon as I go to the design tab i get bombared with R6025 run-time error in Visual C++ errors all over my screen until actinic closes itself. This of course means I can neither remove nor attempt to fix the problem.

    Any ideas

    #2
    Revert to a previuos snapshot

    Comment


      #3
      Don't run the code in preview mode if you are sure your code is perfectly correct.

      Comment


        #4
        OK - I've deleted the responses to this post as it was all getting a bit out of hand.

        The thing I would suggest is to go to the library and view the layout code for where you've pasted your Java code. This will all you to edit it without Actinic trying to preview it.

        Then highlight the code and click the green 'C' button (Insert Block)

        In the window that appears, paste the following:

        <actinic:variable name="IsPreviewMode" /> == FALSE

        This will hide the code in the preview but show it online.

        Comment


          #5
          fs...who deleted my reply!


          As I said...if you can post your code here, Gordon, along with a link to the working site, someone may be able to see what Actinic could be objecting to

          I'm NOT typing that for a 3rd time!

          [edit]

          Chris, you deleted my helpful response
          Tracey

          Comment


            #6
            Perhaps it was not helpfull

            Comment


              #7
              Originally posted by Darren B View Post
              Perhaps it was not helpfull
              lol
              fair point

              now shush, or we'll get deleted again!
              Tracey

              Comment


                #8
                ok im shushing now

                Comment

                Working...
                X