bsalsa - Delphi tips, tricks, code snippets,Samples Component Search Engine.

The current search engine database includes about 5000 Delphi web sites and growing...

By pressing the button, you can add the Search engine to your iGoogle. Add to Google


Go Back   EmbeddedWB - bsalsa forum > Downloads > Latest version "nightly build" of the EmbeddedWB Component Pack
Register FAQDonate Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
Old 09-16-2009, 08:16 AM   #1
smot
Main Developer
 
smot's Avatar
 
Join Date: May 2006
Posts: 913
Lightbulb EmbeddedWB Component Pack 14.69.0

EmbeddedWB Component Pack 14.69.0 released!

-> Download EmbeddedWB Component Pack

EmbeddedWB Component Pack for D5 - D2010 14.69.0 - 16.09.2009 (1.5 MB)

Changelog:

Code:
=============================================================
Version 14.69.0   - 16.09.2009 - by bsalsa/smot
=============================================================
 
* D2010 support
  - Updated EWB_jedi.inc (compiler directives)
    (There are still some warnings about the deprecated TThread methods)
 
* TEmbeddedWB
  Fix: Small bug in TEmbeddedWB.Wait (ref.: http://www.bsalsa.com/forum/showthread.php?t=1211)
 
* TIEAddress:
  New: TEwbCore can also be assigned to the EmbeddedWB property
  New: Opposite arrow on DropDown.
  Fix: Flickering.
  Fix: Bugged behavior when no EmbeddedWB assigned.
  Fix: Navigation on selected Url.
  Fix: Navigation on double click.
  Fix: bugged behavior On Enter Key
  Fix: TextOnLoad.
 
* TWebUpdater:
  Changed: The application version numbering to the common style (Like Delphi)
  New: A boolean property: AutoGetExeVersion;
  New: a function to get the application version from the Exe file 
      (What the developer sets it in the project options).
  Updated: the demos with the above.
  Improved: Code Clean-Up

Last edited by smot; 11-23-2009 at 11:16 AM.
smot is offline   Reply With Quote
Old 09-16-2009, 08:04 PM   #2
Alfred
Junior Member
 
Join Date: Oct 2008
Posts: 25
Thanks !!
Highly appreciated
Alfred is offline   Reply With Quote
Old 09-17-2009, 01:03 AM   #3
omihaz
Member
 
Join Date: Jan 2009
Posts: 39
Thanks!!!
omihaz is offline   Reply With Quote
Old 11-03-2009, 10:48 PM   #4
btray77
Member
 
Join Date: Dec 2007
Posts: 44
Does this work with Lazarus?

-Brad
btray77 is offline   Reply With Quote
Old 11-04-2009, 05:56 AM   #5
smot
Main Developer
 
smot's Avatar
 
Join Date: May 2006
Posts: 913
Quote:
Originally Posted by btray77 View Post
Does this work with Lazarus?

-Brad
TWebbrowser doesn't ---> TEmbeddedWB doesn't either
smot is offline   Reply With Quote
Old 11-04-2009, 12:24 PM   #6
T-W
Coder
 
Join Date: Nov 2006
Posts: 125
What was wrong with IEaddress enter key?

Now navigation with enter doesn't work for me, I had to replace "TCustomIEAddress.KeyDown" with old one.

Also:

Code:
if FUseSecureSiteBGColor and (Text = EmptyStr) then
I think should be
Code:
if FUseSecureSiteBGColor and (Text <> EmptyStr) then
T-W is offline   Reply With Quote
Old 05-28-2010, 09:07 PM   #7
johnsmith23687
Junior Member
 
Join Date: May 2010
Posts: 4
EmbeddedWB Component Pack 14.69.0 is the very informative version in the embedded industry.It is very useful and well know version.And you give such a nice information of update of this version.So,i really appreciate with it.
johnsmith23687 is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT +3. The time now is 11:15 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
bsalsa@gmail.com