| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 872 online users. » 2 Member(s) | 866 Guest(s) Applebot, Bing, Google, Yandex, bongdawap-vn, oxbetwine
|
| Latest Threads |
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-21-2026, 05:33 PM
» Replies: 1
» Views: 411
|
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-21-2026, 05:31 PM
» Replies: 2
» Views: 461
|
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 341
|
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 696
|
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 404
|
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 887
|
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 366
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,604
|
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 535
|
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 1,280
|
|
|
| Tokenized links |
|
Posted by: frank.finken@trgscreen.com - 03-17-2021, 09:22 AM - Forum: IntraWeb General Discussion
- Replies (2)
|
 |
Hi,
we recently upgraded to Delphi 10.4.1 and also to Intraweb 15
The problem now is that our tokenized link functionality does not work anymore. We cannot debug it completely because some files are missing from the Intraweb sources (e.g. IWServer.pas and IWServerSession.pas)
The idea is that based on the contents of the link a different page is opened.
Where can we get these sources?
Thanks,
Frank
|
|
|
| tIWCustomControl and jQuery component : HowTo ? |
|
Posted by: gerritschurer - 03-16-2021, 01:10 PM - Forum: IntraWeb General Discussion
- Replies (4)
|
 |
I found a quite goodlooking JQuery WYSIWYG editor (Trumbowyg) and would like to incorporate it in a custom IW component in my IW application.
I would like to have a custom IW component, where I can simply put the HTML Content in a property and show the form. Then, when a user clicks, after editing, the SAVE-button on the screen, I would like to get the resulting HTML Content from my components Content property.
As for the lack of documentation on creating your own custom IW components, I cannot find out how I should transfer my content from the Delphi component property to the JQuery object and how to get it back. For now I use the RenderHTML of the component to write my Content property in Javascript to the JQuery component (maybe that is the way it should be done ?). But how to get the edited content back in the Content property on a submit?
Any help is welcome... Explanation, examples or hints on where I can find documentation on this subject...
|
|
|
| Intraweb 15 License |
|
Posted by: adl1956@hotmail.com - 03-16-2021, 03:19 AM - Forum: IntraWeb General Discussion
- Replies (2)
|
 |
Hi,
I purchased Intraweb 15 and got this email with the key:
Thank you for your order!
Important: This key works only for IntraWeb 15
Customer Name: arthur xxxxx
Company: precision xxxxx
Developer Name: arthur xxxx
E-mail: axxxx@hotmail.com
Edition: STD
Serial Number: 2021xxxxx
Issue Date: 03/Mar/2021
Expiration Date: 03/Mar/2022
When I convert an existing Intraweb app to HTTPSys, I get the error:
HttpSys application is not available in your license
Why is this happening?
|
|
|
| THttpReply nonce |
|
Posted by: amerswais - 03-14-2021, 01:11 PM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
Hi
I'm new to IW, so I am trying to figure out it by running demos.
"Features" demo won't compile as in "servercontroller.pas" with the error THttpReply.nonce is undeclared identifier.
I am using IntraWeb Bundled Edition for RAD Studio XE3-10.3 Ent/Arch 14.2.13
|
|
|
| Buttons of ModalWindow - enabled:= true / false |
|
Posted by: I.Igor - 03-11-2021, 10:00 AM - Forum: IntraWeb General Discussion
- Replies (3)
|
 |
Hello.
How do I control the accessibility of buttons in a modal window?
In delphi, I would do something like this:
Button1.Enabled: = ChechkBox1.Checked and (ComboBox.ItemIndex <> -1);
But in IWModalWindow Buttons is a TStringList. How do I access the properties of buttons? I've tried like this :
var
Button: TIWButton;
begin
Button: = TIWButton (ModalWindow.Buttons.Objects[0]);
Button.Enabled: = false // Button = nil
end;
But it doesn't work.
Or not to use ModalWindow.Buttons for such cases? Just use the standard buttons taken from the palette and added inside the ModalWindow panel?
|
|
|
|