Site Navigation
News
VegUI package fixed.
written on 26 Nov, 2007 05:16:20
I was notified of the fact that the vegui.taskbar.class.js file has been missing from the latest vegUI releases. This was not intentional and has been fixed.
You can download the latest vegUI release
here. Thanks.
vegUI 2.1.4 release
written on 22 Nov, 2007 09:19:21
vegUI 2.1.4 can be downloaded
here.
Change Log
2007-11-22 vegu@vegui.org
* version 2.1.4
* VegUIBridge: fixed IE6 crash bug
* VegUIMenu: fixed bug that occured with multiple levels of nested
menus. Now all nested menus should close accordingly on mouse out.
2007-11-09 vegu@vegui.org
* VegUIContentBox: added noKeyScrolling property that allows you to
disable content scrolling via keyboard arrow and page up/down keys
* PropertySet: calling dataset_update() while input is currently
active on a field will no longer break the widget
VegUISiteKit - Three new libraries
written on 22 Nov, 2007 08:22:14
I just upped three new VSK libraries for you to play around with. As most of the stuff on this site they have been developed as parts of some of my other projects and i am glad to be able to share them with you.
Note that all three of these new libraries are still in BETA.
Autocomplete
The
VSK Autocomplete library allows you to add a customized form of text auto-completion to text input elements. The interesting feature here is that it also supports tag based searches. Meaning the autocomplete feature will trigger for each new tag as soon as you define a delimiter.
Form Tools
The
VSK Form Tools library was developed as part of the autocomplete library, right now it only contains a function retrieve the caret (text cursor) position of a text input element. To make it work in firefox was a bit tricky, but yay @ google i found a solution.
Stupid as i am i lost the URL to the place where i found the solution though or i would gladly thank them here.
It does have some issues in opera and internet explorer though. Opera cant obtain a correct position if the input element is located in a centered environment. And IE has troubles obtaining the correct caret position on textarea elements.
Tunnel
The
VSK Tunnel object is a remote scripting object that allows you to request webpages our remote javascript files via the use of IFRAME or SCRIPT elements.
You can download them all on the
Compiled Download page.
No tutorials yet, but i am already working on them :)
Enjoy.
VegUISiteKit: Effect Framework 0.1.3 released
written on 24 Oct, 2007 03:52:53
Download release 0.1.3
here or over the
compiled download script.
Change Log
2007.10.01 - vegu@vegui.org
* version 0.1.3
* added: optional argument to the loop() method of the sequence
object that allows you to loop the sequence n times instead of
infinitly
vegUISiteKit: Core Library release 0.1.4
written on 18 Oct, 2007 10:04:01
Get it here or over the
compiled download script.ChangeLog
2007-10-14 - vegu@vegui.org
* version 0.1.4
* added: VSK_Node.move(): two additional optional arguments (x2 and
y2) that overwrite x and y. (x = left, y = top, x2 = right, y2 =
bottom)
vegUIDataset 0.2 released
written on 16 Oct, 2007 10:33:23
The
vegUI DataSet addon has been released in version 0.2.
This fixes prototype compatibility issues that would occur if this vegUI module was loaded together with the prototype library.
vegUI 2.1.3 released
written on 16 Oct, 2007 10:28:24
The latest release of the vegUI library can be downloaded
here.
ChangeLog
2007-10-15 vegu@vegui.org
* version 2.1.3
* VegUIList: fixed error that would prevent item selection after an
item was dropped from the list via drop_item()
* VegUIList: fixed error that occured when drop_item() was called
* VegUIList: prototype compatibility fix that was missed by version
2.1.2
The
vegUI demonstration has been patched as well.
Blog Comments Temporarily Turned Off
written on 06 Oct, 2007 03:37:36
Welly well well, looks like the spammers are getting a tad out of hand. Blog comments are turned off for now, they will be back once i figure out the best way to handle this.
In the meantime if you have questions regarding one of the scripts / tutorials please dont hesitate to email me at
vegu at vegui.org
Thanks for understanding.
PS: Commenting via the Demo still works ;)
vegUISiteKit Core Library release 0.1.3
written on 25 Sep, 2007 11:50:29
You can download the latest release of the
vegUISiteKit Core Library here or by using the
VSK Compiled Download script.
This change includes a fix to the vsk_rel_target function and a compatibility fix for some array iteration errors caused using the prototype library together with VSK, e.g this fixes the errors in the dropdown menu. There might be some other errors similar to it in one of the other VSK scripts so please let me know if you encounter one when using VSK together with prototype.
2007-09-25 - vegu@vegui.org
* version 0.1.3
* fixed an error that was caused by array iteration when the library
was used together with the prototype library
2007-07-14 - vegu@vegui.org
* fixed: vsk_rel_target() will now return the element the mouse
pointer is coming from when the submitted event type is mouseover in
internet explorer
vegUI Live Demo updated to 2.1.2
written on 25 Sep, 2007 10:54:07
The
vegUI live demonstration has been updated to release 2.1.2. In addition to the live update, the
downloadable demo source has been updated as well.