| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 1195 online users. » 0 Member(s) | 1191 Guest(s) Applebot, Bing, Google, Yandex
|
| Latest Threads |
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: MJS@mjs.us
2 hours ago
» Replies: 1
» Views: 101
|
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 99
|
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-08-2026, 01:48 AM
» Replies: 0
» Views: 110
|
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 388
|
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 199
|
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 562
|
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 189
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,130
|
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 323
|
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 921
|
|
|
| IW 15.5.9 IWChart |
|
Posted by: PaulWeem - 04-15-2024, 12:50 PM - Forum: IntraWeb General Discussion
- Replies (5)
|
 |
Hi Alexandre,
As of IW 15.5.9 it's not possible anymore to create a Chart where one serie is of type ctLine and the second serie is of type ctBar.
All serie are shown as the type set in the ChartType property (at design- or runtime).
Furthermore, I'm still looking for a way to save the Chart to an image, so it can be used in a report.
Hope you can help with this.
I'm using Delphi 12(.1).
Cheers, Paul
|
|
|
| TIWServerControllerIniReader |
|
Posted by: Lorbass - 04-12-2024, 10:59 AM - Forum: IntraWeb General Discussion
- No Replies
|
 |
When using IWServerControllerBaseConfig, the following error message appears in the log file:
04/11/2024 03:07:08 TIWServerControllerIniReader.SetProperty [ShowLoadingAnimation]: Access violation at address 00000000 in module 'server.exe'. Reading from address 00000000
The following is defined in server.ini:
LockerOptions.ShowLoadingAnimation=True
Something wrong on our site?
Thanks for checking in advance
|
|
|
| IW chart JS How to manage rosponsiveness |
|
Posted by: David1 - 04-10-2024, 03:11 PM - Forum: IntraWeb General Discussion
- No Replies
|
 |
Hello,
in a bootstrap page template I replaced an IW tag with a script that represent a Google chart object with data.
with the following script:
<script type=''text/javascript''>$(window).resize(function() {'
i can redraw the chart to make it responsive when the window resize.
Is there a way to do the same with TIWChartJS making it responsiveness?
Thank you,
Davide
|
|
|
| Resize problems with IW 15.5.10/15.5.11 |
|
Posted by: JuergenS - 04-06-2024, 12:04 PM - Forum: IntraWeb General Discussion
- Replies (9)
|
 |
Hello,
I have some problems with the latest INTRAWEB versions.
Edition: IntraWeb Ultimate Edition
IntraWeb Version: 15.5.9
32-bit Server on 64-bit Windows
HTTP Server is active on port: 80
HTTPS Server is active on port: 543 (OpenSSL v1.1.1)
In versions 15.5.10/15.5.11, a number of containers (TIWRegion, TIWListbox, TIWMemo etc.) are not displayed in their full size when a form is opened,
even though Align = alClient is set. The objects are only displayed in the correct size after the browser window is resized.
The RAD IDE displays gray sketchy layout information that appears to be generated by the INTRAWEB runtime and not by the RAD IDE.
The layout information largely covers the layout information of the RAD IDE and is therefore perceived as annoying.
How can this be turned off ?
This layout information continues to be displayed even when i return to IW15.5.9.
Best Regards
Juergen
|
|
|
| Cookies with the SameSite=None in Chrome |
|
Posted by: valmeras - 03-27-2024, 06:59 PM - Forum: IntraWeb General Discussion
- Replies (3)
|
 |
I am using C++ Builder 10.2.3 with Intraweb 15.5.9
I am getting the warning message below in Google Chrome:
"Cookies with the SameSite=None; Secure and not Partitioned attributes that operate in cross-site contexts are third-party cookies. In future Chrome versions, reading third-party cookies will be blocked. This behavior protects user data from cross-site tracking."
The problem is that in IWServercontroller->CookieOptions
Secure= true
But even if I set SameSite=ssoStrict or SameSite=ssoLax
I am always getting the same warning!
I can try to set it in the code in IWServercontroller. But I think it needs to be checked
|
|
|
| smmFunctions.pas |
|
Posted by: Mikael Nilsson - 03-26-2024, 10:33 AM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
bug?
Just installed 15.5.10.
Got this error in BitScanLast: [dcc32 Error] smmFunctions.pas(337): E2107 Operand size mismatch
function BitScanLast(aValue: NativeInt): NativeUInt;
asm
{$IFDEF CPU386}
BSR AX, aValue;
{$ELSE} .NOFRAME
BSR RAX, aValue;
{$ENDIF}
end;
|
|
|
| TIWjQDBGrid paging |
|
Posted by: troberts - 03-26-2024, 04:06 AM - Forum: IntraWeb General Discussion
- Replies (2)
|
 |
I have a TIWjQDBGrid connected to a dataset with a couple of hundred records in it. It displays fine and the paging works nicely.
I have goMultiSelect on, and I can select multiple records by clicking in their checkboxes.
I can move the active record up and down with the arrow keys. However Page Up and Page Down have no effect.
If I select some records on the first page, move to the second page and then back to the first page, the selections are gone.
I have some questions.
1. How can I make the grid toggle the selection of the current record when the spacebar is pressed?
2. Is it possible to get Page Up/Down to move through the pages?
3. Can the selected records persist across page changes?
Thank you.
One other thing:
In OnAsyncSelectRow I call UpdateSelectedIDs, but even after doing that the SelectedIDs property lags one step behind. After selecting one row, it is blank. After selecting two rows it contains the ID of the first row and so on. Is this intentional?
|
|
|
|