Menu

#168 Fixes for GUI, FX and core API libraries

open
nobody
5
2003-07-27
2003-07-27
No

[-] Fix NS4 bug with HTMLComponent.writeStyle -
usage: HTMLComponent.writeStyle({StyleName:'Inline-
Styles;'})
[*] Remove HCMNU Style from HTMLMenu
[-] Fix Graphics Object - line 223, the closing brace to
the drawLine() function was missing
[+] Add padding argument to createMenuBar()
[-] Fix GlideAnimation stopping short of it's mark when
using slow and fast starting and ending speeds.
[+] Add onchange events to HTMLTextbox and
HTMLTextarea
[-] Fix Motionx semi-colon error
[-] Fix line 110 and 114 in ioelmsvr.soda.*
[+] Add wsAddJSCommand() to IOElement server files
[+] Add execInParent() to IOElement
[+] Add auto-fold to submenus (HTMLMenu)
[+] Add image support to addItem() in HMTLMenu -
{image:XImage,text:'Text here'}

// to add images use:
var img = dynapi.functions.getImage
('images/menu_settings.gif',16,22,{
align:"absmiddle",
oversrc:'images/menu_settings_on.gif'
});
mbar.addItem(null,{image:img,text:'Exit'});

To-Do: Update ioelement.php to reflect the
wsAddJSCommand() changes

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.