| Welcome, Guest |
You have to register before you can post on our site.
|
| 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: 642
|
VCL conversion
Forum: Delphi General Discussion
Last Post: tobenschain
06-20-2026, 05:00 AM
» Replies: 0
» Views: 84
|
TIWjQDBGrid changing UI
Forum: IntraWeb General Discussion
Last Post: BoostedCruiser
06-08-2026, 02:02 AM
» Replies: 36
» Views: 70,407
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: Fabrizio Conti
06-04-2026, 09:14 AM
» Replies: 3
» Views: 481
|
Access Violation When Val...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
06-03-2026, 08:47 AM
» Replies: 2
» Views: 521
|
Bootstrap5
Forum: IntraWeb General Discussion
Last Post: geraldtatum
06-02-2026, 06:24 AM
» Replies: 1
» Views: 422
|
weakpackageunit contains ...
Forum: IntraWeb General Discussion
Last Post: rlebeau
05-26-2026, 04:56 PM
» Replies: 4
» Views: 553
|
Custom 404 handler
Forum: IntraWeb General Discussion
Last Post: CfawesDwale
05-21-2026, 08:02 AM
» Replies: 0
» Views: 262
|
PopUp Menu
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
05-13-2026, 04:35 AM
» Replies: 4
» Views: 8,212
|
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,132
|
|
|
| IntraWeb 64 bit can't load SSL files |
|
Posted by: Peter Home - 11-28-2024, 04:28 AM - Forum: IntraWeb General Discussion
- Replies (2)
|
 |
I have Delphi 10.2 (Update 3) and IntraWeb 15.5.4
I have developed a 32 bit Standalone Intraweb server which has been running for many years. I'm currently porting it across to 64 bit. It runs fine on the local machine but, when I deploy it to our server, it says "Error: Failed to load OpenSSL 1.1.1 libraries" when starting the program. I'm guessing that I'd need 64 bit dlls (libssl___.dll and libcrypto___.dll). I've tried a half dozen different dlls from various places on the internet but none will work.
Or am I barking up the wrong tree?
|
|
|
| IWChart Localization |
|
Posted by: pindischan - 11-25-2024, 09:16 AM - Forum: IntraWeb General Discussion
- No Replies
|
 |
Hello,
I need to localize IWChart to Czech language. I need the timeline (X-axis)
and the description of the points not to be in English, but in Czech language. How does the "Locale" property work?
Thanks
IWChartJS.XScale.ScaleType := stTime;
IWChartJS.XScale.TimeUnit := '';
??? IWChartJS.Locale := ???
|
|
|
| TIWURLWindow and Cash items |
|
Posted by: lfeliz - 11-23-2024, 04:19 PM - Forum: IntraWeb General Discussion
- Replies (2)
|
 |
Hello,
Sorry for cross post, but I first started using CGPDFViewer and switched to TIWURLWindow to support jpg and PNG.
Is it possible to serve up a pdf image from the UserCache instead of a folder under wwwroot? I have an app that users need to display documents from a vast catalog and dropping a copy in in the user cache.
What I attempted to do is use the webapplication.UserCacheUrlBase and append the temp pdf file name (which I verified does exists) and it is not able to display the file. My guess this is probably by design and I may have to create my on session folder to serve files from under wwwroot and clean it up when session is destroyed as well as on app startup/shutdown.
Since the applicatin is only accessed over a internal vpn For now I have added a symlink in wwwroot to the document store until I find another way. The application has access to the folder as users can add files to document storage. I switched to URLWindow to allow a frame in app to view the docs instead of opening lots of tabs (which will still be an option if they wish (which I normally do via the USerCache and setting the mimetype when it dowloads).
Cheers!
- Lou
|
|
|
| TIWjQDBGrid and double quotes |
|
Posted by: troberts - 11-22-2024, 07:19 PM - Forum: IntraWeb General Discussion
- No Replies
|
 |
Hi,
If I populate a TIWjQDBGrid with some data from a table and one of the rows contains double quotes in one of the fields, the grid won't load. It gets stuck showing "Loading".
I've tried escaping the quotes but it doesn't make any difference. Single quotes are no problem.
Any other suggestions?
Thank you.
|
|
|
| TIdTCPServer - Reading TCP option values from Header packet |
|
Posted by: philip.joseph - 11-21-2024, 09:18 PM - Forum: Indy
- Replies (3)
|
 |
We have a requirement to read TCP option header values from TIdTCPServer component on any new TCP client connection to extract the client IP address from the header value (packet 1) originally inserted by the load balancer. How can we read this value from the header on any client connection?
|
|
|
| frames render size |
|
Posted by: iwuser - 11-21-2024, 03:09 AM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
Trying to fit a frame into a flex template page design, I cannot see how to prevent the frame from rendering its size. As a result, it shows smaller than the size of div above, using design-time width.
"Align" does nothing to help.
Is it possible to stop frames from rendering their sizes?
|
|
|
| setting a simple style-sheet for a dbedit not working |
|
Posted by: sglodek - 11-19-2024, 08:47 AM - Forum: IntraWeb General Discussion
- Replies (3)
|
 |
Hello all,
I try to apply a simple style-sheet to an IWDbEdit-component. This is only a test of how to use stylesheets and will be expanded later with more useful style changes. I do it like this: - set the css-property of the IWDbEdit to "IWMYDBEDIT"
- set the stylesheet.filename-property of the form to "mystylesheet.css" --> this seems to work, see code-snippet
- place mystylesheet.css into wwwroot-folder
- content of MyStyleSheet.css is only one line:
IWMYDBEDIT { font-size: 30px; }
Running the application, the font-size isn't changed. Looking at the source-code for the web-page shows me this. The link seems to be correct, but the compnent gets a default-style #IWDBEDIT1 instead of the expected MYDBEDIT-style:
Code: ...
<link rel="stylesheet" href="/mystylesheet.css" nonce="CbJRCUdc/AO61BxCnTlOqe6BwII">
...
<style data-type="iw" nonce="CbJRCUdc/AO61BxCnTlOqe6BwII">
#IWDBEDIT1{position: absolute; left: 144px; top: 16px;z-index: 100; width: 289px; height: 43px; padding: 0; font-weight: bold; font-style: normal; font-size: 13px; text-decoration: none;overflow: hidden;}
...
What am I doing wrong?
I tried several combinations of css-property and naming the style in the css-file like IWMYDBEDIT, .IWMYDBEDIT,...
It seems that Intraweb can't find my style and replaces it with the default-style using #IWDBEDIT1{...}. The css-file is referenced in <link rel="stylesheet". The file is placed in wwwroot so I think this part is OK. So I am sure to make any mistake in naming the style, but can't figure out what I am doing wrong.
Can anyone give me an advice?
Many thank for your help
Siegbert
|
|
|
| IndyHTTPS and a signing token |
|
Posted by: davidbaxter - 11-18-2024, 09:02 PM - Forum: IntraWeb General Discussion
- Replies (3)
|
 |
I want to make my Intraweb app work via https as well as http. Looking at the IndyHTTPS example (I don't have a license for HttpSys), it talks all about getting a self-signed certificate. I have a current code signing certificate, but it works with the usb token they sent me and the SafeNet application. How does one use the token with Intraweb to get an https finished app? Thank you.
|
|
|
|