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

V10 is all about Codeless AJAX AND MAJOR ENHANCEMENTS FOR DESKTOP APPS

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

    V10 is all about Codeless AJAX AND MAJOR ENHANCEMENTS FOR DESKTOP APPS

    V10 is all about Codeless AJAX AND MAJOR ENHANCEMENTS FOR DESKTOP APPS

    CLICK HERE to find videos of many of the enhancements for building DESKTOP applications with Alpha Five v10

    Alpha Five V10 - What's New on the Desktop

    Debugger


    Debugger The V10 debugger has been completely rewritten. It is much faster and has a huge number of new features to make your debugging easier and more productive.

    This video gives a brief overview of the key new debugger features.
    • color coding
    • search for text
    • goto line
    • hover over variable to see value
    • drag drop to watch window
    • drill down of property and array values
    • comment out a line at runtime
    • persistent watch variables
    • save watch variables to file
    • load watch variables
    • expand/collapse watches makes it easy to see multi-line values
    • step out


    Watch Video

    Conditional Breakpoints This video shows how you can set a conditional breakpoint. Previously, if you set a breakpoint in your code, the debugger would always stop when that breakpoint was hit. Now, you can set a breakpoint and specify a condition. The debugger will only stop if the condition is true.

    Watch Video

    Global Breakpoints Sometimes when you are debugging code, you know that a variable's value is getting changed, but you don't know exactly which section of your code is changing the variable. The new 'Global Breakpoints' feature allows you to set a breakpoint on an expression.

    Watch Video

    Variable Logging This video shows how you can use the new Logging feature in the Debugger to track changes to a variable.

    Watch Video


    Supercontrols


    Alphabet Button Search This video shows how easy it is to put an 'Alphabet Button' search bar on a Form layout using the new 'Alphabet Button Search' supercontrol. The control puts buttons for each letter of the alphabet on the form and when you click a button the table is searched for records that start with the letter of the button you pressed. You can choose options that automatically disable or hide buttons for which there are no matching records.

    Watch Video

    Dropdown Browse Search This video shows how easy it is to put a 'Dropdown Browse Search' supercontrol on a Form. The control is like an edit-combo box. When you click the down arrow, a drop down multi-column browse appears. You can navigate to a particular record in the dropdown browse and then when you click on a record in the dropdown browse, the dropdown browse is closed and the record shown in the Form is changed to show the record that you selected in the dropdown browse.
    Alternatively, you can type a value into the control and press enter, which navigates you to the correct record.
    This video shows how we place a 'Dropdown Browse Search' supercontrol to search the Customer table by Lastname. The dropdown browse also shows the Firstname, City and State fields.

    Watch Video

    Dropdown Browse Search - Cascading This video shows how you can create cascading Dropdown Browse Search supercontrols on a Form. The first supercontrol shows a list of states and the second supercontrol shows a list of cities. The second control however is constrained to show only the cities in the selected state.

    Watch Video


    Automatic Backup and Version Tracking

    Automatic Backup and Version Tracking of Layout and Field Rules Now, when you save any Layout (Form, Report, Label, Letter or Browse), or Field Rules, Alpha Five makes an automatic backup of your Layout or Field Rules and it keeps all previous backups as well.

    At any point you can right click on a Layout in the Control Panel and revert to any prior version of that Layout.

    You can now more freely experiment with your Layouts because you know that at any point you can revert to a prior version. Also, the risk of loosing a Layout because of a file corruption is eliminated.

    Watch Video

    Form Layouts - Headers and Footers

    Headers and Footers Spreadsheets have headers and footers - sections of the spreadsheet that you 'lock' so that when you scroll the spreadsheet, the headers and footers always remain visible on the screen.

    Now, you can add headers and footers to your form so that when the window that contains the form is smaller than the form itself and the window has a vertical scroll bar, the header and footer section always remain visible.

    Similarly, you can place locked content sections on the left and right hand side of the form so that when the window has a horizontal scrollbar, these locked content sections remain visible.

    Headers and footers and great for placing buttons and logos that you want to be visible at all times, regardless of how the window has been scrolled.

    Watch video

    Dynamic Properties


    Report "Greenbanding" This video shows how the new 'Dynamic Properties' feature in Layout can be used to create a 'Greenbanding' effect in reports where alternating report rows are shown using a different background color.

    Watch Video

    Dynamic Properties In Reports This video shows how the new 'Dynamic Properties' feature in Layout can be used to create a red frame around certain 'standout' values in a report.

    Watch Video

    Forms This video shows several different ways in which the new Dynamic Properties feature can be used in Forms.

    Watch Video

    Forms - Disable Button In this video we show how Dynamic Properties can be used to easily disable a button and change its appearance if a condition is true in the current record.

    Watch Video

    Layouts - Modeless Properties Editor

    Properties Task Pane Previously in Alpha Five, to edit an object's properties, you had to right click on the object and bring up a modal properties dialog. Now, the Dock Panels on the left and right of the screen can contain a new modeless Properties dock panel that allows you to edit properties in a modeless editor.

    Watch Video


    Use Grid Components in Desktop Applications


    Grid Component in an Xdialog - Action Scripting Genie The V10 Grid Components offer a huge array of features - many of which are not possible on the Desktop, or are only possible with some programming effort. However, now you can take advantage of the huge richness of the Grid Component in your Desktop applications. This video shows how you can use the Xdialog Genie in Action Scripting to place a Grid Component in an Xdialog.

    There is no need for the Application server to be running when you open the Xdialog - the Grid Component works without the Application server. The results are stunning!

    Watch Video - Part 1
    Watch Video - Part 2




    Action Scripting


    Toolbox Control This video shows how you can use the Xdialog Genie in Action Scripting to place a 'toolbox' control in an Xdialog. The toolbox control is a very rich control that supports an 'Accordion' style view with animation as different sections of the toolbar are opened and closed. This control makes an excellent menuing system for your applications.

    Watch Video - Part 1
    Watch Video - Part 2

    Dynamic Tree This video shows how you can use the Xdialog Genie in Action Scripting to place a 'dynamic' tree control in an Xdialog.

    A 'dynamic' tree is populated dynamically as you expand each node in the tree. For example, if you have a dynamic tree that shows countries, then states, then cities and the companies, when the tree is initially shown, it only contains a list of countries - so populating it is extremely fast. Only when you start expanding the country nodes, does it do queries to get a list of states in the selected country, and so on.

    The genie allows you to build dynamic trees against SQL and DBF data sources.

    Watch Video

    Dynamic Dropdownboxes (i.e. Cascading Dropdownboxes) This video shows how you can use the Xdialog Genie in Action Scripting to place a dynamic dropdownboxes in an Xdialog.

    For example, you might have four dropdownboxes. The first control will show a list of countries. When you make a selection in the first control, the second control is populated with the states in the selected country. When you make a selection in this control, the third control is populated with a list of cities in that state, and so on.

    The genie allows you to build dynamic dropdownboxes against SQL and DBF data sources.

    Watch Video
    Richard Rabins
    Co Chairman
    Alpha Software

    #2
    Re: V10 is all about Codeless AJAX AND MAJOR ENHANCEMENTS FOR DESKTOP APPS

    Hi Richard,
    I have only just begun watching the videos...on the Alphabet Button Search...will there be a way to add numbers as well??--otherwise it will not be useful for any number-type fields at all such as addresses, part numbers, etc..
    Mike
    __________________________________________
    It is only when we forget all our learning that we begin to know.
    It's not what you look at that matters, it's what you see.
    Henry David Thoreau
    __________________________________________



    Comment


      #3
      Re: V10 is all about Codeless AJAX AND MAJOR ENHANCEMENTS FOR DESKTOP APPS

      Originally posted by MikeC View Post
      Hi Richard,
      I have only just begun watching the videos...on the Alphabet Button Search...will there be a way to add numbers as well??--otherwise it will not be useful for any number-type fields at all such as addresses, part numbers, etc..
      I agree and Mike beat me to this post
      Nicholas Wieland
      LedgerSuite.com Corp
      [email protected]
      http://www.ledgersuite.com

      Comment


        #4
        Re: V10 is all about Codeless AJAX AND MAJOR ENHANCEMENTS FOR DESKTOP APPS

        Also,

        I am curious whether the header and footer features are also available for reports (it was mentioned that "layouts" would have this)? Someone with version 10 should be able to answer this.


        In the Action Scripting-->Toolbox control....the videos are reversed.
        Mike
        __________________________________________
        It is only when we forget all our learning that we begin to know.
        It's not what you look at that matters, it's what you see.
        Henry David Thoreau
        __________________________________________



        Comment


          #5
          Re: V10 is all about Codeless AJAX AND MAJOR ENHANCEMENTS FOR DESKTOP APPS

          Originally posted by MikeC View Post
          Also,

          I am curious whether the header and footer features are also available for reports (it was mentioned that "layouts" would have this)? Someone with version 10 should be able to answer this.
          Mike, The desktop enhancments have not hit the beta yet. I beilieve this would refer to form layouts only. Reports have always had headers and footers. Am I understanding that you would want this feature in a print preview?
          Bill Griffin
          Parkell, Inc

          Comment


            #6
            Re: V10 is all about Codeless AJAX AND MAJOR ENHANCEMENTS FOR DESKTOP APPS

            Hi Bill,
            The static header and footer shown in the video for the form/browse is so similar to how Quickbooks displays their reports, I had to ask especially seeing as how a report IS just another type of layout....although thinking about it, I am uncertain really if the process behind each is all that similar. And yes, it would be in a preview.
            Mike
            __________________________________________
            It is only when we forget all our learning that we begin to know.
            It's not what you look at that matters, it's what you see.
            Henry David Thoreau
            __________________________________________



            Comment


              #7
              Re: V10 is all about Codeless AJAX AND MAJOR ENHANCEMENTS FOR DESKTOP APPS

              Re Numbers on new Super Control Multistate Button:

              Question to Selwyn:
              Can Numbers be used as well as letters? I have a customer list that has customers like, 1st Computer Club and 21st Century Fireworks.
              Reply from Selwyn
              sorry - no. for simplicity, we limit it to alphabet buttons. you will have to continue to hand code special requirements
              So there you have it, direct from the top.
              Regards
              Keith Hubert
              Alpha Guild Member
              London.
              KHDB Management Systems
              Skype = keith.hubert


              For your day-to-day Needs, you Need an Alpha Database!

              Comment


                #8
                Re: V10 is all about Codeless AJAX AND MAJOR ENHANCEMENTS FOR DESKTOP APPS

                sorry - no. for simplicity, we limit it to alphabet buttons. you will have to continue to hand code special requirements
                I wouldn't have thought that was a major problem. In fact the alphabet super control looked the least interesting of the new stuff (IMO).

                Comment


                  #9
                  Re: V10 is all about Codeless AJAX AND MAJOR ENHANCEMENTS FOR DESKTOP APPS

                  Hi Geoff,
                  I wouldn't have thought that was a major problem.
                  I might agree with you if I knew what coding went into the properties dialog.
                  In fact the alphabet super control looked the least interesting of the new stuff (IMO).
                  Just goes to show you, I thought it was a great step forward. Everyone to their own taste.
                  Last edited by Keith Hubert; 08-05-2009, 12:46 PM.
                  Regards
                  Keith Hubert
                  Alpha Guild Member
                  London.
                  KHDB Management Systems
                  Skype = keith.hubert


                  For your day-to-day Needs, you Need an Alpha Database!

                  Comment


                    #10
                    Re: V10 is all about Codeless AJAX AND MAJOR ENHANCEMENTS FOR DESKTOP APPS

                    Just goes to show you, I thought it was a great step forward. Everyone to their own taste.
                    Very true. I'm not saying it's a bad thing just the least interesting to me. In fact I remember this being my first step into using xbasic trying to work out how the Alpha sports alphabet filter worked. I couldn't really understand why it had to be so complicated. So it is definitely a good inclusion for new users just not to interesting to me as I have already got past that hurdle and the limitation to letters means you would need to go the xbasic way if you wanted something a little different.

                    I like the accordion menu and I think the embedded grid will also be good. Hard to say until you get stuck into using the controls and find out their strengths and weaknesses but I'm glad desktop users have finally got something to wet their appetite on the forthcoming V10.

                    Geoff

                    Comment


                      #11
                      Re: V10 is all about Codeless AJAX AND MAJOR ENHANCEMENTS FOR DESKTOP APPS

                      Independent of all the Codeless AJAX capabilities - v10 represents a MAJOR next generation on the desktop including the ability to incorporate web components on the desktop!

                      There will be significant coverage of these desktop enhancements and usage at the v10 training on Aug 19th and 20th
                      Richard Rabins
                      Co Chairman
                      Alpha Software

                      Comment

                      Working...
                      X