Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Cannot find isomorphic directory / How to create isc object?

    Hi,

    I am working with SmartGWT in Eclipse and I have a couple of problems trying to skin some components.

    I have read some past threads which direct people to the Smartclient Quickstart Chapter 9 but I have read it and I am unable to find the referenced directories in SmartGWT.

    I cannot find the isomorphic/skins directory.
    The closest thing is some skins inside the smartgwt.jar but I cannot edit the jar contents?

    Also there is alot of reference to methods by creation with an isc object.
    Where is the creator for this object? There doesn't seem to be anything in javadoc in reference to an isc.

    Thanks in advance :)

    #2
    skin location in Showcase sample

    Mattai,

    I don't know if this helps you get on your way, but you can find the sample skins from the 'Showcase' project in your smartgwt samples folder, here:

    * samples\Showcase\www\com.smartgwt.sample.showcase.Showcase\js\sc\skins\BlackOps
    * samples\Showcase\www\com.smartgwt.sample.showcase.Showcase\js\sc\skins\SilverWave

    Perhaps that's a start...

    -TD

    Comment


      #3
      See also the SmartClient skinning guide. The structure of meaning of skins is the same across SmartClient and SmartGWT, the only difference is the top-level directories under which they are contained.

      You don't need to create an "isc" object that's created automatically by SmartClient. See the contents of the load_skin.js file within the skin - it's highly declarative JavaScript which is just changing the defaults on various SmartClient components, like sizes and CSS style and image names.

      Comment

      Working...
      X