Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8286733
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T11:51:29+00:00 2026-06-08T11:51:29+00:00

I think I’ve seen this answer, but I can’t remember where for certain. I’m

  • 0

I think I’ve seen this answer, but I can’t remember where for certain.

I’m trying to to create a tabbed panel interface using the GUI Builder, but don’t see that option. The part I seem to recall is someone having an approach to replicate that in the GUI Builder. I just can’t seem to find that information in my brain, the old google groups or here.

Can someone jog my memory?

Thank you…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T11:51:29+00:00Added an answer on June 8, 2026 at 11:51 am

    Maybe the post you were referring to was this one ? Anyway, no matter how much panels you have, yo could design them in the GUI, one on top of the other or (more simply) one under each other in a ‘parent’ vertical panel and play with client handlers to show/hide the one you need.
    I have an example here with 2 panels in an UI, the UI is designed with script but that is not important, look at the client handlers to see how it works.

    If I have some free time tonight I’ll make a demo script for 4 panels in GUI ;-).

    EDIT : here is a test example (standalone) or embedded in a Google site + link to the script (make a copy to edit)

    Note that in the GUI builder you’l have to ‘play’ with visibility of each panel to work on it, I used a main panel large enough to hold 2 panels together so you can have a better vision of “harmony” between panels (which is not the case in my test;-))

    and the code (very simple basic example 4 panels with each of them a textBox & a Label, just to test the handlers on the buttons):

    function doGet() {
      var app = UiApp.createApplication();
    
      var UI=app.loadComponent('multiUi')
    
      var panel1 = app.getElementById('panel1')
      var panel2 = app.getElementById('panel2')
      var panel3 = app.getElementById('panel3')
      var panel4 = app.getElementById('panel4')
    
      var Button1 = app.getElementById('Button1')
      var Button2 = app.getElementById('Button2')
      var Button3 = app.getElementById('Button3')
      var Button4 = app.getElementById('Button4')
    
      var pHandler1 = app.createClientHandler()
      .forTargets(panel1).setVisible(true).forTargets(panel2,panel3,panel4).setVisible(false)
      Button1.addClickHandler(pHandler1)
    
      var pHandler2 = app.createClientHandler()
      .forTargets(panel2).setVisible(true).forTargets(panel1,panel3,panel4).setVisible(false)
      Button2.addClickHandler(pHandler2)
    
      var pHandler3 = app.createClientHandler()
      .forTargets(panel3).setVisible(true).forTargets(panel2,panel1,panel4).setVisible(false)
      Button3.addClickHandler(pHandler3)
    
      var pHandler4 = app.createClientHandler()
      .forTargets(panel4).setVisible(true).forTargets(panel2,panel3,panel1).setVisible(false)
      Button4.addClickHandler(pHandler4)
    
      app.add(UI)
      return app;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I think that this may be impossible, but what I was trying to do
I think I have a basic understanding of this, but am hoping that someone
I think everyone knows this site http://pinterest.com/ and I don't want to create site
I think this could be a very easy question for you. But I have
I think that asking this might be kind of silly but I'm still wondering
I think this has probably been asked, but after reading a lot, I'm not
I think this is specific to IE 6.0 but... In JavaScript I add a
Think this is my target key in registry: [HKEY_CURRENT_USER\System\Majid\0] GUID=hex:60,de,2a,56,51,b2,e0,11,80,01,44,45,53,54,00,00 as you can see
Think about doing this: import matplotlib.pyplot as plt plt.plot(x_A,y_A,'g--') plt.plot(x_B,y_B,'r-o') plt.show() How would you
Think I have an integer array like this: a[0]=60; a[1]=321; a[2]=5; now I want

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.