Patches item #778577, was opened at 2003-07-27 19:41
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305757&aid=778577&group_id=5757

Category: DynAPI 3 API
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Raymond Irving (xwisdom)
Assigned to: Nobody/Anonymous (nobody)
Summary: Fixes for GUI, FX and core API libraries

Initial Comment:
[-] 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


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305757&aid=778577&group_id=5757


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/[EMAIL PROTECTED]/

Reply via email to