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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 6,304
» Latest member: michael78
» Forum threads: 2,153
» Forum posts: 10,482

Full Statistics

Online Users
There are currently 615 online users.
» 0 Member(s) | 611 Guest(s)
Applebot, Bing, Google, Yandex

Latest Threads
IntraWeb Bootstrap4 - dem...
Forum: IntraWeb General Discussion
Last Post: jindrich.volek
2 hours ago
» Replies: 0
» Views: 12
Dummy div in a IWRegion
Forum: IntraWeb General Discussion
Last Post: StephB
Yesterday, 03:58 PM
» Replies: 2
» Views: 71
Create components at runt...
Forum: IntraWeb General Discussion
Last Post: PaulWeem
04-23-2024, 10:27 PM
» Replies: 1
» Views: 85
message when added TIWDBN...
Forum: IntraWeb General Discussion
Last Post: Mike_A
04-22-2024, 02:09 PM
» Replies: 6
» Views: 1,232
303 Redirect and Response...
Forum: IntraWeb General Discussion
Last Post: ALW2019
04-22-2024, 01:25 PM
» Replies: 3
» Views: 513
IW 15.5.9 IWChart
Forum: IntraWeb General Discussion
Last Post: PaulWeem
04-22-2024, 07:16 AM
» Replies: 2
» Views: 234
Data Decimation in ChartJ...
Forum: IntraWeb General Discussion
Last Post: iwuser
04-22-2024, 06:51 AM
» Replies: 8
» Views: 1,558
ClassicRegionDraw
Forum: IntraWeb General Discussion
Last Post: JuergenS
04-17-2024, 05:35 PM
» Replies: 0
» Views: 155
CompressorImplementation
Forum: IntraWeb General Discussion
Last Post: JuergenS
04-17-2024, 05:27 PM
» Replies: 0
» Views: 144
IntraWeb 15.6.0 is out!
Forum: IntraWeb General Discussion
Last Post: Comograma
04-17-2024, 11:54 AM
» Replies: 11
» Views: 970

 
  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

  Full screen app
Posted by: Comograma - 07-11-2022, 03:05 PM - Forum: IntraWeb General Discussion - Replies (1)

Is it possible to run intraweb app in full screen mode on Chrome for Android and/or Safari for iOS?

Print this item