Farbflash projects: Imaging lingo table | 3-D scene list | Find all | Handler menu | Lingo message window
wiki:version_history
Last modified 4 years ago Last modified on 09/21/07 02:45:57

Version history

Version 1.2.2 from 21 September 2007

some bugfixes open source version trac project

Version 1.2.1 from 28 June 2007

bugfixes: scrollbars images background color

Version 1.2 from 15 May 2007

  • added:

tableformatlist.getaprop(#editTextFrameColor) and tableformatlist.getaprop(#textfocusSize) Thos properties allow to changethe color and the size of the highlight rect for editable text. Note that a value of 0 for #textfocusSize will hide the selection rect.

  • added editable textcell property #hiddentext to support password style text entry fields by obfuscating user input

#hiddentext is a string which shall be a single char which replaces the user input, use * or ◊ or • for example

  • added cell property #mouseDownSound and #mouseUpSound

Those properties are strings which evaluate to a sound member, which will be played via puppetsound on click.

  • some significant performance improvements due to replacement of

(the environment).productversion with the productversion and 3-d picking, when used on a 3-d model as texture.

  • added public handler: mMoveAllTables point

this loops through all tables of a table manager instance and moves them relative by <point> useful for resizable movies, so you don't need to loop yourself through all tables of a table manager object. Nothing more to it, it's just a simple repeat loop which calls mMoveTable

  • added support for OSControl scrollbars

if tableformatlist.getaprop(#OSControlbarName) is a string, the sprite with the name tableformatlist.getaprop(#OSControlbarName) will be used as scrollbar. This sprite must be an OSControl scrollbar sprite and respond to specific events. You can tell the LDM to install the required behavior on a OSControl sprite like so: mInstallOSControlScrollerScripts channelNumber, scrollbarname