Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 34,128
» Latest member: nicholasmellorsauctioneerscom
» Forum threads: 2,323
» Forum posts: 11,057

Full Statistics

Online Users
There are currently 152 online users.
» 1 Member(s) | 147 Guest(s)
Applebot, Bing, Google, Yandex, nicholasmellorsauctioneerscom

Latest Threads
overriding session creati...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
Yesterday, 04:23 AM
» Replies: 1
» Views: 98
TIWFileUploader with 500 ...
Forum: IntraWeb General Discussion
Last Post: Airlizard
Yesterday, 03:54 AM
» Replies: 3
» Views: 116
Problem with sendfile in ...
Forum: Delphi General Discussion
Last Post: rozedecay
Yesterday, 02:06 AM
» Replies: 0
» Views: 538
Standalone to ISAPI
Forum: IntraWeb General Discussion
Last Post: deridan
06-10-2025, 01:11 AM
» Replies: 2
» Views: 81
TIWIPGeolocationClient::E...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
06-09-2025, 09:05 AM
» Replies: 9
» Views: 447
IntraWeb 16.0.11 is out!
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
06-09-2025, 09:00 AM
» Replies: 0
» Views: 78
Atozed site is down
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
06-08-2025, 08:44 PM
» Replies: 2
» Views: 155
Unable to download Intraw...
Forum: IntraWeb General Discussion
Last Post: dbrain23
06-04-2025, 02:02 AM
» Replies: 9
» Views: 407
Web Cache (JavaScript, PN...
Forum: IntraWeb General Discussion
Last Post: s.noel
05-28-2025, 09:37 AM
» Replies: 0
» Views: 128
C++ Builder 12 Error Afte...
Forum: IntraWeb General Discussion
Last Post: rlebeau
05-21-2025, 04:57 PM
» Replies: 5
» Views: 774

 
  TIWChartJS
Posted by: Thomas - 02-09-2025, 09:42 AM - Forum: IntraWeb General Discussion - Replies (4)

Does anyone use TIWChart component?
With Delphi12 and IW 16.0.2 installed one chart can be created.
But the following is not working:


VAR SecondSeries: TChartSeries;
...
SecondSeries := IWChartJS1.AddSeries(ctBar, 'test);
>> Errormessage:
E2010 Incompatible types: 'VCLTee.TeEngine.TChartSeries' and 'IWChartJS.TChartSeries'


Does anyone have an idea how to solve the problem?

Thank you very much.

Print this item

  Payment system in IntraWeb
Posted by: Alexandre Machado - 02-07-2025, 10:45 PM - Forum: IntraWeb General Discussion - No Replies

New demo shows how to implement a payment system in IntraWeb. The demo includes a payment server built with Delphi/Indy so you can simulate it without using any external system.

That's a great demo showing several advanced topics in IntraWeb development, including but  not limited to:


- Content handlers
- IWMonitor
- IntraWeb built-in Http client usage (either Indy or WinHttp)
- Json manipulation using the supperb library IWJsonDataObjects (our version of Andreas Hausladen's JsonDataObjects)
- Templates

Notice that we created a complete application able to interact with a payment server with absolutely zero external dependencies. Only IntraWeb itself is required.

https://github.com/Atozed/IntraWeb/tree/...hi/WebHook

Enjoy!  Big Grin

Print this item

  Download Intraweb 14.2.10
Posted by: SMF.Develop - 02-05-2025, 02:36 PM - Forum: IntraWeb General Discussion - Replies (1)

Hello,

I can't download version 14.2.10 of Intraweb from the website. It seems to me that the link doesn't work.

Any help!

Many thanks,
SD

Print this item

  Not Ready To Retire!
Posted by: ShaneStump - 02-04-2025, 08:33 AM - Forum: IntraWeb General Discussion - Replies (9)

Howdy All!

Since my ~18 year C++ Builder reservation system was end-of-lifed, I wanted to get some experience on cross-platform development. Since Embarcadero abandoned C++ Builder cross-platform,  I decided to start fresh and learn Dart / Flutter.

As always going back to 1981, I always start with a hobby app. I decided to write a cross-platform Book List app (actually internally it is a data object collections). I have it running on Android / IOS / macOS / Windows. The recently released v2 uses rest services I wrote in dart’s shelf library for account / multi-device synchronization.

If anybody has an app that is still desktop / web only and needs help to get their apps into the app stores, please let me know.

If you would like to see / download the app, please use the links in post below:

Sandi’s List V2

Sorry for the off topic, but one kind of goes where they spent a lot of time!

All the best,

Shane



Attached Files Thumbnail(s)
   
Print this item

  CheckListBox
Posted by: troberts - 02-04-2025, 03:31 AM - Forum: IntraWeb General Discussion - Replies (1)

I have been using the TMS TTIWCheckListBox component. Any recommendations for a replacement? I get the feeling their Intraweb component pack might not be around much longer.

Print this item

  IntraWeb 16.0.2 is out!
Posted by: Alexandre Machado - 02-03-2025, 04:15 AM - Forum: IntraWeb General Discussion - No Replies

Hi guys,

this is a new build that shares the same codebase as 16.0.1, with a fixed setup program.

Some users were experiencing different errors during the setup, from a complete failure when the setup starts to wrong installation paths.

This has been fixed now in IW 16.0.2: https://downloads.atozed.com/intraweb/iw16.0.2.exe

Enjoy!

Print this item

  IW FASTMM4: how/which version to install
Posted by: joaodasilva - 01-30-2025, 03:41 AM - Forum: IntraWeb General Discussion - Replies (3)

Hi, 

Can someone please share their expertise with FASTMM4 install? 

I am starting a new IW project and wanted to use FASTMM4, after reading a very interesting blog post from Alexandre. One of my main questions would be if the latest version of FASTMM4 will work fine in my environment (details below).  There is a download of it available on IW website, but it is from 2018, almost seven years ago.  I wonder what would be the best approach.  

- Would it be better to just leave it to run with the Delphi standard MM for now and decide it later, so not to waste time on it now?

Thanks all!

FASTMM4 Github 
https://github.com/pleriche/FastMM4 (is this the correct one?)


Environment:
Delphi 11.3 Alexandria
IntraWeb 15.3.6


IW new application options selected o the wizard:  -StandAlone Application (Indy),  - Use JCL Stack Trace - Pool Data Connections - Use FastMM4 Mem manager

Project Setup After Executing the Wizard:
uses
  FastMM4,
  IWRtlFix,
  IWJclStackTrace,
  IWJclDebug,
  IWStart,
  Unit1 in 'Unit1.pas' {IWForm1: TIWAppForm},
  ServerController in 'ServerController.pas' {IWServerController: TIWServerControllerBase},
  UserSessionUnit in 'UserSessionUnit.pas' {IWUserSession: TIWUserSessionBase},
  DatamoduleUnit in 'DatamoduleUnit.pas' {DataModule1: TDataModule};

{$R *.res}

begin
  TIWStart.Execute(True);
end.

Print this item

  TIWBSTabControl
Posted by: Darky1st - 01-29-2025, 02:52 AM - Forum: IntraWeb General Discussion - Replies (1)

Hi,
I would like to use the TIWBSTabControl component (Katunga Bootstrap 3) to create an assistant-style app with "Continue", "Back", etc. buttons.  For that I would need to make the Tabs invisible and only allow to programmatically change the active page/tab if a user hits Continue or Back.

Has anyone found a way to make the tabs of the individual pages invisible like it is possible in VCL Pagecontrol component?
Any hint would be appreciated!

Regards,
Duane

Print this item

  Need Guidance for Effective IntraWeb Deployment!!
Posted by: danielljose - 01-28-2025, 09:22 AM - Forum: IntraWeb General Discussion - Replies (2)

Hi everyone,

I have been working on a project using IntraWeb.., and I am encountering some challenges with deployment. I have built the application locally but when I try to deploy it to a server.., the app either fails to respond or throws random errors. I suspect I might be missing something in the configuration or handling server-specific settings incorrectly.

Here are a few things I have done so far :-

Ensured the required DLLs are uploaded.
Checked for firewall or port restrictions on the server.
Confirmed the server has the necessary runtime environment installed.

Despite these.., I am still stuck. Could someone guide me through the best practices for deploying python certification IntraWeb applications.., especially for IIS or standalone deployment: ?? Any troubleshooting tips, potential pitfalls or tools to debug would be greatly appreciated !!

Thanks in advance for your help !! Looking forward to learning from the expertise in this community.

Best regards,

Daniel Jose

Print this item

  TIdTCPServer connection limits?
Posted by: Justin Case - 01-26-2025, 08:43 PM - Forum: Indy General Discussion - Replies (1)

Hello,

So my server is working with quite a complex ACL that allows user groups and permissions to be changed for users in real time without logging off and back on again. The good old 'Apply' button has it's uses but not in something where I may need to restrict something fast..

Anyhow, when running on my Win7 Pro box (2x 4core proccys at 3GHz, 16GB ram) it maxes out with 93 clients connected. After that, i can launch new clients but they fail to connect (or at least if they do connect, they do it fast and disconnect without me noticing).

At this point, the server memory according to task manager is: 137,668K - which doesn't seem a lot when some instances of chrome can use far more than that!

I'm using Delphi 6 (32bit obviously).

Any ideas where i start with this?

Thanks

Print this item