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

TabbedUI Component - Good or Bad?

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

    TabbedUI Component - Good or Bad?

    Charles Parker raised an interesting idea in another thread basically suggesting it might be time to move away from the TabbedUI interface. This is something I have long considered doing myself but don't quite know where/how to start. With a 'live' application there are so many things to consider without breaking it!

    I selected the TabbedUI early on in my beginning days with Alpha and I'm wondering if this was such a wise move. It seems there are very few web sites that use this type of structure.

    It would seem to me that:
    - the TabbedUI has definitely not been kept up to date or improved in any meaningful way since I started using it
    - it is very limited in terms of the properties available compared to standalone UX's
    - pretty inflexible in terms of navigation options
    - a lot of screen real estate is consumed when the navigation pane is open

    Just wondering what others generally think about the TabbedUI vs Page driven applications? And where do you begin to redesign a large application built around a TabbedUI?
    Alpha Anywhere v12.4.6.5.2 Build 8867-5691 IIS v10.0 on Windows Server 2019 Std in Hyper-V

    #2
    Re: TabbedUI Component - Good or Bad?

    I think it is horses for courses. We moved away from the tabbed UI about 18 months ago.
    We create a similar effect with panels. Recently we have used the Tabbed UI in projects and been impressed.

    If the page you wish to display is simple and you have a large number then the tabbed UI is great.

    Comment


      #3
      Re: TabbedUI Component - Good or Bad?

      Stephen in the other thread you asked:
      I've often thought about doing this myself Charles, it's just where does one begin?
      With a large application, there are so many parts .. this means every component would have to move to its own a5w page right?
      Ok, the first answer to that is NO - you can simply insert the component as an embedded object which is, in fact, the self-same component you would have called by a button click in the tabbedUI, in it's own tab - the only difference being is it will then show in a panel card instead and I would recommend checking delay render till visible in most cases.

      The second answer to that would be YES and that is because you will then be able to easily insert google tracking code - super useful to then dive into google analytics and watch the bulk of the user flow, time on page, number on page, etc. Much good info for any developer of a web application.

      You also asked where do you start. My starting point is in the aesthetics of it. What does it look like? In a tabbedUI you all know what we get - a menu panel that easily collapses and a stage to load multiple components, making switching between them super fast. All easily done in a UX.

      To duplicate that, you just need to recreate THAT - afterall, that is probably why you chose to use that in the first place. You can also easily setup persistent login with the UX, and convert much of it to a PGB web-app quite nicely. SO to me it's all about the layout.

      So, Like the tabbedUI setup - start with the persistent login sample UX, and put ONE embedded a5w page with your main component in the HOME panelcard. That's your TabbedUI setup. The embedded page will hold a component that has a collapse before panel that is opened and closed by a button in a panel header, the collapse panel will hold your button menu and you can use the same process to embed more pages that house your components. You can see this in action here
      https://www.nwcopro.com/ipad.a5w
      login: [email protected]
      PW: qazwsx

      The logged in as message is in the panel header of the HOME panel and the HOME panel is essentially the stage for the entire application this is where I put the main component.- I used the persistent login sample app as I said earlier.
      The Main component then loads and has the menu - not unlike the tabbedui.
      I hope this helps. You already have all the pieces, if you have a developed tabbedUI.
      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


        #4
        Re: TabbedUI Component - Good or Bad?

        If nothing else I would recommend you put your components on a5w pages in the tabbedUI just for the sake of the Google analytics code you can put in there.
        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: TabbedUI Component - Good or Bad?

          I've adopted the UX method recently, but there are stylistic differences between the tabbed_ui and the UX. The UX relies on panels - so you see only one panel at a time. The tabbed_ui uses tabs; once you open a tab it remains open until you close it. So if you open 5 tabs you can quickly switch between them. In a UX (depending on how you set your menu up - as per Charles example) you may have to reopen the menu and select another button or icon. The tabbed_ui may be more intuitive in many circumstances. In a tabbed_ui when you close the tab you have destroyed the displayed grid/page/whatever. In a UX the embedded object remains open even if not visible. This may or may not be desirable. So I'm not sure one is superior to the other, although the UX may be more flexible. Ultimately it is a choice of the effect or user experience that you need to provide, and that may vary.
          Peter
          AlphaBase Solutions, LLC

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


          Comment


            #6
            Re: TabbedUI Component - Good or Bad?

            You don't need to pick one or the other.

            We had a big application built around a tabbedUI with lots of nested buttons. We found that a lot of time was being wasted searching up and down these menus and we had an issue with only one page at a time being visible. The tabbedUI had been wonderful with there were only about a dozen choices, but with hundreds, it was unwieldy. We realized that each employee was using only a small subset of all the buttons, but from time to time needed access to all of them. So, we created a number of smaller tabbedUI that had all the buttons one employee would need normally, then grouped them in a single component so employees could get to any button they needed.

            We ended up with single UX with a single tabbed control, each tab serving a different area or a common component everyone needed. The tab can contain a grid, a UX or a tabbed UI, and the space above the tabbed control could be used for help or reference windows that everyone needed. Now, the employees can find what they need quickly.

            The photo shows the UX with buttons and links at the top, the tab control with the Projects tab selected and the small tabbedUI with the Add New Project showing. The Standard Clauses is a floating non-modal help window.
            Example.png
            Pat Bremkamp
            MindKicks Consulting

            Comment


              #7
              Re: TabbedUI Component - Good or Bad?

              Originally posted by Pat Bremkamp View Post
              The photo shows the UX with buttons and links at the top, the tab control with the Projects tab selected and the small tabbedUI with the Add New Project showing. The Standard Clauses is a floating non-modal help window. [ATTACH=CONFIG]43918[/ATTACH]
              That's cool Pat, but I'm missing something. How do you put a TabbedUI inside a Tab Control?
              Alpha Anywhere v12.4.6.5.2 Build 8867-5691 IIS v10.0 on Windows Server 2019 Std in Hyper-V

              Comment


                #8
                Re: TabbedUI Component - Good or Bad?

                Stephen, you gave me an idea. What if you could build a UX that acted like a tabbedUI control? Then we could have the best of both worlds. The power of the UX. The features that the users like in a tabbedui. Here is a quick video: https://www.screencast.com/t/LKadRDtw

                Comment


                  #9
                  Re: TabbedUI Component - Good or Bad?

                  Originally posted by lvasic View Post
                  Stephen, you gave me an idea. What if you could build a UX that acted like a tabbedUI control? Then we could have the best of both worlds. The power of the UX. The features that the users like in a tabbedui. Here is a quick video: https://www.screencast.com/t/LKadRDtw
                  if you want to do the same without losing screen real estate just keep the ux and put a div on the right side and open the component on the div. so the div will be reused for all the component. but the disadvantage is that you cannot keep two components open at the same time, but it can be displayed in a mobile environment better i think.
                  thanks for reading

                  gandhi

                  version 11 3381 - 4096
                  mysql backend
                  http://www.alphawebprogramming.blogspot.com
                  [email protected]
                  Skype:[email protected]
                  1 914 924 5171

                  Comment


                    #10
                    Re: TabbedUI Component - Good or Bad?

                    I realized the other day that you can mimic a tabbed_ui in a UX with dynamic tabs. The tabs can contain a5w pages, grids, other UX's etc.

                    Code:
                    function addTabs () {
                    // <tabControl>.addTab(tabPaneLabel,html);
                    	
                    	var vHTML = '<div id = "Test">TEST</Div>';
                    	
                    	var tObj = {dialog.object}.getControl('TAB_1');
                    	tObj.addTab('Tabby',vHTML);
                    	{dialog.object}.selectTabPane('TAB_1','Tabby');
                    	{dialog.object}.runAction('Test');
                    
                    }
                    
                    function removeTabs () {
                    	var tObj = {dialog.object}.getControl('TAB_1');
                    	tObj.removeTab('Tabby');
                    	
                    }
                    Peter
                    AlphaBase Solutions, LLC

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


                    Comment


                      #11
                      Re: TabbedUI Component - Good or Bad?

                      Stephen,

                      Put the tabbedUI in its page, and put the page in the tab.
                      Pat Bremkamp
                      MindKicks Consulting

                      Comment


                        #12
                        Re: TabbedUI Component - Good or Bad?

                        Peter,

                        Wow Thanks! That was one of the improvements I wanted to make; that is custom tabs per employee or different order of tabs for different employees. I can do this and have a standard set of tabs based on who is logged in, then have an "add tabs" capability for the rest which are only needed occasionally.
                        Pat Bremkamp
                        MindKicks Consulting

                        Comment


                          #13
                          Re: TabbedUI Component - Good or Bad?

                          Originally posted by Peter.Greulich View Post
                          I realized the other day that you can mimic a tabbed_ui in a UX with dynamic tabs. The tabs can contain a5w pages, grids, other UX's etc.

                          Code:
                          function addTabs () {
                          // <tabControl>.addTab(tabPaneLabel,html);
                          	
                          	var vHTML = '<div id = "Test">TEST</Div>';
                          	
                          	var tObj = {dialog.object}.getControl('TAB_1');
                          	tObj.addTab('Tabby',vHTML);
                          	{dialog.object}.selectTabPane('TAB_1','Tabby');
                          	{dialog.object}.runAction('Test');
                          
                          }
                          
                          function removeTabs () {
                          	var tObj = {dialog.object}.getControl('TAB_1');
                          	tObj.removeTab('Tabby');
                          	
                          }
                          Peter, I just tried this out, very nice!

                          Thanks for all the interesting comments and ideas folks.
                          Alpha Anywhere v12.4.6.5.2 Build 8867-5691 IIS v10.0 on Windows Server 2019 Std in Hyper-V

                          Comment


                            #14
                            Re: TabbedUI Component - Good or Bad?

                            Peter, is there some CSS that would put the "x" in the tab?

                            Comment


                              #15
                              Re: TabbedUI Component - Good or Bad?

                              I haven't looked at the CSS, Lee, so I don't know. Too bad they don't give us that option out of the box.
                              Peter
                              AlphaBase Solutions, LLC

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


                              Comment

                              Working...
                              X