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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 98,125
» Latest member: hubbfastvietnam
» Forum threads: 2,426
» Forum posts: 11,371

Full Statistics

Online Users
There are currently 1283 online users.
» 2 Member(s) | 1278 Guest(s)
Applebot, Bing, Google, ebob42, hubbfastvietnam

Latest Threads
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: MJS@mjs.us
09-11-2026, 09:49 PM
» Replies: 1
» Views: 191
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 156
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-08-2026, 01:48 AM
» Replies: 0
» Views: 172
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 477
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 242
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 642
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 225
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,243
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 360
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 985

 
  New IWSignaturePad demo
Posted by: Alexandre Machado - 07-19-2022, 07:26 AM - Forum: IntraWeb General Discussion - No Replies

Hi guys, 

new demo showing how to use the new IWSignaturePad component. Really a piece of cake!!

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

You can add it to your application in 5 minutes. No more. Really. Using other technologies probably it will take 5 days (weeks?).

Enjoy!  Big Grin

Print this item

  Using IWChartJS
Posted by: Alexandre Machado - 07-19-2022, 06:26 AM - Forum: IntraWeb General Discussion - Replies (6)

Hi guys,

a new demo showing how to use the new IWChartJS component with IntraWeb. Super easy to create amazing charts. Check it out:

https://github.com/Atozed/IntraWeb/tree/...hi/ChartJS

   

Print this item

  IntraWeb 15.2.63 is out!
Posted by: Alexandre Machado - 07-19-2022, 06:24 AM - Forum: IntraWeb General Discussion - No Replies

Hi guys,

new update for IW 15 is available:

https://www.atozed.com/2022/07/intraweb-15-2-63/

Enjoy!  Big Grin

Print this item

  Finding memory leaks in Delphi applications using Deleaker
Posted by: Alexandre Machado - 07-19-2022, 05:27 AM - Forum: IntraWeb General Discussion - No Replies

Hi guys,

I found some time to test a new tool to detect and fix memory and other resources leaks in any Delphi/C++  (and even .NET) applications.

Please have a look: https://www.atozed.com/2022/07/detecting...-deleaker/

Enjoy!  Big Grin

Print this item

  New blog post
Posted by: Alexandre Machado - 07-19-2022, 12:53 AM - Forum: IntraWeb General Discussion - No Replies

Hi guys,

Here is a blog post detailing how the MultiPageApp demo (recently created) works:

https://www.atozed.com/2022/07/embrace-the-back-button/

Enjoy  Big Grin

Print this item

  How to access IWFileUploader's button
Posted by: StephanM - 07-15-2022, 09:00 PM - Forum: IntraWeb General Discussion - No Replies

How can I disable IWFileUploader's button (until other data is filled in)?
I woud prefer C++, but Javascript might work.
Thanks

Print this item

  IWGrid.RefreshAsyncRender
Posted by: Lorbass - 07-14-2022, 03:58 PM - Forum: IntraWeb General Discussion - Replies (9)

Hi @all,

The problem is difficult to put into words.

Therefore here is a small test case to reproduce the problem.

The key point is the use of "RefreshAsyncRender" in IWModalWindow.

It works as expected for all controls in the frame.

However, as soon as an IWGrid is present in the frame and this in turn contains controls, then there are problems with other controls in the frame.

Thanks in advance for useful information!



Attached Files
.zip   TST.zip (Size: 60.07 KB / Downloads: 2)
Print this item

  TIWServerController::URLBase
Posted by: JuergenS - 07-14-2022, 09:58 AM - Forum: IntraWeb General Discussion - Replies (5)

I am using HTTP.SYS with URL reservation.

I found the following in the ATOZED documentation:

URLBase: string; [Published, Read/Write]

URLBase is the common prefix found while navigating inside a given website is known as the base URL.
The URLBase is concatenated with the server's root URL to form the application URL.
Example: server URL is www.yourserver.com and application URLBase is /myapp/, the application root url will be http(s)://www.yourserver.com/mypp/

I keep getting complaints from users getting the "Resource not found on server (error 404)" error because they're just not used to typing the slash at the end.

Even if I just use myapp instead of /myapp/ for URLBase, the slash has to be specified at the end.

Is there a way to omit the trailing slash?


Regards
JuergenS

Print this item

  ModalWIdnow with Region in template
Posted by: pgnair - 07-14-2022, 05:31 AM - Forum: IntraWeb General Discussion - Replies (5)

Modal window with ContentElement = region is displaying and working properly in a normal application without template. but if use the template then the modal window popup in very small size. Any other changes is required in the region or the modal window settings when use it in the templates please. I am using the latest version 15.2.62.

Print this item

  Import script object
Posted by: Comograma - 07-12-2022, 01:51 PM - Forum: IntraWeb General Discussion - Replies (1)

I need to insert this javascript code on <body> tag:

<script type="module">
import screenfull from './js1/fullscreen.js';
</script>


How/where can I do this?

Print this item