<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 8/4/10 5:18 AM, John McKeon wrote:
<blockquote
 cite="mid:AANLkTinrsig25G4X5nVsKsGAyKdP9pakZc58tjnCgXa=@mail.gmail.com"
 type="cite">
  <div>Hey Lawson</div>
  <div>I was able to get the slider to show up by adding a Theme to the
list of libraries<br>
  </div>
</blockquote>
<br>
Could you explain that a bit more?&nbsp; I assume its added in the class
initialize but not quite sure what syntax I'd be using for adding a
theme instead of a library. Also, if it were used as a component, not
quite sure where the theme would be loaded... by&nbsp; the application
component , whatever it is? <br>
<br>
<br>
<font size="2">!ExampleJQSlider class methodsFor: 'class
initialization' stamp: 'LDE<br>
8/4/2010 00:28'!<br>
initialize<br>
&nbsp;&nbsp;&nbsp;&nbsp; | application |<br>
&nbsp;&nbsp;&nbsp;&nbsp; application := WAAdmin register: self asApplicationAt:
'exampleslider'.<br>
&nbsp;&nbsp;&nbsp;&nbsp; application preferenceAt: #scriptGeneratorClass put:
JQScriptGenerator.<br>
&nbsp;&nbsp;&nbsp;&nbsp; application<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; addLibrary: JQDeploymentLibrary;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; addLibrary: JQUiDeploymentLibrary</font><br>
</body>
</html>