Easing Scrollbar Version 2 [swishmax component]

Dec 8 2009

Hello to all swishmax users and swishmax components users.
This is the second release of the famouse eScrollbar swishmax component:
eScrollBar (Easing ScrollBar).

About:

The new version includes:

  • Supports dynamic text scrolling (with a new API method)
  • New apperance to the default scrollbar
  • New parameter to allow initiating the scrollbar on start
  • Additional new API methods for developers
  • Code optimization

Public Api for eScrollBar Component:

eScrollBar swishmax component adds 3 new public functions you can use from anywhere in your swishmax project:

  • reload()
    You can use this function to reload the component so that all parameteres will be calculated.
    example:
    * Assuming the component’s name is (movie clip) : “eScrollBar”:
    eScrollBar.reload();
  • start()
    This function will start loading the scrollbar (to make it work…).
  • setText(your-text, type-of-text)
    * your-text: should be any string
    * type-of-text: if you want to use html content, then you should pass “html”, otherwise pass an empty string such as “”.

    This function will use the default textHolder text object to assign dynamic text properly so it can be scrolled. the reload function MUST be called after assigning dynamic text so the scrollbar will work properly.

As in version 1 of eScrollbar, you can style and change all elements with any colors and size you want. Make sure to keep the names (of the movieClips, Shapes etc..) as in the source component as well as the anchor points.
If you change the handle or the track bar – change the graphic shapes and align its _x and _y properties to 0 (zero).

Download eScrollbar version 2 swishmax component

Easing Scrollbar Version 2 version 2


Update for Notepad++ Color Theme – “Bespin” inspired

Dec 7 2009

Not recently, in an earlier post, i’ve released a notepad++ color theme – “Bespin” – inspired by Mozilla’s Bespin project.

This is an update for this theme – fixed for notepad’s version 5.6.1 .
Read the rest of this entry »

The NEW google translate in a popup bookmarklet

Dec 2 2009

Hello bookmarklets users.
For those who are not familiar with my translate bookmarklet post – you can read it here – google translate bookmarklet – it is a translation service that allows you to translate text from one language to another, a whole site and a user’s entered text.

Since the google have revamped the google translate webpage – the layour has changed a bit – so i’ve altered the bookmarklets to be compatible with the new translate design.
Read the rest of this entry »

Zentifier – Orizens Simple Gmail Notifier – free gmail notifier

Nov 26 2009

Zentifier – Orizens Simple Gmail Notifier is a simple gmail notifier application that sits on the system tray.
It is created with Swishmax and the discontinued SwishStudio.

Mails in Orizens Simple Gmail Notifier

Mails in Orizens Simple Gmail Notifier


Read the rest of this entry »

Orizens.com supports Google Chrome new meta feature for Internet Explorer browser

Oct 21 2009

Just a few days ago, the google chrome team has dropped us, web developers, with a new nice add-on to the websites we develop.
For most of the websites, html is the language to be used. It’s current version is 4 and is quite old. Lately, there have been a bug buzz on moving to html5 or at least achieving some progress towards its release and support in todays modern browsers.
Read the rest of this entry »