TIWDBEdit with DataType = stNumber weird behavior
when TIWDBEdit with DataType = stNumber is in non editable mode (browse mode), the value disappear. Am I missing some settings or is it bug? For attached sample below, hit the toggle button to toggle...
View ArticleTIWMemo displayed with wrong margins
For example the following settings: IWMemo.Align := alTop; IWMemo.AlignWithMargins := True; IWMemo.Margins.Left := 16; IWMemo.Margins.Right := 16; In design mode it works correctly. At runtime the memo...
View ArticleTIWTreeView fail on Clear
Hi, I'm experincing problems with TIWTreeView that persist even in v15.6.1 The problem typically is that the ClearAll method drives to frequent exceptions of this type: [2024-05-24,...
View Articlestrange iis tracing issue
We have an IW isapi application that has a timer component that was named "TIMERLOAD" we were seeing massive number IIS traffic like...
View ArticleIndy TLS 1.3 in IntraWeb
On this recent AToZed blog post: What’s new in IntraWeb 15, it says: Quote:51. Brand new Indy server branch capable of TLS 1.3 using OpenSSL 1.1.1 Can I get more details about that? This is the 1st...
View ArticlePage refresh
Hi, I have a small application that has wo page/forms. Form 1 is a list with a link to show more information. Clicking the link goes to the second page to show the further information. when I close...
View ArticlePriority support
How can I have support? How can I have priority support? I have Intraweb Ultimate and I thought that I had a better support on this. I have several questions on this forum, but I get no answer. I'm...
View ArticleCannot run any IW app after update to 15.6.1
Installed ver 15.6.1 in Delphi 11 update 1. No issues installing and latest License expires 2025 Upgraded from 15.2 When I try and compile a simple iw standalone app with just a blank form i get the...
View ArticleIntraWeb 15.6.2 is out!
Hi guys, a new maintenance update has been released with a few important bug fixes: https://www.atozed.com/2024/06/intraweb-15-6-2/ Enjoy!
View ArticleInstall different version of IW
First let me say that I think CG Dev Tools is DEAD and their source code version, in it present form, requires the licencing DCUs to be compiled with nthe latest Delphi Version and I am unable (for six...
View ArticleRelative path to wwwroot for C++ Builder
I am using C++ Builder 10.2.3 with Intraweb 15.6.1 I am trying to access a subfolder (myfolder) I created in wwwroot following this reference article:...
View ArticleTIWChartJS memory leak
In the ChartJS demo, I enabled the memory leak report (ReportMemoryLeaksOnShutdown := true) and when closing the application the following memory leak is reported: Code:---------------------------...
View ArticleSimultaneous OnAsyncChange and OnAsyncClick on Touch Device
I need to bind OnAsyncChange on TIWDBEdit to trigger to field change to calculate some field then reflect changes to user, and I use a TIWButton.OnAsyncClick to Post the DataSet changes. To use the...
View ArticleIndy IdHTTPWebBrokerBridge/TIdCustomHTTPServer threads keep on increasing
I have a customized IdHTTPWebBrokerBridge class which descends from TIdCustomHTTPServer and overrides the DoCommandGet method. Below is the basic code Code:procedure...
View ArticleiwSelect and ItemsHaveValues Error
When I try and setup an iwSelect using soServerSide with ItemsHaveValues, when populating the list I get the following error "The results could not be loaded" Can you please fix/enhance this? This is...
View ArticleAddStartHandler - how to bypass to an IWForm without creating a Session
I use the code from &tAlexandre MAchado&t Embrace the backbutton for my program with special Login-funtion, so everyone must take the login-credentials - even if he uses the back/Forwardbutton...
View ArticlePage position
I have a two form application, form 1 is a list with each item having a link, when I click the link it opens the second form to show a detail view. This all works fine except if I scroll down the list...
View ArticleWebApplication.Form Size Props
Hello. IW v15.2.69 SessionOptions.UniqueURL = True On MainForm.OnCreate event, im reading WebApplication.FormWidth and WebApplication.FormHeight props. if i start my app by /$/start - all is good,...
View ArticleIWFileUploader DragandDrop
Hello, I still have a problem with the IWFileUploader: When transfering many files via DragandDrop it is impossible to see, when it is finished - as the progress is below the visible files and there is...
View ArticleIWEDIT added to IWREGION creates additional DIV
Hello, I have a problem with IWEDIT added to IWRegion. Intraweb generates that code : Code:&tdiv aria-label="Wybierz skonto" class="btn-group" id="IWREGION9_FRAFRAME2" role="group"&t...
View Article