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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 82,381
» Latest member: funqs88com
» Forum threads: 2,408
» Forum posts: 11,315

Full Statistics

Online Users
There are currently 431 online users.
» 6 Member(s) | 420 Guest(s)
Applebot, Bing, DuckDuckGo, Google, Yandex, 888jilibetph, ae88casino, funqs88com, manclubglobal, saowinzacom, sunwin86jpnet01

Latest Threads
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: Gregory_Twedt
06-24-2026, 04:40 AM
» Replies: 5
» Views: 630
VCL conversion
Forum: Delphi General Discussion
Last Post: tobenschain
06-20-2026, 05:00 AM
» Replies: 0
» Views: 74
TIWjQDBGrid changing UI
Forum: IntraWeb General Discussion
Last Post: BoostedCruiser
06-08-2026, 02:02 AM
» Replies: 36
» Views: 70,364
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: Fabrizio Conti
06-04-2026, 09:14 AM
» Replies: 3
» Views: 475
Access Violation When Val...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
06-03-2026, 08:47 AM
» Replies: 2
» Views: 517
Bootstrap5
Forum: IntraWeb General Discussion
Last Post: geraldtatum
06-02-2026, 06:24 AM
» Replies: 1
» Views: 414
weakpackageunit contains ...
Forum: IntraWeb General Discussion
Last Post: rlebeau
05-26-2026, 04:56 PM
» Replies: 4
» Views: 536
Custom 404 handler
Forum: IntraWeb General Discussion
Last Post: CfawesDwale
05-21-2026, 08:02 AM
» Replies: 0
» Views: 256
PopUp Menu
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
05-13-2026, 04:35 AM
» Replies: 4
» Views: 8,207
Image question on tiwjqdb...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
05-13-2026, 03:32 AM
» Replies: 3
» Views: 4,124

 
  Another NewB problem
Posted by: Sugarloafer - 01-09-2025, 06:09 PM - Forum: CrossTalk General Discussion - Replies (1)

I just installed 2.035. Running Delphi 12.3

When I try to load a user assembly, I get the following error:

Unable to load assembly:
[ReflectionTypeLoadException]
Could not load type
'System.Runtime.InteropServices.ICustomMarshaler' from assembly
'System.Runtime.InteropServices, Verson 4.0.0.0, Culture=neutral,
PublicKeyToken=bb03f7f11d503a'.


I have loaded GAC assemblies mscorlib and System.Runtime.InteropServices.


System Info

RAD Studio 12 Version 29.0.53571.9782
Windows 10 (Version 22H2, OS Build 19045.5247, 64 bit Edition)

.NET 9.0.101
16GB Ram

Print this item

  IntraWeb Lazarus AsyncRender
Posted by: almsoares - 12-30-2024, 02:17 PM - Forum: IntraWeb General Discussion - Replies (5)

Hi

I'm a Pascal (Lazarus/Delphi) and C# developer and I'm starting to use IntraWeb.
I recently purchased IntraWeb Ultimate Edition and the summary is that in 2025 I want to migrate my company's systems to IntraWeb Lazarus.

Studying the tool, I manually migrated the AsyncRender example from Delphi to Lazarus 3.6. When executing the commands listed below, the same "ACCESS VIOLATION" error occurs

Code:
FRegion := TIWRegion.Create(Self);
FRegion1 := TIWRegion.Create(Self);
FTabControl := TIWTabControl.Create(Self);
FAccordion := TIWjQAccordion.Create(Self);
FjQPageControl := TIWjQPageControl.Create(Self);

Do I need to make some corrections to my code or is it an IW error?

   

   



Attached Files
.zip   AsyncRender.zip (Size: 146.12 KB / Downloads: 0)
Print this item

  Ajax to open form not working with SameSite(ssoNone) and UseCookies
Posted by: valmeras - 12-26-2024, 07:12 PM - Forum: IntraWeb General Discussion - Replies (5)

I am using Intraweb 15.6.1 with C++ Builder (Rad Studio 10.2.3).
I noticed that it is not possible to open IWForm2 from IWForm1 using Ajax if the ServerControler CookieOptions has the following settings:
1. SameSite=ssoNone
2. UseCookies=True

I have attached a demo.

I will prefer to be able to keep UseCookies=True to be sure that cookies are cleaned when the browser is closed!

UseCookies: Boolean; [Published, Read/Write]

Quote:When True, IntraWeb will use cookies to do all the session management, on the browser side. When SessionCookies is False, the cookies will be persistent, i.e. even if you close and reopen the browser, the cookie will be preserved. On the other hand, when UseCookies is True and SessionCookies is also True, IntraWeb will create HTTP session cookies which are not persistent, meaning that the session will be lost, on the browser side, when the browser is closed.



Attached Files
.zip   SameSite.zip (Size: 120.14 KB / Downloads: 2)
Print this item

  Improve performances of an Intraweb App
Posted by: DidierMenant - 12-17-2024, 07:44 AM - Forum: IntraWeb General Discussion - No Replies

Hello,

We are currently encountering performance issues in my Intraweb Application (version 15.2.25 with CGDevTools).
We would like advices on how to improve them from an Intraweb perspective. What are the settings/best practices to implement in order to improve it as much as possible ?
We already checked what is explained in this article, and would like to go further.

A few more questions concerning this topic :
 - What is the use of the CacheDir property in the ServerController ? We already read this article but it didn't help us to understand its purpose.
 - Would-it be possible to return on a instancied form without rendering it again ? If wouldn't improve performances per say, but would help to reduce loading times dramatically. We currently show the form we would like to return to, but it takes time when the form is big. Any advice ?

Thank you for your attention,
We are ready to pay for help in order to go further if needed,
Best regards.

Print this item

  TIdTCP(CMD)Server bindings
Posted by: Justin Case - 12-13-2024, 10:44 PM - Forum: Indy - Replies (1)

I have a hunch I already know the answer to this..

Is there a way to change the bindings while the server is running?

I'd like to be able to send a command to my server and have it bind to another port and accept a connection there - but only when instructed to do so. After use, I'd like that binding to vanish and it stop listening there.

I know the bindings are usually taken care off in the Active property but can it be managed outside of this?

Print this item

  Looking for Some Help with IntraWeb Deployment on IIS ??
Posted by: marcelosalss - 12-13-2024, 01:08 PM - Forum: IntraWeb General Discussion - Replies (1)

Hi everyone,

I have recently started working with IntraWeb for a web application project and I am running into some challenges with deploying it on IIS. I followed the basic steps outlined in the documentation.., including configuring the application pool and setting up the handler mappings but I am still getting a 500 Internal Server Error when accessing the app.

Here’s what I have tried so far :-

Checked that the .dll file is properly deployed in the virtual directory.
Ensured the app pool is set to “No Managed Code.”
Verified permissions for the IIS_IUSRS group on the folder.

I suspect I might be missing something related to ISAPI extensions or MIME types but I am not sure what.

If anyone here has successfully deployed an IntraWeb application on mulesoft IIS,,, could you share some tips or a step by step guide: ?? I would appreciate any advice to get this resolved !!

Thanks in advance for your help !!


With Regards,

Marcelo Salas

Print this item

  Estimate on new cg patch
Posted by: joelcc - 12-10-2024, 10:21 PM - Forum: CGDevTools - Replies (5)

Do you have an estimate on when you might release a new build on cgdevtools for the latest iw version?

Print this item

  UDP Broadcast across VLANs
Posted by: Ahmed Sayed - 12-05-2024, 09:21 AM - Forum: Indy - Replies (10)

Hi,
I have a server app that needs to know if there are other instances of the same server app running on the same VLAN or different VLANs.

When I try using the Broadcast function in the UDP client/server and using the IP address "255.255.255.255," it only sends the message to the current VLAN and local machine. But when I use that VLAN IP address something like "192.168.5.255" it does broadcast the message to all the servers that listen to the port I defined. 

I already have a way in mind which is to force the user to add a list of VLANs in a config file, but let's say they forget or make a mistake I want this to be more automatic so that the Master server can discover the other VLANs on the network on its own. Also, I don't want to loop all possible IP numbers from 0 to 255 just to discover if there is a possibility that this IP is in fact a VLAN or not.

Does Indy have anything to help me with this, or maybe broadcast the message to the whole network across VLANs?

Print this item

  toast functionality
Posted by: iwuser - 12-05-2024, 06:41 AM - Forum: IntraWeb General Discussion - No Replies

Is anyone using any kind of toasts? How did you get it working, if you can share?

I have found a TMS TWebToast component, which can be placed on an IW form, but it does not seem to be doing anything. And IW does not appear to have any Toast components of their own.

Print this item

  *** Evaluation Mode ***
Posted by: Mikael Nilsson - 12-02-2024, 06:41 PM - Forum: IntraWeb General Discussion - No Replies

After installation of Intraweb in Rad Studio 12.2 I am in *** Evaluation Mode ***

Do I need a New licence?


Opuscapita - Web Watch Dog (Indy - x86)
*** Evaluation Mode ***
Reason: Your license will NOT work wih IntraWeb versions released after Jan 31, 2024
Build Date: Sep 16, 2024
IntraWeb Version: 15.6.7
32-bit Server on 64-bit Windows

Print this item