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

Looking for a compatible third-party gantt/scheduler control

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

    #46
    Re: Looking for a compatible third-party gantt/scheduler control

    I'm not familiar with using the IE developer tools but I guess I'd better get familiar if I'm trying to be this web developer person. I tried using the tools and here's first thing that happened in the debugger:
    http://screencast.com/t/qA5Fu2iETc
    Carol King
    Developer of Custom Homebuilders' Solutions (CHS)
    http://www.CHSBuilderSoftware.com

    Comment


      #47
      Re: Looking for a compatible third-party gantt/scheduler control

      To see if FusionCharts.js is loading, click where it says GanttTest.a5w and click on FusionCharts.js- if it is loaded (in the proper path) you will see info on it in the left pane starting with :

      /*
      FusionCharts JavaScript Library
      Copyright FusionCharts Technologies LLP
      License Information at <http://www.fusioncharts.com/license>

      @author FusionCharts Technologies LLP
      @version fusioncharts/3.2.2-release.3880

      Third-party attributions:
      SWFObject v2.2 <http://code.google.com/p/swfobject/>
      JSON v2 <http://www.JSON.org/js.html>
      Firebug Lite 1.3.0 <http://getfirebug.com/firebuglite>
      jQuery 1.4.2 <http://jquery.com/>
      */



      Did you copy ALL of the .js files to your webroot or just FusionCharts.js ?
      Last edited by Bill Griffin; 11-15-2011, 01:25 PM.
      Bill Griffin
      Parkell, Inc

      Comment


        #48
        Re: Looking for a compatible third-party gantt/scheduler control

        I found two .js files in the FusionWidgits_Trial/JSClass folder and, yes, I copied them to my webroot. They are:
        FusionCharts.js
        FusionChartsExportComponent.js

        There were not clear instructions on where the .js files were to copy... just something like 'copy the js files to your webroot'. I just guessed that they were the files found in the JSClass folder. Are there more somewhere?

        I'll go see if I'm smart enough to follow your other instructions now for seeing if the js file is loading. To be continued...
        Carol King
        Developer of Custom Homebuilders' Solutions (CHS)
        http://www.CHSBuilderSoftware.com

        Comment


          #49
          Re: Looking for a compatible third-party gantt/scheduler control

          I guess I clicked the right thing... looks like FusionCharts.js is loading. http://screencast.com/t/3Dsf5FlaJF
          Carol King
          Developer of Custom Homebuilders' Solutions (CHS)
          http://www.CHSBuilderSoftware.com

          Comment


            #50
            Re: Looking for a compatible third-party gantt/scheduler control

            I was a bit stumped on this Fusion installation instruction:
            "Create an .AEX from your database Code tab, and place the .AEX in your A5Webroot"

            I don't find anywere to create an .AEX from the Code tab. So I am assuming that when I use the 'Publish Web Project' genie and check mark 'Compile functions into an AEX file' that I am accomplising that instruction. I think so since the page does open with the data in the source code. But is there something else I'm supposed to do to 'create an .AEX from your database Code tab' ??

            (I wish software developers would actually show how to do something, rather than assume the user knows how. I try to be very careful about that in my help for my csutomers.)
            Carol King
            Developer of Custom Homebuilders' Solutions (CHS)
            http://www.CHSBuilderSoftware.com

            Comment


              #51
              Re: Looking for a compatible third-party gantt/scheduler control

              I also keep wondering if I'm having an issue because I don't use Alpha's web security, so therefore cannot follow this part of their installation instruction:

              If you have security enabled in your web project, using your Web Projects Control Panel, go to
              Web Security / Page Security / File Types Allowed and add the *.SWF type if you haven't already done so.
              Carol King
              Developer of Custom Homebuilders' Solutions (CHS)
              http://www.CHSBuilderSoftware.com

              Comment


                #52
                Re: Looking for a compatible third-party gantt/scheduler control

                Hmm. I have the licensed version of FusionCharts and FusionWidgets which had 5 .js files. So I am not sure what effect that has.


                One last suggestion. Check to see if you have more than one version of java loaded on your system (control panel - programs and features) If there is, uninstall all but the latest. After that, I have run out of suggestions for you. Good Luck.
                Bill Griffin
                Parkell, Inc

                Comment


                  #53
                  Re: Looking for a compatible third-party gantt/scheduler control

                  Originally posted by kingcarol View Post
                  I was a bit stumped on this Fusion installation instruction:
                  "Create an .AEX from your database Code tab, and place the .AEX in your A5Webroot"
                  right click on white space and you will see what Steve was referring to.


                  Originally posted by kingcarol View Post
                  (I wish software developers would actually show how to do something, rather than assume the user knows how.
                  Isnt that what you are? :) Extensive documentation raises the price of things and takes away the pain (or is it fun) of figuring things out.


                  I believe choosing to compile the AEX at publish time will do the same thing, just make sure it actually published it



                  P S - I have no security on and it works fine.
                  Bill Griffin
                  Parkell, Inc

                  Comment


                    #54
                    Re: Looking for a compatible third-party gantt/scheduler control

                    Thanks so much, Bill, for taking your time on this. I really appreciate it. I think I'll give up until Steve becomes available, and perhaps this thread and things I've already tried due to your suggestions will help with that. I don't see anything about java in my list of programs, so will just leave that alone.
                    Carol King
                    Developer of Custom Homebuilders' Solutions (CHS)
                    http://www.CHSBuilderSoftware.com

                    Comment


                      #55
                      Re: Looking for a compatible third-party gantt/scheduler control

                      java.PNG


                      No Java?? Visit java.com and click on do I have Java.
                      Bill Griffin
                      Parkell, Inc

                      Comment


                        #56
                        Re: Looking for a compatible third-party gantt/scheduler control

                        I think I'm turning into a dingbat... did not go to Control Panel and just looked at my list of programs under Start. Yes, I do have java and here is result from java.com . http://screencast.com/t/xZmiiLQWk I always get nervous about downloading and installing anything that could have any effect on my development, though... maybe will leave it alone for now.
                        Carol King
                        Developer of Custom Homebuilders' Solutions (CHS)
                        http://www.CHSBuilderSoftware.com

                        Comment


                          #57
                          Re: Looking for a compatible third-party gantt/scheduler control

                          Java is always good to keep updated. usually they are plugging up security holes. BUT I don't think this will have any effect. I have had some recent issues where more than one version was loaded on a system and caused a problem. Since your demo stuff is working, i am really at a loss as to what the problem could be. Please let us know what you figure out.
                          Bill Griffin
                          Parkell, Inc

                          Comment


                            #58
                            Re: Looking for a compatible third-party gantt/scheduler control

                            Java and JavaScript are in no way related beyond the first 4 letters of their names. This naming is unfortunate because it frequently causes this confusion. Uninstalling/uninstalling/updating Java will have no bearing on JavaScript execution.

                            Lenny Forziati
                            Vice President, Internet Products and Technical Services
                            Alpha Software Corporation

                            Comment


                              #59
                              Re: Looking for a compatible third-party gantt/scheduler control

                              Hi Carol

                              Glad to see this Gantt Chart business is finally being worked out... (I was amazed that the development was so recent though) its the last project management function I need to tease out of desk top software and into A5, I so want to not have to use MS project as an adjust to my A5 web application!

                              Question: Did you get into the new product by Steve W. and see if it fits the bill for construction scheduling? And do you know if it will work with A5 10.5?

                              Rod

                              Comment


                                #60
                                Re: Looking for a compatible third-party gantt/scheduler control

                                Hi Rod - I have not gotten into the new product by Steve... only because I'm working on so many other things and putting scheduling on a back burner. I'll be interested to hear if you have success with it.
                                Carol King
                                Developer of Custom Homebuilders' Solutions (CHS)
                                http://www.CHSBuilderSoftware.com

                                Comment

                                Working...
                                X