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

Controlbar vs TabbedUI

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

    Controlbar vs TabbedUI

    The tabbed UI is somewhat outdated in terms of webapp design. Before I go down the path of trying to use the controlbar has anyone used in successfully in a Webapp.?

    #2
    Re: Controlbar vs TabbedUI

    You can build a UX component with very much the same if not MORE capabilities than the tabbedUI. It is easy to setup a tabbedUI but in all honesty, like I said you can do ALOT with a UX. Building it as more of a stage to hold your other components embedded.
    I use the same approach to a PGB app. The App is essentially a persistent login component with one embedded UX, and that UX actually holds all teh other embedded components. WHats interesting is if you update an embedded component you dont necessarily have to update or rebuild the app - the user just see’s the changes in the embedded stuff - of course there are some limitations but it does make minor changes instant.
    I haven’t really used teh control bar much, I got frustrated with it and used panelheaders to achieve what i was using it for anyway so I cant be much help in that area. Hope that helps in some small way.
    This approach seems to make managing the whole application easier too since you know the shell doesn’t really change.
    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


      #3
      Re: Controlbar vs TabbedUI

      Charles, I have seen several discussions on UX vs TabbedUI and they all seem to focus on the build differences and "old style" of the tabbedUI. I am in a business where the workflow requires employees to have several clients open at the same time. Client list >> TabbedUI and employees can bounce back and forth among clients/tabs with their work. I have not seen a way to do this with a UX even with the control bar. It seems to me that with a UX you are limited to linear workflow and you have to go back and reopen each client (and close the one you are working on) every time there is something to add or change. I suppose you could have them in separate panels but, hidden or shown, without the tab navigation, it seems to me it would look a mess. Am I missing something about how a UX can be used to accomplish the many clients open simultaneously emvironment?

      Comment


        #4
        Re: Controlbar vs TabbedUI

        Ultimately, you have to do what works for you. How many clients would you want one on average?
        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


          #5
          Re: Controlbar vs TabbedUI

          Charles....thanks for your input.....do you have a screenshot to share?

          Thanks

          Comment


            #6
            Re: Controlbar vs TabbedUI

            Just jump in Tom - keep in-mind the UX is a super component (can host as a parent) and can also be a client of the host as can reports, grids and other components.

            Also learn about ViewBox and the List control, these can replace your grids.

            Here's one of my applications for the web using the contolbar.

            Good luck - Pete

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

            Comment


              #7
              Re: Controlbar vs TabbedUI

              I can do much more than a screenshot. You can log into my application via a free account I setup for anyone to play around with.
              Login: [email protected] PW: qazwsx
              That is a tabbedUI with many different types of components and a custom alpha-provided style I tuned to my liking.
              After you're logged in you can go here: https://www.nwcopro.com/ipad.a5w
              that is a UX with embedded components, similar to the tabbedui theres a navigation bar onn the left.
              its a proto-type for my PGB iOS app I am building for the web application.

              Theres an actual android PGB app that is very similar.
              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


                #8
                Re: Controlbar vs TabbedUI

                Love the badges Pete!
                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


                  #9
                  Re: Controlbar vs TabbedUI

                  Thanks - Well dob on your site mate, good job.
                  Insanity: doing the same thing over and over again and expecting different results.
                  Albert Einstein, (attributed)
                  US (German-born) physicist (1879 - 1955)

                  Comment


                    #10
                    Re: Controlbar vs TabbedUI

                    Originally posted by ecalan View Post
                    It seems to me that with a UX you are limited to linear workflow and you have to go back and reopen each client (and close the one you are working on) every time there is something to add or change.
                    Actually there are a number of ways in which you can have multiple panels or UX's open using tabs, divs or whatever. You're not limited to just one at a time. That is the default behavior of a panel navigator, of course.

                    Not sure about the controlbar. It's kind of a pain IMO. I've only used it once or twice in a very limited way. But if you want to align stuff right or center, it works.
                    Last edited by Peter.Greulich; 03-25-2018, 07:58 PM.
                    Peter
                    AlphaBase Solutions, LLC

                    [email protected]
                    https://www.alphabasesolutions.com


                    Comment


                      #11
                      Re: Controlbar vs TabbedUI

                      Managers users of my app sit in offices with desktops, the workers use tablets. I'd like to move the whole project onto a UX structure - and away from grids - mainly for streamlining my own work.

                      Managers are still on the trusty TabbedUI and I've moved the workers onto a UX split view with hierarchical menu, but I'm running into problems: security is clumsy, column sorts only apply to the records in view, no of records not shown... So I've started building a UX to perform login and menu functions - along the lines Charles suggests above, but not sure how much more time to invest on it, as it might be that the resourcing required to build it might not be worth it in the end.

                      My summary of the pro's and con's (clumsily set out) at this stage is:

                      TabbedUI vs UX
                      TabbedUI/UX split view with hierarchical menu/Build-your-own
                      off the shelf/ Y/ N/ N/
                      responsive screens/ N/ Y/ Y/
                      security groups managed/ Y/ N/ Y/
                      multiple tabs open at once/ Y/ N/ N(too many for tabs)/
                      hierarchical menu/ Y/ Y/ Y/
                      full column sorting/ Y/ N/ /N
                      shows no. of records/ Y/ N/ can do/

                      Wouldn't it be great if Alpha came up with a fully responsive screen version of the TabbedUI?
                      Last edited by Malcolm; 08-22-2018, 08:09 PM. Reason: layout is messy

                      Comment


                        #12
                        Re: Controlbar vs TabbedUI

                        If you missed it, Dion builds a TabbedUI-like dashboard in this Demo Q&A using the Control Bar and Panels.

                        https://www.youtube.com/watch?v=GQH2...mwSqgF&index=9
                        Alpha Anywhere v12.4.6.5.2 Build 8867-5691 IIS v10.0 on Windows Server 2019 Std in Hyper-V

                        Comment


                          #13
                          Re: Controlbar vs TabbedUI

                          Oh yes! Thanks for that Stephen. I nearly got there - but without the Control Bar. This is a great opportunity to get to grips with that control. Malcolm

                          Comment


                            #14
                            Re: Controlbar vs TabbedUI

                            I am intrigued to delve more into controlbars as a replacement for tabbed ui's but I have several clients using the tabbed ui interface because of the real need to have multiple records open and easy to switch between rather than a linear approach. I do however use panel cards/layouts etc within the ux components called by the tabbed ui and this gives a responsive element that means I don't have to worry as much about monitor/screen sizes in the desktop environment. I guess I need to allow time to figure out if a controlbar solution can give me the flexibility of the tabbed ui.
                            Glen Schild



                            My Blog

                            Comment


                              #15
                              Re: Controlbar vs TabbedUI

                              Maybe I need to watch the video "again". I blasted through it late last night in 5 min. I guess I don't understand how a CB would replace a tabbed_ui. But OTOH the new UX menu is useful.

                              Hey Glen. I've started going down the road of using dynamic panels. Use a tabbedband Navigator and Action JS to open new tabs. I have some ideas on how to make it (or the UX in general) be more responsive. Just don't have time to explore it.
                              Peter
                              AlphaBase Solutions, LLC

                              [email protected]
                              https://www.alphabasesolutions.com


                              Comment

                              Working...
                              X