Welcome, Guest |
You have to register before you can post on our site.
|
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.
|
|
|
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.
|
|
|
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.
|
|
|
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
|
|
|
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
|
|
|
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
|
|
|
|