Sixsides' Styles Palette

Are you developing tools to extend the LiveCode environment? This is the place to talk about the nuts and bolts of extending our nuts and bolts. If you want to use a LiveCode or third party Environment extension, visit the Using Evironment Extensions forum.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
mmiele
Posts: 55
Joined: Sun Jan 21, 2007 1:25 pm
Location: Naples, Italy

Sixsides' Styles Palette

Post by mmiele » Sun Sep 25, 2011 12:24 pm

Styles Palette is a LiveCode plugin containing tools to speed up the creation of graphic interfaces in RunRev LiveCode.
  • Styles Palette let you gather a number of “graphical” properties (stroke and fill color, line size, opacity, stroke and fill gradients, graphic effects, ink and blending level) into a single style, collect styles into a library and load and save libraries to disk. You can apply a whole style or single elements of it (colors, gradients or effects) to one or more selected objects.
  • An editing section lets you change some aspect of the imported properties and apply them back to one or more selected objects.
  • Two buttons let you get the long ID of a button and apply it to the selected objects as a behavior.
  • A sidebar let you quickly open any LiveCode inspector or the Application Browser with just one click.
  • An exclusive Gradient Picker let you transform any gradient on your screen into a LiveCode gradient.
  • A button creator section let you set the actual style of the selected objects as up, down, hover or disabled state (push buttons), or on, off or disabled state (check and radio buttons) and add code to make them works.
    You can also make compound buttons, applying different styles to different objects and the grouping them.
    The group will behave as a single object on mouse events, with each object changing its own styles as set.
See this URL for more details:

http://sixsides.it/index.php?menu_id=134&lang=eng


Image

Post Reply

Return to “Making IDE Plugins”