A very old bug still exists!

F-IN-BOX for Delphi / Builder C++ / VCL
abb
Posts: 21
Joined: Fri Jan 09, 2009 3:32 pm
Location: Russia

A very old bug still exists!

Postby abb » Sat Apr 07, 2012 8:50 pm

Hi, Artem,

Your great tool still doesn't work with external resources, defined by relative path. I'd recommend at least to add try...except here:

if nSlashPos <> 0 then
begin
strId := WideLeftStr(str, nSlashPos - 1);
try // <<<<<<<<<<<<<<
nId := StrToInt(strId);
except // <<<<<<<<<<<<
nId := 1;
end; // <<<<<<<<<<<<<<

Otherwise a serious crash occurs and my app just hangs with holes instead of FlashPlayerControl windows.

Really you should not convert any user-specified paths like ../../ but just append them to your signature, as is. Then I'll get this path in unchanged form.

It's not so suitable to re-compile flash movie just to embed it into the app resources. If you still support this prohject, then may be you'll add this patch?

Thank you.

Softanics
Site Admin
Posts: 1402
Joined: Sat Sep 18, 2004 3:03 am
Location: Russia, St. Petersburg
Contact:

Postby Softanics » Mon Apr 09, 2012 4:23 pm

Hello,

Could you please send me such sample movie to support (at) f-in-box.com to understand the issue?

Thank you!
Best regards, Artem A. Razin,
F-IN-BOX support
Ask your question here: http://www.f-in-box.com/support.html


Return to “Delphi / Builder / VCL Edition”

Who is online

Users browsing this forum: No registered users and 18 guests

cron