Skip to main content

First project iThyx on GitHub - branch ArcIWOpenSource for Intraweb 15 and Delphi XE10


The project source code  ArcIWOpenSource developed more than 10 years ago, works only in older versions of Delphi and Intraweb.
After after my modification, the source code is compatible with Embarcadero Delphi XE6 / XE10.1 and Atozed Software Intraweb version 15.0

ArcIWToolWindow use script ArcIWToolWindow.js based on Popup Box- By Jim Silver.
 
Components ArcIWToolWindow, ArcIWFilledBox  fully working,  the generated code is compatible with tag doctype html5  and major modern desktop browsers.

ArcIWToolWindow in Firefox
Demo for tool window ArcIWToolWindow

For Intraweb ver.15 script's must be present with compiled program in folder wwwroot\files same folder is used for caching in ArcIWFilledBox.

Comments

Popular posts from this blog

SynEdit project TDBSynEdit fix for unicode memo fields

SynEdit is a syntax highlighting edit control for  Delphi and Kylix Symptom   Component TDBSynEdit cannot open the BLOB field of SQLite3 database if the data type is set to TEXT and UTF8 encoding . Zeos  unicode v7.2.6 components (UTF16) are used to access database SQLite3.   Source code SynDBEdit.pas (2014-10-13) Solution   Replace LoadMemo default encoder typ e Byte to Unicode 2 bytes , if data field type is Widestring. The code below tested in Delphi XE6 and 10.1   procedure TCustomDBSynEdit . LoadMemo ; {$IFDEF UNICODE} const BlobFieldWideText = [ ftWideMemo , ftWideString ] ; {$ENDIF} {$IFDEF SYN_COMPILER_3_UP} var BlobStream : TStream ; {$ELSE} var BlobStream : TBlobStream ; BlobField : TBlobField ; {$ENDIF} begin try {$IFDEF SYN_COMPILER_3_UP} BlobStream : = FDataLink . DataSet . CreateBlobStream ( FDataLink . Field , bmRead ) ; {$ELSE} BlobField : = FDataLink . Field as TBlobField ; BlobStream : =

To GitHub Support - I do not understand why blocked my account

 It's only been 3 months and GitHub blocked my account, for no good reason. Github service does not stand up to any criticism-there is no longer a desire to use it and I delete the account. Прошло всего 3 месяца и GitHub заблокировал мой аккаунт, без всякой достойной внимания причины. Сервис GitHub не выдерживает никакой критики - больше нет желания им пользоваться и аккаунт я удаляю. UPDATE: Sam (GitHub Developer Support) Hi Andy, Thanks for reaching out, and apologies for any frustration with our password requirements. Unfortunately, that message indicates your current password (or more specifically, a hash of that password) has been found in an internal database of credentials known to be compromised by breaches of other websites or services.   To be clear, your password being exposed does not relate to any data breach of GitHub.com but, due to its presence in that database, it should be considered significantly less secure and changed immediately.» Ps. I do not