| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 81,751
» Latest member: sunwinnsh
» Forum threads: 2,408
» Forum posts: 11,314
Full Statistics
|
| Online Users |
There are currently 662 online users. » 1 Member(s) | 658 Guest(s) Bing, Google, Yandex, sunwinnsh
|
| Latest Threads |
VCL conversion
Forum: Delphi General Discussion
Last Post: tobenschain
06-20-2026, 05:00 AM
» Replies: 0
» Views: 28
|
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: Mikhael
06-18-2026, 04:58 PM
» Replies: 4
» Views: 578
|
TIWjQDBGrid changing UI
Forum: IntraWeb General Discussion
Last Post: BoostedCruiser
06-08-2026, 02:02 AM
» Replies: 36
» Views: 70,189
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: Fabrizio Conti
06-04-2026, 09:14 AM
» Replies: 3
» Views: 452
|
Access Violation When Val...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
06-03-2026, 08:47 AM
» Replies: 2
» Views: 501
|
weakpackageunit contains ...
Forum: IntraWeb General Discussion
Last Post: rlebeau
05-26-2026, 04:56 PM
» Replies: 4
» Views: 505
|
Custom 404 handler
Forum: IntraWeb General Discussion
Last Post: CfawesDwale
05-21-2026, 08:02 AM
» Replies: 0
» Views: 242
|
PopUp Menu
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
05-13-2026, 04:35 AM
» Replies: 4
» Views: 8,190
|
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,106
|
Problema na Validação de ...
Forum: IntraWeb Dúvidas Gerais
Last Post: JorgeFernandes
05-11-2026, 06:13 PM
» Replies: 1
» Views: 294
|
|
|
| can't compile |
|
Posted by: tobenschain - 12-12-2025, 10:44 AM - Forum: IntraWeb General Discussion
- Replies (2)
|
 |
I am getting the following error:
[dcc32 Fatal Error] madIWSupport.pas(29): F2051 Unit IWAppForm was compiled with a different version of Vcl.Controls.TWinControl.CanUseDoubleBuffering
I use MadExcept and IntraWeb. I have installed and reinstalled. IWAppForm.pas is only in c:\users\toben\AppData\Roaming\IntraWeb 16\LibLazarus\source\public.
So I can't generate a new IWAppForm.dcu
|
|
|
| Indy for Lazarus and SSL v3.x |
|
Posted by: dpapdpap - 12-07-2025, 06:53 AM - Forum: Indy
- Replies (5)
|
 |
Hi, I use lazarus 4.4/64bit for windows11. My app needs to make HTTPs calls but i faced this problem. If I use the SSL binaries v3.x idHTTP can't recognize them. I adviced to use v1.1 but I can't find them. At the https://github.com/IndySockets/OpenSSL-Binaries are only v1.0 and v3.x.
My question is: is There a working link from where I could download precompiled binaries that work with indy10 at Lazarus64/win or is there another way to make indy able to make SSL calls?
Thanls in advance
|
|
|
| Cache+folder non unique |
|
Posted by: mondoedp - 12-04-2025, 12:02 PM - Forum: IntraWeb General Discussion
- Replies (2)
|
 |
Hello Intraweb,
using Delphi 10.2 and Intraweb 15.5.8
I've found a sad problem, trying to use the same folder to lunch several instance of the application (in IIS I create different application pool for each application).
In a hard scenario when we try to lunch all the applications at the same time, even if I see the correct number of w3wp process, sometime we receive an error about the cache directory, and the autocreated sub-folder in the cache dir are not the same number of w3wp process, as if the same cache sub-folder is used by more than one processes.
Is there any bug fix?
I was referring also to this old post
https://www.atozed.com/forums/thread-373...che+folder
Thanks
Alberto
|
|
|
| File selection problem |
|
Posted by: Pettifogger - 12-02-2025, 09:57 AM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
Using Delphi 11.2 and Intraweb 15.2.66 and the iwaudio component. Starting from the audio demo in the version 14 demo files, I can get a browser screen that correctly plays a file that I enter during development. That is, in the component editor I enter "alert.ogg" in the AudioFile>Filename field, that file is in the wwwroot directory, and pressing the play button on the component or clicking a button with the action of "IWaudio1.play;" - the file plays and all is well.
What I want to do is have a couple other buttons that change the file name (e.g. "IWaudio1.AudioFile.Filename := 'laugh.ogg';") and now when the play button is clicked, that file will play.
It appears that the file name doesn't change and it always plays the design time file. How do get the file to change so I can play a selected file? Thank you.
|
|
|
| Geographic mapping with Intraweb |
|
Posted by: bruce.eglington@usask.ca - 11-26-2025, 01:13 PM - Forum: IntraWeb General Discussion
- Replies (3)
|
 |
I would like to add geographic maps to existing Intraweb applications and would appreciate advice from those who have used any existing components for this purpose. I have read about TMSIWWebOSMaps but know that they have a separate mapping component which is favoured but does not support Intraweb. I assume that the former is no longer as well developed.
Any comments on functionality, suitability for use with Intraweb, etc would be appreciated on these and any other recommended products.
Thanks
|
|
|
| Order of units in USES |
|
Posted by: bruce.eglington@usask.ca - 11-13-2025, 11:11 PM - Forum: IntraWeb General Discussion
- No Replies
|
 |
I seem to remember that somebody indicated years ago that one needs to have certain IW-related units as the first ones in an interface USES section. Is this still the case?
I ask because I am trying to include MadExcept in some of my programs. All GUI (non-Intraweb) application run fine but all Intraweb application cause an access violation.
Any suggestions to resolve this? Is it a known situation or something specific to my code?
Thanks
|
|
|
| How to get the full URL or query params in user session |
|
Posted by: Ahmed Sayed - 11-03-2025, 07:03 PM - Forum: IntraWeb General Discussion
- No Replies
|
 |
I am using Intraweb 16, and I can't figure out how to get the URL or query params. I am starting the user session from TWebBrowser on the client side with a specific URL and params, and I need to parse it.
All I found was this WebApplication->Request->Params->Values["IW_Location_"] contains the full URL. But I thought maybe there is a simpler way to achieve this?
|
|
|
|