F-IN-BOX .Net Edition 3.1.5 is available
A small memory leak fixed.
F-IN-BOX .Net Edition 3.1.4 is available
USER Objects leak has fixed.
A sample code to reproduce the leak:
using f_in_box__lib; ... using (AxCode axcode = new AxCode()) { using (f_in_box__control f_in_box__control1 = new f_in_box__control(axcode)) { f_in_box__control1.CreateControl(); } }
this code produced 1 user object that is not freed at all.
F-IN-BOX DLL Edition 3.3.2 is ready
The problem of the invalid f-in-box reaction to SetWindowTextW / WM_SETTEXT has fixed.
theomania and Bikram Thapa, thank you very much!
[ Download page ]
F-IN-BOX Delphi Edition 3.4.2 is available
We’ve added builds for Delphi / Builder C++ 2009 with UPDATE 1.
F-IN-BOX Delphi Edition 3.4.1 is available
An update which is important for developers who use Builder C++. Using old version of f-in-box, Builder C++ added incorrect declarations for events which have parameters with “out” keyword. It just ignored “out”! That’s why we decided to change declarations of these events to make Builder C++ working with the events properly.
The events are:
OnLoadExternalResourceAsync and OnLoadExternalResourceEx
F-IN-BOX .Net Edition 3.1.3 is available
- The problem (thank you, benben2301!) with f_in_box__form and ContextMenuStrip has been fixed.
F-IN-BOX Delphi Edition 3.4 is available
- New event OnLoadExternalResourceAsync and global handler SetGlobalLoadExternalResourceAsync, new way to provide FLV content
- Right-click menu issue has been fixed: thank you, jpierce!
- Delphi 2009 and Builder 2009 is fully supported
- Flash 10 is fully supported
- New good sample SampleA_FLVPlayer:
- how to play FLV from TStream, a file, an URL, a RTMP source
- autoplay
- fullscreen mode is available
- set audio volume / mute mode
- events: FLV is ready to play, it has stopped and so on
F-IN-BOX DLL Edition 3.3.1 is ready
[FIXED] incorrect processing WM_IME_* messages. When you enter symbols on, for example, Korean kanguage, they are broken, f-in-box shows them incorrectly. The bug has been fixed in this release.
F-IN-BOX Delphi Edition 3.3.3
F-IN-BOX Delphi Edition 3.3.3 is available now.
- A GDI leak in transparent mode fixed: see here to read description of the problem (thank you, luckmstone!)
- Delphi 2009 / Builder C++ 2009 is supported now!
F-IN-BOX Delphi Edition 3.3.2
FIXED: If SetGlobalOnLoadExternalResourceHandler is called, the movies are not loading correctly from external URLs.