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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 99,766
» Latest member: topnhacaiuytinsocial
» Forum threads: 2,426
» Forum posts: 11,373

Full Statistics

Online Users
There are currently 1259 online users.
» 1 Member(s) | 1254 Guest(s)
Applebot, Baidu, Bing, Google, topnhacaiuytinsocial

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: 381
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-21-2026, 05:31 PM
» Replies: 2
» Views: 415
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 319
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 662
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 387
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 839
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 341
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,536
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 508
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 1,234

 
Exclamation IntraWeb 15.2.2 Install error
Posted by: raulevm - 06-11-2020, 02:19 AM - Forum: IntraWeb General Discussion - Replies (8)

Hello, I have RAD Studio 10.4 Sydney and IntraWeb 15.2.2 evaluation version (clean installation, notebook formatted with Windows 10 version 2004). When you ask me for the license I leave the box blank, but I press the save button and it prompts the error message, attached photograph. I have to press the close button and so I can work with the evaluation version, thanks



Attached Files Thumbnail(s)
   
Print this item

  TLS 1.1 and higher
Posted by: I.Igor - 06-10-2020, 01:13 PM - Forum: IntraWeb General Discussion - Replies (1)

Hello.
I am currently using Delphi 2007 + IntraWeb 11 (11.0.65) + Indy 10 (10.6.2.0).
Recently, Google Chrome began to issue a warning for my site, "Not secure." I think that this is due to the fact that TLS 1.0 is used, and for Google Chrome it is necessary TLS 1.1 or TLS 1.2 or TLS 1.3.

What do I need to do so that my program can work with these new protocols?



Attached Files Thumbnail(s)
   
Print this item

  jQGrid demo live
Posted by: Alexandre Machado - 06-10-2020, 12:22 PM - Forum: IntraWeb General Discussion - Replies (8)

Hi guys:

the first simple demo showing IWjQGrid and IWjQDBGrid live (another IW Http.sys application). More will follow soon, showing other features:

http://intraweb.net.br/NewGrids/

Source code on github: https://github.com/Atozed/IntraWeb/tree/...phi/jQGrid

Enjoy!  Smile

Print this item

  Updated ContentHandlersDemo
Posted by: Alexandre Machado - 06-10-2020, 05:16 AM - Forum: IntraWeb General Discussion - No Replies

Hi guys,

another demo has been updated, showing a new feature in IW 15.2.2 (root content handler). 

Let me first give you a short description of what this application does. 

Some developers don't "see" anything special when running this demo. The key point here is not in the page itself, but in the address bar of the browser while you run it.

Each form has its own URL. The whole navigation is done via URL redirection and editing the address bar directly works as expected.

Complete applications can be built like that, which work and behave exactly as a static web site. 

Please notice that the extension I used for the addresses in this project was .HTML, but actually anything could be used (even .ASPX Tongue  ) or no extension at all

Demo source code is here: https://github.com/Atozed/IntraWeb/tree/...ntHandlers

Enjoy!   Smile

Print this item

  Regarding IntraWeb 15.2 Demos
Posted by: Alexandre Machado - 06-09-2020, 08:54 PM - Forum: IntraWeb General Discussion - No Replies

There are 2 new demos available showing new IW 15.2 features. Today, the RenderAsync functionality. More demos coming soon.

These demos require IW 15.2.2+ to work correctly:

1) Shows how to create (and destroy/recreate) several controls on the fly during async requests (including complex ones like IWGrid & TabControl):

https://github.com/Atozed/IntraWeb/tree/...syncRender

The above demo can be found online here (a nice IW Http.sys application): http://intraweb.net.br/AsyncRender/

2) Shows how to create (and destroy/recreate) an IWFrame at runtime during async events

https://github.com/Atozed/IntraWeb/tree/...enderFrame

IntraWeb 15.2.2 can be found here: https://www.atozed.com/2020/06/intraweb-15-2-2/

Print this item

  IntraWeb 15.2.2 is out, with more exciting stuff!
Posted by: Alexandre Machado - 06-09-2020, 02:11 PM - Forum: IntraWeb General Discussion - Replies (4)

Hi guys,

New IW 15.2.2 is available:

https://www.atozed.com/2020/06/intraweb-15-2-2/

This version fixes another issue regarding Async rendering of complex frames created at runtime and also brings a new exciting feature:

New components IWjQGrid and IWjQDBGrid. New grids are based on jQGrid, probably the most versatile and popular grid for the web.

This initial version of IWjQGrid is not feature complete yet but we decided to release this version because it can already be used in most scenarios. More about it soon (and also demos!).

Enjoy!  Big Grin

Print this item

  IWBootstrap, scope?
Posted by: DanBarclay - 06-09-2020, 01:06 AM - Forum: IntraWeb General Discussion - Replies (1)

OK, simple question about Bootstrap... just looking into it when I get some scraps of time so don't know much about it.

What is the "scope" of Bootstrap?  That is, can it be used form by form or is an entire IW app in bootstrap if you use it?

I have assumed it is form by form (e.g. could have a mix of 15, 17, 15bootstrap in one app) but honestly haven't gone there.  I'm not trying to find out if it's smart, just if it's legit.

Thanks,
Dan

Print this item

  array of wide char warning
Posted by: Madammar - 06-08-2020, 01:31 PM - Forum: Indy - Replies (1)

i have this array of widechar 

Code:
  SpecialChars: array[1..60] of WideChar = (
    #0160, #0169, #0174, #8482, #0185, #0178, #0179, #0034, #0038, #0060,
    #0062, #8211, #8212, #8216, #8217, #8220, #8221, #8226, #8224, #8225,
    #8242, #8243, #8249, #8250, #0732, #0710, #9824, #9827, #9829, #9830,
    #9674, #8592, #8594, #8593, #8595, #8596, #0172, #0188, #0189, #0190,
    #0177, #0171, #0187, #0176, #0171, #0186, #0161, #0191, #8364, #0162,
    #0163, #0165, #0164, #0167, #0182, #0175, #0183, #0181, #0215, #0247);


i got this compiler warning during compilation 


Quote:[dcc32 Warning] SimpleHTML.pas(203): W1063 Widening given AnsiChar constant (#$F7) to WideChar lost information


any idea how to handle this warning ?

Print this item

  New update 15.2.1 is available
Posted by: Alexandre Machado - 06-04-2020, 11:06 AM - Forum: IntraWeb General Discussion - Replies (5)

Hi guys,

there is a maintenance update available, version 15.2.1 which fixes a few issues found due to new RenderAsync feature.

It also fixes the async rendering of several real test cases provided by IntraWeb users after migrating to 15.2.0, especially rendering of complex frames created during async events.

https://www.atozed.com/2020/06/intraweb-15-2-1/

Enjoy!  Big Grin

Print this item

  15.1.10->15.2.0 #@!
Posted by: ShaneStump - 06-03-2020, 06:03 PM - Forum: IntraWeb General Discussion - Replies (6)

Howdy Alexandre!

I finally tried to move my app from 15.1.10 to 15.2.0 and several things in my application no longer work (BS4).

I decided to try 15.1.22 and all is working well again.

In 15.2.0 in my ServerController, I added the RenderAsyncEnabled = False and it made no difference.

Anything in particular I should try?

Shane

Print this item