How to enable layout tabs left and right scroll arrows, instead of new default?

How to enable layout tabs left and right scroll arrows, instead of new default?

Jonathan.Gray68UQW
Enthusiast Enthusiast
10,316 Views
23 Replies
Message 1 of 24

How to enable layout tabs left and right scroll arrows, instead of new default?

Jonathan.Gray68UQW
Enthusiast
Enthusiast

Hey all,

How can I restore the layout tab left and right scroll option instead of the new down arrow option as shown in the attached image? I liked the way it use to be better. 

Accepted solutions (1)
10,317 Views
23 Replies
Replies (23)
Message 21 of 24

cadffm
Consultant
Consultant

@cschnarrneed to upload the file "gotab.dcl" too.

 

@dprice75  or create your own one

 

which_tab : dialog {
  label = "Go tab";
  
     spacer;
     : list_box {
      allow_accept=true;
      height=20;
      key="tab_lst";
      label="Layouts:";
      multiple_select=false;
         }
    
   spacer;
  : row
  {
     : button {
      fixed_width=true;
      width=13;
      key="accept";
      is_default=true;
      label= "Go to..";
    }
    : button {
      fixed_width=true;
      width=13;
      is_cancel=true;
      key="cancel";
      label= "Cancel";
    }
 
  } 
  : text_part
  {
    key="error";
    label="";
  }
}

 

, name the file gotab.dcl, make sure it is stored in a support folder

Sebastian

Message 22 of 24

dprice75
Explorer
Explorer

Now it works!  Thank you so much.  This is a nice little program.

0 Likes
Message 23 of 24

dansielda
Community Visitor
Community Visitor

can you make a tutorial? tnx

0 Likes
Message 24 of 24

cadffm
Consultant
Consultant

Copy the code (mark & ctrl+c)

Paste (ctrl+v) it in EDITOR/NOTEPAD

and 

 

"name the file gotab.dcl, make sure it is stored in a support folder"

 

You can check for current supportfilepathes, or add another folder here:

Command OPTIONS, tab FILES, first node

 

 

Sebastian

0 Likes