Show/Hide Button + *Costum

Discuss and share scripts and script files...
Post Reply
edyyus
Posts: 48
Joined: 16 May 2014 11:14

Show/Hide Button + *Costum

Post by edyyus »

#ShowHideButton
#ShowHideButton
#ShowHideButton.gif (90.57 KiB) Viewed 1887 times
Update : Show Hide Button V3.2 ( 20 May 2016 )
#ShowHideButton.xys
Show Hide Button V3.2 ( 20 May 2016 )
(20.12 KiB) Downloaded 209 times
Changelog: V3.2
1 - Add *Costum Option
2 - Fix Other Option

## > *Costum - For Small Script e.g for Loding Layouts OR Loding other script(external)
Data1 = Menu/Item Name
Data2 = *???? (Type - mark * is mandatory and ???? is any word for identiti e.g Layout, *???? can be first item name)
Data3 = any simple script in one line without | (pipe). e.g loadlayout("Default"); status "Loding Default Layout",0000BF,ready;
Data4 = Costum Icon (*Optional)


Show Hide Button V3.1 ( 9 April 2016 )
#ShowHideButton.xys
Show Hide Button V3.1 ( 9 April 2016 )
(15.98 KiB) Downloaded 181 times
Changelog: V3.1
1- Add more funtion
2- Change data congfiguration to ini section

# Separator by Data Type = |
# Sample Data :

Bt00 = Data1|Data2|Data3|Data4|Data5

Data1 = Menu Name
Data2 = Button Index($Bi) or "A" to apend
Data3 = L or R Opened Side($O) (from Button Index($Bi) OR First or Last for Data2=A)
Data4 = List Button($Bt)
Data5 = Costum Icon (*Optional)

More Info, see intruction in #ShowHideButton.xys script


===========================================
Old Versions
===========================================

Show Hide Button V3.0 ( 3 September 2015 )
For Show/Hide Button and essy to use
Download :
#ShowHideButton.xys
Show Hide Button V3.0 ( 3 September 2015 )
(12.79 KiB) Downloaded 206 times

Code: Select all

load "#ShowHideButton.xys";

edyyus
Posts: 48
Joined: 16 May 2014 11:14

Re: Show/Hide Button + *Costum

Post by edyyus »

Update : Show/Hide Button V3.2 ( 20 May 2016 )

Download Link in First Post

Changelog: V3.2
1 - Add *Costum Option
2 - Fix Other Option

## > *Costum - For Small Script e.g for Loding Layouts OR Loding other script(external)
Data1 = Menu/Item Name
Data2 = *???? (Type - mark * is mandatory and ???? is any word for identiti e.g Layout, *???? can be first item name)
Data3 = any simple script in one line without | (pipe). e.g loadlayout("Default"); status "Loding Default Layout",0000BF,ready;
Data4 = Costum Icon (*Optional)

Dean36
Posts: 29
Joined: 27 Jan 2015 10:50

Re: Show/Hide Button + *Costum

Post by Dean36 »

Could someone please make a guidance for dummies? ^^PEASE :biggrin:

Post Reply