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

New Alpha List Calendar

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

    #16
    Very impressive.
    Insanity: doing the same thing over and over again and expecting different results.
    Albert Einstein, (attributed)
    US (German-born) physicist (1879 - 1955)

    Comment


      #17
      I think they could use some calendar color options, and a couple of default layout choices to include an image/svg icon, etc. the thing about a calendar is you should be able to tell what is going on with out much more than a glance at it. I think they said they were looking for more ideas to incorporate so there's a couple! It should also have an option to go to change the view based on screen orientation. At any rate it's good to see the new work being done on it.
      NWCOPRO: Nuisance Wildlife Control Software My Application: http://www.nwcopro.com "Without forgetting, we would have no memory at all...now what was I saying?"

      Comment


        #18
        I have had some great fun over the weekend playing around with this and have managed to get it working with a mySQL database and use British format dates but for the life of me cannot find how to set the default date to today rather than 1/1/2019.

        The only issue I have found and reported is when you set the JSON for the layout settings and the javascript for an event it all works, but if you go back to it its not there to be able to edit, you have to paste in again then edit.

        Comment


          #19
          Fantastic! I needed it yesterday.

          Comment


            #20
            Did you see anything related to them supporting recurring event scheduling?

            I also didn't see in the video where you maintain the description for the event. Other calendars allow you to double click an appointment and get a popup to edit the description, etc.

            Other than that it looks great so far.

            Comment


              #21
              I did manage to get the double click working, it did seem temperamental but I used a docked panel to edit the appointment.

              The recurring event would need to be a field in the underlying data/table which I think needs a rethink on alpha's side. I would prefer end time to duration for instance.

              Comment


                #22
                Originally posted by Lance Gurd View Post
                I have had some great fun over the weekend playing around with this and have managed to get it working with a mySQL database and use British format dates but for the life of me cannot find how to set the default date to today rather than 1/1/2019.

                The only issue I have found and reported is when you set the JSON for the layout settings and the javascript for an event it all works, but if you go back to it its not there to be able to edit, you have to paste in again then edit.
                Lance, did you ever figure out how to set the default date? I have been informed that this can be done by setting the layout.date which is the starting date for the rendered range.
                I have been trying to set this without any success .. mainly because I have done precious little with JSON before and my syntax always fails when I try to add in the sample code from the settings object documentation.

                I 'think' it goes something like ..

                Code:
                [COLOR=#a31515]"layout"[/COLOR][COLOR=#000000]:{[/COLOR]
                [COLOR=#a31515]"date"[/COLOR][COLOR=#000000]: { [/COLOR][COLOR=#008000]// settings for a date in the navigator[/COLOR]
                [COLOR=#a31515]"className"[/COLOR][COLOR=#000000]: 'listItem', [/COLOR][COLOR=#008000]// the class name for a date[/COLOR]
                [COLOR=#a31515]"selectedClassName"[/COLOR][COLOR=#000000]: 'listItemSelected', [/COLOR][COLOR=#008000]// the selected class name for a date[/COLOR]
                [COLOR=#a31515]"style"[/COLOR][COLOR=#000000]: 'padding: [/COLOR][COLOR=#09885a]6[/COLOR][COLOR=#000000]px; text-align: center;', [/COLOR][COLOR=#008000]// the style for a date[/COLOR]
                [COLOR=#a31515]"html"[/COLOR][COLOR=#000000]: 'default' [/COLOR][COLOR=#008000]// the HTML for a date - a value of "default" will use a reasonable default, or a template or function can be used[/COLOR]
                [COLOR=#000000]}[/COLOR]
                [COLOR=#000000]}[/COLOR]
                .. or something like that, perhaps using now ..

                Code:
                now: { // the current date/time marker
                show: true, // whether to show the current date/time marker
                className: '', // the current date/time marker class name
                style: 'border: 1px dotted #ff351c;', // the current date/time marker style (every border except the logical best will be set to a type of none automatically)
                label: { // the current date/time marker label
                location: 'after-end', // the current date/time marker label location - values can be "none", "before-start", "before-end", "after-start", "after-end", "on-start", or "on-end"
                html: 'h:mm am', // the current date/time marker label format (see Date.toFormat)
                className: '', // the current date/time marker label class name
                style: 'background: #ff351c; color: #fff; border-radius: 2px; padding: 2px 4px; font-size: 60%; margin: -1px;' // the current date/time marker label style
                }
                }
                },

                Alpha Anywhere v12.4.6.5.2 Build 8867-5691 IIS v10.0 on Windows Server 2019 Std in Hyper-V

                Comment


                  #23
                  Hi Stephen,

                  Still not got it to work, seems to me both those settings alter the style of the date and the current time indicator not the actual date.

                  Comment


                    #24
                    Game changer! Calendar type functionality is built in to a LOT of programs. Thanks Alpha!

                    Comment


                      #25
                      Originally posted by Lance Gurd View Post
                      Hi Stephen,

                      Still not got it to work, seems to me both those settings alter the style of the date and the current time indicator not the actual date.
                      This is the exact reply I got back from Alpha on this .. Can be done by setting the layout.date - that is the starting point for the rendered range.

                      I'm still trying to figure this out but the reply was really not very helpful to someone not familiar with manipulating JSON data. Strange, but this is something I have never needed to do before.
                      The calendar is also still in very early stages so I won't get to worried about it, it's a very exciting addition and I'm sure Alpha will only make it great over time!
                      Alpha Anywhere v12.4.6.5.2 Build 8867-5691 IIS v10.0 on Windows Server 2019 Std in Hyper-V

                      Comment


                        #26
                        Have tried various different combinations and no luck.

                        Comment


                          #27
                          We all need to remember why we have access to this tool at this time, its to observe, try different use cases, make suggestions, and add value to current documentation so that 'when ready for release' the product does mostly what people need, and have a learning curve that everyone is comfortable with, it's certainly not to go into production with or get frustrated with, just digest what you see and report suggestions and bugs to the development team, not here. I think its has tremendous potential and hopefully when I have completed my evaluation in a couple of weeks, i'll submit my results, I will have helped it to happen.

                          Then i'll go into production.

                          Pete, and please everyone stay safe.
                          Insanity: doing the same thing over and over again and expecting different results.
                          Albert Einstein, (attributed)
                          US (German-born) physicist (1879 - 1955)

                          Comment


                            #28
                            Originally posted by peteconway View Post
                            We all need to remember why we have access to this tool at this time, its to observe, try different use cases, make suggestions, and add value to current documentation so that 'when ready for release' the product does mostly what people need, and have a learning curve that everyone is comfortable with, it's certainly not to go into production with or get frustrated with, just digest what you see and report suggestions and bugs to the development team, not here. I think its has tremendous potential and hopefully when I have completed my evaluation in a couple of weeks, i'll submit my results, I will have helped it to happen.

                            Then i'll go into production.

                            Pete, and please everyone stay safe.
                            I have already submitted several suggestions directly to Alpha, so I'm not sure what you are eluding to with that comment.
                            Lance and I were simply discussing how to set the start date, something that is supposedly possible to do, and trying to work through with each others help.
                            Alpha Anywhere v12.4.6.5.2 Build 8867-5691 IIS v10.0 on Windows Server 2019 Std in Hyper-V

                            Comment


                              #29
                              Sorry if I offended you both, just wanted to keep focus on the testing process.

                              Pete
                              Insanity: doing the same thing over and over again and expecting different results.
                              Albert Einstein, (attributed)
                              US (German-born) physicist (1879 - 1955)

                              Comment


                                #30
                                Perhaps this question/concern is a little premature but I'm troubled about the need to obtain a "Feature Key" in order to beta the Calendar.
                                Does this mean that when this control is released it will be an "add-on" feature that you'll have to purchase in order to use?

                                Comment

                                Working...
                                X