@database Default_Resource.Guide @author "Paul Hickman" @node main "Improved AMOSPro Default Resource Bank" @{b}@{u}Improved AMOSPro Default Resource Bank@{uu} @{u}By Paul Hickman E-Mail: ph@doc.ic.ac.uk@{uu}@{ub} @{" Introduction " link Intro} @{" Installation " link Install} @{" Graphic Elements " link Elements} @endnode @node Intro "Default Resource / Introduction" @{b}@{u}Introduction@{uu}@{ub} The improved AMOSPro default resource bank is the same as the orignal, with a few new graphics elements added: - The horizontal line in element 10 had a black line down the edge, but there was no background box with a block border for it to be drawn over. I have added such a box, and a new divider line. - White checkmark's have been added. (To match those in the editor requesters). - Up/Down arrows for the slider gadgets for active lists have been added. NOTE: The positions of all original elements are unchanged, so any program which used the original bank will still work. @endnode @node Install "Default Resource / Installation" @{b}@{u}Installation@{uu}@{ub} The easlife installer script should do this for you, but if you have not run it, make sure AMOSPro is not running, then: - Copy 'AMOSPro_Default_Resource.Abk' into the 'AMOSPro_System:APSystem' drawer. - Copy the IFF picture, 'Default_Resource.IFF' into the directory 'AMOSPro_Accessories:System_Iffs'. @endnode @node Elements "Default Resource / Graphic Elements" @{u}@{b}Graphic Elements@{ub}@{uu} A '*' Indicates elements I have added that weren't in the original bank. The recomened way to display each from an dialog inteface routine is listed alongside the element name. X = X Position Y = Y Position W = Width H = Height @{u}Background:@{uu} Backgound Box BO X,Y,1,W,H Dividing Line: LI X,Y,10,W Heavy Dividing Line: LI X,Y,94,W * Background Box - Black Edge: BO X,Y,103,W,H * Dividing Line - Black Edge: LI X,Y,112,W * Heavy Div. Line - Black Edge: LI X,Y,115,W * Inverted Background Box: BO X,Y,79,W,H @{u}User Gadget:s@{uu} 6Char Button : UN X,Y,13 6Char Button (Pressed): UN X,Y,14 Checkmark (Unchecked): UN X,Y,15 Checkmark (Checked): UN X,Y,16 String Gadget: LI X,Y,17,W V.Length Button: LI X,Y,88,W V.Length Button: (Pressed) : LI X,Y,91,W White Checkmark (Unchecked): UN X,Y,101 * White Checkmark (Checked): UN X,Y,102 * @{u}Window Border:@{uu} Small Close Window : UN X,Y,20 Small Close Window (Pressed): UN X,Y,21 Close Window : UN X,Y,22 Close Window (Pressed) : UN X,Y,23 Hide Window : UN X,Y,24 Hide Window (Pressed) : UN X,Y,25 Max/Min Window : UN X,Y,26 Max/Min Window (Pressed) : UN X,Y,27 Title bar (Narrow) : LI X,Y,28,W Window Bottom bar : LI X,Y,31,W Inverting Title bar: LI X,Y,41,W Inverting Title bar(Pressed): LI X,Y,44,W @{b}Sliders:@{ub} Small VSlider Up: UN X,Y,34 Small VSlider Up (Pressed): UN X,Y,35 Small VSlider Down: UN X,Y,36 Small VSlider Down (Pressed): UN X,Y,37 Small VSlider Background: VL X,Y,38,H HSlider Background: LI X,Y,47,W HSlider Background (Pressed): LI X,Y,50,W HSlider Left Arrow: UN X,Y,53 HSlider Left Arrow(Pressed): UN X,Y,54 HSlider Right Arrow: UN X,Y,55 HSlider Right Arrow(Pressed): UN X,Y,56 VSlider Background: VL X,Y,57,H VSlider Background (Pressed): VL X,Y,60,H VSlider Left Arrow: UN X,Y,63 VSlider Left Arrow(Pressed): UN X,Y,64 VSlider Right Arrow : UN X,Y,65 HSlider Right Arrow(Pressed): UN X,Y,66 @{u}Listviews:@{uu} Background & Border Box: BO X,Y,67,W,H VSlider Background: VL X,Y,76,H VSlider Up Arrow: UN X,Y,97 * VSlider Up Arrow (Pressed): UN X,Y,98 * VSlider Down Arrow: UN X,Y,99 * VSlider Down Arrow (Pressed): UN X,Y,100 * @endnode