Furia Script Changelog

What's new in Furia Script 938

Sep 7, 2017
  • Added: f_createProcessAsAdmin() - creates the process as Admininstrator.
  • Added: f_createMutex(name) - creates the global mutex.
  • Added: f_deleteMutex(name) - deletes the mutex.
  • Added: f_isMutex(name) - checks if the specified mutex exists.
  • Added: f_getFileSigner(filename) - returns the specified executable file signature information.
  • Added: f_getFileInfo(filename) - returns the specified executable file resources information.

New in Furia Script 643 (May 6, 2015)

  • Added: f_loadFileToBase64(filename) - function returns the filename file content as base64 encoded buffer.
  • Added: replyto - reply-to field support in the f_sendMail function.
  • Added: f_portListenEx(port, timeout, callback) - timeout parameter for the DataAvailable flag

New in Furia Script 630 (May 6, 2015)

  • Added: f_sendMail(mail_object) - function sends an email. Refer to the Tutorial\System functions section to get the detailed information.

New in Furia Script 623 (May 6, 2015)

  • Added: stdcall and cdecl calling conventions support in f_callProc and f_callProc_cdecl functions.

New in Furia Script 601 (May 6, 2015)

  • Added: Win32 DLLs support - refer to the Tutorial\Win32 DLLs section to get the detailed information.

New in Furia Script 516 (May 6, 2015)

  • Added: f_setOpacity(item, opacity) - sets the opacity attribute of the specified item.

New in Furia Script 501 (May 6, 2015)

  • Added: f_getAttr(item, attr) - returns the item attribute.

New in Furia Script 496 (May 6, 2015)

  • Updated: html5 property is true by default (refer to the Tutorial\Application settings section).

New in Furia Script 482 (May 6, 2015)

  • Added: f_openBrowser(url) - Opens the default browser and navigates to the url specified.
  • Added: the new application in the Examples section - gui-dark - the sample of the custom GUI components library.

New in Furia Script 480 (May 6, 2015)

  • Fixed: Application GUI refresh problem.

New in Furia Script 468 (May 6, 2015)

  • Updated: The javascript errors handling has been improved.

New in Furia Script 320 (Dec 6, 2014)

  • jQuery added to Furia Script libraries.

New in Furia Script 305 (Dec 3, 2014)

  • External libraries and extensions support enabled.

New in Furia Script 270 (Nov 29, 2014)

  • Added new web function - f_download and f_async_download.