Configuring Touch-Buddy is extremely easy. Here are some quick examples of configuring TB windows, tabs and buttons.
A window config:
Quote:
[new-window]
# Name that appears in the title bar of window
name = Lomac
# X Position of window
# (From Left edge of primary display)
xpos = 0
# X Position of window
# (From Top edge of primary display)
ypos = 0
# Initial Width of Window
width = 800
# Initial Height of Window
height = 600
# Optionally define min/max Width/Height
# of Widnow when resizing
# minimum_width = 800
# maximum_width = 800
# minimum_height = 600
# maximum_height = 600
# enable/disable resizing of the window
# NOTE: If resize = 0, the min/max windows sizes are ignored
resize = 0
# Background colour, in RGB Hex
background = 0x000000
# Foregroun colour, in RGB Hex
foreground = 0xffffff
# Always on top enable/disable
on_top = 0
#TabBar stuff here
# Font Name to use in Tab Bars
tabfont = Arial
# Font size
tabfontsize = 20
#not sure these work, so leave them for now
# tabbackground = 0x000000
# tabforeground = 0xffffff
tabmultiline = 1
# Button style 0 -> makes the tabs look like "tabs"
# Button style 1 -> makes the tabs look like "buttons"
tabbuttonstyle = 1
# Height of tab bar across the bottom
tabheight = 35
[end-window]
|
A tab config:
Quote:
[new-tab]
name = Sys
text = Sys
[end-tab]
|
A button config:
Quote:
[new-button]
type = toggle
name = Canopy
tabname = Sys
xpos = 110
ypos = 195
image_file = images\black-canopy.gif
sendto = LOCK ON
macro = ^(c)
[end-button]
|