Alpha Software Mobile Development Tools:   Alpha Anywhere    |   Alpha TransForm subscribe to our YouTube Channel  Follow Us on LinkedIn  Follow Us on Twitter  Follow Us on Facebook

Announcement

Collapse

The Alpha Software Forum Participation Guidelines

The Alpha Software Forum is a free forum created for Alpha Software Developer Community to ask for help, exchange ideas, and share solutions. Alpha Software strives to create an environment where all members of the community can feel safe to participate. In order to ensure the Alpha Software Forum is a place where all feel welcome, forum participants are expected to behave as follows:
  • Be professional in your conduct
  • Be kind to others
  • Be constructive when giving feedback
  • Be open to new ideas and suggestions
  • Stay on topic


Be sure all comments and threads you post are respectful. Posts that contain any of the following content will be considered a violation of your agreement as a member of the Alpha Software Forum Community and will be moderated:
  • Spam.
  • Vulgar language.
  • Quotes from private conversations without permission, including pricing and other sales related discussions.
  • Personal attacks, insults, or subtle put-downs.
  • Harassment, bullying, threatening, mocking, shaming, or deriding anyone.
  • Sexist, racist, homophobic, transphobic, ableist, or otherwise discriminatory jokes and language.
  • Sexually explicit or violent material, links, or language.
  • Pirated, hacked, or copyright-infringing material.
  • Encouraging of others to engage in the above behaviors.


If a thread or post is found to contain any of the content outlined above, a moderator may choose to take one of the following actions:
  • Remove the Post or Thread - the content is removed from the forum.
  • Place the User in Moderation - all posts and new threads must be approved by a moderator before they are posted.
  • Temporarily Ban the User - user is banned from forum for a period of time.
  • Permanently Ban the User - user is permanently banned from the forum.


Moderators may also rename posts and threads if they are too generic or do not property reflect the content.

Moderators may move threads if they have been posted in the incorrect forum.

Threads/Posts questioning specific moderator decisions or actions (such as "why was a user banned?") are not allowed and will be removed.

The owners of Alpha Software Corporation (Forum Owner) reserve the right to remove, edit, move, or close any thread for any reason; or ban any forum member without notice, reason, or explanation.

Community members are encouraged to click the "Report Post" icon in the lower left of a given post if they feel the post is in violation of the rules. This will alert the Moderators to take a look.

Alpha Software Corporation may amend the guidelines from time to time and may also vary the procedures it sets out where appropriate in a particular case. Your agreement to comply with the guidelines will be deemed agreement to any changes to it.



Bonus TIPS for Successful Posting

Try a Search First
It is highly recommended that a Search be done on your topic before posting, as many questions have been answered in prior posts. As with any search engine, the shorter the search term, the more "hits" will be returned, but the more specific the search term is, the greater the relevance of those "hits". Searching for "table" might well return every message on the board while "tablesum" would greatly restrict the number of messages returned.

When you do post
First, make sure you are posting your question in the correct forum. For example, if you post an issue regarding Desktop applications on the Mobile & Browser Applications board , not only will your question not be seen by the appropriate audience, it may also be removed or relocated.

The more detail you provide about your problem or question, the more likely someone is to understand your request and be able to help. A sample database with a minimum of records (and its support files, zipped together) will make it much easier to diagnose issues with your application. Screen shots of error messages are especially helpful.

When explaining how to reproduce your problem, please be as detailed as possible. Describe every step, click-by-click and keypress-by-keypress. Otherwise when others try to duplicate your problem, they may do something slightly different and end up with different results.

A note about attachments
You may only attach one file to each message. Attachment file size is limited to 2MB. If you need to include several files, you may do so by zipping them into a single archive.

If you forgot to attach your files to your post, please do NOT create a new thread. Instead, reply to your original message and attach the file there.

When attaching screen shots, it is best to attach an image file (.BMP, .JPG, .GIF, .PNG, etc.) or a zip file of several images, as opposed to a Word document containing the screen shots. Because Word documents are prone to viruses, many message board users will not open your Word file, therefore limiting their ability to help you.

Similarly, if you are uploading a zipped archive, you should simply create a .ZIP file and not a self-extracting .EXE as many users will not run your EXE file.
See more
See less

A5 HTML Editor/Generator Changed?

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

    A5 HTML Editor/Generator Changed?

    I am having problems on my desktop computer (my laptop is fine) with the a5w html editor. It appears that the default editor/generator has changed and it is causing problems seeing components on my a5w pages. The problems are causing errors when I have a navigator and a component on an a5w page (navigator only seems okay). Files that I created before this problem are fine when I open them but when I switch to WYSIWYG and switch back to Source, it adds a bunch of code that wasn't there before. I noticed these problems yesterday and were either a result of an Alpha crash I had on
    Tuesday or a Windows system update that occured overnight on Tuesday.

    Here is the error message that I am receiving:
    Code:
    500 Internal Server Error
    "Script Error
    Error:Script: /LivePreview/$$1308.a5w line:112
    ? ; ?x_dlg_Invoice.Output.Body.Dialog_Echo ;?;?crlf()
    Not found 
    x_dlg_Invoice not found."
    Here are some of the differences in the code with a page created before and after:

    Before:
    Code:
    <meta name="generator" content="Alpha Five HTML Editor Version 9 Build 2095-3264">
    Code:
    <html>
    <head>
    <link rel="stylesheet" type="text/css" href="WinXp.css">
    <link rel="stylesheet" type="text/css" href="Style.css">
    <%a5
    '''
    %>
    After:
    Code:
    <meta content="MSHTML 6.00.6000.16890" name=GENERATOR>
    Code:
    <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
    <html><head><title>Overview</title>
    <meta http-equiv=Content-type content="text/html; charset=unicode"><link 
    media=screen href="a5res:defaultStyle\(default)" type=text/css 
    rel=stylesheet><link href="WinXp.css" type=text/css rel=stylesheet><link 
    href="Style.css" type=text/css rel=stylesheet><%a5
    '''
    %>
    I looked for a way to change the default HTML editor in A5 and went as far as to uninstall and re-install A5 but it "remembered" my license info and all of my recent files, so the defaults were never reset. Any input would be greatly appreciated.

    Thanks in advance,
    Tom

    #2
    Re: A5 HTML Editor/Generator Changed?

    Here is a little more info. I have changed the HTML Editor to open to the Source tab instead of the WYSIWYG tab. When I create a new a5w page, I get the following code:

    Code:
    <html>
    <head>
    <meta name="generator" content="Alpha Five HTML Editor Version 9 Build 2095-3264">
    <title></title>
    </head>
    <body>
    <p>&nbsp;</p>
    </body></html>
    When I go to the WYSIWYG tab and then come back to the Source tab, the code is changed to:

    Code:
    <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
    <html><head><title></title><link media=screen 
    href="a5res:defaultStyle\(default)" type=text/css rel=stylesheet>
    <meta http-equiv=Content-type content="text/html; charset=unicode"><link 
    media=screen href="a5res:defaultStyle\(default)" type=text/css rel=stylesheet>
    <meta content="MSHTML 6.00.6000.16890" name=GENERATOR></head>
    <body>
    <p>&nbsp;</p></body></html>

    Comment


      #3
      Re: A5 HTML Editor/Generator Changed?

      I don't even go to WYSIWYG anymore. It does more damage than you show below. It replaces the DOC TYPE with what it wants, it screws up your own CSS and removes hard line feeds all over the place making your HTML all run together. I don't know what the "a5res:defaultStyle" is supposed to do, but I don't want what I don't want, so I don't use WYSIWYG. I have not turned it in as a bug because I am sure it is 'not a bug'.
      Steve Wood
      See my profile on IADN

      Comment


        #4
        Re: A5 HTML Editor/Generator Changed?

        The only thing I use the WYSIWYG for is placing components. How do you place them if you don't use it?

        Comment


          #5
          Re: A5 HTML Editor/Generator Changed?

          OK, so I did now turn it in as a bug, and got an instant reply. The answer from Alpha is 'can't do anything about it'. The WYSIWYG editor is a Microsoft HTML editor DLL and those, I guess, are the defaults. The suggestion is to use a 3rd party editor like Dreamweaver.

          I think (I don't know this to be true) what happened is that V10 is using a different version of this editor and has the effect you describe below. V9 did NOT have this behaviour. But since V9 has been continually updated with V10 code, V9 now has this updated editor. Either that or a new version of the editor is in the V10 beta code which nearly everyone has installed, and this means your copy of V9 has the updated editor. So maybe a solution is to go back to an earlier patch for V9 and update just the editor -- I have NO IDEA if this will work or screw things up. But, as I said, earlier this year V9 did NOT have this problem, and now it does.

          I think the appropriate thing is to ask Alpha for a patch to V9 to return the old editor version, if possible.
          Steve Wood
          See my profile on IADN

          Comment


            #6
            Re: A5 HTML Editor/Generator Changed?

            The only thing I use the WYSIWYG for is placing components. How do you place them if you don't use it?
            Yes, that is a problem. If you upgrade to V10, there is a genie to generate the code to paste in to source.

            Of course, that does not help anyone who plans to stick with V9. So like I said in my previous post, I think Alpha should help us get back the previous editor version if possible for V9 users. I will be using V9 for at least another year or so for previous applications, so I need this too.

            What others have done (to avoid using WYSIWYG) is to create a dummy page, insert the component in that dummy page, and then copy-paste the code to the desired page. Lots of extra work!!

            My comment is that WYSIWYG is nearly useless at this point unless you are still creating pages using tables for your layout. If you are using CSS, then the WYSIWYG view is of no use except to insert a component. And then, you have to do it just right to keep from losing your CSS either above or below the inserted component. Do it wrong and Alpha will strip DIV and /DIV tags near the insert point.
            Steve Wood
            See my profile on IADN

            Comment


              #7
              Re: A5 HTML Editor/Generator Changed?

              Please see this post for a wrap up on this topic:

              http://msgboard.alphasoftware.com/al...ad.php?t=81591
              Steve Wood
              See my profile on IADN

              Comment

              Working...
              X