Locked Home » Forums » General » Site News

Exhume version 1.1 Released : Site News

Posted: March 14th, 2007
User avatar
Total Posts:1167 Joined:2004
March, 15, 2007
--Added: window command: AddMenuItem(strItem, strOnClick) //See the wiki for an example
--Added: window command: RemoveMenuItem(strItem)
--BugFix: Fixed QueryBool, QueryString, GetCurrentDirectory
--Added: Windows.GetModuleAddress(processID, moduleName) which returns the offset for a specific module loaded into a process.
--Added: Fixed a bug that would cause some API's to not get registered.
--BugFix: Now only updating SetCaption when the caption is actually changed.
--Added: Added special {VK_XX} commands to the Keyboard.SendText routines.
--Added: Root.StopScript() However, its much better to use Err.Raise 8, "YourFunction", "Your description" and get a log of the event.

October 9, 2006

--Added: GuiButton, StaticText, etc Control.SetFont (to all controls that support text) to assign a font to a control (see wiki for an example)
--Added: Win32.CreateFont to create fonts to use with controls.
--Added: Win32.DeleteFont to remove and free up memory.
--BugFix: PlaySoundFile was not playing MP3 files or playing synchronously.

Sept 1, 2006

--bugfix: Fixed Socket.PostData
Posted: March 14th, 2007
User avatar
Total Posts:1167 Joined:2004
Here are some sample scripts to show the new features:


Attachments:
XUM1.1DemoScripts.rar Register to unlock hidden link
(1.36 KiB) Downloaded 473 times
Ready to join the community? Click here and see all of the benefits!
blue large dotWho is online
Users browsing this forum: No registered users and 25 guests
Locked